net.sf.farrago.namespace.mql
Class MedMqlUdx

java.lang.Object
  extended by net.sf.farrago.namespace.mql.MedMqlUdx

public abstract class MedMqlUdx
extends Object

MedMqlUdx is the UDX which implements the execution of an MQL query generated by the optimizer.

Version:
$Id: //open/dev/farrago/ext/mql/src/net/sf/farrago/namespace/mql/MedMqlUdx.java#4 $
Author:
John Sichi

Field Summary
private static String[] hex
           
private static Logger tracer
           
 
Constructor Summary
MedMqlUdx()
           
 
Method Summary
private static String escapeUri(String s)
           
static void execute(String urlBase, String mql, String rowType, PreparedStatement resultInserter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tracer

private static final Logger tracer

hex

private static final String[] hex
Constructor Detail

MedMqlUdx

public MedMqlUdx()
Method Detail

execute

public static void execute(String urlBase,
                           String mql,
                           String rowType,
                           PreparedStatement resultInserter)
                    throws Exception
Throws:
Exception

escapeUri

private static String escapeUri(String s)