Uses of Interface
net.ontopia.persistence.query.sql.ParameterProcessorIF
-
Packages that use ParameterProcessorIF Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of ParameterProcessorIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement ParameterProcessorIF Modifier and Type Class Description class
CollectionParameterProcessor
INTERNAL: Parameter processor that embeds collection parameters inside SQL statements.class
DefaultParameterProcessor
INTERNAL: Parameter processor that binds parameters to SQL statements without any special preprocessing.Fields in net.ontopia.persistence.query.sql declared as ParameterProcessorIF Modifier and Type Field Description protected ParameterProcessorIF
SQLStatement. param_processor
Constructors in net.ontopia.persistence.query.sql with parameters of type ParameterProcessorIF Constructor Description SQLStatement(String sql, FieldHandlerIF[] select_fields, ParameterProcessorIF param_processor)
-