|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.connection.DataEngineConnection
planetj.database.connection.AS400DataEngineConnection
Field Summary |
Fields inherited from interface java.sql.Connection |
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
Constructor Summary | |
AS400DataEngineConnection(java.lang.String alias,
java.sql.Connection trueConnection)
|
|
AS400DataEngineConnection(java.lang.String alias,
java.sql.Connection trueConnection,
DataEngineConnectionPool pool,
int conn_id)
|
Method Summary | |
com.ibm.as400.access.AS400 |
getAS400()
Get the AS400 object used by the connection. |
java.lang.String |
getServerJobIdentifier()
Get the server job identifier String. |
boolean |
isLibraryListSupported()
Check to see if this connection supports library lists. |
boolean |
runAS400Command(java.lang.String cmdString)
Run the given CL command against this connection's system |
protected void |
setLibraryList(java.lang.String libraryList)
Sets the current library list for this connection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AS400DataEngineConnection(java.lang.String alias, java.sql.Connection trueConnection) throws DataEngineException
alias
- trueConnection
-
DataEngineException
public AS400DataEngineConnection(java.lang.String alias, java.sql.Connection trueConnection, DataEngineConnectionPool pool, int conn_id)
alias
- trueConnection
- pool
- conn_id
- Method Detail |
public boolean isLibraryListSupported()
DataEngineConnection
isLibraryListSupported
in class DataEngineConnection
public boolean runAS400Command(java.lang.String cmdString)
public com.ibm.as400.access.AS400 getAS400()
public java.lang.String getServerJobIdentifier()
protected void setLibraryList(java.lang.String libraryList)
DataEngineConnection
setLibraryList
in class DataEngineConnection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |