ToSql
public 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, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final boolean deferrable
public final InitDeferredPred initDeferred
public DeferSubclause(boolean deferrable, InitDeferredPred initDeferred)
public void toSql(Appendable a) throws IOException
IOException
public int getDeferrability()
DatabaseMetaData.importedKeyNotDeferrable
, ...Copyright © 2018. All rights reserved.