Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.dbmt.fields
Class IntegerSetter  view IntegerSetter download IntegerSetter.java

java.lang.Object
  extended byorg.javahispano.dbmt.fields.IntegerSetter
All Implemented Interfaces:
FieldSetter

class IntegerSetter
extends java.lang.Object
implements FieldSetter

Description of the Class

Since:
22 February 2003

Constructor Summary
(package private) IntegerSetter()
           
 
Method Summary
 void setField(java.sql.PreparedStatement ps, java.sql.ResultSet rs, java.lang.String srcField, int tgtPos, java.lang.String value)
          Sets the field attribute of the IntegerSetter object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerSetter

IntegerSetter()
Method Detail

setField

public void setField(java.sql.PreparedStatement ps,
                     java.sql.ResultSet rs,
                     java.lang.String srcField,
                     int tgtPos,
                     java.lang.String value)
              throws java.lang.Exception
Sets the field attribute of the IntegerSetter object

Specified by:
setField in interface FieldSetter