BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.db.jdbc.Schema

Packages that use Schema
weblogic.db.jdbc   
weblogic.html   
 

Uses of Schema in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc that return Schema
 Schema DataSet.schema()
          Returns the Schema object of a DataSet.
 Schema TableDataSet.schema()
          Returns the Schema of a TableDataSet.
 Schema Record.schema()
          Returns the Schema associated with a Record.
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.
 

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)
          Constructs a TableRowElement based on the specified Schema.
 


Documentation is available at
http://www.weblogic.com/docs51