Class CacheTableGeometryGmlId
- java.lang.Object
-
- org.citydb.citygml.common.cache.model.AbstractCacheTableModel
-
- org.citydb.citygml.common.cache.model.CacheTableGeometryGmlId
-
public class CacheTableGeometryGmlId extends AbstractCacheTableModel
-
-
Constructor Summary
Constructors Constructor Description CacheTableGeometryGmlId()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createIndexes(java.sql.Connection conn, java.lang.String tableName, java.lang.String properties)
protected java.lang.String
getColumns(AbstractSQLAdapter sqlAdapter)
static CacheTableGeometryGmlId
getInstance()
CacheTableModel
getType()
-
Methods inherited from class org.citydb.citygml.common.cache.model.AbstractCacheTableModel
create, createAsSelect, drop, size, truncate
-
-
-
-
Method Detail
-
getInstance
public static CacheTableGeometryGmlId getInstance()
-
getType
public CacheTableModel getType()
- Specified by:
getType
in classAbstractCacheTableModel
-
createIndexes
public void createIndexes(java.sql.Connection conn, java.lang.String tableName, java.lang.String properties) throws java.sql.SQLException
- Overrides:
createIndexes
in classAbstractCacheTableModel
- Throws:
java.sql.SQLException
-
getColumns
protected java.lang.String getColumns(AbstractSQLAdapter sqlAdapter)
- Specified by:
getColumns
in classAbstractCacheTableModel
-
-