com.lutris.appserver.server.sql.standard
Interface DriverSpecificConstants
- All Known Implementing Classes:
- DatabaseConfiguration, DatabaseManagerConfiguration, InformixLogicalDatabase, OracleLogicalDatabase, StandardDatabaseManager, StandardLogicalDatabase, TableConfiguration
public interface DriverSpecificConstants
Constants for use in driver cpecific configuration.
PARAMNAME_USE_CURSOR_NAME
static final java.lang.String PARAMNAME_USE_CURSOR_NAME
- See Also:
- Constant Field Values
DEFAULT_USE_CURSOR_NAME
static final boolean DEFAULT_USE_CURSOR_NAME
- See Also:
- Constant Field Values
PARAMNAME_DISABLE_FETCH_SIZE_WITH_MAX_ROWS
static final java.lang.String PARAMNAME_DISABLE_FETCH_SIZE_WITH_MAX_ROWS
- See Also:
- Constant Field Values
DEFAULT_DISABLE_FETCH_SIZE_WITH_MAX_ROWS
static final boolean DEFAULT_DISABLE_FETCH_SIZE_WITH_MAX_ROWS
- See Also:
- Constant Field Values
PARAMNAME_RESULT_SET_TYPE
static final java.lang.String PARAMNAME_RESULT_SET_TYPE
- See Also:
- Constant Field Values
DEFAULT_RESULT_SET_TYPE
static final int DEFAULT_RESULT_SET_TYPE
- See Also:
- Constant Field Values
PARAMNAME_RESULT_SET_CONCURRENCY
static final java.lang.String PARAMNAME_RESULT_SET_CONCURRENCY
- See Also:
- Constant Field Values
DEFAULT_RESULT_SET_CONCURRENCY
static final int DEFAULT_RESULT_SET_CONCURRENCY
- See Also:
- Constant Field Values
PARAMNAME_USE_BINARY_STREAM_FOR_LONGVARCHAR
static final java.lang.String PARAMNAME_USE_BINARY_STREAM_FOR_LONGVARCHAR
- See Also:
- Constant Field Values
DEFAULT_USE_BINARY_STREAM_FOR_LONGVARCHAR
static final boolean DEFAULT_USE_BINARY_STREAM_FOR_LONGVARCHAR
- See Also:
- Constant Field Values
PARAMNAME_SET_NULL_AS_VARCHAR
static final java.lang.String PARAMNAME_SET_NULL_AS_VARCHAR
- See Also:
- Constant Field Values
DEFAULT_SET_NULL_AS_VARCHAR
static final boolean DEFAULT_SET_NULL_AS_VARCHAR
- See Also:
- Constant Field Values
PARAMNAME_SET_BYTES_AS_LONGVARBINARY
static final java.lang.String PARAMNAME_SET_BYTES_AS_LONGVARBINARY
- See Also:
- Constant Field Values
DEFAULT_SET_BYTES_AS_LONGVARBINARY
static final boolean DEFAULT_SET_BYTES_AS_LONGVARBINARY
- See Also:
- Constant Field Values
PARAMNAME_CUSTOM_NOT_EQUAL_SQL_OPERATOR
static final java.lang.String PARAMNAME_CUSTOM_NOT_EQUAL_SQL_OPERATOR
- See Also:
- Constant Field Values
DEFAULT_CUSTOM_NOT_EQUAL_SQL_OPERATOR
static final java.lang.String DEFAULT_CUSTOM_NOT_EQUAL_SQL_OPERATOR
- See Also:
- Constant Field Values
PARAMNAME_USE_PREFIX_WITH_UPDATE
static final java.lang.String PARAMNAME_USE_PREFIX_WITH_UPDATE
- See Also:
- Constant Field Values
DEFAULT_USE_PREFIX_WITH_UPDATE
static final boolean DEFAULT_USE_PREFIX_WITH_UPDATE
- See Also:
- Constant Field Values
DEFAULT_SET_BYTES_AS_BINARY_STREAM
static final java.lang.String DEFAULT_SET_BYTES_AS_BINARY_STREAM
- See Also:
- Constant Field Values
PARAMNAME_SET_BYTES_AS_BINARY_STREAM
static final java.lang.String PARAMNAME_SET_BYTES_AS_BINARY_STREAM
- See Also:
- Constant Field Values
DEFAULT_SET_BOOLEAN_AS_STRING
static final java.lang.String DEFAULT_SET_BOOLEAN_AS_STRING
- See Also:
- Constant Field Values
PARAMNAME_SET_BOOLEAN_AS_STRING
static final java.lang.String PARAMNAME_SET_BOOLEAN_AS_STRING
- See Also:
- Constant Field Values
PARAMNAME_PREPARE_STATEMENT_CACHE_LATENCY
static final java.lang.String PARAMNAME_PREPARE_STATEMENT_CACHE_LATENCY
- See Also:
- Constant Field Values
DEFAULT_PREPARE_STATEMENT_CACHE_LATENCY
static final int DEFAULT_PREPARE_STATEMENT_CACHE_LATENCY
- See Also:
- Constant Field Values
UNDEFINED_PREPARE_STATEMENT_CACHE_LATENCY
static final int UNDEFINED_PREPARE_STATEMENT_CACHE_LATENCY
- See Also:
- Constant Field Values
PARAMNAME_USE_TOP_SYNTAX
static final java.lang.String PARAMNAME_USE_TOP_SYNTAX
- See Also:
- Constant Field Values
DEFAULT_USE_TOP_SYNTAX
static final boolean DEFAULT_USE_TOP_SYNTAX
- See Also:
- Constant Field Values