Package org.jumpmind.db.sql
Class DmlStatementOptions
java.lang.Object
org.jumpmind.db.sql.DmlStatementOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Column[]protected DatabaseInfoprotected DmlStatement.DmlTypeprotected Column[]protected booleanprotected boolean[]protected Stringprotected Stringprotected Stringprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDmlStatementOptions(DmlStatement.DmlType dmlType, String tableName) DmlStatementOptions(DmlStatement.DmlType dmlType, Table table) -
Method Summary
Modifier and TypeMethodDescriptioncatalogName(String catalogName) databaseInfo(DatabaseInfo databaseInfo) dmlType(DmlStatement.DmlType dmlType) Column[]Column[]getKeys()boolean[]booleannamedParameters(boolean namedParameters) nullKeyValues(boolean[] nullKeyValues) quotedIdentifiers(boolean useQuotedIdentifiers) schemaName(String schemaName) textColumnExpression(String textColumnExpression) boolean
-
Field Details
-
dmlType
-
tableName
-
columns
-
databaseInfo
-
catalogName
-
schemaName
-
keys
-
nullKeyValues
protected boolean[] nullKeyValues -
useQuotedIdentifiers
protected boolean useQuotedIdentifiers -
namedParameters
protected boolean namedParameters -
textColumnExpression
-
-
Constructor Details
-
DmlStatementOptions
-
DmlStatementOptions
-
-
Method Details
-
databaseInfo
-
catalogName
-
schemaName
-
columns
-
keys
-
nullKeyValues
-
quotedIdentifiers
-
namedParameters
-
textColumnExpression
-
dmlType
-
getDmlType
-
getTableName
-
getColumns
-
getDatabaseInfo
-
getCatalogName
-
getSchemaName
-
getKeys
-
getNullKeyValues
public boolean[] getNullKeyValues() -
useQuotedIdentifiers
public boolean useQuotedIdentifiers() -
isNamedParameters
public boolean isNamedParameters() -
getTextColumnExpression
-