| java.lang.Object org.geotools.data.jdbc.fidmapper.AbstractFIDMapper org.geotools.data.jdbc.fidmapper.BasicFIDMapper
BasicFIDMapper | public class BasicFIDMapper extends AbstractFIDMapper (Code) | | Basic FIDMapper implementation that maps the FID of a Feature to a VARCHAR
column
author: aaime Andrea Aime author: Dani Daniele Franzoni |
BasicFIDMapper | public BasicFIDMapper(String fieldName, int fieldSize)(Code) | | Create a new BasicFIDMapper
Parameters: fieldName - Parameters: fieldSize - |
BasicFIDMapper | public BasicFIDMapper(String tableSchemaName, String tableName, String fieldName, int fieldSize, boolean returnFIDColumnsAsAttributes)(Code) | | Create a new BasicFIDMapper
Parameters: tableSchemaName - Parameters: tableName - Parameters: fieldName - Parameters: fieldSize - Parameters: returnFIDColumnsAsAttributes - |
BasicFIDMapper | public BasicFIDMapper(String fieldName, int fieldSize, boolean returnFIDColumnsAsAttributes)(Code) | | Create a new BasicFIDMapper
Parameters: fieldName - Parameters: fieldSize - Parameters: returnFIDColumnsAsAttributes - |
createID | public String createID(Connection conn, Feature feature, Statement statement) throws IOException(Code) | | This kind of FIDMapper does not generate keys, they must be alreadyT
present in the primary key.
See Also: org.geotools.data.fidmapper.FIDMapper.createID(ConnectionFeatureStatement) |
|
|