Home
last modified time | relevance | path

Searched refs:vmsqltype (Results 1 – 5 of 5) sorted by relevance

/dports/databases/vfront/vfront-0.96c/inc/
H A Dvmsql.mysqlold.php18 public $vmsqltype='mysql'; variable in mysql_vmsql
286 $this->error_handler->dbtype=$this->vmsqltype;
H A Dvmsql.mysqli.php17 public $vmsqltype='mysqli'; variable in mysqli_vmsql
443 $this->error_handler->dbtype=$this->vmsqltype;
H A Dvmsql.postgres.php17 public $vmsqltype='postgres'; variable in postgres_vmsql
405 $this->error_handler->dbtype=$this->vmsqltype;
H A Dvmsql.sqlite2.php17 public $vmsqltype='sqlite2'; variable in sqlite2_vmsql
436 $this->error_handler->dbtype=$this->vmsqltype;
H A Dvmsql.sqlite3.php18 public $vmsqltype='sqlite3'; variable in sqlite3_vmsql
470 $this->error_handler->dbtype=$this->vmsqltype;