Java.Sql.DriverManager: Method Members

The methods of Java.Sql.DriverManager are listed below. For a list of all members, see the DriverManager Members list.

See Also: Inherited members from Java.Lang.Object

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.