A B C E G I M O R S V

A

AvalonSQLManager - class org.jadetower.sql.impl.AvalonSQLManager.
An Avalon based SQLManager.
AvalonSQLManager() - Constructor for class org.jadetower.sql.impl.AvalonSQLManager
 
AvalonSQLManager(String) - Constructor for class org.jadetower.sql.impl.AvalonSQLManager
 

B

BIND_PARAMETERS - Static variable in class org.jadetower.sql.impl.VelocitySQLEvaluator
 

C

clearContext() - Method in interface org.jadetower.sql.SQLEvaluator
clears the current query context
clearContext() - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
clears the Velocity Context and creates a new one.
close() - Method in interface org.jadetower.sql.SQLEvaluator
closes all prepared statements or result sets.
close() - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
attempts to close all result sets and prepared statements
configure(Configuration) - Method in class org.jadetower.sql.impl.AvalonSQLManager
configures evaluator keys and sql queries
configure(String) - Method in class org.jadetower.sql.impl.AvalonSQLManager
Alternate configuration method for non-Avalon environments.

E

executeQuery(Connection) - Method in interface org.jadetower.sql.SQLEvaluator
executes the query given the database connection.
executeQuery(Connection, Class, Map) - Method in interface org.jadetower.sql.SQLEvaluator
Execute the query and map the result set into a Collection of beans.
executeQuery(Connection) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
executes the query using the velocity template and a JDBC PreparedStatement
executeQuery(Connection, Class, Map) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
executes query and maps results to a collection of type "beanClazz".
executeUpdate(Connection) - Method in interface org.jadetower.sql.SQLEvaluator
Executes an INSERT, UPDATE, or DELETE query.
executeUpdate(Connection) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
executes INSERT, UPDATE, or DELETE statements

G

getSQL() - Method in interface org.jadetower.sql.SQLEvaluator
returns the SQL statement to be executed.
getSQL(String) - Method in interface org.jadetower.sql.SQLManager
returns an SQLEvaluator instance for the given key
getSQL(String) - Method in class org.jadetower.sql.impl.AvalonSQLManager
returns an SQLEvaluator for the given key.
getSQL() - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
Returns the SQL statement by evaluating a Velocity template.

I

initVelocity() - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
initialized Velocity runtime
isSQLMutable() - Method in interface org.jadetower.sql.SQLEvaluator
determine if SQL query is mutable
isSQLMutable() - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
returns SQL mutability state.

M

m_configured - Variable in class org.jadetower.sql.impl.AvalonSQLManager
 
m_sqlMap - Variable in class org.jadetower.sql.impl.AvalonSQLManager
 

O

org.jadetower.sql - package org.jadetower.sql
 
org.jadetower.sql.impl - package org.jadetower.sql.impl
 

R

ROLE - Static variable in interface org.jadetower.sql.SQLManager
the SQLManager role name (class name).

S

SQLEvaluator - interface org.jadetower.sql.SQLEvaluator.
Evaluates a query.
SQLManager - interface org.jadetower.sql.SQLManager.
Manager interface used to get an SQLEvalutor instance
SQL_KEY - Static variable in class org.jadetower.sql.impl.VelocitySQLEvaluator
 
set(String, Object) - Method in interface org.jadetower.sql.SQLEvaluator
sets a value in the query context
set(String, Object) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
sets a value in the Velocity context
setContext(Map) - Method in interface org.jadetower.sql.SQLEvaluator
sets all context values to those supplied by the given map.
setContext(Map) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
puts all values of the map into the context.
setReader(Reader) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
sets the template reader.
setSQLMutable(boolean) - Method in interface org.jadetower.sql.SQLEvaluator
sets SQL statement and context mutablility.
setSQLMutable(boolean) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
sets the mutability for SQL statements.
setVelocityContext(VelocityContext) - Method in class org.jadetower.sql.impl.VelocitySQLEvaluator
sets the Velocity context

V

VelocitySQLEvaluator - class org.jadetower.sql.impl.VelocitySQLEvaluator.
An SQLEvaluator that uses Jakarta Velocity templates for SQL statement creation.
VelocitySQLEvaluator(Reader) - Constructor for class org.jadetower.sql.impl.VelocitySQLEvaluator
creates a new SQLEvalutor.

A B C E G I M O R S V

Copyright © 2003 JadeTower. All Rights Reserved.