Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetTablePrimaryKey
- All Superinterfaces:
ISqlJetTableConstraint
- All Known Implementing Classes:
SqlJetTablePrimaryKey
Table's primary key constraint.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetTableConstraint
getName
-
Method Details
-
getColumns
-
getConflictAction
SqlJetConflictAction getConflictAction() -
getIndexName
String getIndexName()
-