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

Class JOP.persist.jdbc.TypeHandler_Character_2

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

public class TypeHandler_Character_2
extends Object
implements TypeHandler

This is an INTERNAL class.


Constructor Index

 o TypeHandler_Character_2()

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_Character_2
  public TypeHandler_Character_2()

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