public interface DataStoreConnection
Querys.| 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.Exceptionvoid close()
throws DataStoreException
DataStoreExceptionboolean isClosed()
throws DataStoreException
DataStoreException