public class H2ServerExplorer extends JDBCServerExplorer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
helperMODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER| Constructor and Description |
|---|
H2ServerExplorer(H2ServerExplorerParameters parameters,
DataServerExplorerProviderServices services) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAdd()
Indicates whether this DataServerExplorer can create a new DataStore in the
server.
|
protected void |
checkIsMine(DataStoreParameters dsp) |
protected JDBCHelper |
createHelper() |
protected JDBCStoreParameters |
createStoreParams() |
NewDataStoreParameters |
getAddParameters()
Return a instance of
NewDataStoreParameters to fill |
java.util.List |
getDataStoreProviderNames()
Return the list of provider names that this server allow.
|
DataStoreParameters |
getOpenParameters() |
protected H2Helper |
getPgHelper() |
java.lang.String |
getProviderName()
Get the user name
|
java.lang.String |
getStoreName()
Return the name of
DataStoreProvider returned by this
ServerExplorer |
boolean |
hasGeometrySupport() |
void |
remove(DataStoreParameters dsp)
Removes a store from the server given its DataStoreParameters.
|
void |
updateTableStatistics(java.lang.String tableName) |
add, close, closeDone, closeResourceRequested, compare, doDispose, get, getFeatureType, getHelper, getJDBCParameters, getManager, list, list, list, list, open, open, opendDone, resourceChangedcanAdd, getAddParametersgetParameters, getResourcePath, getServerExplorerProviderServicesdispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServerExplorerProviderServicesgetParameters, getResourcePathdisposepublic static final java.lang.String NAME
public H2ServerExplorer(H2ServerExplorerParameters parameters, DataServerExplorerProviderServices services) throws InitializeException
InitializeExceptionprotected JDBCHelper createHelper() throws InitializeException
createHelper in class JDBCServerExplorerInitializeExceptionpublic java.lang.String getStoreName()
AbstractDBServerExplorerDataStoreProvider returned by this
ServerExplorergetStoreName in class JDBCServerExplorerpublic java.lang.String getProviderName()
JDBCHelperUsergetProviderName in interface DataServerExplorergetProviderName in interface JDBCHelperUsergetProviderName in class JDBCServerExplorerprotected JDBCStoreParameters createStoreParams() throws InitializeException, ProviderNotRegisteredException
createStoreParams in class JDBCServerExplorerInitializeExceptionProviderNotRegisteredExceptionpublic boolean canAdd()
DataServerExplorercanAdd in interface DataServerExplorercanAdd in class JDBCServerExplorerpublic DataStoreParameters getOpenParameters() throws DataException
getOpenParameters in class JDBCServerExplorerDataExceptionprotected void checkIsMine(DataStoreParameters dsp)
checkIsMine in class JDBCServerExplorerpublic void remove(DataStoreParameters dsp) throws RemoveException
DataServerExplorerremove in interface DataServerExplorerremove in class JDBCServerExplorerRemoveExceptionpublic NewDataStoreParameters getAddParameters() throws DataException
DBServerExplorerNewDataStoreParameters to fillgetAddParameters in interface DBServerExplorergetAddParameters in class JDBCServerExplorerDataExceptionpublic boolean hasGeometrySupport()
hasGeometrySupport in class JDBCServerExplorerprotected H2Helper getPgHelper()
public java.util.List getDataStoreProviderNames()
DataServerExplorergetDataStoreProviderNames in interface DataServerExplorergetDataStoreProviderNames in class JDBCServerExplorerpublic void updateTableStatistics(java.lang.String tableName)
throws JDBCExecuteSQLException
updateTableStatistics in class JDBCServerExplorerJDBCExecuteSQLException