BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.db.jdbc.InvalidDateException

Packages that use InvalidDateException
weblogic.db.jdbc   
 

Uses of InvalidDateException in weblogic.db.jdbc
 

Methods in weblogic.db.jdbc that throw InvalidDateException
 Record Record.setValue(int pos, java.sql.Time val)
          Sets the Value at the specified index position to java.sql.Time.
 Record Record.setValue(int pos, java.sql.Date val)
          Sets the Value at the specified index position to java.sql.Date.
 Record Record.setValue(int pos, java.sql.Timestamp val)
          Sets the Value at the specified index position to java.sql.Timestamp.
 Record Record.setValue(java.lang.String colname, java.sql.Time val)
          Sets the Value at the specified column name to java.sql.Time.
 Record Record.setValue(java.lang.String colname, java.sql.Date val)
          Sets the Value at the specified column name to java.sql.Date.
 Record Record.setValue(java.lang.String colname, java.sql.Timestamp val)
          Sets the Value at the specified column name to java.sql.Timestamp.
 Record Record.setValue(java.lang.String colname, java.util.Date dateval)
          Sets the Value at the specified column name to java.util.Date.
 


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