|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
| const int | ATTR_CONNECTION_TIMEOUT = UNKNOWN |
| const int | ATTR_QUERY_TIMEOUT = UNKNOWN |
| const int | ATTR_STRINGIFY_UNIQUEIDENTIFIER = UNKNOWN |
| const int | ATTR_VERSION = UNKNOWN |
| const int | ATTR_TDS_VERSION = UNKNOWN |
| const int | ATTR_SKIP_EMPTY_ROWSETS = UNKNOWN |
| const int | ATTR_DATETIME_CONVERT = 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 | |
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) | |
Static Public Member Functions inherited from PDO | |
| static | connect (string $dsn, ?string $username=null, #[\SensitiveParameter] ?string $password=null, ?array $options=null) |
| static | getAvailableDrivers () |
@strict-properties @not-serializable
Definition at line 11 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_CONNECTION_TIMEOUT = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_CONNECTION_TIMEOUT
Definition at line 14 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_DATETIME_CONVERT = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_DATETIME_CONVERT
Definition at line 32 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_QUERY_TIMEOUT = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_QUERY_TIMEOUT
Definition at line 17 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_SKIP_EMPTY_ROWSETS = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_SKIP_EMPTY_ROWSETS
Definition at line 29 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_STRINGIFY_UNIQUEIDENTIFIER = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER
Definition at line 20 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_TDS_VERSION = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_TDS_VERSION
Definition at line 26 of file pdo_dblib.stub.php.
| const int Pdo\Dblib::ATTR_VERSION = UNKNOWN |
@cvalue PDO_DBLIB_ATTR_VERSION
Definition at line 23 of file pdo_dblib.stub.php.