Manek start
Film
Cenne wpisy
Zobaczymy
MaxDB
ingres_rollback
WstΔp
Rozszerzenia producentΓ³w baz danych
PHP Manual
MaxDB
WstΔp
Instalacja/Konfiguracja
Instalacja
Konfiguracja wykonawcza
Typy zasobΓ³w
StaΕe predefiniowane
PrzykΕady
MaxDB Funkcje
maxdb_affected_rows
β Gets the number of affected rows in a previous MaxDB operation
maxdb_autocommit
β Turns on or off auto-commiting database modifications
maxdb_bind_param
β Alias dla maxdb_stmt_bind_param
maxdb_bind_result
β Alias dla maxdb_stmt_bind_result
maxdb_change_user
β Changes the user of the specified database connection
maxdb_character_set_name
β Returns the default character set for the database connection
maxdb_client_encoding
β Alias dla maxdb_character_set_name
maxdb_close_long_data
β Alias dla maxdb_stmt_close_long_data
maxdb_close
β Closes a previously opened database connection
maxdb_commit
β Commits the current transaction
maxdb_connect_errno
β Returns the error code from last connect call
maxdb_connect_error
β Returns a string description of the last connect error
maxdb_connect
β Open a new connection to the MaxDB server
maxdb_data_seek
β Adjusts the result pointer to an arbitary row in the result
maxdb_debug
β Performs debugging operations
maxdb_disable_reads_from_master
β Disable reads from master
maxdb_disable_rpl_parse
β Disable RPL parse
maxdb_dump_debug_info
β Dump debugging information into the log
maxdb_embedded_connect
β Open a connection to an embedded MaxDB server
maxdb_enable_reads_from_master
β Enable reads from master
maxdb_enable_rpl_parse
β Enable RPL parse
maxdb_errno
β Returns the error code for the most recent function call
maxdb_error
β Returns a string description of the last error
maxdb_escape_string
β Alias dla maxdb_real_escape_string
maxdb_execute
β Alias dla maxdb_stmt_execute
maxdb_fetch_array
β Fetch a result row as an associative, a numeric array, or both
maxdb_fetch_assoc
β Fetch a result row as an associative array
maxdb_fetch_field_direct
β Fetch meta-data for a single field
maxdb_fetch_field
β Returns the next field in the result set
maxdb_fetch_fields
β Returns an array of resources representing the fields in a result set
maxdb_fetch_lengths
β Returns the lengths of the columns of the current row in the result set
maxdb_fetch_object
β Returns the current row of a result set as an object
maxdb_fetch_row
β Get a result row as an enumerated array
maxdb_fetch
β Alias dla maxdb_stmt_fetch
maxdb_field_count
β Returns the number of columns for the most recent query
maxdb_field_seek
β Set result pointer to a specified field offset
maxdb_field_tell
β Get current field offset of a result pointer
maxdb_free_result
β Frees the memory associated with a result
maxdb_get_client_info
β Returns the MaxDB client version as a string
maxdb_get_client_version
β Get MaxDB client info
maxdb_get_host_info
β Returns a string representing the type of connection used
maxdb_get_metadata
β Alias dla maxdb_stmt_result_metadata
maxdb_get_proto_info
β Returns the version of the MaxDB protocol used
maxdb_get_server_info
β Returns the version of the MaxDB server
maxdb_get_server_version
β Returns the version of the MaxDB server as an integer
maxdb_info
β Retrieves information about the most recently executed query
maxdb_init
β Initializes MaxDB and returns an resource for use with maxdb_real_connect
maxdb_insert_id
β Returns the auto generated id used in the last query
maxdb_kill
β Disconnects from a MaxDB server
maxdb_master_query
β Enforce execution of a query on the master in a master/slave setup
maxdb_more_results
β Check if there any more query results from a multi query
maxdb_multi_query
β Performs a query on the database
maxdb_next_result
β Prepare next result from multi_query
maxdb_num_fields
β Get the number of fields in a result
maxdb_num_rows
β Gets the number of rows in a result
maxdb_options
β Set options
maxdb_param_count
β Alias dla maxdb_stmt_param_count
maxdb_ping
β Pings a server connection, or tries to reconnect if the connection has gone down
maxdb_prepare
β Prepare a SQL statement for execution
maxdb_query
β Performs a query on the database
maxdb_real_connect
β Opens a connection to a MaxDB server
maxdb_real_escape_string
β Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection
maxdb_real_query
β Execute an SQL query
maxdb_report
β Enables or disables internal report functions
maxdb_rollback
β Rolls back current transaction
maxdb_rpl_parse_enabled
β Check if RPL parse is enabled
maxdb_rpl_probe
β RPL probe
maxdb_rpl_query_type
β Returns RPL query type
maxdb_select_db
β Selects the default database for database queries
maxdb_send_long_data
β Alias dla maxdb_stmt_send_long_data
maxdb_send_query
β Send the query and return
maxdb_server_end
β Shut down the embedded server
maxdb_server_init
β Initialize embedded server
maxdb_set_opt
β Alias dla maxdb_options
maxdb_sqlstate
β Returns the SQLSTATE error from previous MaxDB operation
maxdb_ssl_set
β Used for establishing secure connections using SSL
maxdb_stat
β Gets the current system status
maxdb_stmt_affected_rows
β Returns the total number of rows changed, deleted, or inserted by the last executed statement
maxdb_stmt_bind_param
β Binds variables to a prepared statement as parameters
maxdb_stmt_bind_result
β Binds variables to a prepared statement for result storage
maxdb_stmt_close_long_data
β Ends a sequence of maxdb_stmt_send_long_data
maxdb_stmt_close
β Closes a prepared statement
maxdb_stmt_data_seek
β Seeks to an arbitray row in statement result set
maxdb_stmt_errno
β Returns the error code for the most recent statement call
maxdb_stmt_error
β Returns a string description for last statement error
maxdb_stmt_execute
β Executes a prepared Query
maxdb_stmt_fetch
β Fetch results from a prepared statement into the bound variables
maxdb_stmt_free_result
β Frees stored result memory for the given statement handle
maxdb_stmt_init
β Initializes a statement and returns an resource for use with maxdb_stmt_prepare
maxdb_stmt_num_rows
β Return the number of rows in statements result set
maxdb_stmt_param_count
β Returns the number of parameter for the given statement
maxdb_stmt_prepare
β Prepare a SQL statement for execution
maxdb_stmt_reset
β Resets a prepared statement
maxdb_stmt_result_metadata
β Returns result set metadata from a prepared statement
maxdb_stmt_send_long_data
β Send data in blocks
maxdb_stmt_sqlstate
β Returns SQLSTATE error from previous statement operation
maxdb_stmt_store_result
β Transfers a result set from a prepared statement
maxdb_store_result
β Transfers a result set from the last query
maxdb_thread_id
β Returns the thread ID for the current connection
maxdb_thread_safe
β Returns whether thread safety is given or not
maxdb_use_result
β Initiate a result set retrieval
maxdb_warning_count
β Returns the number of warnings from the last query for the given link
ingres_rollback
WstΔp
Rozszerzenia producentΓ³w baz danych
PHP Manual
Zippo zapalniczki
|
piΓ³ro
|
brylanty
|
efco
|
Zabawki
Copyright by Ty i on czyli manek
Design by
flankerds.com