public interface DataStoreConnection
Query
s.Modifier and Type | Method and Description |
---|---|
void |
close() |
FeatureInputStream |
execute(Query query) |
DataStoreMetadata |
getMetadata() |
boolean |
isClosed() |
DataStoreMetadata getMetadata()
FeatureInputStream execute(Query query) throws java.lang.Exception
java.lang.Exception
void close() throws DataStoreException
DataStoreException
boolean isClosed() throws DataStoreException
DataStoreException