| Package | Description | 
|---|---|
| com.caucho.quercus.lib | |
| com.caucho.quercus.lib.db | |
| com.caucho.quercus.lib.resin | |
| com.caucho.quercus.lib.simplexml | |
| com.caucho.quercus.lib.spl | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | QuercusModule. dump_stack(Env env)Dumps the stack. | 
| static Env | QuercusModule. get_env(Env env)Returns the Env object. | 
| static QuercusContext | QuercusModule. get_quercus(Env env)Returns the Quercus object. | 
| static java.lang.Object | QuercusModule. get_request(Env env)Deprecated.  | 
| static java.lang.Object | QuercusModule. get_response(Env env)Deprecated.  | 
| static java.lang.Object | QuercusModule. get_servlet_context(Env env)Returns the ServletContext. | 
| static java.lang.Object | QuercusModule. get_servlet_request(Env env)Returns the HttpServletRequest associated with this Env. | 
| static java.lang.Object | QuercusModule. get_servlet_response(Env env)Returns the HttpServletResponse associated with this Env. | 
| static boolean | QuercusModule. has_database(Env env)Returns true if a JDBC database has been explicitly set. | 
| static boolean | QuercusModule. has_request(Env env)Returns true if there is an HttpRequest associated with this Env. | 
| static boolean | QuercusModule. is_compile(Env env)Returns true if pages will be compiled. | 
| static boolean | QuercusModule. is_pro(Env env)Returns true if this is the Professional version. | 
| static boolean | QuercusModule. is_resin(Env env)Returns true if Quercus is running under Resin. | 
| static Value | OptionsModule. q_assert(Env env,
        Value value,
        Value message)Checks the assertion | 
| static void | QuercusModule. q_import(Env env,
        java.lang.String name)Special quercus-only import statements. | 
| static java.lang.String | QuercusModule. version(Env env)Returns the version of Quercus. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | OracleOciLob. q_import(Env env,
        Path file)Imports file data to the LOB | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.management.MBeanInfo | MBean. getMbean_info()Returns the MBeanInfo for the mbean. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | SimpleXMLNode. simplexml_getName()public string getName() | 
| Constructor and Description | 
|---|
| ArrayObject(Env env,
           Value value,
           int flags,
           java.lang.String iteratorClassName) |