cc.glsn
Class SQLConnection

java.lang.Object
  extended by cc.glsn.SQLConnection

public class SQLConnection
extends Object


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

SQLConnection

public SQLConnection(ConfigFile C)
Method Detail

Reset

public void Reset()

close

public void close()

commit

public void commit()

setAutoCommit

public void setAutoCommit(boolean B)

ok

public boolean ok()

Statement

public int Statement(String Str)

SingleQuery

public ResultSet SingleQuery(String Str)

SingleQuery

public ResultSet SingleQuery(String Str,
                             boolean Silent)

SingleUpdatableQuery

public ResultSet SingleUpdatableQuery(String Str)

TestConnection

public void TestConnection()