org.geotools.data.db2
Class DB2NullFIDMapper

java.lang.Object
  extended byorg.geotools.data.jdbc.fidmapper.AbstractFIDMapper
      extended byorg.geotools.data.jdbc.fidmapper.NullFIDMapper
          extended byorg.geotools.data.db2.DB2NullFIDMapper
All Implemented Interfaces:
FIDMapper, java.io.Serializable

public class DB2NullFIDMapper
extends NullFIDMapper

Overrides NullFIDMapper methods for DB2-specific handling.

Author:
David Adler - IBM Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.data.jdbc.fidmapper.AbstractFIDMapper
returnFIDColumnsAsAttributes
 
Constructor Summary
DB2NullFIDMapper()
          Default constructor.
 
Method Summary
 java.lang.String getID(java.lang.Object[] attributes)
          Returns the FID given the values of the prymary key attributes
 
Methods inherited from class org.geotools.data.jdbc.fidmapper.NullFIDMapper
createID, getColumnCount, getColumnDecimalDigits, getColumnName, getColumnSize, getColumnType, getPKAttributes, initSupportStructures, isAutoIncrement, isVolatile, returnFIDColumnsAsAttributes
 
Methods inherited from class org.geotools.data.jdbc.fidmapper.AbstractFIDMapper
hasAutoIncrementColumns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2NullFIDMapper

public DB2NullFIDMapper()
Default constructor.

Method Detail

getID

public java.lang.String getID(java.lang.Object[] attributes)
Description copied from interface: FIDMapper
Returns the FID given the values of the prymary key attributes

Specified by:
getID in interface FIDMapper
Overrides:
getID in class NullFIDMapper
See Also:
FIDMapper.getID(java.lang.Object[])


Copyright © GeoTools. All Rights Reserved.