|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbPreparedStatementHandler | |
|---|---|
| com.uwyn.rife.database | Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. |
| com.uwyn.rife.scheduler.taskmanagers | Provides classes and interfaces for managing tasks. |
| com.uwyn.rife.scheduler.taskoptionmanagers | Provides classes and interfaces for managing task options. |
| Uses of DbPreparedStatementHandler in com.uwyn.rife.database |
|---|
| Methods in com.uwyn.rife.database with parameters of type DbPreparedStatementHandler | ||
|---|---|---|
boolean |
DbQueryManager.executeFetchAll(ReadQuery query,
DbRowProcessor rowProcessor,
DbPreparedStatementHandler handler)
Safely fetches all the rows from the results of a customizable select query. |
|
|
DbQueryManager.executeFetchAllBeans(ReadQuery query,
Class<BeanType> beanClass,
DbPreparedStatementHandler handler)
Safely fetches the all the bean instances from the results of a customizable select query. |
|
boolean |
DbQueryManager.executeFetchFirst(ReadQuery query,
DbRowProcessor rowProcessor,
DbPreparedStatementHandler handler)
Safely fetches the first row from the results of a customizable select query. |
|
|
DbQueryManager.executeFetchFirstBean(ReadQuery query,
Class<BeanType> beanClass,
DbPreparedStatementHandler handler)
Safely fetches the first bean instance from the results of a customizable select query. |
|
boolean |
DbQueryManager.executeGetFirstBoolean(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a boolean from the
results of a customizable select query. |
|
byte |
DbQueryManager.executeGetFirstByte(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a byte from the results
of a customizable select query. |
|
byte[] |
DbQueryManager.executeGetFirstBytes(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a byte array from the
results of a customizable select query. |
|
Date |
DbQueryManager.executeGetFirstDate(ReadQuery query,
Calendar cal,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a sql Date from the
results of a customizable select query. |
|
Date |
DbQueryManager.executeGetFirstDate(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a sql Date from the
results of a customizable select query. |
|
double |
DbQueryManager.executeGetFirstDouble(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a double from the
results of a customizable select query. |
|
float |
DbQueryManager.executeGetFirstFloat(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a float from the
results of a customizable select query. |
|
int |
DbQueryManager.executeGetFirstInt(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a int from the results
of a customizable select query. |
|
long |
DbQueryManager.executeGetFirstLong(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a long from the results
of a customizable select query. |
|
short |
DbQueryManager.executeGetFirstShort(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a short from the
results of a customizable select query. |
|
String |
DbQueryManager.executeGetFirstString(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a String from the
results of a customizable select query. |
|
Time |
DbQueryManager.executeGetFirstTime(ReadQuery query,
Calendar cal,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a sql Time from the
results of a customizable select query. |
|
Time |
DbQueryManager.executeGetFirstTime(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a sql Time from the
results of a customizable select query. |
|
Timestamp |
DbQueryManager.executeGetFirstTimestamp(ReadQuery query,
Calendar cal,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a sql Timestamp from
the results of a customizable select query. |
|
Timestamp |
DbQueryManager.executeGetFirstTimestamp(ReadQuery query,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as a sql Timestamp from
the results of a customizable select query. |
|
boolean |
DbQueryManager.executeHasResultRows(ReadQuery query,
DbPreparedStatementHandler handler)
Safely verifies if a customizable select query returns any rows. |
|
|
DbQueryManager.executeQuery(ReadQuery query,
DbPreparedStatementHandler handler)
Executes a customizable select statement. |
|
int |
DbQueryManager.executeUpdate(Query query,
DbPreparedStatementHandler handler)
Safely execute an updates statement. |
|
|
DbQueryManager.executeUseFirstAsciiStream(ReadQuery query,
InputStreamUser user,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as an ASCII InputStream
from the results of a customizable select query. |
|
|
DbQueryManager.executeUseFirstBinaryStream(ReadQuery query,
InputStreamUser user,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as an binary InputStream
from the results of a customizable select query. |
|
|
DbQueryManager.executeUseFirstCharacterStream(ReadQuery query,
ReaderUser user,
DbPreparedStatementHandler handler)
Safely retrieves the first cell as an character Reader
from the results of a customizable select query. |
|
| Uses of DbPreparedStatementHandler in com.uwyn.rife.scheduler.taskmanagers |
|---|
| Methods in com.uwyn.rife.scheduler.taskmanagers with parameters of type DbPreparedStatementHandler | |
|---|---|
protected int |
DatabaseTasks._addTask(SequenceValue getTaskId,
Insert insertTask,
DbPreparedStatementHandler handler,
Task task)
|
protected boolean |
DatabaseTasks._updateTask(Update updateTask,
DbPreparedStatementHandler handler,
Task task)
|
| Uses of DbPreparedStatementHandler in com.uwyn.rife.scheduler.taskoptionmanagers |
|---|
| Methods in com.uwyn.rife.scheduler.taskoptionmanagers with parameters of type DbPreparedStatementHandler | |
|---|---|
protected boolean |
DatabaseTaskoptions._addTaskoption(Insert addTaskoption,
DbPreparedStatementHandler handler,
Taskoption taskoption)
|
protected boolean |
DatabaseTaskoptions._updateTaskoption(Update updateTaskoption,
DbPreparedStatementHandler handler,
Taskoption taskoption)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||