Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 66... Línea 66...
66
     *
66
     *
67
     * Returns the database vendor. Can be used before connect().
67
     * Returns the database vendor. Can be used before connect().
68
     * @return string The db vendor name, usually the same as db family name.
68
     * @return string The db vendor name, usually the same as db family name.
69
     */
69
     */
70
    public function get_dbvendor(): ?string {
70
    public function get_dbvendor(): ?string {
71
        return 'mysql';
71
        return 'auroramysql';
72
    }
72
    }
Línea 73... Línea 73...
73
 
73
 
74
    /**
74
    /**
75
     * Returns more specific database driver type
75
     * Returns more specific database driver type
76
     *
76
     *
77
     * Returns more specific database driver type. Can be used before connect().
77
     * Returns more specific database driver type. Can be used before connect().
78
     * @return string db type mysqli, pgsql, oci, mssql, sqlsrv
78
     * @return string db type mysqli, pgsql, mssql, sqlsrv
79
     */
79
     */
80
    protected function get_dbtype(): ?string {
80
    protected function get_dbtype(): ?string {
81
        return 'auroramysql';
81
        return 'auroramysql';