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
-
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
getIndexName
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
getColumn, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
isAscending
in interfaceISqlJetColumnPrimaryKey
-
isAutoincremented
public boolean isAutoincremented()- Specified by:
isAutoincremented
in interfaceISqlJetColumnPrimaryKey
-
getConflictAction
- Specified by:
getConflictAction
in interfaceISqlJetColumnPrimaryKey
-
toString
- Overrides:
toString
in classSqlJetColumnConstraint
-