public class SQLExample extends Object
Before using this class, it is necessary to insure that the database is running and able to accept requests.
Connection,
DriverManager,
Statement,
ResultSet| Modifier and Type | Field and Description |
|---|---|
protected String |
accountName |
protected String |
connectionString |
protected String |
domainName |
protected String |
handlerClass |
protected static ExceptionHelper |
helper |
protected static Logger |
logger |
protected String |
password |
protected int |
portNumber |
| Constructor and Description |
|---|
SQLExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Test driver.
|
void |
run() |
protected static ExceptionHelper helper
protected String accountName
protected int portNumber
protected String domainName
protected String handlerClass
protected String connectionString
public SQLExample()
Copyright © 2017. All rights reserved.