Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnDef
- All Known Implementing Classes:
SqlJetColumnDef
public interface ISqlJetColumnDef
Column Definition.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Details
-
getName
String getName() -
getQuotedName
String getQuotedName() -
getType
ISqlJetTypeDef getType() -
getTypeAffinity
SqlJetTypeAffinity getTypeAffinity() -
hasExactlyIntegerType
boolean hasExactlyIntegerType() -
getConstraints
List<ISqlJetColumnConstraint> getConstraints() -
getIndex
int getIndex()
-