|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PooledStatement | |
---|---|
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 PooledStatement in velosurf.context |
---|
Fields in velosurf.context declared as PooledStatement | |
---|---|
private PooledStatement |
RowIterator.pooledStatement
Source statement. |
Constructors in velosurf.context with parameters of type PooledStatement | |
---|---|
RowIterator(PooledStatement pooledStatement,
java.sql.ResultSet resultSet,
Entity resultEntity)
Build a new RowIterator. |
Uses of PooledStatement in velosurf.sql |
---|
Subclasses of PooledStatement in velosurf.sql | |
---|---|
class |
PooledPreparedStatement
this class encapsulates a jdbc PreparedStatement. |
class |
PooledSimpleStatement
this class encapsulates a jdbc Statement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |