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
static | DeregisterDriver(IDriver)Removes a driver from the DriverManager's registered driver list. | |
static | GetConnection(string)Attempts to establish a connection to the given database URL. | |
static | GetConnection(string, Java.Util.Properties)Attempts to establish a connection to the given database URL. | |
static | GetConnection(string, string, string)Attempts to establish a connection to the given database URL. | |
static | GetDriver(string)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)Documentation for this section has not yet been entered. | |
static | RegisterDriver(IDriver)Registers a given JDBC driver with the DriverManager. | |