Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetTableUnique
- All Superinterfaces:
ISqlJetTableConstraint
- All Known Implementing Classes:
SqlJetTableUnique
Table's unique 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()
-