Package org.jumpmind.db.sql
Class SqlTemplateSettings
java.lang.Object
org.jumpmind.db.sql.SqlTemplateSettings
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected boolean
protected int
protected int
protected int
protected boolean
protected SqlTemplateSettings.JdbcLobHandling
protected LogSqlBuilder
protected int
protected TypedProperties
protected int
protected boolean
protected int
protected boolean
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllowTriggerCreateOrReplace
(boolean allowTriggerCreateOrReplace) void
setAllowUpdatesWithResults
(boolean allowUpdatesWithResults) void
setBatchBulkLoaderSize
(int batchBulkLoaderSize) void
setBatchSize
(int batchSize) void
setFetchSize
(int fetchSize) void
setIncludeRowIdentifierAsColumn
(boolean includeRowIdentifierAsColumn) void
setJdbcLobHandling
(SqlTemplateSettings.JdbcLobHandling jdbcLobHandling) void
setLogSqlBuilder
(LogSqlBuilder logSqlBuilder) void
setOverrideIsolationLevel
(int overrideIsolationLevel) void
setProperties
(TypedProperties properties) void
setQueryTimeout
(int queryTimeout) void
setReadStringsAsBytes
(boolean readStringsAsBytes) void
setResultSetType
(int resultSetType) void
setRightTrimCharValues
(boolean rightTrimCharValues) void
setTreatBinaryAsLob
(boolean treatBinaryAsLob)
-
Field Details
-
fetchSize
protected int fetchSize -
queryTimeout
protected int queryTimeout -
batchSize
protected int batchSize -
batchBulkLoaderSize
protected int batchBulkLoaderSize -
readStringsAsBytes
protected boolean readStringsAsBytes -
treatBinaryAsLob
protected boolean treatBinaryAsLob -
rightTrimCharValues
protected boolean rightTrimCharValues -
overrideIsolationLevel
protected int overrideIsolationLevel -
resultSetType
protected int resultSetType -
logSqlBuilder
-
allowUpdatesWithResults
protected boolean allowUpdatesWithResults -
allowTriggerCreateOrReplace
protected boolean allowTriggerCreateOrReplace -
jdbcLobHandling
-
includeRowIdentifierAsColumn
protected boolean includeRowIdentifierAsColumn -
properties
-
-
Constructor Details
-
SqlTemplateSettings
public SqlTemplateSettings()
-
-
Method Details
-
setFetchSize
public void setFetchSize(int fetchSize) -
getFetchSize
public int getFetchSize() -
setQueryTimeout
public void setQueryTimeout(int queryTimeout) -
getQueryTimeout
public int getQueryTimeout() -
setBatchSize
public void setBatchSize(int batchSize) -
getBatchSize
public int getBatchSize() -
setReadStringsAsBytes
public void setReadStringsAsBytes(boolean readStringsAsBytes) -
isReadStringsAsBytes
public boolean isReadStringsAsBytes() -
setTreatBinaryAsLob
public void setTreatBinaryAsLob(boolean treatBinaryAsLob) -
isTreatBinaryAsLob
public boolean isTreatBinaryAsLob() -
getOverrideIsolationLevel
public int getOverrideIsolationLevel() -
setOverrideIsolationLevel
public void setOverrideIsolationLevel(int overrideIsolationLevel) -
getLogSqlBuilder
-
setLogSqlBuilder
-
getResultSetType
public int getResultSetType() -
setResultSetType
public void setResultSetType(int resultSetType) -
isRightTrimCharValues
public boolean isRightTrimCharValues() -
setRightTrimCharValues
public void setRightTrimCharValues(boolean rightTrimCharValues) -
isAllowUpdatesWithResults
public boolean isAllowUpdatesWithResults() -
setAllowUpdatesWithResults
public void setAllowUpdatesWithResults(boolean allowUpdatesWithResults) -
getBatchBulkLoaderSize
public int getBatchBulkLoaderSize() -
setBatchBulkLoaderSize
public void setBatchBulkLoaderSize(int batchBulkLoaderSize) -
isAllowTriggerCreateOrReplace
public boolean isAllowTriggerCreateOrReplace() -
setAllowTriggerCreateOrReplace
public void setAllowTriggerCreateOrReplace(boolean allowTriggerCreateOrReplace) -
getJdbcLobHandling
-
setJdbcLobHandling
-
getProperties
-
setProperties
-
isIncludeRowIdentifierAsColumn
public boolean isIncludeRowIdentifierAsColumn() -
setIncludeRowIdentifierAsColumn
public void setIncludeRowIdentifierAsColumn(boolean includeRowIdentifierAsColumn)
-