EspressReport
v 6.0

quadbase.common.util.internal
Class ClassFileUtil

java.lang.Object
  |
  +--quadbase.common.util.internal.ClassFileUtil

public synchronized class ClassFileUtil
extends java.lang.Object


Field Summary
static int GET_PARAMETER_OP
           
static int GET_RESULTSET_OP
           
static int IS_PARAM_OP
           
 
Constructor Summary
ClassFileUtil()
           
 
Method Summary
static quadbase.common.paramquery.QueryInParamSet getInSet(java.lang.String)
           
static IQueryInParam[] getParameterArray(java.lang.String)
           
static java.lang.Object getResultSet(java.lang.String, quadbase.common.paramquery.QueryInParamSet)
           
static boolean isParameterized(java.lang.String)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_PARAM_OP

public static final int IS_PARAM_OP

GET_PARAMETER_OP

public static final int GET_PARAMETER_OP

GET_RESULTSET_OP

public static final int GET_RESULTSET_OP
Constructor Detail

ClassFileUtil

public ClassFileUtil()
Method Detail

isParameterized

public static boolean isParameterized(java.lang.String)

getInSet

public static quadbase.common.paramquery.QueryInParamSet getInSet(java.lang.String)
                                                           throws java.lang.Exception

getParameterArray

public static IQueryInParam[] getParameterArray(java.lang.String)
                                         throws java.lang.Exception

getResultSet

public static java.lang.Object getResultSet(java.lang.String,
                                            quadbase.common.paramquery.QueryInParamSet)
                                     throws java.lang.Exception

EspressReport
v 6.0