From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/oci8.txt | 1193 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1193 insertions(+) create mode 100644 reflection/oci8.txt (limited to 'reflection/oci8.txt') diff --git a/reflection/oci8.txt b/reflection/oci8.txt new file mode 100644 index 0000000..e4b3d41 --- /dev/null +++ b/reflection/oci8.txt @@ -0,0 +1,1193 @@ +Extension [ extension #61 oci8 version 1.4.9 ] { + + - INI { + Entry [ oci8.max_persistent ] + Current = '-1' + } + Entry [ oci8.persistent_timeout ] + Current = '-1' + } + Entry [ oci8.ping_interval ] + Current = '60' + } + Entry [ oci8.privileged_connect ] + Current = '0' + } + Entry [ oci8.statement_cache_size ] + Current = '20' + } + Entry [ oci8.default_prefetch ] + Current = '100' + } + Entry [ oci8.old_oci_close_semantics ] + Current = '0' + } + Entry [ oci8.connection_class ] + Current = '' + } + Entry [ oci8.events ] + Current = '0' + } + } + + - Constants [61] { + Constant [ integer OCI_DEFAULT ] { 0 } + Constant [ integer OCI_SYSOPER ] { 4 } + Constant [ integer OCI_SYSDBA ] { 2 } + Constant [ integer OCI_CRED_EXT ] { -2147483648 } + Constant [ integer OCI_DESCRIBE_ONLY ] { 16 } + Constant [ integer OCI_COMMIT_ON_SUCCESS ] { 32 } + Constant [ integer OCI_NO_AUTO_COMMIT ] { 0 } + Constant [ integer OCI_EXACT_FETCH ] { 2 } + Constant [ integer OCI_SEEK_SET ] { 0 } + Constant [ integer OCI_SEEK_CUR ] { 1 } + Constant [ integer OCI_SEEK_END ] { 2 } + Constant [ integer OCI_LOB_BUFFER_FREE ] { 1 } + Constant [ integer SQLT_BFILEE ] { 114 } + Constant [ integer SQLT_CFILEE ] { 115 } + Constant [ integer SQLT_CLOB ] { 112 } + Constant [ integer SQLT_BLOB ] { 113 } + Constant [ integer SQLT_RDD ] { 104 } + Constant [ integer SQLT_INT ] { 3 } + Constant [ integer SQLT_NUM ] { 2 } + Constant [ integer SQLT_RSET ] { 116 } + Constant [ integer SQLT_AFC ] { 96 } + Constant [ integer SQLT_CHR ] { 1 } + Constant [ integer SQLT_VCS ] { 9 } + Constant [ integer SQLT_AVC ] { 97 } + Constant [ integer SQLT_STR ] { 5 } + Constant [ integer SQLT_LVC ] { 94 } + Constant [ integer SQLT_FLT ] { 4 } + Constant [ integer SQLT_UIN ] { 68 } + Constant [ integer SQLT_LNG ] { 8 } + Constant [ integer SQLT_LBI ] { 24 } + Constant [ integer SQLT_BIN ] { 23 } + Constant [ integer SQLT_ODT ] { 156 } + Constant [ integer SQLT_BDOUBLE ] { 22 } + Constant [ integer SQLT_BFLOAT ] { 21 } + Constant [ integer OCI_B_NTY ] { 108 } + Constant [ integer SQLT_NTY ] { 108 } + Constant [ string OCI_SYSDATE ] { SYSDATE } + Constant [ integer OCI_B_BFILE ] { 114 } + Constant [ integer OCI_B_CFILEE ] { 115 } + Constant [ integer OCI_B_CLOB ] { 112 } + Constant [ integer OCI_B_BLOB ] { 113 } + Constant [ integer OCI_B_ROWID ] { 104 } + Constant [ integer OCI_B_CURSOR ] { 116 } + Constant [ integer OCI_B_BIN ] { 23 } + Constant [ integer OCI_B_INT ] { 3 } + Constant [ integer OCI_B_NUM ] { 2 } + Constant [ integer OCI_FETCHSTATEMENT_BY_COLUMN ] { 16 } + Constant [ integer OCI_FETCHSTATEMENT_BY_ROW ] { 32 } + Constant [ integer OCI_ASSOC ] { 1 } + Constant [ integer OCI_NUM ] { 2 } + Constant [ integer OCI_BOTH ] { 3 } + Constant [ integer OCI_RETURN_NULLS ] { 4 } + Constant [ integer OCI_RETURN_LOBS ] { 8 } + Constant [ integer OCI_DTYPE_FILE ] { 56 } + Constant [ integer OCI_DTYPE_LOB ] { 50 } + Constant [ integer OCI_DTYPE_ROWID ] { 54 } + Constant [ integer OCI_D_FILE ] { 56 } + Constant [ integer OCI_D_LOB ] { 50 } + Constant [ integer OCI_D_ROWID ] { 54 } + Constant [ integer OCI_TEMP_CLOB ] { 2 } + Constant [ integer OCI_TEMP_BLOB ] { 1 } + } + + - Functions { + Function [ function oci_define_by_name ] { + + - Parameters [4] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $type ] + } + } + Function [ function oci_bind_by_name ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $maximum_length ] + Parameter #4 [ $type ] + } + } + Function [ function oci_bind_array_by_name ] { + + - Parameters [6] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $maximum_array_length ] + Parameter #4 [ $maximum_item_length ] + Parameter #5 [ $type ] + } + } + Function [ function oci_field_is_null ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function oci_field_name ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_size ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function oci_field_scale ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_precision ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_type ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_type_raw ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_execute ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $mode ] + } + } + Function [ function oci_cancel ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_object ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $mode ] + } + } + Function [ function ocifetchinto ] { + + - Parameters [3] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ &$result ] + Parameter #2 [ $mode ] + } + } + Function [ function oci_fetch_all ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ &$output ] + Parameter #2 [ $skip ] + Parameter #3 [ $maximum_rows ] + Parameter #4 [ $flags ] + } + } + Function [ function oci_free_statement ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_internal_debug ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + Function [ function oci_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_parse ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $sql_text ] + } + } + Function [ function oci_new_cursor ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_result ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function oci_client_version ] { + + - Parameters [0] { + } + } + Function [ function oci_server_version ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_statement_type ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_close ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_connect ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function oci_new_connect ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function oci_pconnect ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function oci_error ] { + + - Parameters [1] { + Parameter #0 [ $connection_or_statement_resource ] + } + } + Function [ function oci_free_descriptor ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_save ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $data ] + Parameter #2 [ $offset ] + } + } + Function [ function oci_lob_import ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + } + } + Function [ function oci_lob_size ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_load ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_read ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $length ] + } + } + Function [ function oci_lob_eof ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_tell ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_truncate ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $length ] + } + } + Function [ function oci_lob_erase ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] + } + } + Function [ function oci_lob_flush ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $flag ] + } + } + Function [ function ocisetbufferinglob ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $mode ] + } + } + Function [ function ocigetbufferinglob ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_is_equal ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $lob_descriptor ] + } + } + Function [ function oci_lob_rewind ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_write ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $string ] + Parameter #2 [ $length ] + } + } + Function [ function oci_lob_append ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor_to ] + Parameter #1 [ $lob_descriptor_from ] + } + } + Function [ function oci_lob_copy ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor_to ] + Parameter #1 [ $lob_descriptor_from ] + Parameter #2 [ $length ] + } + } + Function [ function oci_lob_export ] { + + - Parameters [4] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + } + } + Function [ function oci_lob_seek ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function oci_commit ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_rollback ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_new_descriptor ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type ] + } + } + Function [ function oci_set_prefetch ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $number_of_rows ] + } + } + Function [ function oci_set_client_identifier ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $client_identifier ] + } + } + Function [ function oci_set_edition ] { + + - Parameters [1] { + Parameter #0 [ $edition_name ] + } + } + Function [ function oci_set_module_name ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $module_name ] + } + } + Function [ function oci_set_action ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $action ] + } + } + Function [ function oci_set_client_info ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $client_information ] + } + } + Function [ function oci_password_change ] { + + - Parameters [4] { + Parameter #0 [ $connection_resource_or_connection_string ] + Parameter #1 [ $username ] + Parameter #2 [ $old_password ] + Parameter #3 [ $new_password ] + } + } + Function [ function oci_free_collection ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function oci_collection_append ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $value ] + } + } + Function [ function oci_collection_element_get ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + } + } + Function [ function oci_collection_element_assign ] { + + - Parameters [3] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } + } + Function [ function oci_collection_assign ] { + + - Parameters [2] { + Parameter #0 [ $collection_to ] + Parameter #1 [ $collection_from ] + } + } + Function [ function oci_collection_size ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function oci_collection_max ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function oci_collection_trim ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $number ] + } + } + Function [ function oci_new_collection ] { + + - Parameters [3] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type_name ] + Parameter #2 [ $schema_name ] + } + } + Function [ function oci_free_cursor ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocifreecursor ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocibindbyname ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $maximum_length ] + Parameter #4 [ $type ] + } + } + Function [ function ocidefinebyname ] { + + - Parameters [4] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $type ] + } + } + Function [ function ocicolumnisnull ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function ocicolumnname ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumnsize ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function ocicolumnscale ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumnprecision ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumntype ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumntyperaw ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ociexecute ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $mode ] + } + } + Function [ function ocicancel ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocifetch ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocifetchstatement ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ &$output ] + Parameter #2 [ $skip ] + Parameter #3 [ $maximum_rows ] + Parameter #4 [ $flags ] + } + } + Function [ function ocifreestatement ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ociinternaldebug ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + Function [ function ocinumcols ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ociparse ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $sql_text ] + } + } + Function [ function ocinewcursor ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ociresult ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function ociserverversion ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocistatementtype ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocirowcount ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocilogoff ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocilogon ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function ocinlogon ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function ociplogon ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function ocierror ] { + + - Parameters [1] { + Parameter #0 [ $connection_or_statement_resource ] + } + } + Function [ function ocifreedesc ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function ocisavelob ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $data ] + Parameter #2 [ $offset ] + } + } + Function [ function ocisavelobfile ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + } + } + Function [ function ociwritelobtofile ] { + + - Parameters [4] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + } + } + Function [ function ociloadlob ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function ocicommit ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocirollback ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocinewdescriptor ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type ] + } + } + Function [ function ocisetprefetch ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $number_of_rows ] + } + } + Function [ function ocipasswordchange ] { + + - Parameters [4] { + Parameter #0 [ $connection_resource_or_connection_string ] + Parameter #1 [ $username ] + Parameter #2 [ $old_password ] + Parameter #3 [ $new_password ] + } + } + Function [ function ocifreecollection ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function ocinewcollection ] { + + - Parameters [3] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type_name ] + Parameter #2 [ $schema_name ] + } + } + Function [ function ocicollappend ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $value ] + } + } + Function [ function ocicollgetelem ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + } + } + Function [ function ocicollassignelem ] { + + - Parameters [3] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } + } + Function [ function ocicollsize ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function ocicollmax ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function ocicolltrim ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $number ] + } + } + } + + - Classes [2] { + Class [ class OCI-Lob ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method load ] { + + - Parameters [0] { + } + } + + Method [ public method tell ] { + + - Parameters [0] { + } + } + + Method [ public method truncate ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + } + + Method [ public method erase ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $length ] + } + } + + Method [ public method flush ] { + + - Parameters [1] { + Parameter #0 [ $flag ] + } + } + + Method [ public method setbuffering ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getbuffering ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + } + + Method [ public method eof ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $length ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor_from ] + } + } + + Method [ public method size ] { + + - Parameters [0] { + } + } + + Method [ public method writetofile ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + } + } + + Method [ public method export ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + } + } + + Method [ public method import ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method writetemporary ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $type ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $offset ] + } + } + + Method [ public method savefile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + } + } + + Class [ class OCI-Collection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getelem ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method assignelem ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + } + + Method [ public method assign ] { + + - Parameters [1] { + Parameter #0 [ $collection_from ] + } + } + + Method [ public method size ] { + + - Parameters [0] { + } + } + + Method [ public method max ] { + + - Parameters [0] { + } + } + + Method [ public method trim ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit