LXXI. Oracle 8 functions

Úvod

Požadavky



Instalace

Konfigurace běhu

Toto rozšíření nemá definováno žádné konfigurační direktivy .

Typy prostředků

Předdefinované konstanty

Tyto konstanty jsou definovány tímto rozšířením a budou k dispozici pouze tehdy , bylo-li rozšíření zkompilováno společně s PHP nebo dynamicky zavedeno za běhu .

OCI_DEFAULT ( integer )

OCI_DESCRIBE_ONLY ( integer )

OCI_COMMIT_ON_SUCCESS ( integer )

OCI_EXACT_FETCH ( integer )

SQLT_BFILEE ( integer )

SQLT_CFILEE ( integer )

SQLT_CLOB ( integer )

SQLT_BLOB ( integer )

SQLT_RDD ( integer )

OCI_B_SQLT_NTY ( integer )

OCI_SYSDATE ( integer )

OCI_B_BFILE ( integer )

OCI_B_CFILEE ( integer )

OCI_B_CLOB ( integer )

OCI_B_BLOB ( integer )

OCI_B_ROWID ( integer )

OCI_B_CURSOR ( integer )

OCI_B_BIN ( integer )

OCI_FETCHSTATEMENT_BY_COLUMN ( integer )

OCI_FETCHSTATEMENT_BY_ROW ( integer )

OCI_ASSOC ( integer )

OCI_NUM ( integer )

OCI_BOTH ( integer )

OCI_RETURN_NULLS ( integer )

OCI_RETURN_LOBS ( integer )

OCI_DTYPE_FILE ( integer )

OCI_DTYPE_LOB ( integer )

OCI_DTYPE_ROWID ( integer )

OCI_D_FILE ( integer )

OCI_D_LOB ( integer )

OCI_D_ROWID ( integer )

Příklady

Příklad 1 .










Příklad 2 .










Obsah
OCIBindByName -- Bind a PHP variable to an Oracle Placeholder
OCICancel -- Cancel reading from cursor
OCICollAppend -- Coming soon
OCICollAssign -- Coming soon
OCICollAssignElem -- Coming soon
OCICollGetElem -- Coming soon
OCICollMax -- Coming soon
OCICollSize -- Coming soon
OCICollTrim -- Coming soon
OCIColumnIsNULL -- Test whether a result column is NULL
OCIColumnName -- Returns the name of a column
OCIColumnPrecision -- Coming soon
OCIColumnScale -- Coming soon
OCIColumnSize -- Return result column size
OCIColumnType -- Returns the data type of a column
OCIColumnTypeRaw -- Coming soon
OCICommit -- Commits outstanding transactions
OCIDefineByName -- Use a PHP variable for the define-step during a SELECT
OCIError -- Return the last error of stmt|conn|global
OCIExecute -- Execute a statement
OCIFetch -- Fetches the next row into result-buffer
OCIFetchInto -- Fetches the next row into result-array
OCIFetchStatement -- Fetch all rows of result data into an array
OCIFreeCollection -- Coming soon
OCIFreeCursor -- Free all resources associated with a cursor
OCIFreeDesc -- Deletes a large object descriptor
OCIFreeStatement -- Free all resources associated with a statement
OCIInternalDebug -- Enables or disables internal debug output
OCILoadLob -- Coming soon
OCILogOff -- Disconnects from Oracle
OCILogon -- Establishes a connection to Oracle
OCINewCollection -- Coming soon
OCINewCursor -- Return a new cursor (Statement-Handle)
OCINewDescriptor -- Initialize a new empty LOB or FILE descriptor
OCINLogon -- Establishes a new connection to Oracle
OCINumCols -- Return the number of result columns in a statement
OCIParse -- Parse a query and return a statement
OCIPLogon -- Connect to an Oracle database using a persistent connection
OCIResult -- Returns column value for fetched row
OCIRollback -- Rolls back outstanding transactions
OCIRowCount -- Gets the number of affected rows
OCISaveLob -- Coming soon
OCISaveLobFile -- Coming soon
OCIServerVersion -- Return a string containing server version information
OCISetPrefetch -- Sets number of rows to be prefetched
OCIStatementType -- Return the type of an OCI statement
OCIWriteLobToFile -- Coming soon