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

Quick Search    Search Deep

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

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

class BlobSetter
extends java.lang.Object
implements FieldSetter

Implements the FielSetter for the Blobs

Since:

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

BlobSetter

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