Table of Contents

Interface IDriver

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDriver

Properties

MajorVersion

int MajorVersion { get; }

Property Value

int

MinorVersion

int MinorVersion { get; }

Property Value

int

ParentLogger

Logger ParentLogger { get; }

Property Value

Logger

Methods

AcceptsURL(String)

bool AcceptsURL(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SQLException

Connect(String, Properties)

Connection Connect(String arg0, Properties arg1)

Parameters

arg0 String

String

arg1 Properties

Properties

Returns

Connection

Connection

Exceptions

SQLException

GetPropertyInfo(String, Properties)

DriverPropertyInfo[] GetPropertyInfo(String arg0, Properties arg1)

Parameters

arg0 String

String

arg1 Properties

Properties

Returns

DriverPropertyInfo[]

DriverPropertyInfo

Exceptions

SQLException

JdbcCompliant()

bool JdbcCompliant()

Returns

bool

bool