com.microstrategy.webapi.EnumDSSXMLDBConnectionExecutionMode |
Class Overview
Enumeration used to specify how the ODBC driver should execute. This
can be seen in Desktop in the database connection editor under advanced ->
ODBC Settings -> Driver Execution Mode
Constants
public
static
final
int
DssDBConnectionExecutionAsynchConnection
Constant Value:
1
(0x00000001)
public
static
final
int
DssDBConnectionExecutionAsynchStatement
Constant Value:
2
(0x00000002)
public
static
final
int
DssDBConnectionExecutionReserved
Constant Value:
0
(0x00000000)
public
static
final
int
DssDBConnectionExecutionSynchronous
Constant Value:
3
(0x00000003)