Searched refs:columns (Results 26 – 50 of 50) sorted by relevance
12
2 mysqli_stmt_bind_param() - Binding with very high number of columns
98 /* now, let's have two columns of different type and do type juggling */
46 All of the following columns are "too hot" - too server dependent
60 printf("[007] Field descriptions missing for the following columns\n");
132 …printf("[%04d] SQL Type: '%s', binary columns are supposed to return binary string and not unicode…
32 // This might be a SQL warning on signed values inserted in unsigned columns
473 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_describe()534 struct pdo_column_data *cols = stmt->columns; in pgsql_stmt_get_col()
578 struct pdo_column_data *columns; member
230 col = &stmt->columns[colno]; in pdo_dblib_stmt_describe()
232 HashTable *columns; /* hash containing all the result columns */ member
567 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe()
12 # Format: Three tab-separated columns
30 # Format: Three tab-separated columns
11 # Format: Three tab-separated columns
31 # Format: Three tab-separated columns
33 # Format: Three tab-separated columns
63 # Three tab-separated columns;
201 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe()
681 struct pdo_column_data *cols = stmt->columns;
532 struct pdo_column_data *col = &stmt->columns[colno]; in oci_stmt_describe()
2881 columns). (Tian Yang)3883 columns). (CVE-2015-8879) (cmb)
1613 # a file has a tab stop set in the first four columns this will fail.18237 # The PDB file format is fixed-field, 80 columns. From the spec:
Completed in 172 milliseconds