Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetTablePrimaryKey
- All Superinterfaces:
ISqlJetTableConstraint
- All Known Implementing Classes:
SqlJetTablePrimaryKey
Table's primary key constraint.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetTableConstraint
getName
-
Method Details
-
getColumns
-
getConflictAction
SqlJetConflictAction getConflictAction() -
getIndexName
String getIndexName()
-