File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / oci8 / tests / drop_type.inc
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:58 2012 UTC (12 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<?php
if ($c) {
    $ora_sql = "DROP TYPE ".$type_name;
    $statement = oci_parse($c,$ora_sql);
    oci_execute($statement);
}
?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>