org.tranql.query
Interface CommandFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EJBCommandFactory, SQL92Generator

public interface CommandFactory
extends java.io.Serializable

Version:
$Revision: 1.3 $ $Date: 2004/04/23 22:00:31 $

Method Summary
 QueryCommand createQuery(Query query)
           
 QueryCommand createQuery(java.lang.String query, FieldTransform[] paramTransforms, FieldTransform[] resultTransforms)
           
 UpdateCommand createUpdate(Query query)
           
 

Method Detail

createQuery

public QueryCommand createQuery(java.lang.String query,
                                FieldTransform[] paramTransforms,
                                FieldTransform[] resultTransforms)
                         throws QueryException
Throws:
QueryException

createQuery

public QueryCommand createQuery(Query query)
                         throws QueryException
Throws:
QueryException

createUpdate

public UpdateCommand createUpdate(Query query)
                           throws QueryException
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.