|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowHandler | |
---|---|
velosurf.context | Contains all classes that can be accessed from inside a Velocity template. |
velosurf.sql | Contains all core classes dealing with the database itself. |
Uses of RowHandler in velosurf.context |
---|
Classes in velosurf.context that implement RowHandler | |
---|---|
class |
RowIterator
This class is a context wrapper for ResultSets, and provides an iteration mecanism for #foreach loops, as long as getters for values of the current row. |
Uses of RowHandler in velosurf.sql |
---|
Classes in velosurf.sql that implement RowHandler | |
---|---|
class |
PooledPreparedStatement
this class encapsulates a jdbc PreparedStatement. |
class |
PooledSimpleStatement
this class encapsulates a jdbc Statement. |
class |
PooledStatement
This abstract class represents a pooled object. |
Fields in velosurf.sql declared as RowHandler | |
---|---|
private RowHandler |
ReadOnlyMap.source
|
Constructors in velosurf.sql with parameters of type RowHandler | |
---|---|
ReadOnlyMap(RowHandler source)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |