ToSqlpublic class PrimaryKeyColumnConstraint extends ColumnConstraint
| Modifier and Type | Field | Description |
|---|---|---|
boolean |
autoIncrement |
|
ResolveType |
conflictClause |
|
SortOrder |
order |
name| Constructor | Description |
|---|---|
PrimaryKeyColumnConstraint(String name,
SortOrder order,
ResolveType conflictClause,
boolean autoIncrement) |
| 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 SortOrder order
public final ResolveType conflictClause
public final boolean autoIncrement
public PrimaryKeyColumnConstraint(String name, SortOrder order, ResolveType conflictClause, boolean autoIncrement)
public void toSql(Appendable a) throws IOException
IOExceptionCopyright © 2018. All rights reserved.