|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcc.glsn.SQLConnection
public class SQLConnection
| Constructor Summary | |
|---|---|
SQLConnection(ConfigFile C)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLConnection(ConfigFile C)
| Method Detail |
|---|
public void Reset()
public void close()
public void commit()
public void setAutoCommit(boolean B)
public boolean ok()
public int Statement(String Str)
public ResultSet SingleQuery(String Str)
public ResultSet SingleQuery(String Str,
boolean Silent)
public ResultSet SingleUpdatableQuery(String Str)
public void TestConnection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||