Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introduction »
« Historique des modifications
Manuel PHP
Référence des fonctions
Extensions sur les bases de données
Extensions spécifiques des fabricants de bases de données
MySQL
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Mysql_xdevapi
Introduction
Installation/Configuration
Pré-requis
Installation
Configuration à l'exécution
Building / Compiling From Source
Constantes pré-définies
Historique des modifications
Exemples
Fonctions Mysql_xdevapi
expression
— Bind prepared statement variables as parameters
getSession
— Connect to a MySQL server
mysql_xdevapi\BaseResult
— Interface BaseResult
BaseResult::getWarnings
— Fetch warnings from last operation
BaseResult::getWarningsCount
— Fetch warning count from last operation
mysql_xdevapi\Client
— Client class
mysql_xdevapi\Client::close
— Close client
Client::__construct
— Client constructor
Client::getClient
— Get client session
mysql_xdevapi\Collection
— Classe Collection
Collection::add
— Add collection document
Collection::addOrReplaceOne
— Add or replace collection document
Collection::__construct
— Collection constructor
Collection::count
— Get document count
Collection::createIndex
— Create collection index
Collection::dropIndex
— Drop collection index
Collection::existsInDatabase
— Check if collection exists in database
Collection::find
— Search for document
Collection::getName
— Get collection name
Collection::getOne
— Get one document
Collection::getSchema
— Get schema object
Collection::getSession
— Get session object
Collection::modify
— Modify collection documents
Collection::remove
— Remove collection documents
Collection::removeOne
— Remove one collection document
Collection::replaceOne
— Replace one collection document
mysql_xdevapi\CollectionAdd
— Classe CollectionAdd
CollectionAdd::__construct
— CollectionAdd constructor
CollectionAdd::execute
— Execute the statement
mysql_xdevapi\CollectionFind
— Classe CollectionFind
CollectionFind::bind
— Bind value to query placeholder
CollectionFind::__construct
— CollectionFind constructor
CollectionFind::execute
— Execute the statement
CollectionFind::fields
— Set document field filter
CollectionFind::groupBy
— Set grouping criteria
CollectionFind::having
— Set condition for aggregate functions
CollectionFind::limit
— Limit number of returned documents
CollectionFind::lockExclusive
— Execute operation with EXCLUSIVE LOCK
CollectionFind::lockShared
— Execute operation with SHARED LOCK
CollectionFind::offset
— Skip given number of elements to be returned
CollectionFind::sort
— Set the sorting criteria
mysql_xdevapi\CollectionModify
— Classe CollectionModify
CollectionModify::arrayAppend
— Append element to an array field
CollectionModify::arrayInsert
— Insert element into an array field
CollectionModify::bind
— Bind value to query placeholder
CollectionModify::__construct
— CollectionModify constructor
CollectionModify::execute
— Execute modify operation
CollectionModify::limit
— Limit number of modified documents
CollectionModify::patch
— Patch document
CollectionModify::replace
— Replace document field
CollectionModify::set
— Set document attribute
CollectionModify::skip
— Skip elements
CollectionModify::sort
— Set the sorting criteria
CollectionModify::unset
— Unset the value of document fields
mysql_xdevapi\CollectionRemove
— Classe CollectionRemove
CollectionRemove::bind
— Bind value to placeholder
CollectionRemove::__construct
— CollectionRemove constructor
CollectionRemove::execute
— Execute remove operation
CollectionRemove::limit
— Limit number of documents to remove
CollectionRemove::sort
— Set the sorting criteria
mysql_xdevapi\ColumnResult
— Classe ColumnResult
ColumnResult::__construct
— ColumnResult constructor
ColumnResult::getCharacterSetName
— Get character set
ColumnResult::getCollationName
— Get collation name
ColumnResult::getColumnLabel
— Get column label
ColumnResult::getColumnName
— Get column name
ColumnResult::getFractionalDigits
— Get fractional digit length
ColumnResult::getLength
— Get column field length
ColumnResult::getSchemaName
— Get schema name
ColumnResult::getTableLabel
— Get table label
ColumnResult::getTableName
— Get table name
ColumnResult::getType
— Get column type
ColumnResult::isNumberSigned
— Check if signed type
ColumnResult::isPadded
— Check if padded
mysql_xdevapi\CrudOperationBindable
— Interface CrudOperationBindable
CrudOperationBindable::bind
— Bind value to placeholder
mysql_xdevapi\CrudOperationLimitable
— Interface CrudOperationLimitable
CrudOperationLimitable::limit
— Set result limit
mysql_xdevapi\CrudOperationSkippable
— Interface CrudOperationSkippable
CrudOperationSkippable::skip
— Number of operations to skip
mysql_xdevapi\CrudOperationSortable
— Interface CrudOperationSortable
CrudOperationSortable::sort
— Sort results
mysql_xdevapi\DatabaseObject
— Interface DatabaseObject
DatabaseObject::existsInDatabase
— Check if object exists in database
DatabaseObject::getName
— Get object name
DatabaseObject::getSession
— Get session name
mysql_xdevapi\DocResult
— Classe DocResult
DocResult::__construct
— DocResult constructor
DocResult::fetchAll
— Get all rows
DocResult::fetchOne
— Get one row
DocResult::getWarnings
— Get warnings from last operation
DocResult::getWarningsCount
— Get warning count from last operation
mysql_xdevapi\Exception
— Classe Exception
mysql_xdevapi\Executable
— Interface Executable
Executable::execute
— Execute statement
mysql_xdevapi\ExecutionStatus
— Classe ExecutionStatus
ExecutionStatus::__construct
— ExecutionStatus constructor
mysql_xdevapi\Expression
— Classe Expression
Expression::__construct
— Expression constructor
mysql_xdevapi\Result
— Classe Result
Result::__construct
— Result constructor
Result::getAffectedItemsCount
— Get affected row count
Result::getAutoIncrementValue
— Get autoincremented value
Result::getGeneratedIds
— Get generated ids
Result::getWarnings
— Get warnings from last operation
Result::getWarningsCount
— Get warning count from last operation
mysql_xdevapi\RowResult
— Classe RowResult
RowResult::__construct
— RowResult constructor
RowResult::fetchAll
— Get all rows from result
RowResult::fetchOne
— Get row from result
RowResult::getColumnsCount
— Get column count
RowResult::getColumnNames
— Get all column names
RowResult::getColumns
— Get column metadata
RowResult::getWarnings
— Get warnings from last operation
RowResult::getWarningsCount
— Get warning count from last operation
mysql_xdevapi\Schema
— Classe Schema
Schema::__construct
— Schema constructor
Schema::createCollection
— Add collection to schema
Schema::dropCollection
— Drop collection from schema
Schema::existsInDatabase
— Check if exists in database
Schema::getCollection
— Get collection from schema
Schema::getCollectionAsTable
— Get collection as a Table object
Schema::getCollections
— Get all schema collections
Schema::getName
— Get schema name
Schema::getSession
— Get schema session
Schema::getTable
— Get schema table
Schema::getTables
— Get schema tables
mysql_xdevapi\SchemaObject
— Interface SchemaObject
SchemaObject::getSchema
— Get schema object
mysql_xdevapi\Session
— Classe Session
Session::close
— Close session
Session::commit
— Commit transaction
Session::__construct
— Description constructor
Session::createSchema
— Create new schema
Session::dropSchema
— Drop a schema
Session::generateUUID
— Get new UUID
Session::getDefaultSchema
— Get default schema name
Session::getSchema
— Get a new schema object
Session::getSchemas
— Get the schemas
Session::getServerVersion
— Get server version
Session::listClients
— Get client list
Session::quoteName
— Add quotes
Session::releaseSavepoint
— Release set savepoint
Session::rollback
— Rollback transaction
Session::rollbackTo
— Rollback transaction to savepoint
Session::setSavepoint
— Create savepoint
Session::sql
— Create SQL query
Session::startTransaction
— Start transaction
mysql_xdevapi\SqlStatement
— Classe SqlStatement
SqlStatement::bind
— Bind statement parameters
SqlStatement::__construct
— Description constructor
SqlStatement::execute
— Execute the operation
SqlStatement::getNextResult
— Get next result
SqlStatement::getResult
— Get result
SqlStatement::hasMoreResults
— Check for more results
mysql_xdevapi\SqlStatementResult
— Classe SqlStatementResult
SqlStatementResult::__construct
— Description constructor
SqlStatementResult::fetchAll
— Get all rows from result
SqlStatementResult::fetchOne
— Get single row
SqlStatementResult::getAffectedItemsCount
— Get affected row count
SqlStatementResult::getColumnsCount
— Get column count
SqlStatementResult::getColumnNames
— Get column names
SqlStatementResult::getColumns
— Get columns
SqlStatementResult::getGeneratedIds
— Get generated ids
SqlStatementResult::getLastInsertId
— Get last insert id
SqlStatementResult::getWarnings
— Get warnings from last operation
SqlStatementResult::getWarningsCount
— Get warning count from last operation
SqlStatementResult::hasData
— Check if result has data
SqlStatementResult::nextResult
— Get next result
mysql_xdevapi\Statement
— Classe Statement
Statement::__construct
— Description constructor
Statement::getNextResult
— Get next result
Statement::getResult
— Get result
Statement::hasMoreResults
— Check if more results
mysql_xdevapi\Table
— Classe Table
Table::__construct
— Table constructor
Table::count
— Get row count
Table::delete
— Delete rows from table
Table::existsInDatabase
— Check if table exists in database
Table::getName
— Get table name
Table::getSchema
— Get table schema
Table::getSession
— Get table session
Table::insert
— Insert table rows
Table::isView
— Check if table is view
Table::select
— Select rows from table
Table::update
— Update rows in table
mysql_xdevapi\TableDelete
— Classe TableDelete
TableDelete::bind
— Bind delete query parameters
TableDelete::__construct
— TableDelete constructor
TableDelete::execute
— Execute delete query
TableDelete::limit
— Limit deleted rows
TableDelete::orderby
— Set delete sort criteria
TableDelete::where
— Set delete search condition
mysql_xdevapi\TableInsert
— Classe TableInsert
TableInsert::__construct
— TableInsert constructor
TableInsert::execute
— Execute insert query
TableInsert::values
— Add insert row values
mysql_xdevapi\TableSelect
— Classe TableSelect
TableSelect::bind
— Bind select query parameters
TableSelect::__construct
— TableSelect constructor
TableSelect::execute
— Execute select statement
TableSelect::groupBy
— Set select grouping criteria
TableSelect::having
— Set select having condition
TableSelect::limit
— Limit selected rows
TableSelect::lockExclusive
— Execute EXCLUSIVE LOCK
TableSelect::lockShared
— Execute SHARED LOCK
TableSelect::offset
— Set limit offset
TableSelect::orderby
— Set select sort criteria
TableSelect::where
— Set select search condition
mysql_xdevapi\TableUpdate
— Classe TableUpdate
TableUpdate::bind
— Bind update query parameters
TableUpdate::__construct
— TableUpdate constructor
TableUpdate::execute
— Execute update query
TableUpdate::limit
— Limit update row count
TableUpdate::orderby
— Set sorting criteria
TableUpdate::set
— Add field to be updated
TableUpdate::where
— Set search filter
mysql_xdevapi\Warning
— Classe Warning
Warning::__construct
— Warning constructor
add a note
User Contributed Notes
There are no user contributed notes for this page.