| Modifier and Type | Field and Description |
|---|---|
java.util.List<FeatureAttributeDescriptor> |
attributes |
java.sql.Connection |
connection |
protected JDBCStoreProviderWriter |
provider |
java.lang.String |
sql |
| Constructor and Description |
|---|
JDBCAppender(JDBCStoreProviderWriter provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
append(FeatureProvider feature) |
void |
begin() |
void |
end() |
protected void |
prepareSQLAndAttributeListForInsert(java.lang.StringBuilder sqlb,
java.util.List<FeatureAttributeDescriptor> attributes) |
public java.lang.String sql
public java.util.List<FeatureAttributeDescriptor> attributes
public java.sql.Connection connection
protected JDBCStoreProviderWriter provider
public JDBCAppender(JDBCStoreProviderWriter provider)
public void begin()
throws DataException
begin in interface AppenderDataExceptionpublic void end()
throws DataException
end in interface AppenderDataExceptionpublic void abort()
throws DataException
abort in interface AppenderDataExceptionpublic void append(FeatureProvider feature) throws DataException
append in interface AppenderDataExceptionprotected void prepareSQLAndAttributeListForInsert(java.lang.StringBuilder sqlb,
java.util.List<FeatureAttributeDescriptor> attributes)
throws DataException
DataException