SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnPrimaryKey

All Superinterfaces:
ISqlJetColumnConstraint

public interface ISqlJetColumnPrimaryKey
extends ISqlJetColumnConstraint

Column's primary key constraint.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

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()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.