Class JOP.persist.jdbc.TypeHandler_Object_1
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.persist.jdbc.TypeHandler_Object_1

java.lang.Object
   |
   +----JOP.persist.jdbc.TypeHandler_Object_1

public class TypeHandler_Object_1
extends Object
implements TypeHandler

This is an INTERNAL class.

Redirects TYPE_OBJECT to another strategy handler


Constructor Index

 o TypeHandler_Object_1()

Method Index

 o getDefinition()
 o readType(ResultSet, int)
Read the type and return an object
 o saveType(PreparedStatement, int, Object)
Save the 'object' by binding it to column of the Jdbc statement 'stmt'.
 o toString()

Constructors

 o TypeHandler_Object_1
  public TypeHandler_Object_1()

Methods

 o saveType
  public void saveType(PreparedStatement stmt,
                       int column,
                       Object object) throws SQLException
Save the 'object' by binding it to column of the Jdbc statement 'stmt'. The type is one of the constants defined in JOP.persist.JavaTypes.
 o readType
  public Object readType(ResultSet rs,
                         int column) throws SQLException
Read the type and return an object
 o getDefinition
  public String getDefinition()
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home