Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.connection.common
Class CB

java.lang.Object
  |
  +--oracle.dss.metadataUtil.MDU
        |
        +--oracle.dss.connection.common.CB

public class CB
extends MDU

Constants for Connection bean


Field Summary
static int CONNECTED
          The Connection is connected.
static int CONNECTING
          The Connection is being made.
static java.lang.String CONNECTION_BEAN_VERSION
          The getVersionInfo() method returns a PropertyBag.
static int CONNECTION_FAILED
          The Connection attempt was a failure.
static java.lang.String DATABASE_VERSION
          The getVersionInfo() method returns a PropertyBag.
static java.lang.String HOSTNAME
          Use this flag to specify the host name for the connection
static java.lang.String JDBC_DRIVER_VERSION
          The getVersionInfo() method returns a PropertyBag.
static java.lang.String JDBC_TYPE
          Use this flag to specify the jdbc driver type for the connection
static java.lang.String JDBC_URL
          Use this flag to specify the jdbc URL for the connection
static java.lang.String LOCALE
          Use this flag to retrieve the locale setting for the connection
static java.lang.String MDM_901_DRIVER
          The getVersionInfo() method returns a PropertyBag.
static java.lang.String MDM_92_DRIVER
          The getVersionInfo() method returns a PropertyBag.
static java.lang.String MDM_DRIVER_VERSION
          The getVersionInfo() method returns a PropertyBag.
static int NOT_CONNECTED
          The Connection is not connected.
static java.lang.String OLAP_INTERNAL_VERSION
          The getVersionInfo() method returns a PropertyBag.
static java.lang.String OLAP_SERVICE
          Use this flag to specify the name of the olap service for the connection
static java.lang.String ORB
          The org.omg.CORBA.ORB instance to be used by the connection.
static java.lang.String ORB_PROPS
          The java.util.Properties containing arguments needed to create the ORB.
static java.lang.String PASSWORD
           
static java.lang.String PORT
          Use this flag to specify the port number for the connection
static java.lang.String SERVER_TYPE
           
static java.lang.String SERVICE
          Use this flag to specify the service for the connection
static java.lang.String SID
          Use 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

CONNECTED

public static final int CONNECTED
The Connection is connected.
See Also:
Connection.connect(), Connection.disconnect(), Connection.getConnectionStatus()

NOT_CONNECTED

public static final int NOT_CONNECTED
The Connection is not connected.
See Also:
Connection.connect(), Connection.disconnect(), Connection.getConnectionStatus()

CONNECTING

public static final int CONNECTING
The Connection is being made.
See Also:
Connection.getConnectionStatus()

CONNECTION_FAILED

public static final int CONNECTION_FAILED
The Connection attempt was a failure.
See Also:
Connection.getConnectionStatus()

ORB

public static final java.lang.String ORB
The org.omg.CORBA.ORB instance to be used by the connection.
See Also:
oracle.dss.connection.client.Connection#setProperty

ORB_PROPS

public static final java.lang.String ORB_PROPS
The java.util.Properties containing arguments needed to create the ORB.
See Also:
oracle.dss.connection.client.Connection#setProperty

SERVER_TYPE

public static final java.lang.String SERVER_TYPE

USERNAME

public static final java.lang.String USERNAME

PASSWORD

public static final java.lang.String PASSWORD

SQL_DEBUG_FILE

public static final java.lang.String SQL_DEBUG_FILE

SERVICE

public static final java.lang.String SERVICE
Use this flag to specify the service for the connection

HOSTNAME

public static final java.lang.String HOSTNAME
Use this flag to specify the host name for the connection

PORT

public static final java.lang.String PORT
Use this flag to specify the port number for the connection

SID

public static final java.lang.String SID
Use this flag to specify the SID for the connection

JDBC_URL

public static final java.lang.String JDBC_URL
Use this flag to specify the jdbc URL for the connection

JDBC_TYPE

public static final java.lang.String JDBC_TYPE
Use this flag to specify the jdbc driver type for the connection

OLAP_SERVICE

public static final java.lang.String OLAP_SERVICE
Use this flag to specify the name of the olap service for the connection

LOCALE

public static final java.lang.String LOCALE
Use this flag to retrieve the locale setting for the connection

DATABASE_VERSION

public static final java.lang.String DATABASE_VERSION
The getVersionInfo() method returns a PropertyBag. Use this key to retrieve the database version from the PropertyBag.

OLAP_INTERNAL_VERSION

public static final java.lang.String OLAP_INTERNAL_VERSION
The getVersionInfo() method returns a PropertyBag. Use this key to retrieve the olap internal version from the PropertyBag.

CONNECTION_BEAN_VERSION

public static final java.lang.String CONNECTION_BEAN_VERSION
The getVersionInfo() method returns a PropertyBag. Use this key to retrieve the connection bean version from the PropertyBag.

MDM_DRIVER_VERSION

public static final java.lang.String MDM_DRIVER_VERSION
The getVersionInfo() method returns a PropertyBag. Use this key to retrieve the MDM driver version from the PropertyBag. Following are the possible values for this key.
See Also:
MDM_901_DRIVER, MDM_92_DRIVER

MDM_901_DRIVER

public static final java.lang.String MDM_901_DRIVER
The getVersionInfo() method returns a PropertyBag. This is one of the values for the MDM_DRIVER_VERSION key in the PropertyBag.
See Also:
MDM_DRIVER_VERSION

MDM_92_DRIVER

public static final java.lang.String MDM_92_DRIVER
The getVersionInfo() method returns a PropertyBag. This is one of the values for the MDM_DRIVER_VERSION key in the PropertyBag.
See Also:
MDM_DRIVER_VERSION

JDBC_DRIVER_VERSION

public static final java.lang.String JDBC_DRIVER_VERSION
The getVersionInfo() method returns a PropertyBag. Use this key to retrieve the JDBC driver version from the PropertyBag.
Constructor Detail

CB

public CB()

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.