org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnPrimaryKey

All Superinterfaces:
ISqlJetColumnConstraint
All Known Implementing Classes:
SqlJetColumnPrimaryKey

public interface ISqlJetColumnPrimaryKey
extends ISqlJetColumnConstraint

Column's primary key constraint.


Method Summary
 SqlJetConflictAction getConflictAction()
           
 java.lang.Boolean isAscending()
           
 boolean isAutoincremented()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
 

Method Detail

isAscending

java.lang.Boolean isAscending()

isAutoincremented

boolean isAutoincremented()

getConflictAction

SqlJetConflictAction getConflictAction()