org.geotools.data.db2
Class DB2NGJNDIDataStoreFactory
Object
AbstractDataStoreFactory
JDBCDataStoreFactory
JDBCJNDIDataStoreFactory
DB2NGJNDIDataStoreFactory
- All Implemented Interfaces:
- DataAccessFactory, DataStoreFactorySpi, Factory
public class DB2NGJNDIDataStoreFactory
- extends JDBCJNDIDataStoreFactory
DataStoreFactory for DB2 database.
- Author:
- Christian Mueller
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, SQL_ON_BORROW, SQL_ON_RELEASE, USER, VALIDATECONN |
Method Summary |
protected void |
setupParameters(Map parameters)
Override to omit all those parameters which define the creation of
the connection. |
Methods inherited from class JDBCJNDIDataStoreFactory |
checkDBType, createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailable |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB2NGJNDIDataStoreFactory
public DB2NGJNDIDataStoreFactory()
setupParameters
protected void setupParameters(Map parameters)
- Description copied from class:
JDBCJNDIDataStoreFactory
- Override to omit all those parameters which define the creation of
the connection.
- Overrides:
setupParameters
in class JDBCJNDIDataStoreFactory
- Parameters:
parameters
- Map of Param
objects.
Copyright © 1996-2014 Geotools. All Rights Reserved.