public class SqlJetTableForeignKey extends SqlJetTableConstraint implements ISqlJetTableForeignKey
Constructor and Description |
---|
SqlJetTableForeignKey(java.lang.String name,
CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getColumnNames() |
ISqlJetForeignKey |
getForeignKey() |
java.lang.String |
toString() |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName
public SqlJetTableForeignKey(java.lang.String name, CommonTree ast)
public java.util.List<java.lang.String> getColumnNames()
getColumnNames
in interface ISqlJetTableForeignKey
public ISqlJetForeignKey getForeignKey()
getForeignKey
in interface ISqlJetTableForeignKey
public java.lang.String toString()
toString
in class SqlJetTableConstraint
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.