Home
last modified time | relevance | path

Searched refs:columns (Results 26 – 50 of 53) sorted by relevance

123

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt2 PDO OCI: Inserts 10K with 1 number and 2 LOB columns (stress test)
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt2 PDO ODBC "long" columns
58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt52 $columns = array(
108 foreach ($columns as $column_def => $expected_flags) {
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt46 All of the following columns are "too hot" - too server dependent
H A Dmysqli_stmt_bind_param_type_juggling.phpt98 /* now, let's have two columns of different type and do type juggling */
H A Dmysqli_explain_metadata.phpt60 printf("[007] Field descriptions missing for the following columns\n");
H A Dmysqli_fetch_array.phpt132 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt32 // This might be a SQL warning on signed values inserted in unsigned columns
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c471 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_describe()
532 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_get_col()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h585 struct pdo_column_data *columns; member
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c236 col = &stmt->columns[colno]; in pdo_dblib_stmt_describe()
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h232 HashTable *columns; /* hash containing all the result columns */ member
/PHP-7.4/ext/standard/html_tables/mappings/
H A DCP1251.TXT12 # Format: Three tab-separated columns
H A D8859-5.TXT30 # Format: Three tab-separated columns
H A DCP1252.TXT12 # Format: Three tab-separated columns
H A DCP866.TXT11 # Format: Three tab-separated columns
H A D8859-1.TXT30 # Format: Three tab-separated columns
H A D8859-15.TXT31 # Format: Three tab-separated columns
H A DKOI8-R.TXT33 # Format: Three tab-separated columns
H A DROMAN.TXT63 # Three tab-separated columns;
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c570 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c683 struct pdo_column_data *cols = stmt->columns; in pdo_mysql_stmt_describe()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c211 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c531 struct pdo_column_data *col = &stmt->columns[colno]; in oci_stmt_describe()

Completed in 65 milliseconds

123