ToSqlpublic class NotNullColumnConstraint extends ColumnConstraint
| Modifier and Type | Field | Description |
|---|---|---|
ResolveType |
conflictClause |
|
boolean |
nullable |
name| Constructor | Description |
|---|---|
NotNullColumnConstraint(String name,
boolean nullable,
ResolveType conflictClause) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getNullable() |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic final boolean nullable
public final ResolveType conflictClause
public NotNullColumnConstraint(String name, boolean nullable, ResolveType conflictClause)
public void toSql(Appendable a) throws IOException
IOExceptionpublic int getNullable()
Copyright © 2018. All rights reserved.