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

Class JOP.persist.jdbc.TypeHandler_Double_1

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

public class TypeHandler_Double_1
extends Object
implements TypeHandler

This is an INTERNAL class.


Constructor Index

 o TypeHandler_Double_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_Double_1
  public TypeHandler_Double_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