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

Quick Search    Search Deep

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

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

class StringSetter
extends java.lang.Object
implements FieldSetter

Description of the Class

Since:
22 February 2003

Constructor Summary
(package private) StringSetter()
           
 
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 StringSetter object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSetter

StringSetter()
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 StringSetter object

Specified by:
setField in interface FieldSetter