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, Callback, 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.ejb.cfg.ApiClass
 
OBJECT - Static variable in class com.caucho.el.Marshall
 
OBJECT - Static variable in class com.caucho.iiop.MarshallObject
 
OBJECT - Static variable in class com.caucho.quercus.env.ValueType
 
Object - Class in com.caucho.xtpdoc
 
Object(Document) - Constructor for class com.caucho.xtpdoc.Object
 
OBJECT_ARRAY - Static variable in class com.caucho.iiop.MarshallObject
 
OBJECT_HELPER - Static variable in class com.caucho.iiop.MarshallObject
 
object_to_string(Object) - Method in class com.caucho.iiop.orb.ORBImpl
 
ObjectBacking - Class in com.caucho.server.cluster
The ObjectBacking encapsulates the file persistent store for a distributed object.
ObjectBacking(String, Path, Store) - Constructor for class com.caucho.server.cluster.ObjectBacking
Initialize the object backing.
ObjectConfig - Class in com.caucho.jca.cfg
Configuration for an object with config values.
ObjectConfig() - Constructor for class com.caucho.jca.cfg.ObjectConfig
 
ObjectConverter - Class in com.caucho.jms.message
A basic message.
ObjectConverter() - Constructor for class com.caucho.jms.message.ObjectConverter
 
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.
ObjectExceptionWrapper - Exception in com.caucho.ejb.protocol
Wraps the actual exception with an EJB exception
ObjectExceptionWrapper(String) - Constructor for exception com.caucho.ejb.protocol.ObjectExceptionWrapper
Create a basic ObjectExceptionWrapper with a message.
ObjectExceptionWrapper(Throwable) - Constructor for exception com.caucho.ejb.protocol.ObjectExceptionWrapper
Create a ObjectExceptionWrapper wrapping a root exception.
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(QuercusClass, Object, JavaClassDef) - Constructor for class com.caucho.quercus.env.ObjectExtJavaValue
 
ObjectExtValue - Class in com.caucho.quercus.env
Represents a PHP object value.
ObjectExtValue(QuercusClass) - Constructor for class com.caucho.quercus.env.ObjectExtValue
 
ObjectExtValue.Entry - Class in com.caucho.quercus.env
 
ObjectExtValue.Entry(StringValue) - Constructor for class com.caucho.quercus.env.ObjectExtValue.Entry
 
ObjectExtValue.Entry(StringValue, Value) - Constructor for class com.caucho.quercus.env.ObjectExtValue.Entry
 
ObjectExtValue.EntryIterator - Class in com.caucho.quercus.env
 
ObjectExtValue.EntrySet - Class in com.caucho.quercus.env
 
ObjectExtValue.KeyIterator - Class in com.caucho.quercus.env
 
ObjectExtValue.ValueIterator - Class in com.caucho.quercus.env
 
ObjectHolder - Class in javax.xml.rpc.holders
A object holder.
ObjectHolder() - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
ObjectHolder(Object) - Constructor for class javax.xml.rpc.holders.ObjectHolder
 
objectIdToKey(Object) - Method in class com.caucho.ejb.burlap.BurlapHandleEncoder
Converts a string object id to the correct key.
objectIdToKey(Object) - Method in class com.caucho.ejb.hessian.HessianHandleEncoder
Converts a string object id to the correct key.
objectIdToKey(Object) - Method in class com.caucho.ejb.protocol.HandleEncoder
 
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.
ObjectManager - Interface in com.caucho.server.cluster
Base class for the distributed objects
ObjectMessage - Interface in javax.jms
The main message.
ObjectMessageImpl - Class in com.caucho.jms.message
An object message.
ObjectMessageImpl() - Constructor for class com.caucho.jms.message.ObjectMessageImpl
 
ObjectMessageImpl(ObjectMessage) - Constructor for class com.caucho.jms.message.ObjectMessageImpl
 
ObjectMessageImpl(ObjectMessageImpl) - Constructor for class com.caucho.jms.message.ObjectMessageImpl
 
