|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ca.spaz.sql.DBRow
public abstract class DBRow
Simple Java Object / Relational Database linker Uses reflection to map between simple objects and corresponding table rows.
Constructor Summary | |
---|---|
DBRow()
|
Method Summary | |
---|---|
static void |
load(java.sql.ResultSet row,
java.lang.Object obj)
Attempts to load all fields in the object from a ResultSet row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBRow()
Method Detail |
---|
public static void load(java.sql.ResultSet row, java.lang.Object obj) throws java.sql.SQLException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException
row
- a row in a database that corresponds directly to the object
java.sql.SQLException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |