net.sf.farrago.namespace.mql
Class MedMqlUdx
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tracer
private static final Logger tracer
hex
private static final String[] hex
MedMqlUdx
public MedMqlUdx()
execute
public static void execute(String urlBase,
String mql,
String rowType,
PreparedStatement resultInserter)
throws Exception
- Throws:
Exception
escapeUri
private static String escapeUri(String s)