Class CacheTableDeprecatedMaterial
- java.lang.Object
-
- org.citydb.citygml.common.cache.model.AbstractCacheTableModel
-
- org.citydb.citygml.common.cache.model.CacheTableDeprecatedMaterial
-
public class CacheTableDeprecatedMaterial extends AbstractCacheTableModel
-
-
Field Summary
Fields Modifier and Type Field Description static CacheTableDeprecatedMaterial
instance
-
Constructor Summary
Constructors Constructor Description CacheTableDeprecatedMaterial()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getColumns(AbstractSQLAdapter sqlAdapter)
static CacheTableDeprecatedMaterial
getInstance()
CacheTableModel
getType()
-
Methods inherited from class org.citydb.citygml.common.cache.model.AbstractCacheTableModel
create, createAsSelect, createIndexes, drop, size, truncate
-
-
-
-
Field Detail
-
instance
public static CacheTableDeprecatedMaterial instance
-
-
Method Detail
-
getInstance
public static CacheTableDeprecatedMaterial getInstance()
-
getType
public CacheTableModel getType()
- Specified by:
getType
in classAbstractCacheTableModel
-
getColumns
protected java.lang.String getColumns(AbstractSQLAdapter sqlAdapter)
- Specified by:
getColumns
in classAbstractCacheTableModel
-
-