Class SqlJetTableForeignKey
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetTableConstraint
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetTableForeignKey
-
- All Implemented Interfaces:
ISqlJetTableConstraint
,ISqlJetTableForeignKey
public class SqlJetTableForeignKey extends SqlJetTableConstraint implements ISqlJetTableForeignKey
-
-
Constructor Summary
Constructors Constructor Description SqlJetTableForeignKey(java.lang.String name, org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getColumnNames()
ISqlJetForeignKey
getForeignKey()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetTableConstraint
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetTableConstraint
getName
-
-
-
-
Method Detail
-
getColumnNames
public java.util.List<java.lang.String> getColumnNames()
- Specified by:
getColumnNames
in interfaceISqlJetTableForeignKey
-
getForeignKey
public ISqlJetForeignKey getForeignKey()
- Specified by:
getForeignKey
in interfaceISqlJetTableForeignKey
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSqlJetTableConstraint
-
-