public abstract class OracleDC extends SqlDC
Implements the Object to hold, the Connection and the PreparedStatement to use but propagates all methods of the DataControl interface for concrete implementation
Adds an additional protected abstract method getObject(ResultSet) as a standardized
method to create a data Object from a given ResultSet
DataControl| Constructor and Description |
|---|
OracleDC(java.sql.Connection con,
java.lang.Object o)
Deprecated.
Constructor for OracleDC which sets the Connection
to use for this DataControl and the Object on which it should
operate.
|
createScrollableStatement, createStatement, createStatement, getObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, insert, retrieve, retrieveList, updatepublic OracleDC(java.sql.Connection con,
java.lang.Object o)
con - Connection, the JDBC connection to useo - Object, the Object for which this DataControl exists.