ToSqlpublic class UniqueTableConstraint extends TableConstraint
| Modifier and Type | Field | Description |
|---|---|---|
List<SortedColumn> |
columns |
|
ResolveType |
conflictClause |
name| Constructor | Description |
|---|---|
UniqueTableConstraint(String name,
List<SortedColumn> columns,
ResolveType conflictClause) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic final List<SortedColumn> columns
public final ResolveType conflictClause
public UniqueTableConstraint(String name, List<SortedColumn> columns, ResolveType conflictClause)
public void toSql(Appendable a) throws IOException
IOExceptionCopyright © 2018. All rights reserved.