net.ontopia.persistence.query.sql
Interface ParameterProcessorIF
- All Known Implementing Classes:
- CollectionParameterProcessor, DefaultParameterProcessor
public interface ParameterProcessorIF
INTERNAL: Parameter processor makes sure that query parameters gets
properly bound to statements.
executeQuery
ResultSet executeQuery(Connection conn,
String sql,
Object[] params)
throws SQLException
- Throws:
SQLException
executeQuery
ResultSet executeQuery(Connection conn,
String sql,
Map params)
throws SQLException
- Throws:
SQLException
Copyright © 2000-2012 Ontopia.