MySQL Improved Extension (
Mysqli
)
2344
MySQL_STMT
OOP Interface
Procedural Interface
Alias (Do not use)
Description
$mysqli_stmt::param_count
mysqli_stmt_param_count
mysqli_param_count
Returns the number of
parameter for the given
statement
$mysqli_stmt::sqlstate
mysqli_stmt_sqlstate
N/A
Returns SQLSTATE
error from previous
statement operation
Methods
mysqli_stmt::attr_get
mysqli_stmt_attr_get
N/A
Used to get the current
value of a statement
attribute
mysqli_stmt::attr_set
mysqli_stmt_attr_set
N/A
Used to modify the
behavior of a prepared
statement
mysqli_stmt::bind_param
mysqli_stmt_bind_param
mysqli_bind_param
Binds variables to a
prepared statement as
parameters
mysqli_stmt::bind_result
mysqli_stmt_bind_result
mysqli_bind_result
Binds variables to a
prepared statement for
result storage
mysqli_stmt::close mysqli_stmt_close
N/A
Closes a prepared
statement
mysqli_stmt::data_seek
mysqli_stmt_data_seek
N/A
Seeks to an arbitrary
row in statement result
set
mysqli_stmt::execute
mysqli_stmt_executemysqli_execute
Executes a prepared
Query
mysqli_stmt::fetch mysqli_stmt_fetch
mysqli_fetch
Fetch results from a
prepared statement into
the bound variables
mysqli_stmt::free_result
mysqli_stmt_free_result
N/A
Frees stored result
memory for the given
statement handle
mysqli_stmt::get_result
mysqli_stmt_get_result
N/A
Gets a result set from
a prepared statement.
Available only with
mysqlnd
.
mysqli_stmt::get_warnings
mysqli_stmt_get_warnings
N/A
NOT DOCUMENTED
$mysqli_stmt::more_results()
mysqli_stmt_more_results()
N/A
NOT DOCUMENTED
Available only with
mysqlnd
.
$mysqli_stmt::next_result()
mysqli_stmt_next_result()N/A
NOT DOCUMENTED
Available only with
mysqlnd
.
mysqli_stmt::num_rows
mysqli_stmt_num_rows
N/A
See also property
$mysqli_stmt::num_rows
mysqli_stmt::prepare
mysqli_stmt_prepare
N/A
Prepare an SQL
statement for execution
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...