|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pooled | |
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 Pooled in velosurf.context |
Fields in velosurf.context declared as Pooled | |
protected Pooled |
RowIterator.mPooledStatement
the statement |
Constructors in velosurf.context with parameters of type Pooled | |
RowIterator(Pooled inPooledStatement,
java.sql.ResultSet inResultSet,
Entity inResultEntity)
Build a new RowIterator |
Uses of Pooled in velosurf.sql |
Subclasses of Pooled in velosurf.sql | |
class |
PooledPreparedStatement
this class encapsulates a jdbc PreparedStatement |
class |
PooledStatement
this class encapsulates a jdbc Statement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |