Interface IDriver
.NET interface for TO BE DEFINED FROM USER
public interface IDriver
Properties
MajorVersion
int MajorVersion { get; }
Property Value
MinorVersion
int MinorVersion { get; }
Property Value
ParentLogger
Logger ParentLogger { get; }
Property Value
Methods
AcceptsURL(String)
bool AcceptsURL(String arg0)
Parameters
Returns
Exceptions
Connect(String, Properties)
Connection Connect(String arg0, Properties arg1)
Parameters
arg0
Stringarg1
Properties
Returns
Exceptions
GetPropertyInfo(String, Properties)
DriverPropertyInfo[] GetPropertyInfo(String arg0, Properties arg1)
Parameters
arg0
Stringarg1
Properties
Returns
Exceptions
JdbcCompliant()
bool JdbcCompliant()