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, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public 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 ToSql
IOException
public LiteralExpr getUpdateRule()
public LiteralExpr getDeleteRule()
Copyright © 2018. All rights reserved.