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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<java.lang.String>getColumns()SqlJetConflictActiongetConflictAction()java.lang.StringgetIndexName()-
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()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG