All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smyld.db.mysql.MySQLConstants Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package org.smyld.db.mysql;

public interface MySQLConstants {
	public static final String DRIVER_CLASS = "com.mysql.jdbc.Driver";
	public static final String DEFAULT_PORT_NUMBER = "3306";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy