| |
|
| java.lang.Object org.apache.derbyTesting.junit.JDBCClient
JDBCClient | final public class JDBCClient (Code) | | Type-safe enumerator of valid JDBC clients.
Each JDBC client definition consists of the client name, the name of the
JDBC driver class, the name of a DataSource class and the base JDBC url.
|
DB2CLIENT | final static JDBCClient DB2CLIENT(Code) | | The DB2 Universal JDBC network client.
AKA: JCC or DerbyNet.
(the "old net" client for Derby).
|
DERBYNETCLIENT | final static JDBCClient DERBYNETCLIENT(Code) | | The Derby network client.
|
getDataSourceClassName | public String getDataSourceClassName()(Code) | | Get DataSource class name.
class name for DataSource implementation. |
getJDBCDriverName | public String getJDBCDriverName()(Code) | | Get JDBC driver class name.
class name for JDBC driver. |
getName | public String getName()(Code) | | Get the name of the client
|
getUrlBase | public String getUrlBase()(Code) | | Return the base JDBC url.
The JDBC base url specifies the protocol and possibly the subprotcol
in the JDBC connection string.
JDBC base url. |
isDB2Client | public boolean isDB2Client()(Code) | | Is this DB2's Universal JDBC
|
isDerbyNetClient | public boolean isDerbyNetClient()(Code) | | Is this Derby's network client.
|
isEmbedded | public boolean isEmbedded()(Code) | | Is this the embdded client.
|
toString | public String toString()(Code) | | Return string representation of this object.
string representation of this object. |
|
|
|