Uses of Interface
net.ontopia.persistence.query.sql.ParameterProcessorIF
Packages that use ParameterProcessorIF
-
Uses of ParameterProcessorIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement ParameterProcessorIFModifier and TypeClassDescriptionclassINTERNAL: Parameter processor that embeds collection parameters inside SQL statements.classINTERNAL: Parameter processor that binds parameters to SQL statements without any special preprocessing.Fields in net.ontopia.persistence.query.sql declared as ParameterProcessorIFConstructors in net.ontopia.persistence.query.sql with parameters of type ParameterProcessorIFModifierConstructorDescriptionSQLStatement(String sql, FieldHandlerIF[] select_fields, ParameterProcessorIF param_processor)