Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnPrimaryKey
- All Superinterfaces:
ISqlJetColumnConstraint
- All Known Implementing Classes:
SqlJetColumnPrimaryKey
Column's primary key constraint.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
Method Details
-
isAscending
Boolean isAscending() -
isAutoincremented
boolean isAutoincremented() -
getConflictAction
SqlJetConflictAction getConflictAction()
-