atavism.agis.database
Class ArenaQueries
java.lang.Object
atavism.agis.database.ArenaQueries
public class ArenaQueries
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArenaQueries
public ArenaQueries()
getConnectionString
public static java.lang.String getConnectionString()
initConnection
public static java.sql.Connection initConnection()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable
close
public void close()
prepare
public java.sql.PreparedStatement prepare(java.lang.String sql)
executeSelect
public java.sql.ResultSet executeSelect(java.lang.String query)
executeSelect
public java.sql.ResultSet executeSelect(java.sql.PreparedStatement ps)
executeInsert
public boolean executeInsert(java.lang.String query)
executeInsert
public int executeInsert(java.sql.PreparedStatement ps)
executeUpdate
public int executeUpdate(java.lang.String query)
executeUpdate
public int executeUpdate(java.sql.PreparedStatement ps)