ObjectMethod - Class in com.caucho.quercus.program
Represents sequence of statements.
ObjectMethod(ExprFactory, Location, InterpretedClassDef, String, FunctionInfo, ArrayList<Arg>, ArrayList<Statement>) - Constructor for class com.caucho.quercus.program.ObjectMethod
 
ObjectNotFoundException - Exception in javax.ejb
The main ejb context.
ObjectNotFoundException() - Constructor for exception javax.ejb.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception javax.ejb.ObjectNotFoundException
 
ObjectProxy - Interface in com.caucho.naming
An object proxy for a foreign JNDI factory.
ObjectProxyComponent - Class in com.caucho.webbeans.component
Component for a singleton beans
ObjectProxyComponent(WebBeansContainer, ObjectProxy, Class) - Constructor for class com.caucho.webbeans.component.ObjectProxyComponent
 
ObjectSkeletonWrapper - Class in com.caucho.ejb.protocol
Special class for dealing with serialization.
ObjectSkeletonWrapper() - Constructor for class com.caucho.ejb.protocol.ObjectSkeletonWrapper
Null-arg constructor for serialization
ObjectSkeletonWrapper(Handle) - Constructor for class com.caucho.ejb.protocol.ObjectSkeletonWrapper
Constructor for ObjectSkeleton
ObjectStub - Class in com.caucho.ejb.burlap
Base class for generated object stubs.
ObjectStub() - Constructor for class com.caucho.ejb.burlap.ObjectStub
 
ObjectStub - Class in com.caucho.ejb.hessian
Base class for generated object stubs.
ObjectStub() - Constructor for class com.caucho.ejb.hessian.ObjectStub
 
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.Quercus
 
