Class SqlTemplateSettings

java.lang.Object
org.jumpmind.db.sql.SqlTemplateSettings

public class SqlTemplateSettings extends Object
  • 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

      protected LogSqlBuilder logSqlBuilder
    • allowUpdatesWithResults

      protected boolean allowUpdatesWithResults
    • allowTriggerCreateOrReplace

      protected boolean allowTriggerCreateOrReplace
    • jdbcLobHandling

      protected SqlTemplateSettings.JdbcLobHandling jdbcLobHandling
    • includeRowIdentifierAsColumn

      protected boolean includeRowIdentifierAsColumn
    • properties

      protected TypedProperties 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

      public LogSqlBuilder getLogSqlBuilder()
    • setLogSqlBuilder

      public void setLogSqlBuilder(LogSqlBuilder logSqlBuilder)
    • 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

      public SqlTemplateSettings.JdbcLobHandling getJdbcLobHandling()
    • setJdbcLobHandling

      public void setJdbcLobHandling(SqlTemplateSettings.JdbcLobHandling jdbcLobHandling)
    • getProperties

      public TypedProperties getProperties()
    • setProperties

      public void setProperties(TypedProperties properties)
    • isIncludeRowIdentifierAsColumn

      public boolean isIncludeRowIdentifierAsColumn()
    • setIncludeRowIdentifierAsColumn

      public void setIncludeRowIdentifierAsColumn(boolean includeRowIdentifierAsColumn)