BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.db.jdbc.SelectStmt

Packages that use SelectStmt
weblogic.db.jdbc   
 

Uses of SelectStmt in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc that return SelectStmt
 SelectStmt TableDataSet.selectStmt()
          Returns the SelectStmt object associated with a TableDataSet.
 SelectStmt SelectStmt.field(java.lang.String attribute)
          Adds an element to the SELECT list of a SelectStmt object.
 SelectStmt SelectStmt.field(java.lang.String attribute, java.lang.String alias)
          Adds an element and its alias to the SELECT list of a SelectStmt object.
 SelectStmt SelectStmt.unique()
          Adds a UNIQUE clause to the SelectStmt object.
 SelectStmt SelectStmt.from(java.lang.String str)
          Adds a FROM clause to the SelectStmt object.
 SelectStmt SelectStmt.where(java.lang.String str)
          Adds a WHERE clause to the SelectStmt object.
 SelectStmt SelectStmt.order(java.lang.String str)
          Adds an ORDER BY clause to the SelectStmt object.
 SelectStmt SelectStmt.group(java.lang.String str)
          Adds a GROUP BY clause to the SelectStmt object.
 SelectStmt SelectStmt.having(java.lang.String str)
          Adds a HAVING clause to the SelectStmt object.
 SelectStmt SelectStmt.setQbe(java.lang.String attrib, int val)
          Sets the QBE value for the specified attribute to an int value.
 SelectStmt SelectStmt.setQbe(java.lang.String attrib, float val)
          Sets the QBE value for the specified attribute to a float value.
 SelectStmt SelectStmt.setQbe(java.lang.String attrib, java.lang.String val)
          Sets the QBE value for the specified attribute to a string value.
 SelectStmt SelectStmt.setUnquotedQbe(java.lang.String attrib, java.lang.String val)
          Sets the QBE value for the specified attribute to a string value.
 SelectStmt SelectStmt.setQbe(java.lang.String attrib, int[] val)
          Sets the QBE value for the specified attribute to an array of int values.
 SelectStmt SelectStmt.setQbe(java.lang.String attrib, float[] val)
          Sets the QBE value for the specified attribute to an array of float values.
 SelectStmt SelectStmt.setQbe(java.lang.String attrib, java.lang.String[] val)
          Sets the QBE value for the specified attribute to an array of string values.
 SelectStmt SelectStmt.setUnquotedQbe(java.lang.String attrib, java.lang.String[] val)
          Sets the QBE value for the specified attribute to an array of string values.
 SelectStmt SelectStmt.addQbe(java.lang.String attrib, int val)
          Sets the QBE value for the specified attribute to an int value.
 SelectStmt SelectStmt.addQbe(java.lang.String attrib, float val)
          Sets the QBE value for the specified attribute to a float value.
 SelectStmt SelectStmt.addQbe(java.lang.String attrib, java.lang.String val)
          Sets the QBE value for the specified attribute to a string value.
 SelectStmt SelectStmt.addUnquotedQbe(java.lang.String attrib, java.lang.String val)
          Sets the QBE value for the specified attribute to an int value.
 SelectStmt SelectStmt.clearQbe(java.lang.String attrib)
          Clears the QBE clause for the specified attribute.
 SelectStmt SelectStmt.clearQbe()
          Clears the QBE clauses for all attributes.
 

Constructors in weblogic.db.jdbc with parameters of type SelectStmt
QueryDataSet.QueryDataSet(java.sql.Connection conn, SelectStmt stmt)
          QueryDataSet constructor.
 


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