Package com.microstrategy.webapi
Interface EnumDSSXMLDBConnectionDriverMode
-
public interface EnumDSSXMLDBConnectionDriverMode
Enumeration used to specify the DB API the connection should use.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssDBConnectionDriverNativeDBAPI
Specifies that the DB API should be the Native DB APIstatic int
DssDBConnectionDriverODBC
Specifies that the DB API should be ODBCstatic int
DssDBConnectionDriverReserved
Not Used
-
-
-
Field Detail
-
DssDBConnectionDriverReserved
static final int DssDBConnectionDriverReserved
Not Used- See Also:
- Constant Field Values
-
DssDBConnectionDriverODBC
static final int DssDBConnectionDriverODBC
Specifies that the DB API should be ODBC- See Also:
- Constant Field Values
-
DssDBConnectionDriverNativeDBAPI
static final int DssDBConnectionDriverNativeDBAPI
Specifies that the DB API should be the Native DB API- See Also:
- Constant Field Values
-
-