|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldHandlerIF
INTERNAL: Interface for use by classes that retrieve field values from result sets and bind values in prepared statements. This interface is JDBC specific.
| Method Summary | |
|---|---|
void |
bind(Object value,
PreparedStatement stm,
int stmt_index)
INTERNAL: Binds the object field value starting from the given offset in the prepared statement. |
int |
getColumnCount()
INTERNAL: Returns the number of columns that the field spans. |
boolean |
isIdentityField()
INTERNAL: Returns true if the field handler references an object identity field. |
Object |
load(AccessRegistrarIF registrar,
TicketIF ticket,
ResultSet rs,
int rsindex,
boolean direct)
INTERNAL: Reads the value beginning at the given offset in the current ResultSet row. |
void |
retrieveFieldValues(Object value,
List field_values)
|
void |
retrieveSQLValues(Object value,
List sql_values)
|
| Method Detail |
|---|
int getColumnCount()
boolean isIdentityField()
Object load(AccessRegistrarIF registrar,
TicketIF ticket,
ResultSet rs,
int rsindex,
boolean direct)
throws SQLException
SQLException
void bind(Object value,
PreparedStatement stm,
int stmt_index)
throws SQLException
SQLException
void retrieveFieldValues(Object value,
List field_values)
void retrieveSQLValues(Object value,
List sql_values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||