public interface Table
Modifier and Type | Method and Description |
---|---|
AbstractClassMetaData |
getClassMetaData()
Accessor for the primary class metadata for this table.
|
BasicColumn |
getColumnForMember(AbstractMemberMetaData mmd)
Accessor for the column for the specified member.
|
BasicColumn |
getColumnForPosition(int pos)
Accessor for the column at the specified position (numbered from 0 to numcols-1).
|
String |
getIdentifier()
Accessor for the identifier for this table (its "name).
|
int |
getNumberOfColumns()
Accessor for number of columns.
|
String getIdentifier()
AbstractClassMetaData getClassMetaData()
int getNumberOfColumns()
BasicColumn getColumnForMember(AbstractMemberMetaData mmd)
mmd
- Metadata for the memberBasicColumn getColumnForPosition(int pos)
pos
- Position of the columnCopyright © 2021. All rights reserved.