Home
last modified time | relevance | path

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

/PHP-7.2/ext/oci8/
H A Doci8_collection.c187 (dvoid*) &(collection->element_typecode), in php_oci_collection_create()
441 switch(collection->element_typecode) { in php_oci_collection_append()
465 …docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); in php_oci_collection_append()
518 switch (collection->element_typecode) { in php_oci_collection_element_get()
576 …docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); in php_oci_collection_element_get()
736 switch(collection->element_typecode) { in php_oci_collection_element_set()
760 …docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); in php_oci_collection_element_set()
H A Dphp_oci8_int.h205 OCITypeCode element_typecode; /* element's typecode handle */ member

Completed in 13 milliseconds