public class SQLConnection extends Object
Constructor and Description |
---|
SQLConnection(ConfigFile C) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
boolean |
ok() |
void |
Reset() |
void |
setAutoCommit(boolean B) |
ResultSet |
SingleQuery(String Str) |
ResultSet |
SingleQuery(String Str,
boolean Silent) |
ResultSet |
SingleUpdatableQuery(String Str) |
int |
Statement(String Str) |
void |
TestConnection() |
public SQLConnection(ConfigFile C)
public void Reset()
public void close()
public void commit()
public void setAutoCommit(boolean B)
public boolean ok()
public int Statement(String Str)
public void TestConnection()