Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnPrimaryKey
- All Superinterfaces:
ISqlJetColumnConstraint
- All Known Implementing Classes:
SqlJetColumnPrimaryKey
Column's primary key constraint.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Boolean
boolean
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
Method Details
-
isAscending
java.lang.Boolean isAscending() -
isAutoincremented
boolean isAutoincremented() -
getConflictAction
SqlJetConflictAction getConflictAction()
-