|
|||||||||
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 |
_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 |
_metaData
A connection to a dc5, dct, or civ database. |
static int |
_OLAP
An OLAP database connection. |
static int |
_query
A database query file. |
static int |
_SQL
Connection to an SQL database (CRW 8 types of connections). |
static int |
_unknown
Unknown database connection. |
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 |
metaData
A ConnectionInfoKind object that specifies a connection to a dc5, dct, or civ database. |
static ConnectionInfoKind |
OLAP
An OLAP connection. |
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 |
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.
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.
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.Object
String
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 |