Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

O

ob_clean(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Clears the output buffer.
ob_end_clean(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Pops the output buffer, discarding the contents.
ob_end_flush(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Pops the output buffer.
ob_flush(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Flushes this output buffer into the next one on the stack or to the default "output buffer" if no next output buffer exists.
ob_get_clean(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Returns the contents of the output buffer, emptying it afterwards.
ob_get_contents(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Returns the contents of the current output buffer.
ob_get_flush(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Pops the output buffer and returns the contents.
ob_get_length(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Pushes the output buffer
ob_get_level(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Gets the nesting level of the current output buffer
ob_get_status(Env, boolean) - Static method in class com.caucho.quercus.lib.OutputModule
Gets the status of the current output buffer(s)
ob_gzhandler(Env, StringValue, int) - Static method in class com.caucho.quercus.lib.OutputModule
Output buffering compatible callback that automatically compresses the output.
ob_gzhandler(Env, StringValue, int) - Static method in class com.caucho.quercus.lib.zlib.ZlibModule
 
ob_iconv_handler(StringValue, int) - Static method in class com.caucho.quercus.lib.i18n.UnicodeModule
 
ob_implicit_flush(Env, boolean) - Static method in class com.caucho.quercus.lib.OutputModule
Makes the original "output buffer" flush on every write.
ob_list_handlers(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Returns a list of all the output handlers in use.
ob_start(Env, Callable, int, boolean) - Static method in class com.caucho.quercus.lib.OutputModule
Pushes the output buffer
OBJECT - Static variable in class com.caucho.bytecode.JClass
 
OBJECT - Static variable in class com.caucho.el.Marshall
 
OBJECT - Static variable in class com.caucho.quercus.env.ValueType
 
OBJECT_TYPE - Static variable in class com.caucho.config.reflect.ClassType
 
OBJECT_TYPE - Static variable in class com.caucho.config.reflect.ObjectType
 
OBJECT_TYPE - Static variable in class com.caucho.config.reflect.TargetObjectType
 
objectEntrySet() - Method in class com.caucho.quercus.env.JavaAdapter
Returns a java object set of all the entries.
objectEntrySet() - Method in class com.caucho.quercus.env.JavaCollectionAdapter
Returns a collection of the values.
objectEntrySet() - Method in class com.caucho.quercus.env.JavaMapAdapter
Returns a collection of the values.
ObjectExpr - Class in com.caucho.xpath.expr
 
ObjectExpr(int, ArrayList) - Constructor for class com.caucho.xpath.expr.ObjectExpr
 
ObjectExpr(int, String) - Constructor for class com.caucho.xpath.expr.ObjectExpr
 
ObjectExtJavaValue - Class in com.caucho.quercus.env
Represents a PHP object which extends a Java value.
ObjectExtJavaValue(Env, QuercusClass, Object, JavaClassDef) - Constructor for class com.caucho.quercus.env.ObjectExtJavaValue
 
ObjectExtValue - Class in com.caucho.quercus.env
Represents a PHP object value.
ObjectExtValue(Env, QuercusClass) - Constructor for class com.caucho.quercus.env.ObjectExtValue
 
ObjectExtValue(Env, ObjectExtValue, CopyRoot) - Constructor for class com.caucho.quercus.env.ObjectExtValue
 
ObjectExtValue(Env, IdentityHashMap<Value, Value>, ObjectExtValue) - Constructor for class com.caucho.quercus.env.ObjectExtValue
 
ObjectExtValue.Entry - Class in com.caucho.quercus.env
 
ObjectExtValue.EntrySet - Class in com.caucho.quercus.env
 
ObjectExtValue.KeyIterator - Class in com.caucho.quercus.env
 
ObjectExtValue.KeyValueIterator - Class in com.caucho.quercus.env
 
ObjectExtValue.ValueIterator - Class in com.caucho.quercus.env
 
ObjectFieldExpr - Class in com.caucho.quercus.expr
Represents a PHP field reference.
ObjectFieldExpr(Location, Expr, StringValue) - Constructor for class com.caucho.quercus.expr.ObjectFieldExpr
 
ObjectFieldExpr(Expr, StringValue) - Constructor for class com.caucho.quercus.expr.ObjectFieldExpr
 
ObjectFieldVarExpr - Class in com.caucho.quercus.expr
Represents a PHP field reference.
ObjectFieldVarExpr(Location, Expr, Expr) - Constructor for class com.caucho.quercus.expr.ObjectFieldVarExpr
 
ObjectFieldVarExpr(Expr, Expr) - Constructor for class com.caucho.quercus.expr.ObjectFieldVarExpr
 
ObjectJavaExpr - Class in com.caucho.xpath.expr
Implements the object java extension functions.
ObjectJavaExpr(Method, Expr, ArrayList) - Constructor for class com.caucho.xpath.expr.ObjectJavaExpr
Create a StringExpression with three arguments.
ObjectLiteralValueExpression - Class in com.caucho.el
Wraps object into a value javax.el.ValueExpression, optionally converts
ObjectLiteralValueExpression(Object, Class<?>) - Constructor for class com.caucho.el.ObjectLiteralValueExpression
 
ObjectMethod - Class in com.caucho.quercus.program
Represents sequence of statements.
ObjectMethod(ExprFactory, Location, InterpretedClassDef, String, FunctionInfo, Arg[], Statement[]) - Constructor for class com.caucho.quercus.program.ObjectMethod
 
ObjectMethodExpr - Class in com.caucho.quercus.expr
Represents a PHP function expression.
ObjectMethodExpr(Location, Expr, StringValue, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectMethodExpr
 
ObjectMethodVarExpr - Class in com.caucho.quercus.expr
A "$foo->$bar(...)" method call
ObjectMethodVarExpr(Location, Expr, Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
 
ObjectMethodVarExpr(Location, Expr, Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
 
ObjectMethodVarExpr(Expr, Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
 
ObjectMethodVarExpr(Expr, Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectMethodVarExpr
 
ObjectNewExpr - Class in com.caucho.quercus.expr
Represents a PHP function expression of the form "new ClassName()".
ObjectNewExpr(Location, String, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
 
ObjectNewExpr(Location, String, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
 
ObjectNewExpr(String, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
 
ObjectNewExpr(String, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewExpr
 
ObjectNewStaticExpr - Class in com.caucho.quercus.expr
Represents a PHP function expression of the form "new static()".
ObjectNewStaticExpr(Location, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
 
ObjectNewStaticExpr(Location, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
 
ObjectNewStaticExpr(ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
 
ObjectNewStaticExpr(Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewStaticExpr
 
ObjectNewVarExpr - Class in com.caucho.quercus.expr
Represents a PHP function expression of the form "new $a()".
ObjectNewVarExpr(Location, Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
 
ObjectNewVarExpr(Location, Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
 
ObjectNewVarExpr(Expr, ArrayList<Expr>) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
 
ObjectNewVarExpr(Expr, Expr[]) - Constructor for class com.caucho.quercus.expr.ObjectNewVarExpr
 
ObjectProxy - Interface in com.caucho.naming
An object proxy for a foreign JNDI factory.
objectToValue(Object) - Static method in class com.caucho.quercus.module.ModuleContext
 
objectToValue(Object) - Static method in class com.caucho.quercus.module.ModuleInfo
 
objectToValue(Object) - Static method in class com.caucho.quercus.QuercusContext
 
ObjectType - Class in com.caucho.config.reflect
class type matching
ObjectType() - Constructor for class com.caucho.config.reflect.ObjectType
 
ObjectType - Class in com.caucho.config.type
Represents a Object type.
ObjectValue - Class in com.caucho.quercus.env
Represents a Quercus object value.
ObjectValue(Env) - Constructor for class com.caucho.quercus.env.ObjectValue
 
ObjectValue(Env, QuercusClass) - Constructor for class com.caucho.quercus.env.ObjectValue
 
ObjectValueExpression - Class in com.caucho.el
Abstract implementation class for an expression.
ObjectValueExpression(Expr, String, Class<?>) - Constructor for class com.caucho.el.ObjectValueExpression
 
ObjectValueExpression(Expr, String) - Constructor for class com.caucho.el.ObjectValueExpression
 
ObjectValueExpression(Expr) - Constructor for class com.caucho.el.ObjectValueExpression
 
ObjectValueExpression() - Constructor for class com.caucho.el.ObjectValueExpression
For serialization
ObjectVar - Class in com.caucho.xpath.expr
A variable containing a Java object.
ObjectVar(Object) - Constructor for class com.caucho.xpath.expr.ObjectVar
Creates a new object variable with the object.
ObserverEntry<T> - Class in com.caucho.config.event
 
ObserverImpl<X,T> - Class in com.caucho.config.event
Implements a single observer.
ObserverImpl(InjectManager, <any>, Method, int) - Constructor for class com.caucho.config.event.ObserverImpl
 
ObserverMap - Class in com.caucho.config.event
Matches bindings
ObserverMap(Class<?>) - Constructor for class com.caucho.config.event.ObserverMap
 
ObserverMethodAfterCompletionImpl<X,T> - Class in com.caucho.config.event
Internal implementation for a producer Bean
ObserverMethodAfterCompletionImpl(InjectManager, <any>, <any>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodAfterCompletionImpl
 
ObserverMethodAfterFailureImpl<X,T> - Class in com.caucho.config.event
Internal implementation for a producer Bean
ObserverMethodAfterFailureImpl(InjectManager, <any>, <any>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodAfterFailureImpl
 
ObserverMethodAfterSuccessImpl<X,T> - Class in com.caucho.config.event
Internal implementation for a producer Bean
ObserverMethodAfterSuccessImpl(InjectManager, <any>, <any>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodAfterSuccessImpl
 
ObserverMethodBeforeCompletionImpl<X,T> - Class in com.caucho.config.event
Internal implementation for a producer Bean
ObserverMethodBeforeCompletionImpl(InjectManager, <any>, <any>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodBeforeCompletionImpl
 
ObserverMethodImpl<X,T> - Class in com.caucho.config.event
Internal implementation for a producer Bean
ObserverMethodImpl(InjectManager, <any>, <any>, Type, Set<Annotation>) - Constructor for class com.caucho.config.event.ObserverMethodImpl
 
OCI_ASSOC - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_BFILE - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_BIN - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_BLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_CFILEE - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_CLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_CURSOR - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_NTY - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_B_ROWID - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_bind_array_by_name(Env, OracleStatement, String, ArrayValue, int, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Binds PHP array to Oracle PL/SQL array by name.
oci_bind_by_name(Env, OracleStatement, String, Value, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Binds the PHP variable to the Oracle placeholder
OCI_BOTH - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_cancel(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Cancels reading from cursor
oci_close(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Closes Oracle connection
oci_commit(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Commits outstanding statements
OCI_COMMIT_ON_SUCCESS - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_connect(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Establishes a connection to the Oracle server
OCI_D_FILE - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_D_LOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_D_ROWID - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_DEFAULT - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_define_by_name(Env, OracleStatement, String, Value, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Uses a PHP variable for the define-step during a SELECT
OCI_DESCRIBE_ONLY - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_DTYPE_FILE - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_DTYPE_LOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_DTYPE_ROWID - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_error(Env, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the last error found
OCI_EXACT_FETCH - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_execute(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Executes a statement
oci_fetch(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Fetches the next row into result-buffer
oci_fetch_all(Env, OracleStatement, Value, int, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Fetches all rows of result data into an array
oci_fetch_array(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the next row from the result data as an associative or numeric array, or both
oci_fetch_assoc(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the next row from the result data as an associative array
oci_fetch_object(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the next row from the result data as an object
oci_fetch_row(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the next row from the result data as a numeric array
OCI_FETCHSTATEMENT_BY_COLUMN - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_FETCHSTATEMENT_BY_ROW - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_field_is_null(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Checks if the field is NULL
oci_field_name(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the name of a field from the statement
oci_field_precision(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Tell the precision of a field
oci_field_scale(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Tell the scale of the field
oci_field_size(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns field's size
oci_field_type(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns field's data type
oci_field_type_raw(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Tell the raw Oracle data type of the field
oci_free_statement(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Frees all resources associated with statement or cursor
oci_internal_debug(Env, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Enables or disables internal debug output
OCI_LOB_BUFFER_FREE - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_lob_copy(Env, OracleOciLob, OracleOciLob, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Copies large object
oci_lob_is_equal(Env, OracleOciLob, OracleOciLob) - Static method in class com.caucho.quercus.lib.db.OracleModule
Compares two LOB/FILE locators for equality
oci_new_collection(Env, Oracle, String, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
Allocates new collection object
oci_new_connect(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Establishes a new connection to the Oracle server
oci_new_cursor(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Allocates and returns a new cursor (statement handle)
oci_new_descriptor(Env, Oracle, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Initializes a new empty LOB or FILE descriptor
OCI_NUM - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_num_fields(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the number of result columns in a statement
oci_num_rows(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns number of rows affected during statement execution Note: This function does not return number of rows selected! For SELECT statements this function will return the number of rows, that were fetched to the buffer with oci_fetchxxxx() functions.
oci_parse(Env, Oracle, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
Prepares Oracle statement for execution
oci_password_change(Env, Oracle, String, String, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
Changes password of Oracle's user
oci_pconnect(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Connect to an Oracle database using a persistent connection
oci_result(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns field's value from the fetched row
OCI_RETURN_LOBS - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_RETURN_NULLS - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_rollback(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Rolls back outstanding transaction
OCI_SEEK_CUR - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_SEEK_END - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_SEEK_SET - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
oci_server_version(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns server version
oci_set_prefetch(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Sets number of rows to be prefetched
oci_statement_type(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Returns the type of an OCI statement
OCI_SYSDATE - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_SYSDBA - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_SYSOPER - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_TEMP_BLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
OCI_TEMP_CLOB - Static variable in class com.caucho.quercus.lib.db.OracleModule
 
ocibindbyname(Env, OracleStatement, String, Value, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_bind_by_name()
ocicancel(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_cancel()
ocicloselob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->close
ocicollappend(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->append
ocicollassign(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->assign
ocicollassignelem(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->assignElem
ocicollgetelem(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->getElem
ocicollmax(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->max
ocicollsize(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->size
ocicolltrim(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->trim
ocicolumnisnull(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_is_null()
ocicolumnname(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_name()
ocicolumnprecision(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_precision()
ocicolumnscale(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_scale()
ocicolumnsize(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_size()
ocicolumntype(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_type()
ocicolumntyperaw(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_field_type_raw()
ocicommit(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_commit()
ocidefinebyname(Env, OracleStatement, String, Value, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_define_by_name()
ocierror(Env, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_error()
ociexecute(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_execute()
ocifetch(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_fetch()
ocifetchinto(Env, OracleStatement, Value, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Fetches the next row into an array
ocifetchstatement(Env, OracleStatement, Value, int, int, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_fetch_all()
ocifreecollection(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Collection->free
ocifreecursor(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_free_statement()
ocifreedesc(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->free
ocifreestatement(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_free_statement()
ociinternaldebug(Env, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_internal_debug()
ociloadlob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->load
ocilogoff(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_close()
ocilogon(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_connect()
ocinewcollection(Env, Oracle, String, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_new_collection()
ocinewcursor(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_new_cursor()
ocinewdescriptor(Env, Oracle, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_new_descriptor()
ocinlogon(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_new_connect()
ocinumcols(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_num_fields()
ociparse(Env, Oracle, String) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_parse()
ociplogon(Env, String, String, String, String, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_pconnect()
ociresult(Env, OracleStatement, Value) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_result()
ocirollback(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_rollback()
ocirowcount(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_num_rows()
ocisavelob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->save
ocisavelobfile(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->import
ociserverversion(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_server_version()
ocisetprefetch(Env, OracleStatement, int) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_set_prefetch()
ocistatementtype(Env, OracleStatement) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of oci_statement_type()
ociwritelobtofile(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->export
ociwritetemporarylob(Env, Oracle) - Static method in class com.caucho.quercus.lib.db.OracleModule
Alias of OCI-Lob->writeTemporary
octdec(Env, StringValue) - Static method in class com.caucho.quercus.lib.MathModule
Returns the decimal equivalent of the octal number represented by the octal_string argument.
octToDigit(char) - Static method in class com.caucho.quercus.lib.string.StringModule
 
offer(Runnable) - Method in class com.caucho.config.async.AsyncQueue
 
offer(T) - Method in class com.caucho.env.actor.AbstractWorkerQueue
 
offer(T) - Method in interface com.caucho.env.actor.ActorQueueApi
 
offer(T, boolean) - Method in interface com.caucho.env.actor.ActorQueueApi
 
offer(T) - Method in class com.caucho.env.actor.MultiworkerActorQueue
 
offer(T, boolean) - Method in class com.caucho.env.actor.MultiworkerActorQueue
 
offer(T) - Method in class com.caucho.env.actor.ValueActorQueue
 
offer(T, boolean) - Method in class com.caucho.env.actor.ValueActorQueue
 
offer(Runnable, ClassLoader) - Method in class com.caucho.env.thread2.ThreadTaskRing2
 
offer(M) - Method in class com.caucho.util.AbstractActorQueue
 
offer(M, long, TimeUnit) - Method in class com.caucho.util.AbstractActorQueue
 
offer(M, long, TimeUnit, int) - Method in class com.caucho.util.AbstractActorQueue
 
offer(M, long, TimeUnit, int) - Method in interface com.caucho.util.ActorQueue
 
offer(T) - Method in class com.caucho.util.fRingValueQueueOrig
 
offer(T, long) - Method in class com.caucho.util.fRingValueQueueOrig
 
offer(M, long, TimeUnit) - Method in class com.caucho.util.RingValueQueue
 
offer(M, long, TimeUnit, int) - Method in class com.caucho.util.RingValueQueue
 
offerWait(long, AtomicLong, int, long, TimeUnit) - Method in interface com.caucho.util.RingBlocker
 
offerWait(long, AtomicLong, int, long, TimeUnit) - Method in class com.caucho.util.RingBlockerBasic
 
offerWake() - Method in interface com.caucho.util.RingBlocker
 
offerWake() - Method in class com.caucho.util.RingBlockerBasic
 
offsetExists(Env, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetExists(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetExists(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetExists(Env, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
 
offsetGet(Env, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetGet(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetGet(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetGet(Env, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
 
offsetSet(Env, Value, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetSet(Env, Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetSet(Env, Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetSet(Env, Value, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
 
offsetUnset(Env, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetUnset(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetUnset(Env, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetUnset(Env, Value) - Method in class com.caucho.quercus.lib.spl.SplObjectStorage
 
OldByteToChar - Class in com.caucho.vfs
Utility class for converting a byte stream to a character stream.
oldEncode(CharBuffer, byte[], int, int) - Static method in class com.caucho.util.Base64
 
onChildIdleBegin() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
Called by the thread before going into the idle state.
onChildIdleBegin() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
Called by the thread before going into the idle state.
onChildIdleEnd() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
Called by the thread after exiting the idle state.
onChildIdleEnd() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
Called by the thread after exiting the idle state.
onChildThreadBegin() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
Thread activity management
onChildThreadEnd() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
Thread activity management
onChildThreadLaunchBegin() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
Callback from the launched thread's run().
onChildThreadLaunchEnd() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
Callback from the launched thread's run().
onChildThreadResume() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
Resume a child, i.e.
onChildThreadResumeBegin() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
Start housekeeping for a child thread managed by the launcher's housekeeping, but not spawned by the launcher itself, e.g.
onChildThreadResumeEnd() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
End housekeeping for a child thread managed by the launcher's housekeeping, but not spawned by the launcher itself, e.g.
ONE - Static variable in class com.caucho.quercus.env.LongValue
 
ONE - Static variable in class com.caucho.quercus.marshal.Marshal
 
onMatch(Path) - Method in interface com.caucho.config.types.FileSetType.PathCallback
 
onProcessComplete() - Method in class com.caucho.env.actor.AbstractActorProcessor
Called when all items in the queue are processed.
onProcessComplete() - Method in class com.caucho.env.actor.AbstractWorkerQueue
 
onProcessComplete() - Method in interface com.caucho.env.actor.ActorProcessor
Called when all items in the queue are processed.
onProcessStart() - Method in class com.caucho.env.actor.AbstractActorProcessor
Called when all items in the queue are processed.
onProcessStart() - Method in interface com.caucho.env.actor.ActorProcessor
Called before items in the queue are processed.
onThreadComplete() - Method in class com.caucho.env.thread1.AbstractTaskWorker1
 
onThreadComplete() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
 
onThreadMax() - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
 
onThreadMax() - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
 
onThreadStart() - Method in class com.caucho.env.thread1.AbstractTaskWorker1
 
onThreadStart() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
 
onThrottle(String) - Method in class com.caucho.env.thread1.AbstractThreadLauncher1
 
onThrottle(String) - Method in class com.caucho.env.thread2.AbstractThreadLauncher2
 
OpaqueAttribute - Class in com.caucho.bytecode
Represents a generic attribute
open(Env, String, String) - Method in class com.caucho.quercus.env.SessionCallback
 
open(Env) - Method in class com.caucho.quercus.lib.file.Directory
 
open(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.WrappedDirectory
 
open(Env, Path) - Method in class com.caucho.quercus.lib.xml.XmlReader
Opens a stream using the uniform resource locator.
open(Reader, String) - Static method in class com.caucho.quercus.script.EncoderStream
 
open(Class) - Static method in class com.caucho.util.Log
Returns the logger for a class.
open(Reader) - Static method in class com.caucho.vfs.ReaderStream
 
open(String) - Static method in class com.caucho.vfs.StringReader
Creates a new ReadStream reading bytes from the given string.
open(String) - Static method in class com.caucho.vfs.StringStream
 
open() - Method in class com.caucho.vfs.ZipScanner
 
open_image_file(String, Path, String, int) - Method in class com.caucho.quercus.lib.pdf.PDF
open image
openAppend() - Method in class com.caucho.vfs.Path
Opens a resin stream for appending.
openAppend() - Method in class com.caucho.vfs.PathWrapper
Opens a resin stream for appending.
openAppend(String) - Static method in class com.caucho.vfs.Vfs
 
openAppendImpl() - Method in class com.caucho.vfs.ConstPath
 
openAppendImpl() - Method in class com.caucho.vfs.FilePath
 
openAppendImpl() - Method in class com.caucho.vfs.GoogleStorePath
 
openAppendImpl() - Method in class com.caucho.vfs.MemoryPath
 
openAppendImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for appending.
openAppendImpl() - Method in class com.caucho.vfs.Path
 
openAppendImpl() - Method in class com.caucho.vfs.PathWrapper
 
openCopy() - Method in class com.caucho.quercus.lib.file.AbstractBinaryInput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
Opens a copy.
openCopy() - Method in interface com.caucho.quercus.lib.file.BinaryInput
Opens a new copy.
openCopy() - Method in class com.caucho.quercus.lib.file.FileInput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.file.FileInputOutput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.file.HttpInputOutput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.file.PopenInput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.file.ReadStreamInput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.file.WrappedStream
Opens a new copy.
openCopy() - Method in class com.caucho.quercus.lib.ProcOpenInput
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.zip.ZipEntryInputStream
Opens a copy.
openCopy() - Method in class com.caucho.quercus.lib.zlib.ZlibInputStream
Opens a new copy.
opendir(Env, StringValue, Value) - Static method in class com.caucho.quercus.lib.file.FileModule
Opens a directory
opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.PhpProtocolWrapper
 
opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.ProtocolWrapper
 
opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.ZlibProtocolWrapper
 
openFile(Env, String, boolean, Value) - Method in class com.caucho.quercus.lib.spl.SplFileInfo
 
openFileRandomAccess() - Method in class com.caucho.vfs.FilePath
Returns the stream implementation for a random-access stream.
openFileRandomAccess() - Method in class com.caucho.vfs.GooglePath
 
openFileRandomAccess() - Method in class com.caucho.vfs.MergePath
Opens the best path for random access.
openFileRandomAccess() - Method in class com.caucho.vfs.Path
Opens a random-access stream.
openForAppend(Env, StringValue, boolean) - Static method in class com.caucho.quercus.lib.file.FileModule
 
openInputStream() - Method in class com.caucho.vfs.InputStreamSource
Returns an input stream, without freeing the results
openInputStream() - Method in class com.caucho.vfs.StreamSource
Returns an input stream, without freeing the results
openInputStream() - Method in class com.caucho.vfs.TempOutputStream
Opens a read stream to the buffer.
openInputStream() - Method in class com.caucho.vfs.TempStream
 
openInputStreamNoFree() - Method in class com.caucho.vfs.TempOutputStream
Opens a read stream to the buffer.
openJNI(int, int) - Static method in class com.caucho.vfs.QJniServerSocket
Creates the SSL ServerSocket.
openlog(Env, String, int, int) - Static method in class com.caucho.quercus.lib.NetworkModule
Opens syslog.
openMemory(Env) - Method in class com.caucho.quercus.lib.xml.XMLWriter
Opens the writer for a memory target
openMemoryMappedFile(long) - Method in class com.caucho.vfs.Path
Opens a random-access stream.
openRandomAccess() - Method in class com.caucho.vfs.DatastorePath
Returns the stream implementation for a random-access stream.
openRandomAccess() - Method in class com.caucho.vfs.Path
Opens a random-access stream.
openRandomAccess() - Method in class com.caucho.vfs.PathWrapper
Opens a random-access stream.
openRandomAccess() - Method in class com.caucho.vfs.SpyPath
Opens a random-access stream.
openRead() - Method in class com.caucho.vfs.MultipartStream
Opens the next part of the multipart/mime stream for reading.
openRead() - Method in class com.caucho.vfs.Path
Opens a resin ReadStream for reading.
openRead() - Method in class com.caucho.vfs.TempOutputStream
Opens a read stream to the buffer.
openRead() - Method in class com.caucho.vfs.TempStream
Opens a read stream to the buffer.
openRead(ReadStream) - Method in class com.caucho.vfs.TempStream
Opens a read stream to the buffer.
openRead() - Method in interface com.caucho.vfs.TempStreamApi
 
openRead(InputStream) - Static method in class com.caucho.vfs.Vfs
Creates new ReadStream from an InputStream
openRead(InputStream, WriteStream) - Static method in class com.caucho.vfs.Vfs
 
openRead(Reader) - Static method in class com.caucho.vfs.Vfs
Creates a ReadStream from a Reader
openRead(String) - Static method in class com.caucho.vfs.Vfs
Create a ReadStream from a string.
openRead(InputStream) - Static method in class com.caucho.vfs.VfsStream
Opens a read stream based on a java.io.InputStream.
openRead(InputStream, WriteStream) - Static method in class com.caucho.vfs.VfsStream
 
openReadAndSaveBuffer() - Method in class com.caucho.vfs.MemoryStream
 
openReadAndSaveBuffer() - Method in class com.caucho.vfs.TempStream
Opens a read stream to the buffer.
openReadImpl() - Method in class com.caucho.vfs.ClasspathPath
Returns a read stream for a GET request.
openReadImpl() - Method in class com.caucho.vfs.ConstPath
 
openReadImpl() - Method in class com.caucho.vfs.DatastorePath
Returns the stream implementation for a read stream.
openReadImpl() - Method in class com.caucho.vfs.FilePath
Returns the stream implementation for a read stream.
openReadImpl() - Method in class com.caucho.vfs.GooglePath
Returns the stream implementation for a read stream.
openReadImpl() - Method in class com.caucho.vfs.HttpPath
Returns a read stream for a GET request.
openReadImpl() - Method in class com.caucho.vfs.HttpsPath
Returns a read stream for a GET request.
openReadImpl(Path) - Method in class com.caucho.vfs.Jar
Opens a stream to an entry in the jar.
openReadImpl(String) - Method in class com.caucho.vfs.Jar
 
openReadImpl() - Method in class com.caucho.vfs.JarPath
 
openReadImpl() - Method in class com.caucho.vfs.MemoryPath
 
openReadImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for reading.
openReadImpl() - Method in class com.caucho.vfs.NotFoundPath
Throws a FileNotFoundException for any read.
openReadImpl() - Method in class com.caucho.vfs.Path
 
openReadImpl() - Method in class com.caucho.vfs.PathWrapper
 
openReadImpl() - Method in class com.caucho.vfs.StringPath
 
openReadImpl() - Method in class com.caucho.vfs.TcpPath
 
openReadWrite() - Method in class com.caucho.vfs.Path
Opens a resin ReadWritePair for reading and writing.
openReadWrite(boolean) - Method in class com.caucho.vfs.Path
Opens a resin ReadWritePair for reading and writing.
openReadWrite(ReadStream, WriteStream) - Method in class com.caucho.vfs.Path
Opens a resin ReadWritePair for reading and writing.
openReadWrite() - Method in class com.caucho.vfs.PathWrapper
Opens a resin ReadWritePair for reading and writing.
openReadWrite(ReadStream, WriteStream) - Method in class com.caucho.vfs.PathWrapper
Opens a resin ReadWritePair for reading and writing.
openReadWrite(InputStream, OutputStream) - Static method in class com.caucho.vfs.Vfs
 
openReadWrite(InputStream, OutputStream) - Static method in class com.caucho.vfs.VfsStream
 
openReadWriteImpl() - Method in class com.caucho.vfs.ConstPath
 
openReadWriteImpl() - Method in class com.caucho.vfs.FilePath
 
openReadWriteImpl() - Method in class com.caucho.vfs.HttpPath
Returns a read/write pair for a POST request.
openReadWriteImpl() - Method in class com.caucho.vfs.HttpsPath
Returns a read/write pair for a POST request.
openReadWriteImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for reading and writing.
openReadWriteImpl() - Method in class com.caucho.vfs.Path
 
openReadWriteImpl() - Method in class com.caucho.vfs.PathWrapper
 
openReadWriteImpl() - Method in class com.caucho.vfs.TcpPath
 
openServerSocket(String, int) - Method in class com.caucho.vfs.net.NetworkSystem
 
openServerSocket(InetAddress, int, int, boolean) - Method in class com.caucho.vfs.net.NetworkSystem
 
openServerSocket(InetAddress, int, int, boolean) - Method in class com.caucho.vfs.net.TcpNetworkSystem
 
openSource(InputSource) - Method in class com.caucho.xml.AbstractParser
Opens the source
openStream(String, String) - Method in class com.caucho.xml.AbstractParser
Looks up an input stream from the system id.
openStream(String, String, EntityResolver) - Method in class com.caucho.xml.AbstractParser
Looks up an input stream from the system id.
openStream(String, String, EntityResolver, boolean) - Method in class com.caucho.xml.AbstractParser
Looks up an input stream from the system id.
openString(String) - Static method in class com.caucho.vfs.Vfs
 
openTopStream(String, String) - Method in class com.caucho.xml.AbstractParser
Looks up an input stream from the system id.
openURI(Env, Path) - Method in class com.caucho.quercus.lib.xml.XMLWriter
Opens the writer for a uri target
openWrite(HttpServletResponse) - Method in class com.caucho.quercus.servlet.QuercusServletImpl
 
openWrite() - Method in class com.caucho.vfs.Path
Opens a resin WriteStream for writing.
openWrite() - Method in class com.caucho.vfs.StringWriter
Opens a write stream using this StringWriter as the resulting string
openWrite() - Method in class com.caucho.vfs.TempCharStream
Initializes the temp stream for writing.
openWrite() - Method in class com.caucho.vfs.TempStream
Initializes the temp stream for writing.
openWrite(OutputStream) - Static method in class com.caucho.vfs.Vfs
 
openWrite(Writer) - Static method in class com.caucho.vfs.Vfs
 
openWrite(CharBuffer) - Static method in class com.caucho.vfs.Vfs
Creates a write stream to a CharBuffer.
openWrite(String) - Static method in class com.caucho.vfs.Vfs
 
openWrite(OutputStream) - Static method in class com.caucho.vfs.VfsStream
 
openWriteImpl() - Method in class com.caucho.vfs.ConstPath
 
openWriteImpl() - Method in class com.caucho.vfs.DatastorePath
 
openWriteImpl() - Method in class com.caucho.vfs.FilePath
 
openWriteImpl() - Method in class com.caucho.vfs.GoogleBlobStorePath
 
openWriteImpl() - Method in class com.caucho.vfs.GoogleStorePath
 
openWriteImpl() - Method in class com.caucho.vfs.MemoryPath
 
openWriteImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for writing.
openWriteImpl() - Method in class com.caucho.vfs.Path
 
openWriteImpl() - Method in class com.caucho.vfs.PathWrapper
 
OPT_BINARY_PROTOCOL - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_BUFFER_WRITES - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_CACHE_LOOKUPS - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_COMPRESSION - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_CONNECT_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_DISTRIBUTION - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_HASH - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_LIBKETAMA_COMPATIBLE - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_NO_BLOCK - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_POLL_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_PREFIX_KEY - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_RECV_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_RETRY_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_SEND_TIMEOUT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_SERIALIZER - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_SERVER_FAILURE_LIMIT - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_SOCKET_RECV_SIZE - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_SOCKET_SEND_SIZE - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
OPT_TCP_NODELAY - Static variable in class com.caucho.quercus.lib.memcache.Memcached
 
Optional - Annotation Type in com.caucho.quercus.annotation
The @Optional annotation.
options(Env, int, Value) - Method in class com.caucho.quercus.lib.db.Mysqli
Sets a mysqli option.
OptionsModule - Class in com.caucho.quercus.lib
PHP options
OptionsModule() - Constructor for class com.caucho.quercus.lib.OptionsModule
 
OR - Static variable in class com.caucho.xpath.Expr
 
Oracle - Class in com.caucho.quercus.lib.db
oracle connection class (oracle has NO object oriented API)
Oracle(Env, String, String, String, String, int, String, String) - Constructor for class com.caucho.quercus.lib.db.Oracle
 
OracleModule - Class in com.caucho.quercus.lib.db
Quercus oracle routines.
OracleModule() - Constructor for class com.caucho.quercus.lib.db.OracleModule
 
OracleOciCollection - Class in com.caucho.quercus.lib.db
Quercus Oracle OCI-Collection object oriented API.
OracleOciLob - Class in com.caucho.quercus.lib.db
Quercus Oracle OCI-Lob object oriented API.
OracleResult - Class in com.caucho.quercus.lib.db
oracle result set class (postgres has NO object oriented API)
OracleResult(ResultSet, Oracle) - Constructor for class com.caucho.quercus.lib.db.OracleResult
Constructor for OracleResult
OracleResult(ResultSetMetaData, Oracle) - Constructor for class com.caucho.quercus.lib.db.OracleResult
Constructor for OracleResult
OracleStatement - Class in com.caucho.quercus.lib.db
Oracle statement class.
ord(StringValue) - Static method in class com.caucho.quercus.lib.string.StringModule
Converts the first character to an integer.
OrExpr - Class in com.caucho.quercus.lib.gettext.expr
 
OrExpr(Expr, Expr) - Constructor for class com.caucho.quercus.lib.gettext.expr.OrExpr
 
OsgiBundleMXBean - Interface in com.caucho.management.server
MBean API for an OsgiBundle
OsgiServiceBinding - Annotation Type in com.caucho.config.annotation
The @OsgiServiceBinding fires a startup event to register the bean as an osgi service.
OsgiServiceMXBean - Interface in com.caucho.management.server
MBean API for an OsgiService
OsgiServiceStartup - Annotation Type in com.caucho.config
 
OuterIterator - Interface in com.caucho.quercus.lib.spl
 
output_add_rewrite_var(Env, String, String) - Static method in class com.caucho.quercus.lib.OutputModule
Adds a variable to the list for rewritten URLs.
output_reset_rewrite_vars(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Clears the list of variables for rewritten URLs.
OutputBuffer - Class in com.caucho.quercus.env
Represents a PHP output buffer
outputChar(int) - Method in class com.caucho.vfs.AbstractByteToChar
 
outputChar(int) - Method in class com.caucho.vfs.ByteToChar
 
outputChar(int) - Method in class com.caucho.vfs.ByteToCharWriter
 
outputMemory() - Method in class com.caucho.quercus.lib.xml.XMLWriter
Returns the memory result
OutputModule - Class in com.caucho.quercus.lib
PHP output routines.
OutputModule() - Constructor for class com.caucho.quercus.lib.OutputModule
 
OutputStreamWithBuffer - Class in com.caucho.vfs
An OutputStream with an accessible buffer.
OutputStreamWithBuffer() - Constructor for class com.caucho.vfs.OutputStreamWithBuffer
 
overload(AbstractJavaMethod) - Method in class com.caucho.quercus.env.AbstractJavaMethod
Returns an overloaded java method.
overload(AbstractJavaMethod) - Method in class com.caucho.quercus.env.JavaOverloadMethod
Returns an overloaded java method.
OwnerCreationalContext<T> - Class in com.caucho.config.inject
Stack of partially constructed beans.
OwnerCreationalContext(<any>) - Constructor for class com.caucho.config.inject.OwnerCreationalContext
 
OwnerCreationalContext(<any>, CreationalContextImpl<?>) - Constructor for class com.caucho.config.inject.OwnerCreationalContext
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links