Examples
cubrid_affected_rows
Cubrid
PHP Manual
Cubrid Functions
Table of Contents
cubrid_affected_rows
— Get number of affected rows in previous Cubrid operation
cubrid_bind
— Is used to bind values
cubrid_close_prepare
— Closes the request handle
cubrid_close_request
— Closes the request handle
cubrid_col_get
— Is used to get contents of the elements
cubrid_col_size
— Is used to get the number of elements
cubrid_column_names
— Is used to get the column names
cubrid_column_types
— Gets column types
cubrid_commit
— Is used to execute commit on the transaction
cubrid_connect
— Is used to establish the environment for connecting to your server
cubrid_current_oid
— Is used to get the oid of the current cursor location
cubrid_disconnect
— Ends the transaction currently on process
cubrid_drop
— Is used to delete an instance
cubrid_error_code_facility
— Is used to get the facility code
cubrid_error_code
— Is used to get the error code
cubrid_error_msg
— Is used to get the error message
cubrid_execute
— Is used to execute the given SQL sentence.
cubrid_fetch
— Is used to get a single row
cubrid_get_class_name
— Is used to get the class name
cubrid_get
— Is used to get the attribute
cubrid_is_instance
— Is used to check whether the instance
cubrid_load_from_glo
— Is used to read a data
cubrid_lock_read
— Is used to put read lock
cubrid_lock_write
— Is used to put write lock
cubrid_move_cursor
— Is used to move the current cursor location
cubrid_new_glo
— Is used to create a glo instance
cubrid_num_cols
— Is used to get the number of columns
cubrid_num_rows
— Is used to get the number of rows
cubrid_prepare
— Is a sort of API which represents SQL statements
cubrid_put
— Is used to update an attribute
cubrid_rollback
— Executes rollback on the transaction
cubrid_save_to_glo
— Is used to save requested file
cubrid_schema
— Is used to get the requested schema information
cubrid_send_glo
— Is used to read data from glo
cubrid_seq_drop
— Is used to delete an element
cubrid_seq_insert
— Is used to insert an element to a sequence
cubrid_seq_put
— Is used to update the content
cubrid_set_add
— Is used to insert a single element
cubrid_set_drop
— Is used to delete an element
cubrid_version
— Is used to get the CUBRID PHP module’s version
Examples
cubrid_affected_rows
Cubrid
PHP Manual