BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.db.jdbc.Schema

Packages that use Schema
weblogic.db.jdbc WebLogic dbKona is a set of high-level database connectivity objects that give Java applications and applets access to databases. 
weblogic.html The HtmlKona package is deprecated. 
 

Uses of Schema in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc that return Schema
 Schema Record.schema()
          Returns the Schema associated with a Record.
 Schema DataSet.schema()
          Returns the Schema object of a DataSet.
static Schema Schema.schema(java.sql.Connection conn, java.lang.String tablename)
          Returns the Schema for the specified database table.
static Schema Schema.schema(java.sql.Connection conn, java.lang.String tablename, java.lang.String attributes)
          Returns the Schema for the specified database table and fields.
 Schema TableDataSet.schema()
          Returns the Schema of a TableDataSet.
 

Constructors in weblogic.db.jdbc with parameters of type Schema
TableDataSet.TableDataSet(java.sql.Connection conn, Schema schema, KeyDef key)
          Constructs a TableDataSet from the specified Schema and KeyDef.
 

Uses of Schema in weblogic.html
 

Constructors in weblogic.html with parameters of type Schema
TableRowElement.TableRowElement(Schema sch)
          Deprecated. Constructs a TableRowElement based on the specified Schema.
 


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.