/**
* Returns more specific database driver type
* Note: can be used before connect()
- * @return string db type mysql, pgsql, postgres7
+ * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
*/
protected function get_dbtype() {
return 'mssql';
/**
* Returns more specific database driver type
* Note: can be used before connect()
- * @return string db type mysql, mysqli, postgres7
+ * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
*/
protected function get_dbtype() {
return 'mysqli';
/**
* Returns more specific database driver type
* Note: can be used before connect()
- * @return string db type mysql, oci, postgres7
+ * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
*/
protected function get_dbtype() {
return 'oci';
/**
* Returns more specific database driver type
* Note: can be used before connect()
- * @return string db type mysql, pgsql, postgres7
+ * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
*/
protected function get_dbtype() {
return 'pgsql';
/**
* Returns more specific database driver type
* Note: can be used before connect()
- * @return string db type mysql, mysqli, postgres7
+ * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
*/
protected function get_dbtype() {
return 'sqlite3';
/**
* Returns more specific database driver type
* Note: can be used before connect()
- * @return string db type mysql, pgsql, postgres7, mssql, sqlsrv
+ * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
*/
protected function get_dbtype() {
return 'sqlsrv';