com.tibco.bw.plugin.config.jdbc
Interface JDBCQueryConfigProps

All Superinterfaces:
CommonProps

public interface JDBCQueryConfigProps
extends CommonProps

The set of all configuration properties of the JDBC Query Activity.


Field Summary
static byte INTERPRET_EMPTY_STRING_NULL
          This is the Interpret Empty String As Null configuration property.
static byte JDBC_CONNECTION
          This is the JDBC Connection configuration property.
static byte MAXIMUM_ROWS
          This is the Maximum Rows configuration property.
static byte OVERRIDE_TX
          This is the Override Transaction Behavior configuration property.
static byte PREPARED_PARAMTERS
          This is the Prepared Paramters (table)configuration property.
static byte PROCESS_IN_SUBSETS
          This is the Process In Subsets configuration property.
static byte SQL_STATEMENT
          This is the SQL Statement configuration property.
static byte TIMEOUT
          This is the Timeout(sec) configuration property.
static byte USE_NIL
          This is the Use Nil configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

JDBC_CONNECTION


static final byte JDBC_CONNECTION
This is the JDBC Connection configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

SQL_STATEMENT


static final byte SQL_STATEMENT
This is the SQL Statement configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

TIMEOUT


static final byte TIMEOUT
This is the Timeout(sec) configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

MAXIMUM_ROWS


static final byte MAXIMUM_ROWS
This is the Maximum Rows configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PREPARED_PARAMTERS


static final byte PREPARED_PARAMTERS
This is the Prepared Paramters (table)configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

OVERRIDE_TX


static final byte OVERRIDE_TX
This is the Override Transaction Behavior configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

USE_NIL


static final byte USE_NIL
This is the Use Nil configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

INTERPRET_EMPTY_STRING_NULL


static final byte INTERPRET_EMPTY_STRING_NULL
This is the Interpret Empty String As Null configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

PROCESS_IN_SUBSETS


static final byte PROCESS_IN_SUBSETS
This is the Process In Subsets configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved