Interface LobHelper
-
Method Summary
Modifier and TypeMethodDescriptioncreateBlob(byte[] bytes) Create a newBlobfrom bytes.createBlob(InputStream stream, long length) Create a newBlobfrom stream data.createClob(Reader reader, long length) Create a newClobfrom character reader.createClob(String string) Create a newClobfrom content.createNClob(Reader reader, long length) Create a newNClobfrom character reader.createNClob(String string) Create a newNClobfrom content.
-
Method Details
-
createBlob
-
createBlob
Create a newBlobfrom stream data.- Parameters:
stream- a binary streamlength- the number of bytes in the stream- Returns:
- the create Blob
-
createClob
-
createClob
-
createNClob
-
createNClob
-