Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.access.translator | |
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.dba.db2 |
IBM DB2 DbAdapter.
|
org.apache.cayenne.dba.derby |
Apache Derby DbAdapter.
|
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.mysql |
MySQL DbAdapter.
|
org.apache.cayenne.dba.oracle |
Oracle DbAdapter.
|
org.apache.cayenne.dba.postgres |
PostgreSQL DbAdapter.
|
org.apache.cayenne.dba.sybase |
Sybase DbAdapter.
|
org.apache.cayenne.log | |
org.apache.cayenne.velocity |
Modifier and Type | Field and Description |
---|---|
protected ParameterBinding[] |
SQLStatement.bindings |
Modifier and Type | Method and Description |
---|---|
ParameterBinding[] |
SQLStatement.getBindings() |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLTemplateAction.bind(PreparedStatement preparedStatement,
ParameterBinding[] bindings)
Binds parameters to the PreparedStatement.
|
void |
SQLStatement.setBindings(ParameterBinding[] bindings) |
Constructor and Description |
---|
SQLStatement(String sql,
ColumnDescriptor[] resultColumns,
ParameterBinding[] bindings) |
SQLStatement(String sql,
ParameterBinding[] bindings) |
Modifier and Type | Class and Description |
---|---|
class |
DbAttributeBinding
Describes a PreparedStatement parameter binding mapped to a DbAttribute.
|
class |
ProcedureParameterBinding
Describes a PreparedStatement parameter binding mapped to a DbAttribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoAdapter.bindParameter(PreparedStatement statement,
ParameterBinding parameterBinding) |
void |
DbAdapter.bindParameter(PreparedStatement statement,
ParameterBinding parameterBinding)
Binds an object value to PreparedStatement's parameter.
|
void |
JdbcAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
DB2Adapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
DerbyAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
IngresAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
MySQLAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
OracleAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
PostgresAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
SybaseAdapter.bindParameter(PreparedStatement statement,
ParameterBinding binding) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcEventLogger.logQuery(String sql,
ParameterBinding[] bindings) |
void |
Slf4jJdbcEventLogger.logQuery(String sql,
ParameterBinding[] bindings) |
void |
NoopJdbcEventLogger.logQuery(String sql,
ParameterBinding[] bindings) |
void |
JdbcEventLogger.logQueryParameters(String label,
ParameterBinding[] bindings) |
void |
Slf4jJdbcEventLogger.logQueryParameters(String label,
ParameterBinding[] bindings) |
void |
NoopJdbcEventLogger.logQueryParameters(String label,
ParameterBinding[] bindings) |
Modifier and Type | Method and Description |
---|---|
protected void |
BindDirective.bind(org.apache.velocity.context.InternalContextAdapter context,
ParameterBinding binding)
Adds value to the list of bindings in the context.
|
protected void |
BindDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindObjectEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindNotEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindObjectNotEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.