Package org.jumpmind.db.sql
Class DmlStatementOptions
java.lang.Object
org.jumpmind.db.sql.DmlStatementOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Column[]
protected DatabaseInfo
protected DmlStatement.DmlType
protected Column[]
protected boolean
protected boolean[]
protected String
protected String
protected String
protected 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[]
boolean
namedParameters
(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
-