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
Constructors Constructor Description SqlJetColumnPrimaryKey(SqlJetColumnDef column, java.lang.String name, org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlJetConflictAction
getConflictAction()
java.lang.Boolean
isAscending()
boolean
isAutoincremented()
java.lang.String
toString()
-
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 Detail
-
SqlJetColumnPrimaryKey
public SqlJetColumnPrimaryKey(SqlJetColumnDef column, java.lang.String name, org.antlr.runtime.tree.CommonTree ast)
-
-
Method Detail
-
isAscending
public java.lang.Boolean isAscending()
- Specified by:
isAscending
in interfaceISqlJetColumnPrimaryKey
-
isAutoincremented
public boolean isAutoincremented()
- Specified by:
isAutoincremented
in interfaceISqlJetColumnPrimaryKey
-
getConflictAction
public SqlJetConflictAction getConflictAction()
- Specified by:
getConflictAction
in interfaceISqlJetColumnPrimaryKey
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSqlJetColumnConstraint
-
-