Home
last modified time | relevance | path

Searched refs:metaTablesSQL (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-sybase_ase.inc.php28 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
36 if ($this->metaTablesSQL) {
40 $sql = str_replace('U', 'V', $this->metaTablesSQL);
42 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
44 $sql = $this->metaTablesSQL;
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/
H A Dadodb-sybase_ase.inc.php21 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
29 if ($this->metaTablesSQL) {
33 $sql = str_replace('U', 'V', $this->metaTablesSQL);
35 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
37 $sql = $this->metaTablesSQL;
/dports/www/moodle311/moodle/lib/adodb/drivers/
H A Dadodb-sybase_ase.inc.php21 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
29 if ($this->metaTablesSQL) {
33 $sql = str_replace('U', 'V', $this->metaTablesSQL);
35 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
37 $sql = $this->metaTablesSQL;
/dports/devel/rth/rth/adodb-4.65/drivers/
H A Dadodb-sybase_ase.inc.php15 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
27 if ($this->metaTablesSQL) {
31 $sql = str_replace('U', 'V', $this->metaTablesSQL);
33 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
35 $sql = $this->metaTablesSQL;
H A Dadodb-pdo_pgsql.inc.php14 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
86 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
92 $save = $this->metaTablesSQL;
95 $this->metaTablesSQL = "
100 $this->metaTablesSQL = "
108 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php20 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
37 $save = $this->metaTablesSQL;
39 $this->metaTablesSQL .= " AND table_name like $mask";
44 $this->metaTablesSQL = $save;
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/drivers/
H A Dadodb-sybase_ase.inc.php15 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
27 if ($this->metaTablesSQL) {
31 $sql = str_replace('U', 'V', $this->metaTablesSQL);
33 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
35 $sql = $this->metaTablesSQL;
H A Dadodb-pdo_oci.inc.php20 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
37 $save = $this->metaTablesSQL;
39 $this->metaTablesSQL .= " AND table_name like $mask";
44 $this->metaTablesSQL = $save;
H A Dadodb-pdo_pgsql.inc.php14 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
87 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
93 $save = $this->metaTablesSQL;
96 $this->metaTablesSQL = "
101 $this->metaTablesSQL = "
109 $this->metaTablesSQL = $save;
/dports/deskutils/moregroupware/moregroupware/include/adodb/drivers/
H A Dadodb-sybase_ase.inc.php15 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
27 if ($this->metaTablesSQL) {
31 $sql = str_replace('U', 'V', $this->metaTablesSQL);
33 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
35 $sql = $this->metaTablesSQL;
H A Dadodb-pdo_oci.inc.php20 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
38 $save = $this->metaTablesSQL;
40 $this->metaTablesSQL .= " AND table_name like $mask";
45 $this->metaTablesSQL = $save;
H A Dadodb-pdo_pgsql.inc.php14 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
87 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
93 $save = $this->metaTablesSQL;
96 $this->metaTablesSQL = "
101 $this->metaTablesSQL = "
109 $this->metaTablesSQL = $save;
/dports/databases/adodb/adodb/drivers/
H A Dadodb-sybase_ase.inc.php19 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
31 if ($this->metaTablesSQL) {
35 $sql = str_replace('U', 'V', $this->metaTablesSQL);
37 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
39 $sql = $this->metaTablesSQL;
H A Dadodb-pdo_oci.inc.php20 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
38 $save = $this->metaTablesSQL;
40 $this->metaTablesSQL .= " AND table_name like $mask";
45 $this->metaTablesSQL = $save;
H A Dadodb-pdo_pgsql.inc.php14 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
88 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
94 $save = $this->metaTablesSQL;
97 $this->metaTablesSQL = "
102 $this->metaTablesSQL = "
110 $this->metaTablesSQL = $save;
/dports/devel/truc/truc_0.12.0/adodb-4.65/drivers/
H A Dadodb-sybase_ase.inc.php15 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
27 if ($this->metaTablesSQL) {
31 $sql = str_replace('U', 'V', $this->metaTablesSQL);
33 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
35 $sql = $this->metaTablesSQL;
H A Dadodb-pdo_pgsql.inc.php14 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
86 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
92 $save = $this->metaTablesSQL;
95 $this->metaTablesSQL = "
100 $this->metaTablesSQL = "
108 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php20 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
37 $save = $this->metaTablesSQL;
39 $this->metaTablesSQL .= " AND table_name like $mask";
44 $this->metaTablesSQL = $save;
/dports/www/phprecipebook/phprecipebook/libs/adodb4/drivers/
H A Dadodb-sybase_ase.inc.php19 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
31 if ($this->metaTablesSQL) {
35 $sql = str_replace('U', 'V', $this->metaTablesSQL);
37 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
39 $sql = $this->metaTablesSQL;
H A Dadodb-pdo_oci.inc.php20 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
38 $save = $this->metaTablesSQL;
40 $this->metaTablesSQL .= " AND table_name like $mask";
45 $this->metaTablesSQL = $save;
/dports/www/phprecipebook/phprecipebook/libs/adodb5/drivers/
H A Dadodb-sybase_ase.inc.php19 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
31 if ($this->metaTablesSQL) {
35 $sql = str_replace('U', 'V', $this->metaTablesSQL);
37 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
39 $sql = $this->metaTablesSQL;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/drivers/
H A Dadodb-sybase_ase.inc.php21 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
33 if ($this->metaTablesSQL) {
37 $sql = str_replace('U', 'V', $this->metaTablesSQL);
39 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
41 $sql = $this->metaTablesSQL;
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/drivers/
H A Dadodb-sybase_ase.inc.php21 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
33 if ($this->metaTablesSQL) {
37 $sql = str_replace('U', 'V', $this->metaTablesSQL);
39 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
41 $sql = $this->metaTablesSQL;
/dports/www/moodle310/moodle/lib/adodb/drivers/
H A Dadodb-sybase_ase.inc.php21 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
33 if ($this->metaTablesSQL) {
37 $sql = str_replace('U', 'V', $this->metaTablesSQL);
39 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
41 $sql = $this->metaTablesSQL;
/dports/www/moodle39/moodle/lib/adodb/drivers/
H A Dadodb-sybase_ase.inc.php21 …var $metaTablesSQL="SELECT sysobjects.name FROM sysobjects, sysusers WHERE sysobjects.type='U' AND… variable in ADODB_sybase_ase
33 if ($this->metaTablesSQL) {
37 $sql = str_replace('U', 'V', $this->metaTablesSQL);
39 $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL);
41 $sql = $this->metaTablesSQL;

12345678910>>...14