|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.connector.api.ConnectorPropertyNames
public class ConnectorPropertyNames
Field Summary | |
---|---|
static java.lang.String |
ADMIN_CONNECTIONS_ALLOWED
|
static java.lang.String |
CONNECTION_POOL_ENABLED
This property can be used to specify whether or not Connection Pooling is enabled. |
static java.lang.String |
CONNECTOR_BINDING_NAME
The environment property used to identify a type of connector binding. |
static java.lang.String |
CONNECTOR_CLASS
The property that specifies the class name of the custom connector class that connects to the data source. |
static java.lang.String |
CONNECTOR_CLASSPATH
|
static java.lang.String |
CONNECTOR_ID
The environment property used to identify a routing ID. |
static java.lang.String |
CONNECTOR_TYPE_CLASSPATH
|
static java.lang.String |
CONNECTOR_VM_NAME
The name of the VM where the connector is running on. |
static java.lang.String |
EXCEPTION_ON_MAX_ROWS
This property can be used to specify whether or not an exception should be thrown if the number of rows for a query exceeds the value of MAX_RESULT_ROWS. |
static java.lang.String |
IS_IMMUTABLE
This property can be used to bypass the normal logic that throws an exception when a command is about to be executed by a non-XA compatible connector, but there is a global transaction. |
static java.lang.String |
IS_XA
|
static java.lang.String |
MAX_CONNECTIONS
The environment property name whose value defines the maximum number of processor threads. |
static java.lang.String |
MAX_RESULT_ROWS
This property can be used to specify the maximum number of rows to be returned from the datasource of this connector. |
static java.lang.String |
MAX_RESULTSET_CACHE_AGE
|
static java.lang.String |
MAX_RESULTSET_CACHE_SIZE
|
static java.lang.String |
RESULTSET_CACHE_SCOPE
|
static java.lang.String |
SYNCH_WORKERS
Indicates whether the connector represents a pooled resource. |
static java.lang.String |
USE_CREDENTIALS_MAP
|
static java.lang.String |
USE_POST_DELEGATION
|
static java.lang.String |
USE_RESULTSET_CACHE
|
static java.lang.String |
USING_CUSTOM_CLASSLOADER
|
Constructor Summary | |
---|---|
ConnectorPropertyNames()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONNECTOR_CLASS
public static final java.lang.String MAX_CONNECTIONS
public static final java.lang.String MAX_RESULT_ROWS
public static final java.lang.String EXCEPTION_ON_MAX_ROWS
public static final java.lang.String CONNECTION_POOL_ENABLED
public static final java.lang.String CONNECTOR_BINDING_NAME
public static final java.lang.String CONNECTOR_ID
public static final java.lang.String CONNECTOR_VM_NAME
public static final java.lang.String SYNCH_WORKERS
public static final java.lang.String USING_CUSTOM_CLASSLOADER
public static final java.lang.String CONNECTOR_CLASSPATH
public static final java.lang.String CONNECTOR_TYPE_CLASSPATH
public static final java.lang.String IS_XA
public static final java.lang.String USE_CREDENTIALS_MAP
public static final java.lang.String ADMIN_CONNECTIONS_ALLOWED
public static final java.lang.String USE_RESULTSET_CACHE
public static final java.lang.String MAX_RESULTSET_CACHE_SIZE
public static final java.lang.String MAX_RESULTSET_CACHE_AGE
public static final java.lang.String RESULTSET_CACHE_SCOPE
public static final java.lang.String IS_IMMUTABLE
public static final java.lang.String USE_POST_DELEGATION
Constructor Detail |
---|
public ConnectorPropertyNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |