voji.db
Class VPreparedStatement

java.lang.Object
  |
  +--voji.db.VPreparedStatement
All Implemented Interfaces:
DatabaseListener

public class VPreparedStatement
extends java.lang.Object
implements DatabaseListener


Constructor Summary
VPreparedStatement(java.lang.String initSQL)
           
 
Method Summary
 void databaseChanged()
           
 java.sql.ResultSet executeQuery(java.lang.Object[] params)
           
 int executeUpdate(java.lang.Object[] params)
           
 java.sql.PreparedStatement getPS()
           
 java.lang.String getSQL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VPreparedStatement

public VPreparedStatement(java.lang.String initSQL)
Method Detail

databaseChanged

public void databaseChanged()
                     throws java.sql.SQLException
Specified by:
databaseChanged in interface DatabaseListener
java.sql.SQLException

getSQL

public java.lang.String getSQL()

getPS

public java.sql.PreparedStatement getPS()
                                 throws java.sql.SQLException
java.sql.SQLException

executeQuery

public java.sql.ResultSet executeQuery(java.lang.Object[] params)
                                throws java.sql.SQLException
java.sql.SQLException

executeUpdate

public int executeUpdate(java.lang.Object[] params)
                  throws java.sql.SQLException
java.sql.SQLException