com.triactive.jdo.store
Class JDOQLQuery.Compiler

java.lang.Object
  extended bycom.triactive.jdo.store.JDOQLQuery.Compiler
Enclosing class:
JDOQLQuery

public class JDOQLQuery.Compiler
extends java.lang.Object


Constructor Summary
JDOQLQuery.Compiler(java.util.Map parameters)
           
 
Method Summary
 void bindVariable(java.lang.String name, SQLExpression expr)
           
 QueryStatement compileQueryStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOQLQuery.Compiler

public JDOQLQuery.Compiler(java.util.Map parameters)
Method Detail

bindVariable

public void bindVariable(java.lang.String name,
                         SQLExpression expr)

compileQueryStatement

public QueryStatement compileQueryStatement()


Copyright © 2001 TriActive, Inc. All Rights Reserved.