Package com.illumon.iris.db.tables.libs
Class QueryLibrary
java.lang.Object
com.illumon.iris.db.tables.libs.QueryLibrary
public class QueryLibrary extends Object
-
Method Summary
Modifier and Type Method Description static void
endQuery()
static Collection<Class>
getClassImports()
static QueryLibrary
getCurrent()
static CodeGenerator
getImportStatement()
static Collection<Package>
getPackageImports()
static Collection<Class>
getStaticImports()
static void
importClass(Class aClass)
static void
importPackage(Package aPackage)
static void
importStatic(Class aClass)
static void
resetCurrent()
static void
setCurrent(QueryLibrary library)
static void
startQuery()
-
Method Details
-
startQuery
public static void startQuery() -
endQuery
public static void endQuery() -
resetCurrent
public static void resetCurrent() -
setCurrent
-
getCurrent
-
importPackage
-
importClass
-
importStatic
-
getImportStatement
-
getPackageImports
-
getClassImports
-
getStaticImports
-