Dashboard Builder Commons 6.0.0.CR2

org.jboss.dashboard.database.hibernate
Class LOBHelper.ValueWriter

java.lang.Object
  extended by org.jboss.dashboard.database.hibernate.LOBHelper.ValueWriter
Enclosing class:
LOBHelper

public abstract static class LOBHelper.ValueWriter
extends Object


Constructor Summary
LOBHelper.ValueWriter()
           
 
Method Summary
abstract  void writeValue(OutputStream os, Object value)
           
abstract  void writeValue(PreparedStatement st, Object value, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LOBHelper.ValueWriter

public LOBHelper.ValueWriter()
Method Detail

writeValue

public abstract void writeValue(OutputStream os,
                                Object value)
                         throws IOException
Throws:
IOException

writeValue

public abstract void writeValue(PreparedStatement st,
                                Object value,
                                int index)
                         throws SQLException
Throws:
SQLException

Dashboard Builder Commons 6.0.0.CR2

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.