Class SQLServerTypeMapper
- Object
-
- AbstractFeatureTypeMapper
-
- SQLServerTypeMapper
-
- All Implemented Interfaces:
FeatureTypeMapper
public class SQLServerTypeMapper extends AbstractFeatureTypeMapper
Specific SQLServer implementation for aDataStoreWrapper
By default, SQLServer identifiers can't be longer than 128 chars. See SQL Syntax identifiers
-
-
Field Summary
-
Fields inherited from class AbstractFeatureTypeMapper
coordinateReferenceSystem, definitions, definitionsMapping, mappedFeatureType, mappedName, maxLength, originalName, simpleFeatureSource, wrappedFeatureType
-
-
Constructor Summary
Constructors Constructor Description SQLServerTypeMapper(SimpleFeatureType featureType)
Create a newSQLServerTypeMapper
on top of the original featureType provided
-
Method Summary
-
-
-
Constructor Detail
-
SQLServerTypeMapper
public SQLServerTypeMapper(SimpleFeatureType featureType) throws CQLException
Create a newSQLServerTypeMapper
on top of the original featureType provided- Throws:
CQLException
-
-