Home
last modified time | relevance | path

Searched refs:el_type (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/interbase/
H A Dibase_query.c44 unsigned short el_type, el_size; member
239 a->el_type = SQL_TEXT; in _php_ibase_alloc_array()
243 a->el_type = SQL_SHORT; in _php_ibase_alloc_array()
247 a->el_type = SQL_LONG; in _php_ibase_alloc_array()
251 a->el_type = SQL_FLOAT; in _php_ibase_alloc_array()
255 a->el_type = SQL_DOUBLE; in _php_ibase_alloc_array()
259 a->el_type = SQL_INT64; in _php_ibase_alloc_array()
263 a->el_type = SQL_TIMESTAMP; in _php_ibase_alloc_array()
281 a->el_type = SQL_TEXT; in _php_ibase_alloc_array()
492 switch (array->el_type) { in _php_ibase_bind_array()
[all …]

Completed in 14 milliseconds