Class SqlJetForeignKeyMatchAction
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetForeignKeyMatchAction
-
- All Implemented Interfaces:
ISqlJetForeignKeyAction,ISqlJetForeignKeyMatchAction
public class SqlJetForeignKeyMatchAction extends java.lang.Object implements ISqlJetForeignKeyMatchAction
-
-
Constructor Summary
Constructors Constructor Description SqlJetForeignKeyMatchAction(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceISqlJetForeignKeyMatchAction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-