Home
last modified time | relevance | path

Searched refs:metaTablesSQL (Results 26 – 50 of 335) sorted by relevance

12345678910>>...14

/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/
H A Dadodb-pdo_pgsql.inc.php16 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
90 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
96 $save = $this->metaTablesSQL;
99 $this->metaTablesSQL = "
104 $this->metaTablesSQL = "
112 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php22 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
40 $save = $this->metaTablesSQL;
42 $this->metaTablesSQL .= " AND table_name like $mask";
47 $this->metaTablesSQL = $save;
/dports/devel/flyspray/flyspray-0.9.9.7_4/adodb/drivers/
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/www/phprecipebook/phprecipebook/libs/adodb4/drivers/
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/www/phprecipebook/phprecipebook/libs/adodb5/drivers/
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;
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/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/drivers/
H A Dadodb-pdo_pgsql.inc.php16 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
92 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
98 $save = $this->metaTablesSQL;
101 $this->metaTablesSQL = "
106 $this->metaTablesSQL = "
114 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php22 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
40 $save = $this->metaTablesSQL;
42 $this->metaTablesSQL .= " AND table_name like $mask";
47 $this->metaTablesSQL = $save;
H A Dadodb-pdo_mysql.inc.php15 var $metaTablesSQL = "SELECT variable in ADODB_pdo_mysql
71 $save = $this->metaTablesSQL;
73 $this->metaTablesSQL .= $this->qstr($showSchema);
75 $this->metaTablesSQL .= 'schema()';
80 $this->metaTablesSQL .= " like $mask";
84 $this->metaTablesSQL = $save;
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/drivers/
H A Dadodb-pdo_pgsql.inc.php16 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
92 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
98 $save = $this->metaTablesSQL;
101 $this->metaTablesSQL = "
106 $this->metaTablesSQL = "
114 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php22 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
40 $save = $this->metaTablesSQL;
42 $this->metaTablesSQL .= " AND table_name like $mask";
47 $this->metaTablesSQL = $save;
H A Dadodb-pdo_mysql.inc.php15 var $metaTablesSQL = "SELECT variable in ADODB_pdo_mysql
71 $save = $this->metaTablesSQL;
73 $this->metaTablesSQL .= $this->qstr($showSchema);
75 $this->metaTablesSQL .= 'schema()';
80 $this->metaTablesSQL .= " like $mask";
84 $this->metaTablesSQL = $save;
/dports/www/moodle310/moodle/lib/adodb/drivers/
H A Dadodb-pdo_pgsql.inc.php16 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
92 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
98 $save = $this->metaTablesSQL;
101 $this->metaTablesSQL = "
106 $this->metaTablesSQL = "
114 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php22 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
40 $save = $this->metaTablesSQL;
42 $this->metaTablesSQL .= " AND table_name like $mask";
47 $this->metaTablesSQL = $save;
H A Dadodb-pdo_mysql.inc.php15 var $metaTablesSQL = "SELECT variable in ADODB_pdo_mysql
71 $save = $this->metaTablesSQL;
73 $this->metaTablesSQL .= $this->qstr($showSchema);
75 $this->metaTablesSQL .= 'schema()';
80 $this->metaTablesSQL .= " like $mask";
84 $this->metaTablesSQL = $save;
/dports/www/moodle39/moodle/lib/adodb/drivers/
H A Dadodb-pdo_pgsql.inc.php16 var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' variable in ADODB_pdo_pgsql
92 $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%'
98 $save = $this->metaTablesSQL;
101 $this->metaTablesSQL = "
106 $this->metaTablesSQL = "
114 $this->metaTablesSQL = $save;
H A Dadodb-pdo_oci.inc.php22 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
40 $save = $this->metaTablesSQL;
42 $this->metaTablesSQL .= " AND table_name like $mask";
47 $this->metaTablesSQL = $save;
H A Dadodb-pdo_mysql.inc.php15 var $metaTablesSQL = "SELECT variable in ADODB_pdo_mysql
71 $save = $this->metaTablesSQL;
73 $this->metaTablesSQL .= $this->qstr($showSchema);
75 $this->metaTablesSQL .= 'schema()';
80 $this->metaTablesSQL .= " like $mask";
84 $this->metaTablesSQL = $save;
/dports/devel/rth/rth/adodb-4.65/drivers/
H A Dadodb-pdo_mysql.inc.php14 var $metaTablesSQL = "SHOW TABLES"; variable in ADODB_pdo_mysql
37 $save = $this->metaTablesSQL;
39 $this->metaTablesSQL .= " from $showSchema";
44 $this->metaTablesSQL .= " like $mask";
48 $this->metaTablesSQL = $save;
/dports/devel/truc/truc_0.12.0/adodb-4.65/drivers/
H A Dadodb-pdo_mysql.inc.php14 var $metaTablesSQL = "SHOW TABLES"; variable in ADODB_pdo_mysql
37 $save = $this->metaTablesSQL;
39 $this->metaTablesSQL .= " from $showSchema";
44 $this->metaTablesSQL .= " like $mask";
48 $this->metaTablesSQL = $save;
/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-pdo_oci.inc.php29 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
47 $save = $this->metaTablesSQL;
49 $this->metaTablesSQL .= " AND table_name like $mask";
54 $this->metaTablesSQL = $save;
/dports/www/moodle311/moodle/lib/adodb/drivers/
H A Dadodb-pdo_oci.inc.php22 var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"; variable in ADODB_pdo_oci
40 $save = $this->metaTablesSQL;
42 $this->metaTablesSQL .= " AND table_name like $mask";
47 $this->metaTablesSQL = $save;
/dports/deskutils/moregroupware/moregroupware/include/adodb/drivers/
H A Dadodb-pdo_mysql.inc.php14 var $metaTablesSQL = "SHOW TABLES"; variable in ADODB_pdo_mysql
38 $save = $this->metaTablesSQL;
40 $this->metaTablesSQL .= " from $showSchema";
45 $this->metaTablesSQL .= " like $mask";
49 $this->metaTablesSQL = $save;
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/drivers/
H A Dadodb-pdo_mysql.inc.php14 var $metaTablesSQL = "SHOW TABLES"; variable in ADODB_pdo_mysql
38 $save = $this->metaTablesSQL;
40 $this->metaTablesSQL .= " from $showSchema";
45 $this->metaTablesSQL .= " like $mask";
49 $this->metaTablesSQL = $save;
/dports/databases/adodb/adodb/drivers/
H A Dadodb-pdo_mysql.inc.php14 var $metaTablesSQL = "SHOW TABLES"; variable in ADODB_pdo_mysql
53 $save = $this->metaTablesSQL;
55 $this->metaTablesSQL .= " from $showSchema";
60 $this->metaTablesSQL .= " like $mask";
64 $this->metaTablesSQL = $save;

12345678910>>...14