public interface ExecutionProperties
TeiidStatement.setExecutionProperty(String, String)
method. They affect the subsequent execution of all commands on that Statement
instance.
They can also be set using a SET statement via JDBC and take effect for the
duration of the session.Modifier and Type | Interface and Description |
---|---|
static interface |
ExecutionProperties.Values |
Modifier and Type | Field and Description |
---|---|
static String |
ANSI_QUOTED_IDENTIFIERS
Overrides the handling of double quoted identifiers to allow them to be strings.
|
static String |
DISABLE_LOCAL_TRANSACTIONS
If true, will ignore autocommit for local transactions.
|
static String |
JDBC4COLUMNNAMEANDLABELSEMANTICS
TEIID-1651
A change was made in JDBC4 so that when an 'Alias' is used it will
now be returned as the label.
|
static String |
NOEXEC
Can be one of ON|OFF
|
static String |
PROP_FETCH_SIZE
Default fetch size to use on Statements if the fetch size is not explicitly set.
|
static String |
PROP_PARTIAL_RESULTS_MODE
Execution property name for partial results mode
|
static String |
PROP_TXN_AUTO_WRAP
Execution property name for transaction auto wrap mode
|
static String |
PROP_XML_FORMAT
Execution property name for XML format
|
static String |
PROP_XML_VALIDATION
Execution property name for XML validation
|
static String |
QUERYTIMEOUT |
static String |
RESULT_SET_CACHE_MODE
Whether to use result set cache if it is available
|
static String |
SQL_OPTION_SHOWPLAN
Can be one of ON|OFF|DEBUG
|
static final String PROP_XML_FORMAT
static final String PROP_XML_VALIDATION
static final String PROP_TXN_AUTO_WRAP
static final String PROP_PARTIAL_RESULTS_MODE
static final String RESULT_SET_CACHE_MODE
static final String PROP_FETCH_SIZE
static final String DISABLE_LOCAL_TRANSACTIONS
static final String ANSI_QUOTED_IDENTIFIERS
static final String SQL_OPTION_SHOWPLAN
static final String NOEXEC
static final String QUERYTIMEOUT
static final String JDBC4COLUMNNAMEANDLABELSEMANTICS
false
will enable
backwards compatibility when JDBC3 and older support is still required.
Default is true
Copyright © 2020. All rights reserved.