Subversion Repositories oidplus

Rev

Rev 274 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 274 Rev 275
Line 30... Line 30...
30
                $out['version'] = null;
30
                $out['version'] = null;
31
                $out['descriptionHTML'] = null;
31
                $out['descriptionHTML'] = null;
32
                return $out;
32
                return $out;
33
        }
33
        }
34
 
34
 
35
        public static function name(): string {
35
        public static function id(): string {
36
                return "ODBC";
36
                return "ODBC";
37
        }
37
        }
38
 
38
 
39
        public function doQuery(string $sql, /*?array*/ $prepared_args=null): OIDplusQueryResult {
39
        public function doQuery(string $sql, /*?array*/ $prepared_args=null): OIDplusQueryResult {
40
                $this->last_error = null;
40
                $this->last_error = null;