php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Pdo\Mysql Class Reference
Inheritance diagram for Pdo\Mysql:
PDO

Public Member Functions

 getWarningCount ()
 
- Public Member Functions inherited from PDO
 __construct (string $dsn, ?string $username=null, #[\SensitiveParameter] ?string $password=null, ?array $options=null)
 
 beginTransaction ()
 
 commit ()
 
 errorCode ()
 
 errorInfo ()
 
 exec (string $statement)
 
 getAttribute (int $attribute)
 
 inTransaction ()
 
 lastInsertId (?string $name=null)
 
 prepare (string $query, array $options=[])
 
 query (string $query, ?int $fetchMode=null, mixed ... $fetchModeArgs)
 
 quote (string $string, int $type=PDO::PARAM_STR)
 
 rollBack ()
 
 setAttribute (int $attribute, mixed $value)
 

Data Fields

const int ATTR_USE_BUFFERED_QUERY = UNKNOWN
 
const int ATTR_LOCAL_INFILE = UNKNOWN
 
const int ATTR_INIT_COMMAND = UNKNOWN
 
const int ATTR_MAX_BUFFER_SIZE = UNKNOWN
 
const int ATTR_READ_DEFAULT_FILE = UNKNOWN
 
const int ATTR_READ_DEFAULT_GROUP = UNKNOWN
 
const int ATTR_COMPRESS = UNKNOWN
 
const int ATTR_DIRECT_QUERY = UNKNOWN
 
const int ATTR_FOUND_ROWS = UNKNOWN
 
const int ATTR_IGNORE_SPACE = UNKNOWN
 
const int ATTR_SSL_KEY = UNKNOWN
 
const int ATTR_SSL_CERT = UNKNOWN
 
const int ATTR_SSL_CA = UNKNOWN
 
const int ATTR_SSL_CAPATH = UNKNOWN
 
const int ATTR_SSL_CIPHER = UNKNOWN
 
const int ATTR_SERVER_PUBLIC_KEY = UNKNOWN
 
const int ATTR_MULTI_STATEMENTS = UNKNOWN
 
const int ATTR_SSL_VERIFY_SERVER_CERT = UNKNOWN
 
const int ATTR_LOCAL_INFILE_DIRECTORY = UNKNOWN
 
- Data Fields inherited from PDO
const int PARAM_NULL = 0
 
const int PARAM_BOOL = 5
 
const int PARAM_INT = 1
 
const int PARAM_STR = 2
 
const int PARAM_LOB = 3
 
const int PARAM_STMT = 4
 
const int PARAM_INPUT_OUTPUT = UNKNOWN
 
const int PARAM_STR_NATL = UNKNOWN
 
const int PARAM_STR_CHAR = UNKNOWN
 
const int PARAM_EVT_ALLOC = UNKNOWN
 
const int PARAM_EVT_FREE = UNKNOWN
 
const int PARAM_EVT_EXEC_PRE = UNKNOWN
 
const int PARAM_EVT_EXEC_POST = UNKNOWN
 
const int PARAM_EVT_FETCH_PRE = UNKNOWN
 
const int PARAM_EVT_FETCH_POST = UNKNOWN
 
const int PARAM_EVT_NORMALIZE = UNKNOWN
 
const int FETCH_DEFAULT = UNKNOWN
 
const int FETCH_LAZY = UNKNOWN
 
const int FETCH_ASSOC = UNKNOWN
 
const int FETCH_NUM = UNKNOWN
 
const int FETCH_BOTH = UNKNOWN
 
const int FETCH_OBJ = UNKNOWN
 
const int FETCH_BOUND = UNKNOWN
 
const int FETCH_COLUMN = UNKNOWN
 
const int FETCH_CLASS = UNKNOWN
 
const int FETCH_INTO = UNKNOWN
 
const int FETCH_FUNC = UNKNOWN
 
const int FETCH_GROUP = UNKNOWN
 
const int FETCH_UNIQUE = UNKNOWN
 
const int FETCH_KEY_PAIR = UNKNOWN
 
const int FETCH_CLASSTYPE = UNKNOWN
 
const int FETCH_SERIALIZE = UNKNOWN
 
const int FETCH_PROPS_LATE = UNKNOWN
 
const int FETCH_NAMED = UNKNOWN
 
const int ATTR_AUTOCOMMIT = UNKNOWN
 
const int ATTR_PREFETCH = UNKNOWN
 
const int ATTR_TIMEOUT = UNKNOWN
 
const int ATTR_ERRMODE = UNKNOWN
 
const int ATTR_SERVER_VERSION = UNKNOWN
 
const int ATTR_CLIENT_VERSION = UNKNOWN
 
const int ATTR_SERVER_INFO = UNKNOWN
 
const int ATTR_CONNECTION_STATUS = UNKNOWN
 
const int ATTR_CASE = UNKNOWN
 
const int ATTR_CURSOR_NAME = UNKNOWN
 
const int ATTR_CURSOR = UNKNOWN
 
const int ATTR_ORACLE_NULLS = UNKNOWN
 
const int ATTR_PERSISTENT = UNKNOWN
 
const int ATTR_STATEMENT_CLASS = UNKNOWN
 
const int ATTR_FETCH_TABLE_NAMES = UNKNOWN
 
const int ATTR_FETCH_CATALOG_NAMES = UNKNOWN
 
const int ATTR_DRIVER_NAME = UNKNOWN
 
const int ATTR_STRINGIFY_FETCHES = UNKNOWN
 
const int ATTR_MAX_COLUMN_LEN = UNKNOWN
 
const int ATTR_EMULATE_PREPARES = UNKNOWN
 
const int ATTR_DEFAULT_FETCH_MODE = UNKNOWN
 
const int ATTR_DEFAULT_STR_PARAM = UNKNOWN
 
const int ERRMODE_SILENT = UNKNOWN
 
const int ERRMODE_WARNING = UNKNOWN
 
const int ERRMODE_EXCEPTION = UNKNOWN
 
const int CASE_NATURAL = UNKNOWN
 
const int CASE_LOWER = UNKNOWN
 
const int CASE_UPPER = UNKNOWN
 
const int NULL_NATURAL = UNKNOWN
 
const int NULL_EMPTY_STRING = UNKNOWN
 
const int NULL_TO_STRING = UNKNOWN
 
const string ERR_NONE = UNKNOWN
 
const int FETCH_ORI_NEXT = UNKNOWN
 
const int FETCH_ORI_PRIOR = UNKNOWN
 
const int FETCH_ORI_FIRST = UNKNOWN
 
const int FETCH_ORI_LAST = UNKNOWN
 
const int FETCH_ORI_ABS = UNKNOWN
 
const int FETCH_ORI_REL = UNKNOWN
 
const int CURSOR_FWDONLY = UNKNOWN
 
const int CURSOR_SCROLL = UNKNOWN
 

Additional Inherited Members

- Static Public Member Functions inherited from PDO
static connect (string $dsn, ?string $username=null, #[\SensitiveParameter] ?string $password=null, ?array $options=null)
 
static getAvailableDrivers ()
 

Detailed Description

@strict-properties @not-serializable

Definition at line 11 of file pdo_mysql.stub.php.

Member Function Documentation

◆ getWarningCount()

Pdo\Mysql::getWarningCount ( )

Definition at line 76 of file pdo_mysql.stub.php.

Field Documentation

◆ ATTR_COMPRESS

const int Pdo\Mysql::ATTR_COMPRESS = UNKNOWN

@cvalue PDO_MYSQL_ATTR_COMPRESS

Definition at line 34 of file pdo_mysql.stub.php.

◆ ATTR_DIRECT_QUERY

const int Pdo\Mysql::ATTR_DIRECT_QUERY = UNKNOWN

@cvalue PDO_MYSQL_ATTR_DIRECT_QUERY

Definition at line 37 of file pdo_mysql.stub.php.

◆ ATTR_FOUND_ROWS

const int Pdo\Mysql::ATTR_FOUND_ROWS = UNKNOWN

@cvalue PDO_MYSQL_ATTR_FOUND_ROWS

Definition at line 40 of file pdo_mysql.stub.php.

◆ ATTR_IGNORE_SPACE

const int Pdo\Mysql::ATTR_IGNORE_SPACE = UNKNOWN

@cvalue PDO_MYSQL_ATTR_IGNORE_SPACE

Definition at line 43 of file pdo_mysql.stub.php.

◆ ATTR_INIT_COMMAND

const int Pdo\Mysql::ATTR_INIT_COMMAND = UNKNOWN

@cvalue PDO_MYSQL_ATTR_INIT_COMMAND

Definition at line 20 of file pdo_mysql.stub.php.

◆ ATTR_LOCAL_INFILE

const int Pdo\Mysql::ATTR_LOCAL_INFILE = UNKNOWN

@cvalue PDO_MYSQL_ATTR_LOCAL_INFILE

Definition at line 17 of file pdo_mysql.stub.php.

◆ ATTR_LOCAL_INFILE_DIRECTORY

const int Pdo\Mysql::ATTR_LOCAL_INFILE_DIRECTORY = UNKNOWN

@cvalue PDO_MYSQL_ATTR_LOCAL_INFILE_DIRECTORY

Definition at line 73 of file pdo_mysql.stub.php.

◆ ATTR_MAX_BUFFER_SIZE

const int Pdo\Mysql::ATTR_MAX_BUFFER_SIZE = UNKNOWN

@cvalue PDO_MYSQL_ATTR_MAX_BUFFER_SIZE

Definition at line 24 of file pdo_mysql.stub.php.

◆ ATTR_MULTI_STATEMENTS

const int Pdo\Mysql::ATTR_MULTI_STATEMENTS = UNKNOWN

@cvalue PDO_MYSQL_ATTR_MULTI_STATEMENTS

Definition at line 66 of file pdo_mysql.stub.php.

◆ ATTR_READ_DEFAULT_FILE

const int Pdo\Mysql::ATTR_READ_DEFAULT_FILE = UNKNOWN

@cvalue PDO_MYSQL_ATTR_READ_DEFAULT_FILE

Definition at line 27 of file pdo_mysql.stub.php.

◆ ATTR_READ_DEFAULT_GROUP

const int Pdo\Mysql::ATTR_READ_DEFAULT_GROUP = UNKNOWN

@cvalue PDO_MYSQL_ATTR_READ_DEFAULT_GROUP

Definition at line 30 of file pdo_mysql.stub.php.

◆ ATTR_SERVER_PUBLIC_KEY

const int Pdo\Mysql::ATTR_SERVER_PUBLIC_KEY = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY

Definition at line 62 of file pdo_mysql.stub.php.

◆ ATTR_SSL_CA

const int Pdo\Mysql::ATTR_SSL_CA = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SSL_CA

Definition at line 52 of file pdo_mysql.stub.php.

◆ ATTR_SSL_CAPATH

const int Pdo\Mysql::ATTR_SSL_CAPATH = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SSL_CAPATH

Definition at line 55 of file pdo_mysql.stub.php.

◆ ATTR_SSL_CERT

const int Pdo\Mysql::ATTR_SSL_CERT = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SSL_CERT

Definition at line 49 of file pdo_mysql.stub.php.

◆ ATTR_SSL_CIPHER

const int Pdo\Mysql::ATTR_SSL_CIPHER = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SSL_CIPHER

Definition at line 58 of file pdo_mysql.stub.php.

◆ ATTR_SSL_KEY

const int Pdo\Mysql::ATTR_SSL_KEY = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SSL_KEY

Definition at line 46 of file pdo_mysql.stub.php.

◆ ATTR_SSL_VERIFY_SERVER_CERT

const int Pdo\Mysql::ATTR_SSL_VERIFY_SERVER_CERT = UNKNOWN

@cvalue PDO_MYSQL_ATTR_SSL_VERIFY_SERVER_CERT

Definition at line 69 of file pdo_mysql.stub.php.

◆ ATTR_USE_BUFFERED_QUERY

const int Pdo\Mysql::ATTR_USE_BUFFERED_QUERY = UNKNOWN

@cvalue PDO_MYSQL_ATTR_USE_BUFFERED_QUERY

Definition at line 14 of file pdo_mysql.stub.php.


The documentation for this class was generated from the following file: