Serialized Form
address
java.net.InetAddress address
- The IP-Address of the Cliennt
startTime
java.util.Date startTime
- The time, the connection started
endTime
java.util.Date endTime
- THe time, the connection ended
dbPath
java.lang.String dbPath
- The path to the database
username
java.lang.String username
- The username used
squeries
java.util.ArrayList squeries
- contains a String representation of all the successfull queries
made in this specific session.
errors
java.util.ArrayList errors
- contains a String representation of all the "queries" that caused
an error in the Proxy-Server. Note, that this does not mean the
queries, that caused an SQL-Error, they are logged in
squeries, because the database answered correctly (with an
error message).
PORT
int PORT
- The database port-adress
DATABASE
java.lang.String DATABASE
- The database ip-adress or hostname
JDBCDRIVER
java.lang.String JDBCDRIVER
- The JDBC-Driver Class.
JDBCNAME
java.lang.String JDBCNAME
- The name of the JDBC-Driver, used in the Connection-URL.
LOGFILE
java.lang.String LOGFILE
- The location of the Logfile.
LOGLEVEL
int LOGLEVEL
- The Logging-Level. Level 0 ist no logging, 1 is medium, 2 is verbose.
SERVERPORT
int SERVERPORT