Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.velocity |
Modifier and Type | Field and Description |
---|---|
protected SQLParameterBinding[] |
SQLStatement.bindings |
Modifier and Type | Method and Description |
---|---|
SQLParameterBinding[] |
SQLStatement.getBindings() |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLTemplateAction.bind(PreparedStatement preparedStatement,
SQLParameterBinding[] bindings)
Binds parameters to the PreparedStatement.
|
void |
SQLStatement.setBindings(SQLParameterBinding[] bindings) |
Constructor and Description |
---|
SQLStatement(String sql,
ColumnDescriptor[] resultColumns,
SQLParameterBinding[] bindings) |
SQLStatement(String sql,
SQLParameterBinding[] bindings) |
Modifier and Type | Method and Description |
---|---|
protected void |
BindDirective.bind(org.apache.velocity.context.InternalContextAdapter context,
SQLParameterBinding binding)
Adds value to the list of bindings in the context.
|
protected void |
BindDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
SQLParameterBinding binding) |
protected void |
BindEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
SQLParameterBinding binding) |
protected void |
BindNotEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
SQLParameterBinding binding) |
protected void |
BindObjectEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
SQLParameterBinding binding) |
protected void |
BindObjectNotEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
SQLParameterBinding binding) |
Copyright © 2001–2016 Apache Cayenne. All rights reserved.