Package net.sf.saffron.oj.stmt

Defines classes for preparation and execution of OpenJava SQL.

See:
          Description

Interface Summary
OJStatement.Binder  
PreparedResult PreparedResult represents the result of a call to Statement.prepareSql.
 

Class Summary
BoundMethod BoundMethod is a "thunk": a method which has already been bound to a particular object on which it should be invoked, together with the arguments which should be passed on invocation.
OJStatement An OJStatement is used to execute a saffron (or regular Java) expression dynamically.
OJStatement.Argument An Argument supplies a name/value pair to a statement.
PreparedExecution PreparedExecution is a PreparedResult of a statement for which Java code was generated by preparation.
PreparedExplanation PreparedExplanation is a PreparedResult for an EXPLAIN PLAN statement.
 

Package net.sf.saffron.oj.stmt Description

Defines classes for preparation and execution of OpenJava SQL.

 

Revision $Id: //open/saffron/src/net/sf/saffron/oj/stmt/package.html#1 $
Copyright (C) Copyright 2003-2003 Disruptive Technologies, Inc.
Author Julian Hyde


SourceForge.net_Logo