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 Details

    • getColumns

      java.util.List<java.lang.String> getColumns()
    • getConflictAction

      SqlJetConflictAction getConflictAction()
    • getIndexName

      java.lang.String getIndexName()