BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.jdbc.informix4.ManualEntry

Packages that use ManualEntry
weblogic.jdbc.informix4   
 

Uses of ManualEntry in weblogic.jdbc.informix4
 

Methods in weblogic.jdbc.informix4 that return ManualEntry
protected  ManualEntry[] DatabaseMetaData.getCPRowEntries(java.sql.ResultSet rs, java.lang.String catalog, java.lang.String inPriv, boolean inGrantable)
          Get a description of the access rights for a table's columns.
protected  ManualEntry[] DatabaseMetaData.getTPRowEntries(java.sql.ResultSet rs, java.lang.String catalog, java.lang.String inPriv, boolean inGrantable)
          Get a description of the access rights for each table available in a catalog.
protected  ManualEntry[] DatabaseMetaData.getBCColEntries(java.sql.ResultSet rs)
          Get a description of a table's optimal set of columns that uniquely identifies a row.
 

Methods in weblogic.jdbc.informix4 with parameters of type ManualEntry
protected  void ManualResultSet.setEntry(int columnIndex, ManualEntry entry)
           
 java.sql.ResultSet DatabaseMetaData.makeManualResultSet(ManualColumnEntry[] inColumns, ManualEntry[][] inEntries, int inRows, int inCols)
           
 

Constructors in weblogic.jdbc.informix4 with parameters of type ManualEntry
ManualResultSet.ManualResultSet(ManualColumnEntry[] inColumns, ManualEntry[][] inEntries, int inRows, int inCols)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.