Table of Contents

Interface IArray

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IArray

Properties

BaseType

int BaseType { get; }

Property Value

int

BaseTypeName

String BaseTypeName { get; }

Property Value

String

ResultSet

ResultSet ResultSet { get; }

Property Value

ResultSet

Methods

Free()

void Free()

Exceptions

SQLException

GetArray()

object GetArray()

Returns

object

object

Exceptions

SQLException

GetArray(Map<String, Class>)

object GetArray(Map<String, Class> arg0)

Parameters

arg0 Map<String, Class>

Map

Returns

object

object

Exceptions

SQLException

GetArray(long, int)

object GetArray(long arg0, int arg1)

Parameters

arg0 long

long

arg1 int

int

Returns

object

object

Exceptions

SQLException

GetArray(long, int, Map<String, Class>)

object GetArray(long arg0, int arg1, Map<String, Class> arg2)

Parameters

arg0 long

long

arg1 int

int

arg2 Map<String, Class>

Map

Returns

object

object

Exceptions

SQLException

GetResultSet(Map<String, Class>)

ResultSet GetResultSet(Map<String, Class> arg0)

Parameters

arg0 Map<String, Class>

Map

Returns

ResultSet

ResultSet

Exceptions

SQLException

GetResultSet(long, int)

ResultSet GetResultSet(long arg0, int arg1)

Parameters

arg0 long

long

arg1 int

int

Returns

ResultSet

ResultSet

Exceptions

SQLException

GetResultSet(long, int, Map<String, Class>)

ResultSet GetResultSet(long arg0, int arg1, Map<String, Class> arg2)

Parameters

arg0 long

long

arg1 int

int

arg2 Map<String, Class>

Map

Returns

ResultSet

ResultSet

Exceptions

SQLException