public class LobUtil extends Object
| Constructor and Description |
|---|
LobUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Blob |
createBlob(byte[] source) |
static Blob |
createBlob(File source) |
static Blob |
createBlob(InputStream source) |
static Clob |
createClob(char[] source) |
static Clob |
createClob(InputStreamReader source) |
static Clob |
createClob(String source) |
public static Blob createBlob(byte[] source) throws IOException
IOExceptionpublic static Blob createBlob(InputStream source) throws IOException, SerialException, SQLException
IOExceptionSerialExceptionSQLExceptionpublic static Blob createBlob(File source) throws IOException, SerialException, SQLException
IOExceptionSerialExceptionSQLExceptionpublic static Clob createClob(char[] source) throws SerialException, SQLException
SerialExceptionSQLExceptionpublic static Clob createClob(String source) throws SerialException, SQLException, IOException
SerialExceptionSQLExceptionIOExceptionpublic static Clob createClob(InputStreamReader source) throws SerialException, SQLException, IOException
SerialExceptionSQLExceptionIOException