SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnDef


public interface ISqlJetColumnDef

Column Definition.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

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

Method Detail

getName

java.lang.String getName()

getType

ISqlJetTypeDef getType()

getTypeAffinity

SqlJetTypeAffinity getTypeAffinity()

hasExactlyIntegerType

boolean hasExactlyIntegerType()

getConstraints

java.util.List<ISqlJetColumnConstraint> getConstraints()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.