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

All Superinterfaces:
CommonProps

public interface JDBCCallProcedureConfigProps
extends CommonProps

The set of all configuration properties of the JDBC Call Procedure Activity.


Field Summary
static byte CATALOG_OR_PACKAGE
          This is the Catalog / Package configuration property.
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 PARAMTER_TYPES
          This is the Parameter Types (table) configuration property.
static byte PROCEDURE_OR_FUNCTION_NAME
          This is the Procedure / Function Name configuration property.
static byte RESULTSET_USE_SCHEMA
          This is the ResultSets Use Schema configuration property.
static byte SCHEMA
          This is the Schema configuration property.
static byte TIMEOUT
          This is the Timeout(sec) 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

SCHEMA


static final byte SCHEMA
This is the Schema configuration property.

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

See Also:
Constant Field Values

CATALOG_OR_PACKAGE


static final byte CATALOG_OR_PACKAGE
This is the Catalog / Package configuration property.

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

See Also:
Constant Field Values

PROCEDURE_OR_FUNCTION_NAME


static final byte PROCEDURE_OR_FUNCTION_NAME
This is the Procedure / Function Name 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

PARAMTER_TYPES


static final byte PARAMTER_TYPES
This is the Parameter Types (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

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

RESULTSET_USE_SCHEMA


static final byte RESULTSET_USE_SCHEMA
This is the ResultSets Use Schema configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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