org.geotools.data.h2
Class H2JNDIDataStoreFactory
Object
AbstractDataStoreFactory
JDBCDataStoreFactory
JDBCJNDIDataStoreFactory
H2JNDIDataStoreFactory
- All Implemented Interfaces:
- DataAccessFactory, DataStoreFactorySpi, Factory
public class H2JNDIDataStoreFactory
- extends JDBCJNDIDataStoreFactory
JNDI DataStoreFactory for H2.
- Author:
- Christian Mueller
- Module:
modules/plugin/jdbc-h2 (gt-jdbc-h2.jar)
Fields inherited from class JDBCDataStoreFactory |
DATABASE, DATASOURCE, DBTYPE, EXPOSE_PK, FETCHSIZE, HOST, MAX_OPEN_PREPARED_STATEMENTS, MAXCONN, MAXWAIT, MINCONN, NAMESPACE, PASSWD, PK_METADATA_TABLE, PORT, SCHEMA, USER, VALIDATECONN |
Methods inherited from class JDBCJNDIDataStoreFactory |
checkDBType, createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailable, setupParameters |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
H2JNDIDataStoreFactory
public H2JNDIDataStoreFactory()
setBaseDirectory
public void setBaseDirectory(File baseDirectory)
- See Also:
H2DataStoreFactory.setBaseDirectory(File)
getBaseDirectory
public File getBaseDirectory()
- See Also:
H2DataStoreFactory.getBaseDirectory()
Copyright © 1996-2010 Geotools. All Rights Reserved.