Uses of Interface
org.datanucleus.store.schema.table.Column
-
Packages that use Column Package Description org.datanucleus.store.schema.table Provides a series of convenience classes for modelling tables and columns that a class and its members map onto. -
-
Uses of Column in org.datanucleus.store.schema.table
Classes in org.datanucleus.store.schema.table that implement Column Modifier and Type Class Description classColumnImplRepresentation of a column in a table.Fields in org.datanucleus.store.schema.table declared as Column Modifier and Type Field Description protected Column[]MemberColumnMappingImpl. columns(package private) ColumnCompleteClassTable. datastoreIdColumn(package private) ColumnCompleteClassTable. discriminatorColumn(package private) ColumnCompleteClassTable. multitenancyColumn(package private) ColumnCompleteClassTable. softDeleteColumn(package private) ColumnCompleteClassTable. versionColumnFields in org.datanucleus.store.schema.table with type parameters of type Column Modifier and Type Field Description (package private) java.util.Map<java.lang.String,Column>CompleteClassTable. columnByNameMap of DatastoreColumn, keyed by the column identifier.(package private) java.util.List<Column>CompleteClassTable. columnsMethods in org.datanucleus.store.schema.table that return Column Modifier and Type Method Description ColumnMemberColumnMapping. getColumn(int position)Accessor for the column at the specified position.ColumnMemberColumnMappingImpl. getColumn(int position)ColumnCompleteClassTable. getColumnForName(java.lang.String name)ColumnTable. getColumnForName(java.lang.String name)Accessor for the column with the supplied name (if present).ColumnCompleteClassTable. getColumnForPosition(int pos)ColumnTable. getColumnForPosition(int pos)Accessor for the column at the specified position (numbered from 0 to numcols-1).Column[]MemberColumnMapping. getColumns()Accessor for the columns representing this member.Column[]MemberColumnMappingImpl. getColumns()ColumnCompleteClassTable. getSurrogateColumn(SurrogateColumnType colType)ColumnTable. getSurrogateColumn(SurrogateColumnType colType)Accessor for the surrogate column of the specified type.ColumnColumn. setColumnMetaData(ColumnMetaData md)ColumnColumnImpl. setColumnMetaData(ColumnMetaData md)ColumnColumn. setDefaultable(java.lang.Object defaultValue)Mutator for the defaultability of the column.ColumnColumnImpl. setDefaultable(java.lang.Object defaultValue)ColumnColumn. setJdbcType(JdbcType jdbcType)ColumnColumnImpl. setJdbcType(JdbcType type)ColumnColumn. setNullable(boolean nullable)Mutator for the nullability of the column.ColumnColumnImpl. setNullable(boolean flag)ColumnColumn. setPosition(int pos)ColumnColumnImpl. setPosition(int pos)ColumnColumn. setPrimaryKey()Mutator to make the column (part of) the primary key.ColumnColumnImpl. setPrimaryKey()ColumnColumn. setTypeName(java.lang.String type)ColumnColumnImpl. setTypeName(java.lang.String type)ColumnColumn. setUnique(boolean unique)Mutator for the uniqueness of the column.ColumnColumnImpl. setUnique(boolean flag)Methods in org.datanucleus.store.schema.table that return types with arguments of type Column Modifier and Type Method Description java.util.List<Column>CompleteClassTable. getColumns()java.util.List<Column>Table. getColumns()Constructors in org.datanucleus.store.schema.table with parameters of type Column Constructor Description MemberColumnMappingImpl(AbstractMemberMetaData mmd, Column col)MemberColumnMappingImpl(AbstractMemberMetaData mmd, Column[] cols, TypeConverter typeConv)
-