org.qi4j.library.sql.common
Interface Databases.StatementVisitor

Enclosing class:
Databases

public static interface Databases.StatementVisitor

Visitor for PreparedStatements. These are created when the SQL statements contain ? placeholders.


Method Summary
 void visit(java.sql.PreparedStatement preparedStatement)
           
 

Method Detail

visit

void visit(java.sql.PreparedStatement preparedStatement)
           throws java.sql.SQLException
Throws:
java.sql.SQLException