xref: /PHP-5.5/ext/oci8/tests/drop_type.inc (revision 7c7cc5d7)
1<?php
2if ($c) {
3    $ora_sql = "DROP TYPE ".$type_name;
4    $statement = oci_parse($c,$ora_sql);
5    oci_execute($statement);
6}
7?>
8