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 booleanprotected booleanprotected intprotected intprotected intprotected booleanprotected SqlTemplateSettings.JdbcLobHandlingprotected LogSqlBuilderprotected intprotected TypedPropertiesprotected intprotected booleanprotected intprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAllowTriggerCreateOrReplace(boolean allowTriggerCreateOrReplace) voidsetAllowUpdatesWithResults(boolean allowUpdatesWithResults) voidsetBatchBulkLoaderSize(int batchBulkLoaderSize) voidsetBatchSize(int batchSize) voidsetFetchSize(int fetchSize) voidsetIncludeRowIdentifierAsColumn(boolean includeRowIdentifierAsColumn) voidsetJdbcLobHandling(SqlTemplateSettings.JdbcLobHandling jdbcLobHandling) voidsetLogSqlBuilder(LogSqlBuilder logSqlBuilder) voidsetOverrideIsolationLevel(int overrideIsolationLevel) voidsetProperties(TypedProperties properties) voidsetQueryTimeout(int queryTimeout) voidsetReadStringsAsBytes(boolean readStringsAsBytes) voidsetResultSetType(int resultSetType) voidsetRightTrimCharValues(boolean rightTrimCharValues) voidsetTreatBinaryAsLob(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)
-