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

Quick Search    Search Deep

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

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

class TimestampSetter
extends java.lang.Object
implements FieldSetter

Description of the Class

Since:
22 September 2003

Constructor Summary
(package private) TimestampSetter()
           
 
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

TimestampSetter

TimestampSetter()
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