Table of Contents

Interface ISQLInput

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISQLInput

Methods

ReadArray()

Array ReadArray()

Returns

Array

Array

Exceptions

SQLException

ReadAsciiStream()

InputStream ReadAsciiStream()

Returns

InputStream

InputStream

Exceptions

SQLException

ReadBigDecimal()

BigDecimal ReadBigDecimal()

Returns

BigDecimal

BigDecimal

Exceptions

SQLException

ReadBinaryStream()

InputStream ReadBinaryStream()

Returns

InputStream

InputStream

Exceptions

SQLException

ReadBlob()

Blob ReadBlob()

Returns

Blob

Blob

Exceptions

SQLException

ReadBoolean()

bool ReadBoolean()

Returns

bool

bool

Exceptions

SQLException

ReadByte()

byte ReadByte()

Returns

byte

byte

Exceptions

SQLException

ReadBytes()

byte[] ReadBytes()

Returns

byte[]

byte

Exceptions

SQLException

ReadCharacterStream()

Reader ReadCharacterStream()

Returns

Reader

Reader

Exceptions

SQLException

ReadClob()

Clob ReadClob()

Returns

Clob

Clob

Exceptions

SQLException

ReadDate()

Date ReadDate()

Returns

Date

Date

Exceptions

SQLException

ReadDouble()

double ReadDouble()

Returns

double

double

Exceptions

SQLException

ReadFloat()

float ReadFloat()

Returns

float

float

Exceptions

SQLException

ReadInt()

int ReadInt()

Returns

int

int

Exceptions

SQLException

ReadLong()

long ReadLong()

Returns

long

long

Exceptions

SQLException

ReadNClob()

NClob ReadNClob()

Returns

NClob

NClob

Exceptions

SQLException

ReadNString()

String ReadNString()

Returns

String

String

Exceptions

SQLException

ReadObject()

object ReadObject()

Returns

object

object

Exceptions

SQLException

ReadObject<T>(Class)

T ReadObject<T>(Class arg0)

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

Exceptions

SQLException

ReadRef()

Ref ReadRef()

Returns

Ref

Ref

Exceptions

SQLException

ReadRowId()

RowId ReadRowId()

Returns

RowId

RowId

Exceptions

SQLException

ReadSQLXML()

SQLXML ReadSQLXML()

Returns

SQLXML

SQLXML

Exceptions

SQLException

ReadShort()

short ReadShort()

Returns

short

short

Exceptions

SQLException

ReadString()

String ReadString()

Returns

String

String

Exceptions

SQLException

ReadTime()

Time ReadTime()

Returns

Time

Time

Exceptions

SQLException

ReadTimestamp()

Timestamp ReadTimestamp()

Returns

Timestamp

Timestamp

Exceptions

SQLException

ReadURL()

URL ReadURL()

Returns

URL

URL

Exceptions

SQLException

WasNull()

bool WasNull()

Returns

bool

bool

Exceptions

SQLException