public class JTDSSqlServerDataStoreFactory extends SQLServerDataStoreFactory
DataAccessFactory.Param| Modifier and Type | Field and Description |
|---|---|
static DataAccessFactory.Param |
DBTYPE
parameter for database type
|
FORCE_SPATIAL_INDEX, GEOMETRY_METADATA_TABLE, INSTANCE, INTSEC, NATIVE_PAGING, NATIVE_SERIALIZATION, PORT, TABLE_HINTSBATCH_INSERT_SIZE, CALLBACK_FACTORY, DATABASE, DATASOURCE, EVICTOR_TESTS_PER_RUN, EXPOSE_PK, FETCHSIZE, HOST, MAX_OPEN_PREPARED_STATEMENTS, MAXCONN, MAXWAIT, MIN_EVICTABLE_TIME, MINCONN, NAMESPACE, PASSWD, PK_METADATA_TABLE, SCHEMA, SQL_ON_BORROW, SQL_ON_RELEASE, TEST_WHILE_IDLE, TIME_BETWEEN_EVICTOR_RUNS, USER, VALIDATECONN| Constructor and Description |
|---|
JTDSSqlServerDataStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected SQLDialect |
createSQLDialect(JDBCDataStore dataStore)
Creates the dialect that the datastore uses for communication with the underlying database.
|
protected String |
getDatabaseID()
Returns a string to identify the type of the database.
|
String |
getDescription()
Describe the nature of the datasource constructed by this factory.
|
protected String |
getDriverClassName()
Returns the fully qualified class name of the jdbc driver.
|
protected String |
getJDBCUrl(Map params)
Builds up the JDBC url in a jdbc:
|
canProcess, createDataStoreInternal, getValidationQuery, setupParameterscheckDBType, checkDBType, createDataSource, createDataSource, createDataStore, createNewDataStore, getDisplayName, getImplementationHints, getParametersInfo, isAvailablepublic static final DataAccessFactory.Param DBTYPE
public String getDescription()
DataAccessFactoryA non localized description of this data store type.
getDescription in interface DataAccessFactorygetDescription in class SQLServerDataStoreFactoryprotected SQLDialect createSQLDialect(JDBCDataStore dataStore)
JDBCDataStoreFactorycreateSQLDialect in class SQLServerDataStoreFactorydataStore - The datastore.protected String getDriverClassName()
JDBCDataStoreFactoryFor example: org.postgresql.Driver
getDriverClassName in class SQLServerDataStoreFactoryprotected String getDatabaseID()
JDBCDataStoreFactoryExample: 'postgis'.
getDatabaseID in class SQLServerDataStoreFactoryprotected String getJDBCUrl(Map params) throws IOException
SQLServerDataStoreFactorygetJDBCUrl in class SQLServerDataStoreFactoryIOExceptionCopyright © 1996–2019 Geotools. All rights reserved.