ベンダー固有のモジュール
導入
ベンダー固有のモジュール
PHP Manual
CUBRID
導入
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
例
CUBRID 関数
cubrid_affected_rows
— Returns the number of rows affected by the last SQL statement
cubrid_bind
— Binds variables to a prepared statement as parameters
cubrid_client_encoding
— Returns the current CUBRID connection charset
cubrid_close_prepare
— Closes the request handle
cubrid_close_request
— Closes the request handle
cubrid_close
— Close CUBRID connection
cubrid_col_get
— Get contents of collection type column using OID
cubrid_col_size
— Get the number of elements in collection type column using OID
cubrid_column_names
— Get the column names in result
cubrid_column_types
— Gets column types in result
cubrid_commit
— Commits a transaction
cubrid_connect_with_url
— Is used to establish the environment for connecting to your server
cubrid_connect
— Open a connection to a CUBRID Server
cubrid_current_oid
— Get OID of the current cursor location
cubrid_data_seek
— Moves the internal row pointer of the CUBRID result
cubrid_db_name
— Get db name from results of cubrid_list_dbs
cubrid_disconnect
— Closes a database connection
cubrid_drop
— Delete an instance using OID
cubrid_errno
— Returns the numerical value of the error message from previous CUBRID operation
cubrid_error_code_facility
— Get the facility code of error
cubrid_error_code
— Get error code for the most recent function call
cubrid_error_msg
— Get last error message for the most recent function call
cubrid_error
— Is used to get the error message
cubrid_execute
— Executes a prepared SQL statement
cubrid_fetch_array
— Fetch a result row as an associative array, a numeric array, or both
cubrid_fetch_assoc
— Returns the associative array that corresponds to the fetched row
cubrid_fetch_field
— Get column information from a result and return as an object
cubrid_fetch_lengths
— Returns an array with the lengths of the values of each field from the current row
cubrid_fetch_object
— Fetches the next row and returns it as an object
cubrid_fetch_row
— Returns a numerical array with the values of the current row
cubrid_fetch
— Fetches the next row from a result set
cubrid_field_flags
— Returns a string with the flags of the given field offset
cubrid_field_len
— Get the maximum length of the specified field
cubrid_field_name
— Returns the name of the specified field index
cubrid_field_seek
— Moves the result set cursor to the specified field offset
cubrid_field_table
— Returns the name of the table of the specified field
cubrid_field_type
— Returns the type of the column corresponding to the given field offset
cubrid_free_result
— Frees the memory occupied by the result data
cubrid_get_charset
— Returns the current CUBRID connection charset
cubrid_get_class_name
— Get the class name using OID
cubrid_get_client_info
— Returns the client library version
cubrid_get_db_parameter
— Returns the CUBRID database parameters
cubrid_get_server_info
— Returns the CUBRID server version
cubrid_get
— Get a column using OID
cubrid_insert_id
— Returns an array with the IDs generated for the AUTO_INCREMENT columns
cubrid_is_instance
— Check whether the instance pointed by OID exists
cubrid_list_dbs
— Returns an array with the list of all existing CUBRID databases
cubrid_load_from_glo
— Is used to read a data
cubrid_lob_close
— Is used to close BLOB/CLOB
cubrid_lob_export
— Export BLOB/CLOB data to file
cubrid_lob_get
— Is used to get BLOB/CLOB data
cubrid_lob_send
— Export BLOB/CLOB data to file
cubrid_lob_size
— Get BLOB/CLOB data size
cubrid_lock_read
— Sets a read lock on the given OID
cubrid_lock_write
— Sets a write lock on the given OID
cubrid_move_cursor
— Move the cursor in the result
cubrid_new_glo
— Is used to create a glo instance
cubrid_num_cols
— Returns the number of columns in the result set
cubrid_num_fields
— Returns the number of columns in the result set
cubrid_num_rows
— Get the number of rows in the result set
cubrid_ping
— Ping a server connection or reconnect if there is no connection
cubrid_prepare
— Prepare an SQL statement for execution
cubrid_put
— Update a column using OID
cubrid_query
— Send a CUBRID query
cubrid_real_escape_string
— Escapes special characters in a string for use in an SQL statement
cubrid_result
— Returns the value of a specific field in a specific row
cubrid_rollback
— Rolls back a 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
— Delete an element from sequence type column using OID
cubrid_seq_insert
— Insert an element to a sequence type column using OID
cubrid_seq_put
— Update the element value of sequence type column using OID
cubrid_set_add
— Insert a single element to set type column using OID
cubrid_set_drop
— Delete an element from set type column using OID
cubrid_unbuffered_query
— Performs a query without fetching the results into memory
cubrid_version
— Get the CUBRID PHP module's version
ベンダー固有のモジュール
導入
ベンダー固有のモジュール
PHP Manual