public class SDB_QC extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
fetchPrint |
static boolean |
PrintSQL |
Constructor and Description |
---|
SDB_QC() |
Modifier and Type | Method and Description |
---|---|
static QueryIterator |
exec(OpSQL opSQL,
SDBRequest request,
Binding binding,
ExecutionContext execCxt) |
static boolean |
isOpSQL(Op x) |
static List<Var> |
queryOutVars(Query query)
Find the variables needed out of this query.
|
static String |
toSqlString(OpSQL opSQL,
SDBRequest request) |
public static QueryIterator exec(OpSQL opSQL, SDBRequest request, Binding binding, ExecutionContext execCxt)
public static String toSqlString(OpSQL opSQL, SDBRequest request)
public static List<Var> queryOutVars(Query query)
query
- public static boolean isOpSQL(Op x)
Licenced under the Apache License, Version 2.0