Package tk.doraneko.test.swingtest
Class SqlHelper
- java.lang.Object
-
- tk.doraneko.test.swingtest.SqlHelper
-
public class SqlHelper extends Object
- Since:
- 16/10/2019
- Author:
- tranphuquy19@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description private int
columnCount
private Connection
connection
private String
connectionString
private String
password
private ResultSet
resultSet
private String
sql
private Statement
statement
private String
user
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[][]
getRows()
String[]
getTiles()
private void
openConnection()
void
setConnectionString(String connectionString)
void
setSql(String sql)
-
-
-
Constructor Detail
-
SqlHelper
public SqlHelper()
-
SqlHelper
public SqlHelper(String connectionString)
-
-