MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.query.impl
Class CompilerImpl

java.lang.Object
  extended by ch.ethz.mxquery.query.impl.CompilerImpl
All Implemented Interfaces:
XQCompiler

public class CompilerImpl
extends java.lang.Object
implements XQCompiler


Constructor Summary
CompilerImpl()
           
 
Method Summary
 PreparedStatement compile(Context ctx, java.lang.String query, CompilerOptions co)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerImpl

public CompilerImpl()
Method Detail

compile

public PreparedStatement compile(Context ctx,
                                 java.lang.String query,
                                 CompilerOptions co)
                          throws MXQueryException
Specified by:
compile in interface XQCompiler
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich