public class Database extends Object
| Constructor and Description |
|---|
Database()
Get db connection info
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
connect()
Create a db connection
|
ResultSet |
get(String query)
Execute a query
|
boolean |
shutDown()
Close connection
|
boolean |
update(String query)
Update
|
Copyright © 2017. All Rights Reserved.