|
DODS 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.sql.standard.StandardDBQuery
com.lutris.appserver.server.sql.oracle.OracleDBQuery
public class OracleDBQuery
An Oracle database query object used by the Oracle logical database.
StandardDBQuery
Constructor Summary | |
---|---|
protected |
OracleDBQuery(DBConnection dbConnection)
Private constructor. |
Method Summary |
---|
Methods inherited from class com.lutris.appserver.server.sql.standard.StandardDBQuery |
---|
finalize, handleException, logDebug, next, query, release, setReleaseConnection, 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 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |