org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnDef


public interface ISqlJetColumnDef

Column Definition.


Method Summary
 java.util.List<ISqlJetColumnConstraint> getConstraints()
           
 int getIndex()
           
 java.lang.String getName()
           
 java.lang.String getQuotedName()
           
 ISqlJetTypeDef getType()
           
 SqlJetTypeAffinity getTypeAffinity()
           
 boolean hasExactlyIntegerType()
           
 

Method Detail

getName

java.lang.String getName()

getQuotedName

java.lang.String getQuotedName()

getType

ISqlJetTypeDef getType()

getTypeAffinity

SqlJetTypeAffinity getTypeAffinity()

hasExactlyIntegerType

boolean hasExactlyIntegerType()

getConstraints

java.util.List<ISqlJetColumnConstraint> getConstraints()

getIndex

int getIndex()