Uses of Class
org.apache.cayenne.access.jdbc.SQLStatement
Packages that use SQLStatement
Package
Description
Contains classes that handle JDBC interactions.
FrontBase DbAdapter.
- 
Uses of SQLStatement in org.apache.cayenne.access.jdbcMethods in org.apache.cayenne.access.jdbc that return SQLStatementModifier and TypeMethodDescriptionSQLTemplateProcessor.processTemplate(String template, List<Object> positionalParameters) Builds and returns a SQLStatement based on SQL template String and a list of positional parameters.SQLTemplateProcessor.processTemplate(String template, Map<String, ?> parameters) Builds and returns a SQLStatement based on SQL template String and a map of parameters.Methods in org.apache.cayenne.access.jdbc with parameters of type SQLStatementModifier and TypeMethodDescriptionprotected RowDescriptorBuilderSQLTemplateAction.configureRowDescriptorBuilder(SQLStatement compiled, ResultSet resultSet) protected voidSQLTemplateAction.execute(Connection connection, OperationObserver callback, SQLStatement compiled, Collection<Number> updateCounts) protected voidSQLTemplateAction.processSelectResult(SQLStatement compiled, Connection connection, Statement statement, ResultSet resultSet, OperationObserver callback, long startTime) 
- 
Uses of SQLStatement in org.apache.cayenne.dba.frontbaseMethods in org.apache.cayenne.dba.frontbase with parameters of type SQLStatementModifier and TypeMethodDescriptionprotected voidFrontBaseTemplateAction.execute(Connection connection, OperationObserver callback, SQLStatement compiled, Collection<Number> updateCounts) 
- 
Uses of SQLStatement in org.apache.cayenne.templateMethods in org.apache.cayenne.template that return SQLStatementModifier and TypeMethodDescriptionprotected SQLStatementCayenneSQLTemplateProcessor.processTemplate(String template, List<Object> positionalParameters) CayenneSQLTemplateProcessor.processTemplate(String template, Map<String, ?> parameters)