Home
last modified time | relevance | path

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

/PHP-5.4/ext/oci8/
H A Doci8_collection.c186 (dvoid*) &(collection->element_typecode), in php_oci_collection_create()
425 switch(collection->element_typecode) { in php_oci_collection_append()
449 …L TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); in php_oci_collection_append()
501 switch (collection->element_typecode) { in php_oci_collection_element_get()
561 …L TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); in php_oci_collection_element_get()
715 switch(collection->element_typecode) { in php_oci_collection_element_set()
739 …L TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); in php_oci_collection_element_set()
H A Dphp_oci8_int.h176 OCITypeCode element_typecode; /* element's typecode handle */ member

Completed in 16 milliseconds