|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.dss.metadataUtil.MDU
|
+--oracle.dss.connection.common.CB
Constants for Connection bean
| Field Summary | |
static int |
CONNECTEDThe Connection is connected. |
static int |
CONNECTINGThe Connection is being made. |
static java.lang.String |
CONNECTION_BEAN_VERSIONThe getVersionInfo() method returns a PropertyBag. |
static int |
CONNECTION_FAILEDThe Connection attempt was a failure. |
static java.lang.String |
DATABASE_VERSIONThe getVersionInfo() method returns a PropertyBag. |
static java.lang.String |
HOSTNAMEUse this flag to specify the host name for the connection |
static java.lang.String |
JDBC_DRIVER_VERSIONThe getVersionInfo() method returns a PropertyBag. |
static java.lang.String |
JDBC_TYPEUse this flag to specify the jdbc driver type for the connection |
static java.lang.String |
JDBC_URLUse this flag to specify the jdbc URL for the connection |
static java.lang.String |
LOCALEUse this flag to retrieve the locale setting for the connection |
static java.lang.String |
MDM_901_DRIVERThe getVersionInfo() method returns a PropertyBag. |
static java.lang.String |
MDM_92_DRIVERThe getVersionInfo() method returns a PropertyBag. |
static java.lang.String |
MDM_DRIVER_VERSIONThe getVersionInfo() method returns a PropertyBag. |
static int |
NOT_CONNECTEDThe Connection is not connected. |
static java.lang.String |
OLAP_INTERNAL_VERSIONThe getVersionInfo() method returns a PropertyBag. |
static java.lang.String |
OLAP_SERVICEUse this flag to specify the name of the olap service for the connection |
static java.lang.String |
ORBThe org.omg.CORBA.ORB instance to be used by the connection. |
static java.lang.String |
ORB_PROPSThe java.util.Properties containing arguments needed to create the ORB. |
static java.lang.String |
PASSWORD |
static java.lang.String |
PORTUse this flag to specify the port number for the connection |
static java.lang.String |
SERVER_TYPE |
static java.lang.String |
SERVICEUse this flag to specify the service for the connection |
static java.lang.String |
SIDUse this flag to specify the SID for the connection |
static java.lang.String |
SQL_DEBUG_FILE |
static java.lang.String |
USERNAME |
| Fields inherited from class oracle.dss.metadataUtil.MDU |
ALL_DATATYPES, BISESSION, CLASS_NAME, CLIENT, COMMON, CONNECTION_STATUS, CONNECTION_STRING, DEBUG, DEBUG_1, DEBUG_2, DRIVER_TYPE, ECM_DRIVER, FAILURE, FALSE, ILLEGAL_INT_VALUE, ILLEGAL_LONG_VALUE, INTEGER, KEEP, LONG, MDM, MDM_DRIVER, NO_DEBUG, NO_DRIVER, NO_REMOTE, OBJ, OBJECT_ID, OBJECT_LABEL, OBJECT_NAME, OBJECT_TYPE, PERSISTENCE, PERSISTENCE_DRIVER, REMOTE_OK, REMOVE, SERVER, STRING, STRING_VECTOR, SUB_OBJECT_TYPE, SUCCESS, TRUE, UI_ALL, UI_DELETE, UI_ENCRYPT, UI_NONE, UI_VISIBLE, UI_WRITE |
| Constructor Summary | |
CB() | |
| Methods inherited from class oracle.dss.metadataUtil.MDU |
copyArrayListToArray, copyArrayListToArray, copyArrayListToArray, copyListToArray |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CONNECTED
Connection is connected.Connection.connect(), Connection.disconnect(), Connection.getConnectionStatus()public static final int NOT_CONNECTED
Connection is not connected.Connection.connect(), Connection.disconnect(), Connection.getConnectionStatus()public static final int CONNECTING
Connection is being made.Connection.getConnectionStatus()public static final int CONNECTION_FAILED
Connection attempt was a failure.Connection.getConnectionStatus()public static final java.lang.String ORB
org.omg.CORBA.ORB instance to be used by the connection.oracle.dss.connection.client.Connection#setPropertypublic static final java.lang.String ORB_PROPS
java.util.Properties containing arguments needed to create the ORB.oracle.dss.connection.client.Connection#setPropertypublic static final java.lang.String SERVER_TYPE
public static final java.lang.String USERNAME
public static final java.lang.String PASSWORD
public static final java.lang.String SQL_DEBUG_FILE
public static final java.lang.String SERVICE
public static final java.lang.String HOSTNAME
public static final java.lang.String PORT
public static final java.lang.String SID
public static final java.lang.String JDBC_URL
public static final java.lang.String JDBC_TYPE
public static final java.lang.String OLAP_SERVICE
public static final java.lang.String LOCALE
public static final java.lang.String DATABASE_VERSION
public static final java.lang.String OLAP_INTERNAL_VERSION
public static final java.lang.String CONNECTION_BEAN_VERSION
public static final java.lang.String MDM_DRIVER_VERSION
MDM_901_DRIVER, MDM_92_DRIVERpublic static final java.lang.String MDM_901_DRIVER
MDM_DRIVER_VERSIONpublic static final java.lang.String MDM_92_DRIVER
MDM_DRIVER_VERSIONpublic static final java.lang.String JDBC_DRIVER_VERSION
| Constructor Detail |
public CB()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||