Package com.microstrategy.webapi
Interface EnumDSSXMLDBConnectionDriverMode
-
public interface EnumDSSXMLDBConnectionDriverModeEnumeration 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 intDssDBConnectionDriverNativeDBAPISpecifies that the DB API should be the Native DB APIstatic intDssDBConnectionDriverODBCSpecifies that the DB API should be ODBCstatic intDssDBConnectionDriverReservedNot 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
-
-