summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_utility.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-25 04:51:08 +0200
committeradmin <devnull@localhost>2006-09-25 04:51:08 +0200
commit6ca6f9471ba31f7cba9054d075b4f90382b2d410 (patch)
tree80bac9d110b8c9a907600e6450e2e241e2a5ccd7 /system/database/drivers/oci8/oci8_utility.php
parenta5e812c007b8dfbc4c117df379d63060f08b096a (diff)
Diffstat (limited to 'system/database/drivers/oci8/oci8_utility.php')
-rw-r--r--system/database/drivers/oci8/oci8_utility.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php
index fdd585d98..35b753ec6 100644
--- a/system/database/drivers/oci8/oci8_utility.php
+++ b/system/database/drivers/oci8/oci8_utility.php
@@ -25,6 +25,33 @@
class CI_DB_oci8_utility extends CI_DB_utility {
+ /**
+ * Create database
+ *
+ * @access public
+ * @param string the database name
+ * @return bool
+ */
+ function create_database($name)
+ {
+
+ }
+
+ // --------------------------------------------------------------------
+
+ /**
+ * Drop database
+ *
+ * @access public
+ * @param string the database name
+ * @return bool
+ */
+ function drop_database($name)
+ {
+
+ }
+
+ // --------------------------------------------------------------------
/**
* Version number query string