|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConnectionInfoKind
public final class ConnectionInfoKind
This class contains constants that specify what type of database connection has been made. The kind can be used to determine whether or not a database supports linking. The following database files do not allow linking:
| Field Summary | |
|---|---|
static int |
_BICS
For internal use only A BICS connection. |
static int |
_CRQE
A connection using the Crystal Reports Query Engine (CRW 9 types of connections). |
static int |
_DBFile
A connection to a database files (mdb or dbf). |
static int |
_DSL
A DSL (dimensional semantic layer) connection. |
static int |
_metaData
A connection to a dc5, dct, or civ database. |
static int |
_OLAP
An OLAP database connection. |
static int |
_pQuery
For internal use only A pQuery connection. |
static int |
_query
A database query file. |
static int |
_SQL
Connection to an SQL database (CRW 8 types of connections). |
static int |
_Universe
Deprecated. As of version 4.0. Used only for old Universe connection, replaced by dimensional semantic layer connection. |
static int |
_unknown
Unknown database connection. |
static ConnectionInfoKind |
BICS
For internal use only |
static ConnectionInfoKind |
CRQE
A ConnectionInfoKind object that specifies a connection using the Crystal Reports Query Engine (CRW 9 types of connections). |
static ConnectionInfoKind |
DBFile
A ConnectionInfoKind object that specifies a connection to a database files (mdb or dbf). |
static ConnectionInfoKind |
DSL
A DSL (dimensional semantic layer) connection. |
static ConnectionInfoKind |
metaData
A ConnectionInfoKind object that specifies a connection to a dc5, dct, or civ database. |
static ConnectionInfoKind |
OLAP
An Olap connection. |
static ConnectionInfoKind |
pQuery
For internal use only |
static ConnectionInfoKind |
query
A ConnectionInfoKind object that specifies a database query file. |
static ConnectionInfoKind |
SQL
A ConnectionInfoKind object that specifies a connection to an SQL database
(CRW 8 types of connections). |
static ConnectionInfoKind |
Universe
Deprecated. As of version 4.0. Used only for old Universe connection, replaced by dimensional semantic layer connection. |
static ConnectionInfoKind |
unknown
A ConnectionInfoKind object that specifies an unknown database connection. |
| Method Summary | |
|---|---|
static ConnectionInfoKind |
from_int(int i)
Returns the ConnectionInfoKind corresponding to the specified value. |
static ConnectionInfoKind |
from_string(java.lang.String sVal)
Returns the ConnectionInfoKind corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this ConnectionInfoKind object. |
int |
value()
Returns the int value of this ConnectionInfoKind object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _unknown
Unknown database connection.
public static final int _SQL
Connection to an SQL database (CRW 8 types of connections).
public static final int _query
A database query file. Query files are created using the Crystal SQL Designer
public static final int _metaData
A connection to a dc5, dct, or civ database.
public static final int _DBFile
A connection to a database files (mdb or dbf).
public static final int _CRQE
A connection using the Crystal Reports Query Engine (CRW 9 types of connections).
public static final int _OLAP
An OLAP database connection.
@Deprecated public static final int _Universe
An Universe connection
public static final int _DSL
A DSL (dimensional semantic layer) connection.
public static final int _BICS
public static final int _pQuery
public static final ConnectionInfoKind unknown
A ConnectionInfoKind object that specifies an unknown database connection.
public static final ConnectionInfoKind SQL
A ConnectionInfoKind object that specifies a connection to an SQL database
(CRW 8 types of connections).
public static final ConnectionInfoKind query
A ConnectionInfoKind object that specifies a database query file.
public static final ConnectionInfoKind metaData
A ConnectionInfoKind object that specifies a connection to a dc5, dct, or civ database.
public static final ConnectionInfoKind DBFile
A ConnectionInfoKind object that specifies a connection to a database files (mdb or dbf).
public static final ConnectionInfoKind CRQE
A ConnectionInfoKind object that specifies a connection using the Crystal Reports Query Engine (CRW 9 types of connections).
public static final ConnectionInfoKind OLAP
An Olap connection.
@Deprecated public static final ConnectionInfoKind Universe
An Universe connection.
public static final ConnectionInfoKind DSL
A DSL (dimensional semantic layer) connection.
public static final ConnectionInfoKind BICS
public static final ConnectionInfoKind pQuery
| Method Detail |
|---|
public static final ConnectionInfoKind from_int(int i)
Returns the ConnectionInfoKind corresponding to the specified value.
i - The int value of the desired ConnectionInfoKind object.
ConnectionInfoKind corresponding to the specified value.public static final ConnectionInfoKind from_string(java.lang.String sVal)
Returns the ConnectionInfoKind corresponding to the specified type.
sVal - The String value of the desired ConnectionInfoKind object.
ConnectionInfoKind corresponding to the specified type.public java.lang.String toString()
Returns the String value of this ConnectionInfoKind object.
toString in class java.lang.ObjectString value of this ConnectionInfoKind object.public int value()
Returns the int value of this ConnectionInfoKind object.
int value of this ConnectionInfoKind object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||