|
@@ -452,6 +452,14 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Returns the config object used to create this database object
|
|
|
|
+ * @return config Config object
|
|
|
|
+ */
|
|
|
|
+ public function config(): config {
|
|
|
|
+ return $this->config;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* <p>Connect to the database.</p>
|
|
* <p>Connect to the database.</p>
|
|
* <p>Database driver must be set before calling connect.</p>
|
|
* <p>Database driver must be set before calling connect.</p>
|