Table of Contents

Interface IConnection

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IConnection

Properties

AutoCommit

bool AutoCommit { get; set; }

Property Value

bool

Catalog

String Catalog { get; set; }

Property Value

String

ClientInfo

Properties ClientInfo { get; set; }

Property Value

Properties

Holdability

int Holdability { get; set; }

Property Value

int

MetaData

DatabaseMetaData MetaData { get; }

Property Value

DatabaseMetaData

NetworkTimeout

int NetworkTimeout { get; }

Property Value

int

Schema

String Schema { get; set; }

Property Value

String

TransactionIsolation

int TransactionIsolation { get; set; }

Property Value

int

TypeMap

Map<String, Class> TypeMap { get; set; }

Property Value

Map<String, Class>

Warnings

SQLWarning Warnings { get; }

Property Value

SQLWarning

Methods

Abort(Executor)

void Abort(Executor arg0)

Parameters

arg0 Executor

Executor

Exceptions

SQLException

BeginRequest()

void BeginRequest()

Exceptions

SQLException

ClearWarnings()

void ClearWarnings()

Exceptions

SQLException

Close()

void Close()

Exceptions

SQLException

Commit()

void Commit()

Exceptions

SQLException

CreateArrayOf(String, object[])

Array CreateArrayOf(String arg0, object[] arg1)

Parameters

arg0 String

String

arg1 object[]

object

Returns

Array

Array

Exceptions

SQLException

CreateBlob()

Blob CreateBlob()

Returns

Blob

Blob

Exceptions

SQLException

CreateClob()

Clob CreateClob()

Returns

Clob

Clob

Exceptions

SQLException

CreateNClob()

NClob CreateNClob()

Returns

NClob

NClob

Exceptions

SQLException

CreateSQLXML()

SQLXML CreateSQLXML()

Returns

SQLXML

SQLXML

Exceptions

SQLException

CreateStatement()

Statement CreateStatement()

Returns

Statement

Statement

Exceptions

SQLException

CreateStatement(int, int)

Statement CreateStatement(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

Statement

Statement

Exceptions

SQLException

CreateStatement(int, int, int)

Statement CreateStatement(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Returns

Statement

Statement

Exceptions

SQLException

CreateStruct(String, object[])

Struct CreateStruct(String arg0, object[] arg1)

Parameters

arg0 String

String

arg1 object[]

object

Returns

Struct

Struct

Exceptions

SQLException

EndRequest()

void EndRequest()

Exceptions

SQLException

GetClientInfo(String)

String GetClientInfo(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

SQLException

IsClosed()

bool IsClosed()

Returns

bool

bool

Exceptions

SQLException

IsReadOnly()

bool IsReadOnly()

Returns

bool

bool

Exceptions

SQLException

IsValid(int)

bool IsValid(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

NativeSQL(String)

String NativeSQL(String arg0)

Parameters

arg0 String

String

Returns

String

String

Exceptions

SQLException

PrepareCall(String)

CallableStatement PrepareCall(String arg0)

Parameters

arg0 String

String

Returns

CallableStatement

CallableStatement

Exceptions

SQLException

PrepareCall(String, int, int)

CallableStatement PrepareCall(String arg0, int arg1, int arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

Returns

CallableStatement

CallableStatement

Exceptions

SQLException

PrepareCall(String, int, int, int)

CallableStatement PrepareCall(String arg0, int arg1, int arg2, int arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

arg3 int

int

Returns

CallableStatement

CallableStatement

Exceptions

SQLException

PrepareStatement(String)

PreparedStatement PrepareStatement(String arg0)

Parameters

arg0 String

String

Returns

PreparedStatement

PreparedStatement

Exceptions

SQLException

PrepareStatement(String, String[])

PreparedStatement PrepareStatement(String arg0, String[] arg1)

Parameters

arg0 String

String

arg1 String[]

String

Returns

PreparedStatement

PreparedStatement

Exceptions

SQLException

PrepareStatement(String, int)

PreparedStatement PrepareStatement(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

PreparedStatement

PreparedStatement

Exceptions

SQLException

PrepareStatement(String, int, int)

PreparedStatement PrepareStatement(String arg0, int arg1, int arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

Returns

PreparedStatement

PreparedStatement

Exceptions

SQLException

PrepareStatement(String, int, int, int)

PreparedStatement PrepareStatement(String arg0, int arg1, int arg2, int arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

arg3 int

int

Returns

PreparedStatement

PreparedStatement

Exceptions

SQLException

PrepareStatement(String, int[])

PreparedStatement PrepareStatement(String arg0, int[] arg1)

Parameters

arg0 String

String

arg1 int[]

int

Returns

PreparedStatement

PreparedStatement

Exceptions

SQLException

ReleaseSavepoint(Savepoint)

void ReleaseSavepoint(Savepoint arg0)

Parameters

arg0 Savepoint

Savepoint

Exceptions

SQLException

Rollback()

void Rollback()

Exceptions

SQLException

Rollback(Savepoint)

void Rollback(Savepoint arg0)

Parameters

arg0 Savepoint

Savepoint

Exceptions

SQLException

SetClientInfo(String, String)

void SetClientInfo(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

SQLClientInfoException

SetNetworkTimeout(Executor, int)

void SetNetworkTimeout(Executor arg0, int arg1)

Parameters

arg0 Executor

Executor

arg1 int

int

Exceptions

SQLException

SetReadOnly(bool)

void SetReadOnly(bool arg0)

Parameters

arg0 bool

bool

Exceptions

SQLException

SetSavepoint()

Savepoint SetSavepoint()

Returns

Savepoint

Savepoint

Exceptions

SQLException

SetSavepoint(String)

Savepoint SetSavepoint(String arg0)

Parameters

arg0 String

String

Returns

Savepoint

Savepoint

Exceptions

SQLException

SetShardingKey(ShardingKey)

void SetShardingKey(ShardingKey arg0)

Parameters

arg0 ShardingKey

ShardingKey

Exceptions

SQLException

SetShardingKey(ShardingKey, ShardingKey)

void SetShardingKey(ShardingKey arg0, ShardingKey arg1)

Parameters

arg0 ShardingKey

ShardingKey

arg1 ShardingKey

ShardingKey

Exceptions

SQLException

SetShardingKeyIfValid(ShardingKey, ShardingKey, int)

bool SetShardingKeyIfValid(ShardingKey arg0, ShardingKey arg1, int arg2)

Parameters

arg0 ShardingKey

ShardingKey

arg1 ShardingKey

ShardingKey

arg2 int

int

Returns

bool

bool

Exceptions

SQLException

SetShardingKeyIfValid(ShardingKey, int)

bool SetShardingKeyIfValid(ShardingKey arg0, int arg1)

Parameters

arg0 ShardingKey

ShardingKey

arg1 int

int

Returns

bool

bool

Exceptions

SQLException