Class SqlJetColumnPrimaryKey
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnIndexConstraint
org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnPrimaryKey
- All Implemented Interfaces:
ISqlJetColumnConstraint,ISqlJetColumnPrimaryKey
public class SqlJetColumnPrimaryKey
extends SqlJetColumnIndexConstraint
implements ISqlJetColumnPrimaryKey
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Constructor Summary
ConstructorsConstructorDescriptionSqlJetColumnPrimaryKey(SqlJetColumnDef column, String name, org.antlr.runtime.tree.CommonTree ast) -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnIndexConstraint
getIndexNameMethods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
getColumn, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
Constructor Details
-
SqlJetColumnPrimaryKey
public SqlJetColumnPrimaryKey(SqlJetColumnDef column, String name, org.antlr.runtime.tree.CommonTree ast)
-
-
Method Details
-
isAscending
- Specified by:
isAscendingin interfaceISqlJetColumnPrimaryKey
-
isAutoincremented
public boolean isAutoincremented()- Specified by:
isAutoincrementedin interfaceISqlJetColumnPrimaryKey
-
getConflictAction
- Specified by:
getConflictActionin interfaceISqlJetColumnPrimaryKey
-
toString
- Overrides:
toStringin classSqlJetColumnConstraint
-