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.String
getName()
java.lang.String
toString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceISqlJetForeignKeyMatchAction
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-