net.sf.letsparty.driver.typehandlers
Class UnicodeStreamHandler

java.lang.Object
  extended bynet.sf.letsparty.driver.typehandlers.UnicodeStreamHandler
All Implemented Interfaces:
TypeHandler

public class UnicodeStreamHandler
extends java.lang.Object
implements TypeHandler


Field Summary
private  int length
           
private  java.io.InputStream value
           
 
Constructor Summary
UnicodeStreamHandler(java.io.InputStream value, int length)
           
 
Method Summary
 java.lang.Object getValueAsObject()
           
 void setParameter(java.sql.PreparedStatement preparedStatement, int indexAt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private java.io.InputStream value

length

private int length
Constructor Detail

UnicodeStreamHandler

public UnicodeStreamHandler(java.io.InputStream value,
                            int length)
Method Detail

setParameter

public void setParameter(java.sql.PreparedStatement preparedStatement,
                         int indexAt)
                  throws java.sql.SQLException
Specified by:
setParameter in interface TypeHandler
Throws:
java.sql.SQLException

getValueAsObject

public java.lang.Object getValueAsObject()
Specified by:
getValueAsObject in interface TypeHandler