org.tranql.query
Interface CommandTransform

All Known Implementing Classes:
QueryCloner

public interface CommandTransform

Version:
$Revision: 1.1 $ $Date: 2004/04/21 03:21:25 $

Method Summary
 QueryCommand transform(QueryCommand source)
           
 UpdateCommand transform(UpdateCommand source)
           
 

Method Detail

transform

public QueryCommand transform(QueryCommand source)
                       throws QueryException
Throws:
QueryException

transform

public UpdateCommand transform(UpdateCommand source)
                        throws QueryException
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.