public class SqlJetColumnPrimaryKey extends SqlJetColumnIndexConstraint implements ISqlJetColumnPrimaryKey
| Constructor and Description |
|---|
SqlJetColumnPrimaryKey(SqlJetColumnDef column,
java.lang.String name,
CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
SqlJetConflictAction |
getConflictAction() |
java.lang.Boolean |
isAscending() |
boolean |
isAutoincremented() |
java.lang.String |
toString() |
getIndexNamegetColumn, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNamepublic SqlJetColumnPrimaryKey(SqlJetColumnDef column, java.lang.String name, CommonTree ast)
public java.lang.Boolean isAscending()
isAscending in interface ISqlJetColumnPrimaryKeypublic boolean isAutoincremented()
isAutoincremented in interface ISqlJetColumnPrimaryKeypublic SqlJetConflictAction getConflictAction()
getConflictAction in interface ISqlJetColumnPrimaryKeypublic java.lang.String toString()
toString in class SqlJetColumnConstraintCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.