ToSqlpublic class DeferSubclause extends ColumnConstraint
| Modifier and Type | Field | Description |
|---|---|---|
boolean |
deferrable |
|
InitDeferredPred |
initDeferred |
name| Constructor | Description |
|---|---|
DeferSubclause(boolean deferrable,
InitDeferredPred initDeferred) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDeferrability() |
|
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 deferrable
public final InitDeferredPred initDeferred
public DeferSubclause(boolean deferrable,
InitDeferredPred initDeferred)
public void toSql(Appendable a) throws IOException
IOExceptionpublic int getDeferrability()
DatabaseMetaData.importedKeyNotDeferrable, ...Copyright © 2018. All rights reserved.