Manek start
Film
Cenne wpisy
Zobaczymy
OCI8 Funkcje
OCI8
oci_bind_array_by_name
OCI8
PHP Manual
OCI8 Funkcje
Spis treΕci
oci_bind_array_by_name
β Binds PHP array to Oracle PL/SQL array by name
oci_bind_by_name
β Binds the PHP variable to the Oracle placeholder
oci_cancel
β Cancels reading from cursor
oci_close
β Closes Oracle connection
OCI-Collection->append
β Appends element to the collection
OCI-Collection->assign
β Assigns a value to the collection from another existing collection
OCI-Collection->assignElem
β Assigns a value to the element of the collection
OCI-Collection->free
β Frees the resources associated with the collection object
OCI-Collection->getElem
β Returns value of the element
OCI-Collection->max
β Returns the maximum number of elements in the collection
OCI-Collection->size
β Returns size of the collection
OCI-Collection->trim
β Trims elements from the end of the collection
oci_commit
β Commits outstanding statements
oci_connect
β Establishes a connection to the Oracle server
oci_define_by_name
β Uses a PHP variable for the define-step during a SELECT
oci_error
β Returns the last error found
oci_execute
β Executes a statement
oci_fetch_all
β Fetches all rows of result data into an array
oci_fetch_array
β Returns the next row from the result data as an associative or numeric array, or both
oci_fetch_assoc
β Returns the next row from the result data as an associative array
oci_fetch_object
β Returns the next row from the result data as an object
oci_fetch_row
β Returns the next row from the result data as a numeric array
oci_fetch
β Fetches the next row into result-buffer
oci_field_is_null
β Checks if the field is NULL
oci_field_name
β Returns the name of a field from the statement
oci_field_precision
β Tell the precision of a field
oci_field_scale
β Tell the scale of the field
oci_field_size
β Returns field's size
oci_field_type_raw
β Tell the raw Oracle data type of the field
oci_field_type
β Returns field's data type
oci_free_statement
β Frees all resources associated with statement or cursor
oci_internal_debug
β Enables or disables internal debug output
OCI-Lob->append
β Appends data from the large object to another large object
OCI-Lob->close
β Closes LOB descriptor
oci_lob_copy
β Copies large object
OCI-Lob->eof
β Tests for end-of-file on a large object's descriptor
OCI-Lob->erase
β Erases a specified portion of the internal LOB data
OCI-Lob->export
β Exports LOB's contents to a file
OCI-Lob->flush
β Flushes/writes buffer of the LOB to the server
OCI-Lob->free
β Frees resources associated with the LOB descriptor
OCI-Lob->getBuffering
β Returns current state of buffering for the large object
OCI-Lob->import
β Imports file data to the LOB
oci_lob_is_equal
β Compares two LOB/FILE locators for equality
OCI-Lob->load
β Returns large object's contents
OCI-Lob->read
β Reads part of the large object
OCI-Lob->rewind
β Moves the internal pointer to the beginning of the large object
OCI-Lob->save
β Saves data to the large object
OCI-Lob->saveFile
β Alias dla oci_lob_import
OCI-Lob->seek
β Sets the internal pointer of the large object
OCI-Lob->setBuffering
β Changes current state of buffering for the large object
OCI-Lob->size
β Returns size of large object
OCI-Lob->tell
β Returns current position of internal pointer of large object
OCI-Lob->truncate
β Truncates large object
OCI-Lob->write
β Writes data to the large object
OCI-Lob->writeTemporary
β Writes temporary large object
OCI-Lob->writeToFile
β Alias dla oci_lob_export
oci_new_collection
β Allocates new collection object
oci_new_connect
β Establishes a new connection to the Oracle server
oci_new_cursor
β Allocates and returns a new cursor (statement handle)
oci_new_descriptor
β Initializes a new empty LOB or FILE descriptor
oci_num_fields
β Returns the number of result columns in a statement
oci_num_rows
β Returns number of rows affected during statement execution
oci_parse
β Prepares Oracle statement for execution
oci_password_change
β Changes password of Oracle's user
oci_pconnect
β Connect to an Oracle database using a persistent connection
oci_result
β Returns field's value from the fetched row
oci_rollback
β Rolls back outstanding transaction
oci_server_version
β Returns server version
oci_set_prefetch
β Sets number of rows to be prefetched
oci_statement_type
β Returns the type of an OCI statement
ocibindbyname
β Alias dla oci_bind_by_name
ocicancel
β Alias dla oci_cancel
ocicloselob
β Alias dla
ocicollappend
β Alias dla
ocicollassign
β Alias dla
ocicollassignelem
β Alias dla
ocicollgetelem
β Alias dla
ocicollmax
β Alias dla
ocicollsize
β Alias dla
ocicolltrim
β Alias dla
ocicolumnisnull
β Alias dla oci_field_is_null
ocicolumnname
β Alias dla oci_field_name
ocicolumnprecision
β Alias dla oci_field_precision
ocicolumnscale
β Alias dla oci_field_scale
ocicolumnsize
β Alias dla oci_field_size
ocicolumntype
β Alias dla oci_field_type
ocicolumntyperaw
β Alias dla oci_field_type_raw
ocicommit
β Alias dla oci_commit
ocidefinebyname
β Alias dla oci_define_by_name
ocierror
β Alias dla oci_error
ociexecute
β Alias dla oci_execute
ocifetch
β Alias dla oci_fetch
ocifetchinto
β Fetches the next row into an array (deprecated)
ocifetchstatement
β Alias dla oci_fetch_all
ocifreecollection
β Alias dla
ocifreecursor
β Alias dla oci_free_statement
ocifreedesc
β Alias dla
ocifreestatement
β Alias dla oci_free_statement
ociinternaldebug
β Alias dla oci_internal_debug
ociloadlob
β Alias dla
ocilogoff
β Alias dla oci_close
ocilogon
β Alias dla oci_connect
ocinewcollection
β Alias dla oci_new_collection
ocinewcursor
β Alias dla oci_new_cursor
ocinewdescriptor
β Alias dla oci_new_descriptor
ocinlogon
β Alias dla oci_new_connect
ocinumcols
β Alias dla oci_num_fields
ociparse
β Alias dla oci_parse
ociplogon
β Alias dla oci_pconnect
ociresult
β Alias dla oci_result
ocirollback
β Alias dla oci_rollback
ocirowcount
β Alias dla oci_num_rows
ocisavelob
β Alias dla
ocisavelobfile
β Alias dla
ociserverversion
β Alias dla oci_server_version
ocisetprefetch
β Alias dla oci_set_prefetch
ocistatementtype
β Alias dla oci_statement_type
ociwritelobtofile
β Alias dla
ociwritetemporarylob
β Alias dla
OCI8
oci_bind_array_by_name
OCI8
PHP Manual
biΕΌuteria ze srebra
|
timex
|
piΓ³ra wieczne
|
Hiszpania
|
kasa rolniczego ubezpieczenia
|
uiq programy
|
angielski
|
smycze
Copyright by Ty i on czyli manek
Design by
flankerds.com