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.
Method Summary |
java.sql.ResultSet |
executeQuery(java.sql.Connection conn,
java.lang.String sql,
java.util.Map params)
|
java.sql.ResultSet |
executeQuery(java.sql.Connection conn,
java.lang.String sql,
java.lang.Object[] params)
|
executeQuery
java.sql.ResultSet executeQuery(java.sql.Connection conn,
java.lang.String sql,
java.lang.Object[] params)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeQuery
java.sql.ResultSet executeQuery(java.sql.Connection conn,
java.lang.String sql,
java.util.Map params)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2000-2012 Ontopia.