| Package | Description |
|---|---|
| net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParameterProcessorIF |
SQLStatement.param_processor |
| Constructor and Description |
|---|
SQLStatement(String sql,
FieldHandlerIF[] select_fields,
ParameterProcessorIF param_processor) |