Class DefaultFieldHandler

java.lang.Object
net.ontopia.persistence.proxy.DefaultFieldHandler
All Implemented Interfaces:
FieldHandlerIF

public class DefaultFieldHandler extends Object implements FieldHandlerIF
INTERNAL: The default field handler implementation that is able to read values from result sets and bind values in prepared statements without any particular knowledge about fields. The field handler only works with single columns of the type specified in the class constructor.

  • Field Details

    • sql_type

      protected int sql_type
  • Constructor Details

    • DefaultFieldHandler

      public DefaultFieldHandler(int sql_type)
      Creates a instance of the default field handler by passing the SQL type to used for reading and storing column values.
  • Method Details