org.qi4j.library.sql.datasource
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(PreparedStatement preparedStatement)
           
 

Method Detail

visit

void visit(PreparedStatement preparedStatement)
           throws SQLException
Throws:
SQLException