public class Database
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static int |
getAutoIncrement(java.sql.PreparedStatement executedStatement,
int col) |
|
static Database |
getInstance() |
|
java.sql.PreparedStatement |
getStatement(java.lang.String statementName) |
public static Database getInstance()
public java.sql.PreparedStatement getStatement(java.lang.String statementName)
public static int getAutoIncrement(java.sql.PreparedStatement executedStatement, int col) throws java.sql.SQLException
java.sql.SQLException