|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterProcessorIF | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected ParameterProcessorIF |
SQLStatement.param_processor
|
Constructors in net.ontopia.persistence.query.sql with parameters of type ParameterProcessorIF | |
---|---|
SQLStatement(java.lang.String sql,
FieldHandlerIF[] select_fields,
ParameterProcessorIF param_processor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |