public class JSQL extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
connect(ConnectionInfo ci) |
void |
connect(String driver,
String url,
String user,
String pass) |
void |
disconnect() |
Connection |
getConnection() |
ConnectionInfo |
getConnectionInfo() |
TextConsole |
getConsole() |
RSFormatter |
getFormatter() |
RecentConnections |
getRecentConnections() |
boolean |
isConnected() |
static void |
main(String[] args) |
void |
setFormatter(RSFormatter f) |
void |
start() |
public static String JSQL
public void start()
public boolean isConnected()
public void connect(String driver, String url, String user, String pass) throws SQLException
SQLExceptionpublic void connect(ConnectionInfo ci) throws SQLException
SQLExceptionpublic void disconnect()
public TextConsole getConsole()
public Connection getConnection()
public ConnectionInfo getConnectionInfo()
public RSFormatter getFormatter()
public void setFormatter(RSFormatter f)
public RecentConnections getRecentConnections()
Copyright © 2015. All rights reserved.