| java.lang.Object org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory org.geotools.data.hsql.fidmapper.HsqlFIDMapperFactory
HsqlFIDMapperFactory | public class HsqlFIDMapperFactory extends DefaultFIDMapperFactory (Code) | | This factory is only needed so it can be used as a hook to call
the HsqlFIDMapper.
author: Amr Alam, Refractions Research |
getMapper | public FIDMapper getMapper(String catalog, String schema, String tableName, Connection connection) throws IOException(Code) | | Gets the appropriate FIDMapper for the specified table.
Parameters: catalog - Parameters: schema - Parameters: tableName - Parameters: connection - the active database connection to get table keyinformation the appropriate FIDMapper for the specified table. throws: IOException - if any error occurs. |
Methods inherited from org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory | protected FIDMapper buildLastResortFidMapper(String schema, String tableName, Connection connection, ColumnInfo[] colInfos)(Code)(Java Doc) protected FIDMapper buildMultiColumnFIDMapper(String schema, String tableName, Connection connection, ColumnInfo[] colInfos)(Code)(Java Doc) protected FIDMapper buildNoPKMapper(String schema, String tableName, Connection connection)(Code)(Java Doc) protected FIDMapper buildSingleColumnFidMapper(String schema, String tableName, Connection connection, ColumnInfo ci)(Code)(Java Doc) protected List getColumnInfoList(ColumnInfo[] colInfos)(Code)(Java Doc) public FIDMapper getMapper(String catalog, String schema, String tableName, Connection connection) throws IOException(Code)(Java Doc) public FIDMapper getMapper(FeatureType featureType)(Code)(Java Doc) protected ColumnInfo[] getPkColumnInfo(String catalog, String schema, String typeName, Connection conn) throws SchemaNotFoundException, DataSourceException(Code)(Java Doc) protected boolean isAutoIncrement(String catalog, String schema, String tableName, Connection conn, ResultSet tableInfo, String columnName, int dataType) throws SQLException(Code)(Java Doc) protected boolean isIntegralType(int dataType)(Code)(Java Doc) public boolean isReturningTypedFIDMapper()(Code)(Java Doc) protected boolean isTextType(int dataType)(Code)(Java Doc) public void setReturningTypedFIDMapper(boolean returningTypedFIDMapper)(Code)(Java Doc)
|
|
|