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