|
DODS 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.appserver.server.sql.standard.StandardDBQuery | +--com.lutris.appserver.server.sql.oracle.OracleDBQuery
An Oracle database query object used by the Oracle logical database.
StandardDBQuery
Constructor Summary | |
protected |
OracleDBQuery(DBConnection dbConnection)
Private constructor. |
Methods inherited from class com.lutris.appserver.server.sql.standard.StandardDBQuery |
finalize, handleException, logDebug, next, query, release, validate |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected OracleDBQuery(DBConnection dbConnection) throws java.sql.SQLException
dbConnection
- The database connection to use.
java.sql.SQLException
- If a database access error occurs.StandardDBQuery.StandardDBQuery(com.lutris.appserver.server.sql.DBConnection)
|
DODS 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |