|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory org.geotools.data.hsql.fidmapper.HsqlFIDMapperFactory
This factory is only needed so it can be used as a hook to call the HsqlFIDMapper.
Nested Class Summary |
Nested classes inherited from class org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory |
DefaultFIDMapperFactory.ColumnInfo |
Field Summary |
Fields inherited from class org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory |
returnFIDColumnsAsAttributes |
Constructor Summary | |
HsqlFIDMapperFactory()
|
Method Summary | |
FIDMapper |
getMapper(java.lang.String catalog,
java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection)
Gets the appropriate FIDMapper for the specified table. |
Methods inherited from class org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory |
buildLastResortFidMapper, buildMultiColumnFIDMapper, buildNoPKMapper, buildSingleColumnFidMapper, getColumnInfoList, getMapper, getPkColumnInfo, isAutoIncrement, isIntegralType, isTextType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HsqlFIDMapperFactory()
Method Detail |
public FIDMapper getMapper(java.lang.String catalog, java.lang.String schema, java.lang.String tableName, java.sql.Connection connection) throws java.io.IOException
getMapper
in interface FIDMapperFactory
getMapper
in class DefaultFIDMapperFactory
catalog
- schema
- tableName
- connection
- the active database connection to get table key
information
java.io.IOException
- if any error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |