|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LobHelper
A session's
helper for creating LOB data
Method Summary | |
---|---|
Blob |
createBlob(byte[] bytes)
Create a new Blob from bytes. |
Blob |
createBlob(InputStream stream,
long length)
Create a new Blob from stream data. |
Clob |
createClob(Reader reader,
long length)
Create a new Clob from character reader. |
Clob |
createClob(String string)
Create a new Clob from content |
NClob |
createNClob(Reader reader,
long length)
Create a new NClob from character reader. |
NClob |
createNClob(String string)
Create a new NClob from content. |
Method Detail |
---|
Blob createBlob(byte[] bytes)
Blob
from bytes.
bytes
- a byte array
Blob createBlob(InputStream stream, long length)
Blob
from stream data.
stream
- a binary streamlength
- the number of bytes in the stream
Clob createClob(String string)
Clob
from content
string
- The string data
Clob
Clob createClob(Reader reader, long length)
Clob
from character reader.
reader
- a character streamlength
- the number of characters in the stream
Clob
NClob createNClob(String string)
NClob
from content.
string
- The string data
NClob
NClob createNClob(Reader reader, long length)
NClob
from character reader.
reader
- a character streamlength
- the number of characters in the stream
NClob
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |