com.bea.control
Interface JdbcControl

All Superinterfaces:
JdbcControl

Deprecated.

@Deprecated
public interface JdbcControl
extends JdbcControl

Deprecated. Used only by the upgrade wizard to upgrade WebLogic Workshop 8.1 applications. Extends the standard Beehive JdbcControl to include backward-compatible support for RowSet feature. Where possible, replace with org.apache.beehive.control.JdbcControl.


Nested Class Summary
static interface JdbcControl.ClassXsd
          Deprecated. ClassXsd annotation definition.
static class JdbcControl.CommandType
          Deprecated. CommandType Enumeration.
static class JdbcControl.SQLFragment
          Deprecated. SQLFragment.
static interface JdbcControl.SQLRowSet
          Deprecated. SQLx annotation definition.
 
Nested classes/interfaces inherited from interface org.apache.beehive.controls.system.jdbc.JdbcControl
JdbcControl.ComplexSqlFragment, JdbcControl.ConnectionDataSource, JdbcControl.ConnectionDriver, JdbcControl.ConnectionOptions, JdbcControl.FetchDirection, JdbcControl.HoldabilityType, JdbcControl.JndiContextFactory, JdbcControl.ScrollType, JdbcControl.SQL, JdbcControl.SQLParameter, JdbcControl.TypeMapper, JdbcControl.UndefinedIteratorType, JdbcControl.UndefinedResultSetMapper
 
Field Summary
 
Fields inherited from interface org.apache.beehive.controls.system.jdbc.JdbcControl
DEFAULT_FETCH_SIZE, MAXROWS_ALL
 
Method Summary
 void acceptChanges(RowSet r)
          Deprecated. Wrapper for RowSet.acceptChanges().
 
Methods inherited from interface org.apache.beehive.controls.system.jdbc.JdbcControl
getConnection, getDataSourceCalendar, setConnection, setDataSourceCalendar
 

Method Detail

acceptChanges

void acceptChanges(RowSet r)
                   throws SQLException,
                          weblogic.jdbc.rowset.OptimisticConflictException
Deprecated. 
Wrapper for RowSet.acceptChanges().

Throws:
SQLException
weblogic.jdbc.rowset.OptimisticConflictException