Class BlazingDB
java.lang.Object
blazing.sql.BlazingDB
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlazingConnection
Creates a SQL connection from the driver and a SQL database pathstatic BlazingConnection
Creates a SQL connection from the driver and SQL database path, protected by username and password.
-
Method Details
-
connect
Creates a SQL connection from the driver and a SQL database path- Parameters:
driver
-db_path
-- Returns:
-
connect
public static BlazingConnection connect(String driver, String db_path, String username, String passwd) Creates a SQL connection from the driver and SQL database path, protected by username and password.- Parameters:
driver
-db_path
-username
-passwd
-- Returns:
-