|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchColumnPoemException | |
---|---|
org.melati.poem | Persistent Object Engine for Melati. |
Uses of NoSuchColumnPoemException in org.melati.poem |
---|
Methods in org.melati.poem that throw NoSuchColumnPoemException | |
---|---|
Column |
JdbcTable.getColumn(String nameP)
The table's column with a given name. |
Column |
Table.getColumn(String nameP)
The table's column with a given name. |
Object |
JdbcPersistent.getCooked(String name)
The `true value' of one of the object's fields. |
Object |
Persistent.getCooked(String name)
The `true value' of one of the object's fields. |
String |
JdbcPersistent.getCookedString(String name,
PoemLocale locale,
int style)
A string representation of the `true value' of one of the object's fields. |
String |
Persistent.getCookedString(String name,
PoemLocale locale,
int style)
A string representation of the `true value' of one of the object's fields. |
Field |
JdbcPersistent.getField(String name)
The value of one of the object's fields, wrapped up with type information sufficient for rendering it. |
Field |
Persistent.getField(String name)
The value of one of the object's fields, wrapped up with type information sufficient for rendering it. |
Object |
JdbcPersistent.getRaw(String name)
The `identifying value' of one of the object's fields. |
Object |
Persistent.getRaw(String name)
The `identifying value' of one of the object's fields. |
String |
JdbcPersistent.getRawString(String name)
A string representation of the `identifying value' of one of the object's fields. |
String |
Persistent.getRawString(String name)
A string representation of the `identifying value' of one of the object's fields. |
void |
JdbcPersistent.setCooked(String name,
Object cooked)
Set the `true value' of one of the record's fields. |
void |
Persistent.setCooked(String name,
Object cooked)
Set the `true value' of one of the record's fields. |
void |
JdbcPersistent.setRaw(String name,
Object raw)
Set the `identifying value' of one of the record's fields. |
void |
Persistent.setRaw(String name,
Object raw)
Set the `identifying value' of one of the record's fields. |
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. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |