|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wgen.op.db.lob.LobHandler
net.wgen.op.db.lob.MySqlLobHandler
| Field Summary |
| Fields inherited from class net.wgen.op.db.lob.LobHandler |
LOB_CHUNK_SIZE, MAX_LOB_SIZE, MAX_ROWS_ALLOWED, MAX_ROWS_WARNED |
| Constructor Summary | |
MySqlLobHandler()
|
|
| Method Summary | |
void |
setBlob(java.sql.PreparedStatement statement,
int index,
java.io.InputStream dataStream,
int length)
|
void |
setClob(java.sql.PreparedStatement statement,
int index,
java.lang.String data)
|
| Methods inherited from class net.wgen.op.db.lob.LobHandler |
makeBlob, makeClob, readBlob, readClob, setArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MySqlLobHandler()
| Method Detail |
public void setClob(java.sql.PreparedStatement statement,
int index,
java.lang.String data)
throws java.sql.SQLException
setClob in class LobHandlerstatement - index - data -
java.sql.SQLException
public void setBlob(java.sql.PreparedStatement statement,
int index,
java.io.InputStream dataStream,
int length)
throws java.sql.SQLException
setBlob in class LobHandlerstatement - index - dataStream - length -
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||