Class CacheTableGlobalAppearance
- java.lang.Object
-
- org.citydb.citygml.common.cache.model.AbstractCacheTableModel
-
- org.citydb.citygml.common.cache.model.CacheTableGlobalAppearance
-
public class CacheTableGlobalAppearance extends AbstractCacheTableModel
-
-
Constructor Summary
Constructors Constructor Description CacheTableGlobalAppearance()
-
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 CacheTableGlobalAppearance
getInstance()
CacheTableModel
getType()
-
Methods inherited from class org.citydb.citygml.common.cache.model.AbstractCacheTableModel
create, createAsSelect, drop, size, truncate
-
-
-
-
Method Detail
-
getInstance
public static CacheTableGlobalAppearance getInstance()
-
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
-
getType
public CacheTableModel getType()
- Specified by:
getType
in classAbstractCacheTableModel
-
getColumns
protected java.lang.String getColumns(AbstractSQLAdapter sqlAdapter)
- Specified by:
getColumns
in classAbstractCacheTableModel
-
-