Annotation of embedaddon/php/ext/oci8/tests/drop_type.inc, revision 1.1

1.1     ! misho       1: <?php
        !             2: if ($c) {
        !             3:     $ora_sql = "DROP TYPE ".$type_name;
        !             4:     $statement = oci_parse($c,$ora_sql);
        !             5:     oci_execute($statement);
        !             6: }
        !             7: ?>

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