org.tranql.query
Interface CommandTransform

All Known Implementing Classes:
QueryCloner

public interface CommandTransform

Version:
$Revision: 51 $ $Date: 2004-04-21 05:21:25 +0200 (Wed, 21 Apr 2004) $

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 © -2006 The Codehaus. All Rights Reserved.