Table of Contents

Interface IClob

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IClob

Properties

AsciiStream

InputStream AsciiStream { get; }

Property Value

InputStream

CharacterStream

Reader CharacterStream { get; }

Property Value

Reader

Methods

Free()

void Free()

Exceptions

SQLException

GetCharacterStream(long, long)

Reader GetCharacterStream(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

Reader

Reader

Exceptions

SQLException

GetSubString(long, int)

String GetSubString(long arg0, int arg1)

Parameters

arg0 long

long

arg1 int

int

Returns

String

String

Exceptions

SQLException

Length()

long Length()

Returns

long

long

Exceptions

SQLException

Position(String, long)

long Position(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

long

long

Exceptions

SQLException

Position(Clob, long)

long Position(Clob arg0, long arg1)

Parameters

arg0 Clob

Clob

arg1 long

long

Returns

long

long

Exceptions

SQLException

SetAsciiStream(long)

OutputStream SetAsciiStream(long arg0)

Parameters

arg0 long

long

Returns

OutputStream

OutputStream

Exceptions

SQLException

SetCharacterStream(long)

Writer SetCharacterStream(long arg0)

Parameters

arg0 long

long

Returns

Writer

Writer

Exceptions

SQLException

SetString(long, String)

int SetString(long arg0, String arg1)

Parameters

arg0 long

long

arg1 String

String

Returns

int

int

Exceptions

SQLException

SetString(long, String, int, int)

int SetString(long arg0, String arg1, int arg2, int arg3)

Parameters

arg0 long

long

arg1 String

String

arg2 int

int

arg3 int

int

Returns

int

int

Exceptions

SQLException

Truncate(long)

void Truncate(long arg0)

Parameters

arg0 long

long

Exceptions

SQLException