public class SQLConnection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.sql.Connection |
connection |
Constructor and Description |
---|
SQLConnection() |
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection() |
private java.sql.Connection |
getConnection(java.lang.String database,
java.lang.String username,
java.lang.String password) |