Class SqlJetColumnForeignKey
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetForeignKey
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnForeignKey
-
- All Implemented Interfaces:
ISqlJetColumnConstraint
,ISqlJetColumnForeignKey
,ISqlJetForeignKey
public class SqlJetColumnForeignKey extends SqlJetForeignKey implements ISqlJetColumnForeignKey
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Constructor Summary
Constructors Constructor Description SqlJetColumnForeignKey(java.lang.String name, org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetForeignKey
getActions, getColumnNames, getDeferrable, getForeignTableName
-
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.ISqlJetForeignKey
getActions, getColumnNames, getDeferrable, getForeignTableName
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceISqlJetColumnConstraint
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSqlJetForeignKey
-
-