Oracle 5.0 Reference Manual page 2363

Table of Contents

Advertisement

mysqli Class
OOP Interface
mysqli::set_local_infile_handler
mysqli::ssl_set
mysqli::stat
mysqli::stmt_init
mysqli::store_result m
mysqli::thread_id
mysqli::thread_safemysqli_thread_safe
mysqli::use_result mysqli_use_result
Table 20.41. Summary of
MySQL_STMT
OOP Interface
Properties
$mysqli_stmt::affected_rows
$mysqli_stmt::errno
$mysqli_stmt::error
$mysqli_stmt::field_count
$mysqli_stmt::insert_id
$mysqli_stmt::num_rows
MySQL Improved Extension (Mysqli)
Procedural Interface
mysqli_set_local_infile_handler
mysqli_ssl_set
mysqli_stat
mysqli_stmt_init
ysqli_store_resultN/A
mysqli_thread_id
methods
mysqli_stmt
Procedural Interface
mysqli_stmt_affected_rows
mysqli_stmt_errno
mysqli_stmt_error
mysqli_stmt_field_count
mysqli_stmt_insert_id
mysqli_stmt_num_rows
2343
Alias (Do not use)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Alias (Do not use)
N/A
N/A
N/A
N/A
N/A
N /A
Description
Set callback function for
LOAD DATA LOCAL
INFILE command
Used for establishing
secure connections
using SSL
Gets the current system
status
Initializes a statement
and returns an
object for use with
mysqli_stmt_prepare
Transfers a result set
from the last query
Returns the thread
ID for the current
connection
Returns whether thread
safety is given or not
Initiate a result set
retrieval
Description
Returns the total
number of rows
changed, deleted, or
inserted by the last
executed statement
Returns the error code
for the most recent
statement call
Returns a string
description for last
statement error
Returns the number
of field in the given
statement - not
documented
Get the ID generated
from the previous
INSERT operation
Return the number
of rows in statements
result set

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents