Revision 34280 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/mysql/MySQLLibrary.java

View differences:

MySQLLibrary.java
38 38

  
39 39
public class MySQLLibrary extends AbstractLibrary {
40 40

  
41

  
42 41
	static String DEFAULT_JDCB_DRIVER_NAME = "com.mysql.jdbc.Driver";
43 42

  
43
	public MySQLLibrary() {
44
		super(MySQLLibrary.class, TYPE.IMPL);
45
		require(JDBCLibrary.class);
46
	}
44 47

  
45 48
	public static String getJdbcUrl(String host, Integer port, String db) {
46 49
		String url;

Also available in: Unified diff