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_HINTS
BATCH_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, setupParameters
checkDBType, checkDBType, createDataSource, createDataSource, createDataStore, createNewDataStore, getDisplayName, getImplementationHints, getParametersInfo, isAvailable
public static final DataAccessFactory.Param DBTYPE
public String getDescription()
DataAccessFactory
A non localized description of this data store type.
getDescription
in interface DataAccessFactory
getDescription
in class SQLServerDataStoreFactory
protected SQLDialect createSQLDialect(JDBCDataStore dataStore)
JDBCDataStoreFactory
createSQLDialect
in class SQLServerDataStoreFactory
dataStore
- The datastore.protected String getDriverClassName()
JDBCDataStoreFactory
For example: org.postgresql.Driver
getDriverClassName
in class SQLServerDataStoreFactory
protected String getDatabaseID()
JDBCDataStoreFactory
Example: 'postgis'.
getDatabaseID
in class SQLServerDataStoreFactory
protected String getJDBCUrl(Map params) throws IOException
SQLServerDataStoreFactory
getJDBCUrl
in class SQLServerDataStoreFactory
IOException
Copyright © 1996–2019 Geotools. All rights reserved.