Java.Sql.DriverManager Members

The members of Java.Sql.DriverManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
DriversJava.Util.IEnumeration. Returns an Enumeration that contains all of the loaded JDBC drivers that the current caller can access.
static
LoginTimeoutint. Returns the login timeout when connecting to a database in seconds.
static
LogStreamJava.IO.PrintStream. Gets the log PrintStream used by the DriverManager and all the JDBC Drivers.
static
LogWriterJava.IO.PrintWriter. Retrieves the log writer.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
DeregisterDriver(IDriver)
Removes a driver from the DriverManager's registered driver list.
static
GetConnection(string) : IConnection
Attempts to establish a connection to the given database URL.
static
GetConnection(string, Java.Util.Properties) : IConnection
Attempts to establish a connection to the given database URL.
static
GetConnection(string, string, string) : IConnection
Attempts to establish a connection to the given database URL.
static
GetDriver(string) : IDriver
Tries to find a driver that can interpret the supplied URL.
static
Println(string)
Prints a message to the current JDBC log stream.
static
PrintlnAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
RegisterDriver(IDriver)
Registers a given JDBC driver with the DriverManager.