The members of Java.Sql.DriverManager are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] static | Drivers | Java.Util.IEnumeration. Returns an Enumeration that contains all of the loaded JDBC drivers that the current caller can access. |
static | LoginTimeout | int. Returns the login timeout when connecting to a database in seconds. |
static | LogStream | Java.IO.PrintStream. Gets the log PrintStream used by the DriverManager and all the JDBC Drivers. |
static | LogWriter | Java.IO.PrintWriter. Retrieves the log writer. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | |