|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractServerDef | +--com.ibm.mm.sdk.common.DKServerDefJDBC
DKServerDefJDBC : This class represents a server definition.
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdJDBC |
DK_JDBC_MSG_MSGID_ADD_FAILED, DK_JDBC_MSG_MSGID_DELETE_FAILED, DK_JDBC_MSG_MSGID_NOT_FOUND, DK_JDBC_MSG_MSGID_RETRIEVE_FAILED, DK_JDBC_MSG_MSGID_SQL_ERROR, DK_JDBC_MSG_MSGID_UPDATE_FAILED |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKServerDefJDBC(dkDatastore ds)
Constructs an server def for JDBC |
Method Summary | |
java.lang.String |
getJDBCDriver()
Gets jdbc driver |
void |
setJDBCDriver(java.lang.String jdbcDriver)
Sets jdbc driver |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractServerDef |
datastoreType, getDatastore, getName, setDatastore, setName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKServerDefJDBC(dkDatastore ds)
ds
- datastoreMethod Detail |
public java.lang.String getJDBCDriver()
public void setJDBCDriver(java.lang.String jdbcDriver)
jdbcDriver
- jdbc driver
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |