Table of Contents

Interface IBlob

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IBlob

Properties

BinaryStream

InputStream BinaryStream { get; }

Property Value

InputStream

Methods

Free()

void Free()

Exceptions

SQLException

GetBinaryStream(long, long)

InputStream GetBinaryStream(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

InputStream

InputStream

Exceptions

SQLException

GetBytes(long, int)

byte[] GetBytes(long arg0, int arg1)

Parameters

arg0 long

long

arg1 int

int

Returns

byte[]

byte

Exceptions

SQLException

Length()

long Length()

Returns

long

long

Exceptions

SQLException

Position(Blob, long)

long Position(Blob arg0, long arg1)

Parameters

arg0 Blob

Blob

arg1 long

long

Returns

long

long

Exceptions

SQLException

Position(byte[], long)

long Position(byte[] arg0, long arg1)

Parameters

arg0 byte[]

byte

arg1 long

long

Returns

long

long

Exceptions

SQLException

SetBinaryStream(long)

OutputStream SetBinaryStream(long arg0)

Parameters

arg0 long

long

Returns

OutputStream

OutputStream

Exceptions

SQLException

SetBytes(long, byte[])

int SetBytes(long arg0, byte[] arg1)

Parameters

arg0 long

long

arg1 byte[]

byte

Returns

int

int

Exceptions

SQLException

SetBytes(long, byte[], int, int)

int SetBytes(long arg0, byte[] arg1, int arg2, int arg3)

Parameters

arg0 long

long

arg1 byte[]

byte

arg2 int

int

arg3 int

int

Returns

int

int

Exceptions

SQLException

Truncate(long)

void Truncate(long arg0)

Parameters

arg0 long

long

Exceptions

SQLException