|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.util.JDBCxlobHelper
Helper to pass a length plus an InputStream to JDBCTypeConversions to insert BLOB (setBinaryStream) or CLOB (setAsciiStream) via data using org.apache.cocoon.acting.modular.DatabaseAction. Create an input module that returns an instance of this class and use that in your database.xml
Field Summary | |
java.io.InputStream |
inputStream
|
int |
length
|
Constructor Summary | |
JDBCxlobHelper()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int length
public java.io.InputStream inputStream
Constructor Detail |
public JDBCxlobHelper()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |