|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCQueryConfigProps
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 |
---|
static final byte JDBC_CONNECTION
The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps
static final byte SQL_STATEMENT
The type of this configuration property is java.lang.String
static final byte TIMEOUT
The type of this configuration property is java.lang.String
static final byte MAXIMUM_ROWS
The type of this configuration property is java.lang.String
static final byte PREPARED_PARAMTERS
The type of this configuration property is List
static final byte OVERRIDE_TX
The type of this configuration property is boolean
static final byte USE_NIL
The type of this configuration property is boolean
static final byte INTERPRET_EMPTY_STRING_NULL
The type of this configuration property is boolean
static final byte PROCESS_IN_SUBSETS
The type of this configuration property is boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |