public abstract class SQLConnector extends Object
| Constructor and Description |
|---|
SQLConnector(ISQLDriver driver,
String tableID)
Constructor
|
SQLConnector(String user,
String pass,
String url,
String driver,
String prefix,
String tableID)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ISQLDriver |
getDriver() |
String |
getSqlTableID() |
public SQLConnector(String user, String pass, String url, String driver, String prefix, String tableID)
user - SQL user namepass - SQL passwordurl - SQL server URLdriver - SQL driverprefix - JDBC SQL driver prefixtableID - ID of table for this element in databasepublic SQLConnector(ISQLDriver driver, String tableID)
driver - SQL Driver to connect with the databasetableID - ID of table for this element in databasepublic String getSqlTableID()
public ISQLDriver getDriver()
Copyright © 2021. All rights reserved.