Uses of Class
org.melati.poem.ParsingPoemException

Packages that use ParsingPoemException
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.dbms Melati drivers for assorted JDBC compliant DBMS. 
 

Uses of ParsingPoemException in org.melati.poem
 

Methods in org.melati.poem that throw ParsingPoemException
protected  Object BigDecimalPoemType._rawOfString(String rawString)
           
protected  Object BooleanPoemType._rawOfString(String rawString)
           
protected  Object IntegerPoemType._rawOfString(String rawString)
           
protected  Object DoublePoemType._rawOfString(String rawString)
           
protected abstract  Object BasePoemType._rawOfString(String string)
          Converts a non-null string to an appropriate value for insertion into the underlying DBMS.
protected  Object LongPoemType._rawOfString(String rawString)
           
 Object SQLType.getRaw(ResultSet rs, int col)
          Return an object as delivered by the database.
 Object BasePoemType.rawOfString(String string)
          Converts a possibly null String to a low level representation of a valid database column value.
 T PoemType.rawOfString(String rawString)
          Get an Object from its String representation.
 void JdbcPersistent.setRawString(String name, String string)
          Set the `identifying value' of one of the record's fields from a string representation.
 void Persistent.setRawString(String name, String string)
          Set the `identifying value' of one of the record's fields from a string representation.
 

Constructors in org.melati.poem with parameters of type ParsingPoemException
UnexpectedParsingPoemException(ParsingPoemException exception)
          Constructor.
 

Uses of ParsingPoemException in org.melati.poem.dbms
 

Methods in org.melati.poem.dbms that throw ParsingPoemException
protected  Object MySQL.MySQLBooleanPoemType._rawOfString(String rawString)
          We could use original method from BooleanPoemType, it too recognizes 0/1.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.