public interface ResulSetControler extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ResulSetControler.ResultSetEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
closeAll() |
ResulSetControler.ResultSetEntry |
create(String sql,
int fetchSize,
FeatureAttributeDescriptor[] columns) |
ResulSetControler.ResultSetEntry |
create(String sql,
List<Object> values,
int fetchSize,
FeatureAttributeDescriptor[] columns) |
int |
getOpenCount() |
long |
getTimeToZombie() |
void |
pack() |
void |
setTimeToZombie(long mlSeconds) |
closevoid setTimeToZombie(long mlSeconds)
long getTimeToZombie()
ResulSetControler.ResultSetEntry create(String sql, int fetchSize, FeatureAttributeDescriptor[] columns) throws DataException
DataExceptionResulSetControler.ResultSetEntry create(String sql, List<Object> values, int fetchSize, FeatureAttributeDescriptor[] columns) throws DataException
DataExceptionint getOpenCount()
void closeAll()
void pack()