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) |
close
void setTimeToZombie(long mlSeconds)
long getTimeToZombie()
ResulSetControler.ResultSetEntry create(String sql, int fetchSize, FeatureAttributeDescriptor[] columns) throws DataException
DataException
ResulSetControler.ResultSetEntry create(String sql, List<Object> values, int fetchSize, FeatureAttributeDescriptor[] columns) throws DataException
DataException
int getOpenCount()
void closeAll()
void pack()