Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetTablePrimaryKey
-
- All Superinterfaces:
ISqlJetTableConstraint
- All Known Implementing Classes:
SqlJetTablePrimaryKey
public interface ISqlJetTablePrimaryKey extends ISqlJetTableConstraint
Table's primary key constraint.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getColumns()
SqlJetConflictAction
getConflictAction()
java.lang.String
getIndexName()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetTableConstraint
getName
-
-
-
-
Method Detail
-
getColumns
java.util.List<java.lang.String> getColumns()
-
getConflictAction
SqlJetConflictAction getConflictAction()
-
getIndexName
java.lang.String getIndexName()
-
-