DODS 7.2 API

com.lutris.appserver.server.sql.oracle
Class OracleDBQuery

java.lang.Object
  extended by com.lutris.appserver.server.sql.standard.StandardDBQuery
      extended by com.lutris.appserver.server.sql.oracle.OracleDBQuery
All Implemented Interfaces:
com.lutris.appserver.server.sql.DBQuery

public class OracleDBQuery
extends StandardDBQuery

An Oracle database query object used by the Oracle logical database.

Since:
LBS1.8
Version:
$Revision: 1.1 $
Author:
Paul Morgan
See Also:
StandardDBQuery

Constructor Summary
protected OracleDBQuery(com.lutris.appserver.server.sql.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

OracleDBQuery

protected OracleDBQuery(com.lutris.appserver.server.sql.DBConnection dbConnection)
                 throws java.sql.SQLException
Private constructor. Used by the logical database object.

Parameters:
dbConnection - The database connection to use.
Throws:
java.sql.SQLException - If a database access error occurs.
See Also:
StandardDBQuery.StandardDBQuery(com.lutris.appserver.server.sql.DBConnection)

DODS 7.2 API