public class H2SpatialFetchFeatureTypeOperation extends FetchFeatureTypeOperation
FetchFeatureTypeOperation.IndexInformationcrs, defaultGeometryColumn, featureType, geometrySubtype, geometryType, indexesInformation, primaryKeys, tableconn, helper, LOGGER| Constructor and Description |
|---|
H2SpatialFetchFeatureTypeOperation(JDBCHelper helper) |
H2SpatialFetchFeatureTypeOperation(JDBCHelper helper,
EditableFeatureType featureType,
OperationsFactory.TableReference table,
java.util.List<java.lang.String> primaryKeys,
java.lang.String defaultGeometryColumn,
IProjection crs,
int geometryType,
int geometrySubtype) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetch(JDBCConnection conn) |
protected void |
fetchGeometryTypeAndSRS(EditableFeatureAttributeDescriptor attr,
java.sql.ResultSetMetaData rsMetadata,
int colIndex)
Inicializa el tipo, subtipo y SRS del attributo de tipo geometria.
|
java.lang.String |
getSQLToRetrievePrimaryKeysFromInformationSchema() |
fetchFeatureTypeFromMetadata, fetchFeatureTypeFromMetadata, getAttributeFromMetadata, getDataTypeFromMetadata, getIndexesInformation, getPrimaryKeysFromInformationSchema, getPrimaryKeysFromMetadata, getSQLToRetrieveMetadataOfTable, getTable, isInPrimaryKeys, performcloseConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic H2SpatialFetchFeatureTypeOperation(JDBCHelper helper)
public H2SpatialFetchFeatureTypeOperation(JDBCHelper helper, EditableFeatureType featureType, OperationsFactory.TableReference table, java.util.List<java.lang.String> primaryKeys, java.lang.String defaultGeometryColumn, IProjection crs, int geometryType, int geometrySubtype)
public void fetch(JDBCConnection conn) throws DataException
fetch in class FetchFeatureTypeOperationDataExceptionprotected void fetchGeometryTypeAndSRS(EditableFeatureAttributeDescriptor attr, java.sql.ResultSetMetaData rsMetadata, int colIndex)
FetchFeatureTypeOperationfetchGeometryTypeAndSRS in class FetchFeatureTypeOperationpublic java.lang.String getSQLToRetrievePrimaryKeysFromInformationSchema()
throws java.sql.SQLException
getSQLToRetrievePrimaryKeysFromInformationSchema in class FetchFeatureTypeOperationjava.sql.SQLException