Package quickdb.db.AdminBase

Examples of quickdb.db.AdminBase.DATABASE


public class App
{
    public static void main( String[] args )
    {
        DATABASE db = DATABASE.MYSQL;
        String host = "localhost";
        String port = "3306";
        String database = "testQuickDB";
        String user = "root";
        String pass = "";
View Full Code Here

TOP

Related Classes of quickdb.db.AdminBase.DATABASE

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.