コード例 #1
0
 /**
  * Load the initial JDBC drivers by checking the System property jdbc.properties and then use the
  * {@code ServiceLoader} mechanism
  */
 static {
   loadInitialDrivers();
   println("JDBC DriverManager initialized");
 }