Interface InternalColumnMetaData
-
- All Superinterfaces:
ColumnMetaData,Comparable<ColumnMetaData>,Serializable
- All Known Implementing Classes:
ColumnMetaDataImpl
public interface InternalColumnMetaData extends ColumnMetaData
Extension for internal access.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetColumnId()Make columns globally uniq since the name may not be uniq within the data base.voidsetPrimaryKey(boolean primaryKey)-
Methods inherited from interface de.akquinet.jbosscc.guttenbase.meta.ColumnMetaData
getColumnClassName, getColumnName, getColumnType, getColumnTypeName, getPrecision, getReferencedColumns, getReferencingColumns, getScale, getTableMetaData, isAutoIncrement, isNullable, isPrimaryKey
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getColumnId
UUID getColumnId()
Make columns globally uniq since the name may not be uniq within the data base.
-
setPrimaryKey
void setPrimaryKey(boolean primaryKey)
-
-