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
IOException
public static Blob createBlob(InputStream source) throws IOException, SerialException, SQLException
IOException
SerialException
SQLException
public static Blob createBlob(File source) throws IOException, SerialException, SQLException
IOException
SerialException
SQLException
public static Clob createClob(char[] source) throws SerialException, SQLException
SerialException
SQLException
public static Clob createClob(String source) throws SerialException, SQLException, IOException
SerialException
SQLException
IOException
public static Clob createClob(InputStreamReader source) throws SerialException, SQLException, IOException
SerialException
SQLException
IOException