| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SQLType.getRaw(ResultSet rs,
int col)
Return an object as delivered by the database.
|
T |
PoemType.rawOfString(String rawString)
Get an Object from its String representation.
|
T |
BasePoemType.rawOfString(String string)
Converts a possibly null
String to a low level
representation of a valid database column value. |
void |
Persistent.setRawString(String name,
String string)
Set the `identifying value' of one of the record's fields from a string
representation.
|
void |
JdbcPersistent.setRawString(String name,
String string)
Set the `identifying value' of one of the record's fields from a string
representation.
|
| Constructor and Description |
|---|
UnexpectedParsingPoemException(ParsingPoemException exception)
Constructor.
|
Copyright © 2000–2021 PanEris. All rights reserved.