ObjectType - Class in com.caucho.amber.type
The type of a property.
ObjectType - Class in com.caucho.config.type
Represents a Object type.
ObjectValue - Class in com.caucho.quercus.env
Represents a Quercus object value.
ObjectValue(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.
ObjectWithParent - Interface in com.caucho.xtpdoc
 
ObserverImpl - Class in com.caucho.webbeans.event
Implements a single observer.
ObserverImpl(ComponentImpl, Method, int) - Constructor for class com.caucho.webbeans.event.ObserverImpl
 
ObserverMap - Class in com.caucho.webbeans.manager
Matches bindings
ObserverMap(Class) - Constructor for class com.caucho.webbeans.manager.ObserverMap
 
Observes - Annotation Type in javax.webbeans
The @Observes annotation for web beans
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(StringValue) - Static method in class com.caucho.quercus.lib.MathModule
Returns the long value of an octal number.
OctetTypeCode - Class in com.caucho.iiop.any
 
OctetTypeCode() - Constructor for class com.caucho.iiop.any.OctetTypeCode
 
octToDigit(char) - Static method in class com.caucho.quercus.lib.string.StringModule
 
OF - Static variable in class com.caucho.amber.query.QueryParser
 
OFFSET - Static variable in class com.caucho.amber.query.QueryParser
 
offsetExists(Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetExists(Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetExists(Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetGet(Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetGet(Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetGet(Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetSet(Value, Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetSet(Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetSet(Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
offsetUnset(Value) - Method in interface com.caucho.quercus.lib.spl.ArrayAccess
 
offsetUnset(Value) - Method in class com.caucho.quercus.lib.spl.ArrayIterator
 
offsetUnset(Value) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
OldByteToChar - Class in com.caucho.vfs
Utility class for converting a byte stream to a character stream.
oldDecode(String) - Static method in class com.caucho.util.Base64
 
oldEncode(CharBuffer, byte[], int, int) - Static method in class com.caucho.util.Base64
 
ONE - Static variable in class com.caucho.quercus.env.LongValue
 
OneToMany - Annotation Type in javax.persistence
The @OneToMany annotation.
OneToManyConfig - Class in com.caucho.amber.cfg
tag in orm.xml
OneToManyConfig() - Constructor for class com.caucho.amber.cfg.OneToManyConfig
 
OneToManyExpr - Class in com.caucho.amber.expr
Expression to a collection of rows The relation is maintained by a link from the child objects to the parent object.
OneToManyExpr(QueryParser, PathExpr, LinkColumns) - Constructor for class com.caucho.amber.expr.OneToManyExpr
Creates a new expression to the child objects.
OneToManyJoinExpr - Class in com.caucho.amber.expr
Joins two tables as "a.children".
OneToManyJoinExpr(LinkColumns, FromItem, FromItem) - Constructor for class com.caucho.amber.expr.OneToManyJoinExpr
Creates the expr.
OneToManySchemaExpr - Class in com.caucho.amber.expr
Represents a collection from a from-item table.
OneToManySchemaExpr(OneToManyExpr) - Constructor for class com.caucho.amber.expr.OneToManySchemaExpr
Creates the collection schema.
OneToOne - Annotation Type in javax.persistence
The @ManyToOne annotation.
OneToOneConfig - Class in com.caucho.amber.cfg
tag in orm.xml
OneToOneConfig() - Constructor for class com.caucho.amber.cfg.OneToOneConfig
 
OneToOneSchemaExpr - Class in com.caucho.amber.expr
Represents an association from a from-item table.
OneToOneSchemaExpr(DependentEntityOneToOneExpr, String) - Constructor for class com.caucho.amber.expr.OneToOneSchemaExpr
Creates the association schema.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
 
onMessage(Message) - Method in class com.caucho.ejb.message.MessageListenerAdapter
 
onMessage(Message) - Method in class com.caucho.jms.jca.ListenerEndpoint
Runs the endpoint.
onMessage(Message) - Method in interface javax.jms.MessageListener
 
onMessage(Record) - Method in interface javax.resource.cci.MessageListener
 
OpaqueAttribute - Class in com.caucho.bytecode
Represents a generic attribute
open() - Method in class com.caucho.iiop.orb.IiopSocketPool
 
open(Class) - Static method in class com.caucho.log.Log
Returns the logger for a class.
open(ResponseHandler) - Method in class com.caucho.portal.generic.context.AbstractResponseHandler
 
open(ResponseHandler, BufferFactory, int) - Method in class com.caucho.portal.generic.context.BufferedResponseHandler
 
open(ConnectionContext, ResponseHandler, Renderer, RenderRequest, RenderResponse, String) - Method in class com.caucho.portal.generic.context.RendererResponseHandler
 
open(Writer) - Method in class com.caucho.portal.generic.FastPrintWriter
 
open(Env, String, String) - Method in class com.caucho.quercus.env.SessionCallback
 
open(Env, Path) - Method in class com.caucho.quercus.lib.xml.XmlReader
Opens a stream using the uniform resource locator.
open(InputStream) - Method in class com.caucho.server.admin.HmuxInput
 
open(OutputStream) - Method in class com.caucho.server.admin.HmuxOutput
 
open() - Method in class com.caucho.server.cluster.ServerConnector
Open a stream to the target server for the load balancer.
open(Class) - Static method in class com.caucho.util.Log
Returns the logger for a class.
open(int, int) - Static method in class com.caucho.vfs.JniServerSocketImpl
 
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.CachePath
 
openAppendImpl() - Method in class com.caucho.vfs.ConstPath
 
openAppendImpl() - Method in class com.caucho.vfs.FilePath
 
openAppendImpl() - Method in class com.caucho.vfs.JniFilePathImpl
Returns the stream implementation for an append stream.
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
 
openBestServer(int, ServerConnector) - Method in class com.caucho.servlets.LeastConnectionBalanceStrategy
Opens the best load balance server.
openBestServer(int, ServerConnector) - Method in class com.caucho.servlets.LoadBalanceStrategy
Opens the best load balance server.
openBestServer(int, ServerConnector) - Method in class com.caucho.servlets.RoundRobinBalanceStrategy
Opens the best load balance server.
openConnection(URL) - Method in class com.caucho.vfs.memory.Handler
 
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.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.
openDataSource(String, String, String, String) - Static method in class com.caucho.jstl.el.SqlSetDataSourceTag
 
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(StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.WrappedDirectoryValue
 
opendir(Env, StringValue, LongValue) - Method in class com.caucho.quercus.lib.file.ZlibProtocolWrapper
 
openForSession() - Method in class com.caucho.server.cluster.ServerConnector
Open a stream to the target server for a session.
openIfLive() - Method in class com.caucho.server.cluster.ServerConnector
Open a stream to the target server object persistence.
openInputStream() - Method in class com.caucho.db.store.Inode
Opens a read stream to the inode.
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.
openOutputStream() - Method in class com.caucho.db.store.Inode
Opens a byte output stream to the inode.
openOutputStream() - Method in class com.caucho.server.cache.AbstractCacheEntry
Opens an output stream for byte entries.
openOutputStream() - Method in class com.caucho.server.cache.CacheEntry
Opens the inode for byte writing.
openRandomAccess() - Method in class com.caucho.vfs.FilePath
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.server.cluster.ClusterObject
Reads the current value
openRead() - Method in class com.caucho.server.cluster.ObjectBacking
Opens the backing for reading.
openRead(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.AbstractPath
Opens an InputStream for reading
openRead(String, HttpServletRequest, ServletContext) - Method in class com.caucho.servlets.webdav.ApplicationPath
Opens an InputStream for reading
openRead() - Method in class com.caucho.vfs.MemoryStream
 
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(boolean) - Method in class com.caucho.vfs.TempOutputStream
Opens a read stream to the buffer.
openRead(ReadStream, boolean) - 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(boolean) - Method in class com.caucho.vfs.TempStream
Opens a read stream to the buffer.
openRead(ReadStream, boolean) - Method in class com.caucho.vfs.TempStream
Opens a read stream to the buffer.
openRead(ReadStream) - Method in class com.caucho.vfs.TempStream
 
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
 
openRead() - Method in class com.caucho.web.webmail.MboxStream
Opens the next message of the mbox stream for reading.
openReader() - Method in class com.caucho.db.store.Inode
Opens a char reader to the inode.
openReadImpl() - Method in class com.caucho.server.hmux.HmuxPath
Returns a read stream for a GET request.
openReadImpl() - Method in class com.caucho.vfs.CachePath
Opens a read stream to the path.
openReadImpl() - Method in class com.caucho.vfs.ConstPath
 
openReadImpl() - Method in class com.caucho.vfs.FilePath
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() - Method in class com.caucho.vfs.JarPath
 
openReadImpl() - Method in class com.caucho.vfs.JniFilePathImpl
Returns the stream implementation for a read stream.
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.remote.RemotePath
Opens a read stream.
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(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.server.hmux.HmuxPath
Returns a read/write pair for a POST request.
openReadWriteImpl() - Method in class com.caucho.vfs.CachePath
 
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
 
openResultDocument(OutputStream) - Method in class com.caucho.xsl.XslWriter
 
openServer(ServerConnector) - Method in class com.caucho.servlets.LoadBalanceStrategy
Opens the next available server.
openSoft() - Method in class com.caucho.server.cluster.ServerConnector
Open a stream to the target server.
openSource(InputSource) - Method in class com.caucho.xml.AbstractParser
Opens the source
openSource(InputSource) - Method in class com.caucho.xml2.AbstractParser
Opens the source
OpenSSLFactory - Class in com.caucho.vfs
Abstract socket to handle both normal sockets and bin/resin sockets.
OpenSSLFactory() - Constructor for class com.caucho.vfs.OpenSSLFactory
Creates a ServerSocket factory without initializing it.
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.
openStream(String, String) - Method in class com.caucho.xml2.AbstractParser
Looks up an input stream from the system id.
openStream(String, String, EntityResolver) - Method in class com.caucho.xml2.AbstractParser
Looks up an input stream from the system id.
openStream(String, String, EntityResolver, boolean) - Method in class com.caucho.xml2.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.AbstractP