]> granicus.if.org Git - php/commit
Initial implementation of oci_bind_array_by_name()
authorAntony Dovgal <tony2001@php.net>
Tue, 22 Nov 2005 16:30:36 +0000 (16:30 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 22 Nov 2005 16:30:36 +0000 (16:30 +0000)
commit066fb72fdd263147aa6b691fa7d68451f66b3225
treeb1276fbf6d3fa047a485bedd168cd91bd4a0f0c8
parent8115e710390da71c3e5a376f118136f69a4cf46d
Initial implementation of oci_bind_array_by_name()

At the moment we support only these types:
SQLT_NUM, SQLT_INT, SQLT_LNG - integer/long
SQLT_FLT - float
SQLT_AFC, SQLT_CHR, SQLT_VCS, SQLT_AVC, SQLT_STR, SQLT_LVC - char/varchar
SQLT_ODT - date

More supported types may follow.
ext/oci8/oci8.c
ext/oci8/oci8_interface.c
ext/oci8/oci8_statement.c
ext/oci8/php_oci8_int.h