Package org.geotools.data.informix
Class InformixJNDIDataStoreFactory
- Object
-
- JDBCDataStoreFactory
-
- JDBCJNDIDataStoreFactory
-
- InformixJNDIDataStoreFactory
-
- All Implemented Interfaces:
DataAccessFactory
,DataStoreFactorySpi
,Factory
public class InformixJNDIDataStoreFactory extends JDBCJNDIDataStoreFactory
JNDI DataStoreFactory for Informix database.- Author:
- George Dewar, Land Information New Zealand, Ines Falcao, Land Information New Zealand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface DataAccessFactory
DataAccessFactory.Param
-
-
Field Summary
-
Fields inherited from class JDBCJNDIDataStoreFactory
delegate, J2EERootContext, JNDI_REFNAME
-
Fields inherited from class JDBCDataStoreFactory
BATCH_INSERT_SIZE, CALLBACK_FACTORY, DATABASE, DATASOURCE, DBTYPE, EVICTOR_TESTS_PER_RUN, EXPOSE_PK, FETCHSIZE, HOST, MAX_OPEN_PREPARED_STATEMENTS, MAXCONN, MAXWAIT, MIN_EVICTABLE_TIME, MINCONN, NAMESPACE, PASSWD, PK_METADATA_TABLE, PORT, SCHEMA, SQL_ON_BORROW, SQL_ON_RELEASE, TEST_WHILE_IDLE, TIME_BETWEEN_EVICTOR_RUNS, USER, VALIDATECONN
-
-
Constructor Summary
Constructors Constructor Description InformixJNDIDataStoreFactory()
-
Method Summary
-
Methods inherited from class JDBCJNDIDataStoreFactory
checkDBType, createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailable, setupParameters
-
Methods inherited from class JDBCDataStoreFactory
canProcess, checkDBType, createDataSource, createDataStore, createSQLDialect, getParametersInfo
-
-