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() |
getIndexName
getColumn, getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName
public SqlJetColumnPrimaryKey(SqlJetColumnDef column, java.lang.String name, CommonTree ast)
public java.lang.Boolean isAscending()
isAscending
in interface ISqlJetColumnPrimaryKey
public boolean isAutoincremented()
isAutoincremented
in interface ISqlJetColumnPrimaryKey
public SqlJetConflictAction getConflictAction()
getConflictAction
in interface ISqlJetColumnPrimaryKey
public java.lang.String toString()
toString
in class SqlJetColumnConstraint
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.