Package nl.b3p.brmo.bag2.schema
Class BAG2SchemaMapper
java.lang.Object
nl.b3p.brmo.schema.SchemaSQLMapper
nl.b3p.brmo.bag2.schema.BAG2SchemaMapper
-
Nested Class Summary
-
Field Summary
Fields inherited from class nl.b3p.brmo.schema.SchemaSQLMapper
objectTypeNameToTableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCreateMetadataTableStatements
(SQLDialect dialect, String tablePrefix, boolean dropIfExists) static BAG2SchemaMapper
Methods inherited from class nl.b3p.brmo.schema.SchemaSQLMapper
getArrayAttributeCreateTableStatements, getArrayAttributeCreateTableStatements, getColumnNameForObjectType, getCreateGeometryIndexStatements, getCreateGeometryIndexStatements, getCreateGeometryMetadataStatements, getCreatePrimaryKeyStatements, getCreatePrimaryKeyStatements, getCreateTableStatements, getCreateTableStatements, getMaxTableLength, getSchema, getTableNameForArrayAttribute, getTableNameForObjectType, printSchema
-
Field Details
-
METADATA_TABLE_NAME
- See Also:
-
-
Constructor Details
-
BAG2SchemaMapper
public BAG2SchemaMapper()
-
-
Method Details
-
getInstance
-
getMetadataTableName
- Specified by:
getMetadataTableName
in classSchemaSQLMapper
-
getCreateMetadataTableStatements
public List<String> getCreateMetadataTableStatements(SQLDialect dialect, String tablePrefix, boolean dropIfExists) - Overrides:
getCreateMetadataTableStatements
in classSchemaSQLMapper
-