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 31... Line 31...
31
                $out['version'] = null;
31
                $out['version'] = null;
32
                $out['descriptionHTML'] = null;
32
                $out['descriptionHTML'] = null;
33
                return $out;
33
                return $out;
34
        }
34
        }
35
 
35
 
36
        public static function name(): string {
36
        public static function id(): string {
37
                return "SQLite3";
37
                return "SQLite3";
38
        }
38
        }
39
 
39
 
40
        public function doQuery(string $sql, /*?array*/ $prepared_args=null): OIDplusQueryResult {
40
        public function doQuery(string $sql, /*?array*/ $prepared_args=null): OIDplusQueryResult {
41
                $this->last_error = null;
41
                $this->last_error = null;