diff options
author | admin <devnull@localhost> | 2006-09-25 08:40:16 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-25 08:40:16 +0200 |
commit | 4ceac2d4efa5a16486b6e97911bb32e261b9d648 (patch) | |
tree | 0861dd86129ec60d1214d2da8bbe37600bdb54ef /system/database/drivers/oci8/oci8_utility.php | |
parent | 72496373008b263e098cf6082cdce1d47d01d3f1 (diff) |
Diffstat (limited to 'system/database/drivers/oci8/oci8_utility.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_utility.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php index 03edcb2c8..7e3ee7285 100644 --- a/system/database/drivers/oci8/oci8_utility.php +++ b/system/database/drivers/oci8/oci8_utility.php @@ -63,6 +63,18 @@ class CI_DB_oci8_utility extends CI_DB_utility { // -------------------------------------------------------------------- + /** + * Drop Table + * + * @access public + * @return bool + */ + function drop_table($table) + { + } + + // -------------------------------------------------------------------- + /** * Version number query string * |