| Modifier and Type | Field | Description |
|---|---|---|
List<RefArg> |
args |
|
List<IndexedColumn> |
columns |
|
String |
tblName |
| Constructor | Description |
|---|---|
ForeignKeyClause(String tblName,
List<IndexedColumn> columns,
List<RefArg> args) |
| Modifier and Type | Method | Description |
|---|---|---|
LiteralExpr |
getDeleteRule() |
|
LiteralExpr |
getUpdateRule() |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic final String tblName
public final List<IndexedColumn> columns
public ForeignKeyClause(String tblName, List<IndexedColumn> columns, List<RefArg> args)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionpublic LiteralExpr getUpdateRule()
public LiteralExpr getDeleteRule()
Copyright © 2018. All rights reserved.