|
SQLFire 1.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Attribute
List of all server connection (JDBC) attributes by the system.
| Field Summary | |
|---|---|
static String |
AUTH_PROVIDER
Authentication scheme for client connections. |
static String |
CLIENT_JVM_PROPERTY_PREFIX
User should use this prefix for the client attributes traceLevel and traceDirectory when they are sending those attributes as JVM properties. |
static String |
CLIENT_SECURITY_MECHANISM
securityMechanism sets the DRDA mechanism in-use for the client |
static String |
COLLATION
Optional JDBC url attribute (at the database create time only) It can be set to one of the following 2 values 1) UCS_BASIC (This means codepoint based collation. |
static String |
CONFIG_SCRIPTS
The property used to specify the initial SQL scripts to be executed before anything else including initial DDL replay. |
static String |
CREATE_ATTR
The attribute that is used to request a database create. |
static String |
DBNAME_ATTR
The attribute that is used for the database name, from the JDBC notion of jdbc: |
static String |
DEFAULT_INITIAL_CAPACITY_PROP
The VM level property to specify the default initial capacity used for underlying GFE regions on datastores. |
static String |
DEFAULT_RECOVERY_DELAY_PROP
A VM level property to specify the default recovery delay to be used ( PartitionAttributesFactory.setRecoveryDelay(long). |
static String |
DISABLE_STREAMING
A connection level property (i.e. needs to be set on each connection) which when set to true will disable streaming of results on query node. |
static String |
DNC_PROTOCOL
The protocol for Derby Network Client. |
static String |
DRDA_SECMEC
Internal attribute which holds the value of the securityMechanism attribute specified by the client. |
static String |
DRDA_SECTKN_IN
Internal attributes. |
static String |
DRDA_SECTKN_OUT
|
static String |
DRDAID_ATTR
The attribute that is used to set the connection's DRDA ID. |
static String |
DUMP_TIME_STATS_FREQ
Boot connection property used to denote that query time statistics should be dumped using SQLFireQueryTimeStatistics. |
static String |
ENABLE_STATS
Connection property to enable collection of statistics at statement level. |
static String |
ENABLE_TIMESTATS
Connection property to enable collection of time statistics at statement level. |
static String |
ENABLE_TX_WAIT_MODE
A connection level property to use lock waiting mode for transactions instead of the default "fail-fast" conflict mode. |
static String |
INIT_SCRIPTS
The property used to specify the SQL scripts to be executed after VM startup is complete including initial DDL replay. |
static String |
JCC_PROTOCOL
The protocol for the IBM Universal JDBC Driver |
static String |
LICENSE_SERIAL_NUMBER
The serial number specified for licensing. |
static String |
LOG_FILE
The SQLFire log file path property. |
static String |
PASSWORD_ATTR
The attribute that is used to set the user password. |
static String |
PREFER_NETSERVER_IP_ADDRESS
System property to force using IP addresses rather than hostnames for clients. |
static String |
PROTOCOL
The default SQLFire protocol for data store or peer client. |
static String |
SERVER_AUTH_PROVIDER
Authentication scheme configuration for server-to-server communication. |
static String |
SERVER_GROUPS
The property used to specify the server groups. |
static String |
SHUTDOWN_ATTR
The attribute that is used to request a shutdown. |
static String |
SKIP_LISTENERS
A connection level property if set to true, would skip invocation of listeners/writers/DBSynchronizer/AsyncEventListener on server. |
static String |
SQLF_DBNAME
The dummy name used for SQLFire database. |
static String |
SQLF_ENABLE_TX_WAIT_MODE
System property to set ENABLE_TX_WAIT_MODE for all connections. |
static String |
SQLF_HOST_DATA
The SQLFire property used to specify whether this VM should host data or not (i.e. whether data-store or an accessor). |
static String |
SQLF_PERSIST_DD
property name for enabling persistence of data dictionary |
static String |
SQLF_PREFIX
Prefix when setting a boot/connection property as a system property. |
static String |
SQLJ_NESTED
The SQLJ protocol for getting the default connection for server side jdbc. |
static String |
SQLJ_NESTED_SQLFIRE
|
static String |
STAND_ALONE_LOCATOR
Boot property to indicate that this is a stand-alone locator which is really a kind of peer client with a network server running on it to enable processing client locator related DML commands. |
static String |
SYS_PERSISTENT_DIR
The property used to specify the base directory for Sql Fabric persistence of Gateway Queues, Tables, Data Dictionary etc. |
static String |
TABLE_DEFAULT_PARTITIONED
The default DataPolicy for tables is now replicated when no explicit partitioning has been defined. |
static String |
UPGRADE_ATTR
The attribute that is used to allow upgrade. |
static String |
USERNAME_ALT_ATTR
Alternate attribute to set alternative 'UserName' connection attribute. |
static String |
USERNAME_ATTR
The attribute that is used to set the user name. |
static String |
USING_ODBC_DRIVER
System property to denote that the driver is invoked using ODBC API. |
| Field Detail |
|---|
static final String PROTOCOL
static final String SQLF_DBNAME
static final String SQLJ_NESTED
static final String SQLJ_NESTED_SQLFIRE
static final String SHUTDOWN_ATTR
static final String USERNAME_ATTR
static final String USERNAME_ALT_ATTR
static final String PASSWORD_ATTR
static final String COLLATION
static final String DRDAID_ATTR
static final String DRDA_SECTKN_IN
static final String DRDA_SECTKN_OUT
static final String DRDA_SECMEC
static final String DISABLE_STREAMING
SQLState.SQLF_NODE_SHUTDOWN will be thrown in case a
node happens to go down in the middle of ResultSet iteration and
application has to retry the query. With this property set, SQLFire will
always wait for at least one result from all the nodes and disable chunking
of results from nodes, so will always transparently failover in such a
scenario.
static final String SKIP_LISTENERS
static final String ENABLE_TX_WAIT_MODE
static final String LOG_FILE
static final String CONFIG_SCRIPTS
static final String DEFAULT_INITIAL_CAPACITY_PROP
static final String DEFAULT_RECOVERY_DELAY_PROP
PartitionAttributesFactory.setRecoveryDelay(long). Can be
overridden for an individual table using the RECOVERYDELAY clause in CREATE
TABLE DDL. If not specified then the default recovery delay is
PartitionAttributesFactory.RECOVERY_DELAY_DEFAULT.
static final String DUMP_TIME_STATS_FREQ
SQLFireQueryTimeStatistics.
static final String ENABLE_STATS
static final String ENABLE_TIMESTATS
static final String INIT_SCRIPTS
static final String SERVER_GROUPS
static final String SQLF_HOST_DATA
static final String SQLF_PERSIST_DD
static final String TABLE_DEFAULT_PARTITIONED
static final String LICENSE_SERIAL_NUMBER
static final String SYS_PERSISTENT_DIR
static final String STAND_ALONE_LOCATOR
static final String AUTH_PROVIDER
static final String SERVER_AUTH_PROVIDER
static final String CLIENT_SECURITY_MECHANISM
static final String SQLF_PREFIX
static final String DNC_PROTOCOL
static final String CLIENT_JVM_PROPERTY_PREFIX
static final String USING_ODBC_DRIVER
static final String SQLF_ENABLE_TX_WAIT_MODE
ENABLE_TX_WAIT_MODE for all connections.
static final String PREFER_NETSERVER_IP_ADDRESS
static final String DBNAME_ATTR
static final String CREATE_ATTR
static final String UPGRADE_ATTR
static final String JCC_PROTOCOL
|
SQLFire 1.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||