public class SQLiteExplorer extends JDBCServerExplorerBase
helperLOGGERQUERY_DONT_ADD_PRIMARY_KEY_IN_THE_ORDER, SHOW_TABLES, SHOW_TABLES_AND_VIEWS, SHOW_VIEWSFILESYSTEM_SERVER_EXPLORER_NAME, MODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER| Constructor and Description | 
|---|
| SQLiteExplorer(JDBCServerExplorerParameters parameters,
              DataServerExplorerProviderServices services,
              JDBCHelper helper) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | add(java.lang.String providerName,
   NewDataStoreParameters theParams,
   boolean overwrite)Creates a new DataStore in this server. | 
| boolean | exists()Check if the explorer defined by this parameters reference to a database. | 
| SQLiteHelper | getHelper() | 
| protected ResourcesStorage | getLocalResourcesStorage(DataStoreParameters parameters,
                        java.lang.String storeName) | 
| SQLiteExplorerParameters | getParameters()Returns this DataServerExplorer parameters | 
| ResourcesStorage | getResourcesStorage(DataStore dataStore) | 
| void | remove(DataStoreParameters theParams)Removes a store from the server given its DataStoreParameters. | 
buildKeyForCachedTables, canAdd, checkIsMine, close, closeResourceRequested, createSQLBuilder, doDispose, dropCaches, execute, exists, get, getAddParameters, getAddParameters, getConnectionProviderStatus, getDataStoreProviderNames, getFeatureType, getManager, getOpenParameters, getOperations, getProviderName, getResourcesStorage, getResourcesStorage, getResourcesStorage, getStoreName, getTransaction, list, list, open, open, open, resourceChanged, setCustomResources, setCustomResources, setTransaction, updateTableStatisticscanAdd, listgetProperties, getProperty, getResourcePath, getServerExplorerProviderServices, setPropertydispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanAdd, getResourcePath, listdisposegetProperties, getProperty, setPropertygetServerExplorerProviderServicespublic SQLiteExplorer(JDBCServerExplorerParameters parameters, DataServerExplorerProviderServices services, JDBCHelper helper) throws InitializeException
InitializeExceptionpublic SQLiteExplorerParameters getParameters()
DataServerExplorergetParameters in interface DataServerExplorergetParameters in class JDBCServerExplorerBasepublic ResourcesStorage getResourcesStorage(DataStore dataStore)
getResourcesStorage in interface DataServerExplorergetResourcesStorage in class JDBCServerExplorerBasepublic SQLiteHelper getHelper()
getHelper in class JDBCServerExplorerBasepublic boolean exists()
JDBCServerExplorerexists in class JDBCServerExplorerBasepublic boolean add(java.lang.String providerName,
                   NewDataStoreParameters theParams,
                   boolean overwrite)
            throws DataException
DataServerExploreradd in interface DataServerExploreradd in interface JDBCServerExploreradd in class JDBCServerExplorerBasetheParams - , an instance of DataStoreParameters from
 DataServerExplorer.getAddParameters(String) that describes the
 new DataStore.overwrite - if the store already existsDataExceptionpublic void remove(DataStoreParameters theParams) throws RemoveException
DataServerExplorerremove in interface DataServerExplorerremove in interface JDBCServerExplorerremove in class JDBCServerExplorerBaseRemoveExceptionprotected ResourcesStorage getLocalResourcesStorage(DataStoreParameters parameters, java.lang.String storeName)
getLocalResourcesStorage in class JDBCServerExplorerBase