php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
const int | ATTR_USE_CURSOR_LIBRARY = UNKNOWN |
const int | ATTR_ASSUME_UTF8 = UNKNOWN |
const int | SQL_USE_IF_NEEDED = UNKNOWN |
const int | SQL_USE_DRIVER = UNKNOWN |
const int | SQL_USE_ODBC = UNKNOWN |
![]() | |
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 | |
![]() | |
__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 | connect (string $dsn, ?string $username=null, #[\SensitiveParameter] ?string $password=null, ?array $options=null) |
static | getAvailableDrivers () |
@strict-properties @not-serializable
Definition at line 18 of file pdo_odbc.stub.php.
const int Pdo\Odbc::ATTR_ASSUME_UTF8 = UNKNOWN |
@cvalue PDO_ODBC_ATTR_ASSUME_UTF8
Definition at line 24 of file pdo_odbc.stub.php.
const int Pdo\Odbc::ATTR_USE_CURSOR_LIBRARY = UNKNOWN |
@cvalue PDO_ODBC_ATTR_USE_CURSOR_LIBRARY
Definition at line 21 of file pdo_odbc.stub.php.
const int Pdo\Odbc::SQL_USE_DRIVER = UNKNOWN |
@cvalue SQL_CUR_USE_DRIVER
Definition at line 30 of file pdo_odbc.stub.php.
const int Pdo\Odbc::SQL_USE_IF_NEEDED = UNKNOWN |
@cvalue SQL_CUR_USE_IF_NEEDED
Definition at line 27 of file pdo_odbc.stub.php.
const int Pdo\Odbc::SQL_USE_ODBC = UNKNOWN |
@cvalue SQL_CUR_USE_ODBC
Definition at line 33 of file pdo_odbc.stub.php.