| java.lang.Object net.sourceforge.jtds.jdbc.BlobImpl
BlobImpl | public class BlobImpl implements Blob(Code) | | An in-memory or disk based representation of binary data.
author: Brian Heineman author: Mike Hutchinson version: $Id: BlobImpl.java,v 1.31 2007/07/08 21:38:13 bheineman Exp $ |
BlobImpl | BlobImpl(ConnectionJDBC2 connection)(Code) | | Constructs a new empty Blob instance.
Parameters: connection - a reference to the parent connection object |
BlobImpl | BlobImpl(ConnectionJDBC2 connection, byte[] bytes)(Code) | | Constructs a new Blob instance initialized with data.
Parameters: connection - a reference to the parent connection object Parameters: bytes - the blob object to encapsulate |
setBytes | public int setBytes(long pos, byte[] bytes, int offset, int len) throws SQLException(Code) | | |
|
|