Home
last modified time | relevance | path

Searched refs:pg_fieldtype (Results 1 – 25 of 58) sorted by relevance

123

/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/tests/
H A D98old_api.phpt18 pg_fieldtype($result, 0);
43 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
41 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
/dports/www/mod_php81/php-8.1.1/ext/pgsql/tests/
H A D98old_api.phpt18 pg_fieldtype($result, 0);
43 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
/dports/lang/php80/php-8.0.15/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
41 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
/dports/lang/php81/php-8.1.1/ext/pgsql/tests/
H A D98old_api.phpt18 pg_fieldtype($result, 0);
43 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
/dports/www/mod_php80/php-8.0.15/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
41 Deprecated: Function pg_fieldtype() is deprecated in %s on line %d
/dports/lang/php73/php-7.3.33/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
/dports/lang/php74/php-7.4.27/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
/dports/www/mod_php73/php-7.3.33/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
/dports/www/mod_php74/php-7.4.27/ext/pgsql/tests/
H A D98old_api.phpt16 pg_fieldtype($result, 0);
/dports/databases/postgis32/postgis-3.2.0/loader/
H A Dshp2pgsql-gui.c1109 validate_shape_column_against_pg_column(int dbf_fieldtype, char *pg_fieldtype) in validate_shape_column_against_pg_column() argument
1115 if (!strcmp(pg_fieldtype, "varchar")) in validate_shape_column_against_pg_column()
1121 if (!strcmp(pg_fieldtype, "date")) in validate_shape_column_against_pg_column()
1127 …if (!strcmp(pg_fieldtype, "int2") || !strcmp(pg_fieldtype, "int4") || !strcmp(pg_fieldtype, "numer… in validate_shape_column_against_pg_column()
1133 if (!strcmp(pg_fieldtype, "float8") || !strcmp(pg_fieldtype, "numeric")) in validate_shape_column_against_pg_column()
1139 if (!strcmp(pg_fieldtype, "boolean")) in validate_shape_column_against_pg_column()
1156 char *pg_fieldname, *pg_fieldtype; in validate_remote_loader_columns() local
1211 pg_fieldtype = PQgetvalue(result, j, PQfnumber(result, "type")); in validate_remote_loader_columns()
1217 ret = validate_shape_column_against_pg_column(state->types[i], pg_fieldtype); in validate_remote_loader_columns()
/dports/databases/postgis30/postgis-3.0.4/loader/
H A Dshp2pgsql-gui.c1109 validate_shape_column_against_pg_column(int dbf_fieldtype, char *pg_fieldtype) in validate_shape_column_against_pg_column() argument
1115 if (!strcmp(pg_fieldtype, "varchar")) in validate_shape_column_against_pg_column()
1121 if (!strcmp(pg_fieldtype, "date")) in validate_shape_column_against_pg_column()
1127 …if (!strcmp(pg_fieldtype, "int2") || !strcmp(pg_fieldtype, "int4") || !strcmp(pg_fieldtype, "numer… in validate_shape_column_against_pg_column()
1133 if (!strcmp(pg_fieldtype, "float8") || !strcmp(pg_fieldtype, "numeric")) in validate_shape_column_against_pg_column()
1139 if (!strcmp(pg_fieldtype, "boolean")) in validate_shape_column_against_pg_column()
1156 char *pg_fieldname, *pg_fieldtype; in validate_remote_loader_columns() local
1211 pg_fieldtype = PQgetvalue(result, j, PQfnumber(result, "type")); in validate_remote_loader_columns()
1217 ret = validate_shape_column_against_pg_column(state->types[i], pg_fieldtype); in validate_remote_loader_columns()
/dports/databases/postgis31/postgis-3.1.4/loader/
H A Dshp2pgsql-gui.c1109 validate_shape_column_against_pg_column(int dbf_fieldtype, char *pg_fieldtype) in validate_shape_column_against_pg_column() argument
1115 if (!strcmp(pg_fieldtype, "varchar")) in validate_shape_column_against_pg_column()
1121 if (!strcmp(pg_fieldtype, "date")) in validate_shape_column_against_pg_column()
1127 …if (!strcmp(pg_fieldtype, "int2") || !strcmp(pg_fieldtype, "int4") || !strcmp(pg_fieldtype, "numer… in validate_shape_column_against_pg_column()
1133 if (!strcmp(pg_fieldtype, "float8") || !strcmp(pg_fieldtype, "numeric")) in validate_shape_column_against_pg_column()
1139 if (!strcmp(pg_fieldtype, "boolean")) in validate_shape_column_against_pg_column()
1156 char *pg_fieldname, *pg_fieldtype; in validate_remote_loader_columns() local
1211 pg_fieldtype = PQgetvalue(result, j, PQfnumber(result, "type")); in validate_remote_loader_columns()
1217 ret = validate_shape_column_against_pg_column(state->types[i], pg_fieldtype); in validate_remote_loader_columns()
/dports/databases/postgis25/postgis-2.5.5/loader/
H A Dshp2pgsql-gui.c1109 validate_shape_column_against_pg_column(int dbf_fieldtype, char *pg_fieldtype) in validate_shape_column_against_pg_column() argument
1115 if (!strcmp(pg_fieldtype, "varchar")) in validate_shape_column_against_pg_column()
1121 if (!strcmp(pg_fieldtype, "date")) in validate_shape_column_against_pg_column()
1127 …if (!strcmp(pg_fieldtype, "int2") || !strcmp(pg_fieldtype, "int4") || !strcmp(pg_fieldtype, "numer… in validate_shape_column_against_pg_column()
1133 if (!strcmp(pg_fieldtype, "float8") || !strcmp(pg_fieldtype, "numeric")) in validate_shape_column_against_pg_column()
1139 if (!strcmp(pg_fieldtype, "boolean")) in validate_shape_column_against_pg_column()
1156 char *pg_fieldname, *pg_fieldtype; in validate_remote_loader_columns() local
1211 pg_fieldtype = PQgetvalue(result, j, PQfnumber(result, "type")); in validate_remote_loader_columns()
1217 ret = validate_shape_column_against_pg_column(state->types[i], pg_fieldtype); in validate_remote_loader_columns()
/dports/databases/phppgadmin/phppgadmin-REL_7-13-0/
H A Dsql.php47 …echo "<td style=\"white-space:nowrap;\">", $misc->printVal($v, pg_fieldtype($rs, $k), array('null'…
/dports/chinese/phpbb-tw/phpBB2/db/
H A Dpostgres7.php227 return ( $query_id ) ? @pg_fieldtype($query_id, $offset) : false;
/dports/www/phpbb/phpBB2/db/
H A Dpostgres7.php227 return ( $query_id ) ? @pg_fieldtype($query_id, $offset) : false;
/dports/devel/rth/rth/adodb-4.65/drivers/
H A Dadodb-postgres64.inc.php863 if (pg_fieldtype($qid,$i) == 'bytea') {
890 $o->type = @pg_fieldtype($this->_queryID,$off);
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/drivers/
H A Dadodb-postgres64.inc.php873 if (pg_fieldtype($qid,$i) == 'bytea') {
900 $o->type = @pg_fieldtype($this->_queryID,$off);
/dports/deskutils/moregroupware/moregroupware/include/adodb/drivers/
H A Dadodb-postgres64.inc.php893 if (pg_fieldtype($qid,$i) == 'bytea') {
920 $o->type = @pg_fieldtype($this->_queryID,$off);
/dports/devel/truc/truc_0.12.0/adodb-4.65/drivers/
H A Dadodb-postgres64.inc.php863 if (pg_fieldtype($qid,$i) == 'bytea') {
890 $o->type = @pg_fieldtype($this->_queryID,$off);
/dports/databases/pear-MDB/MDB-1.3.0/MDB/
H A Dpgsql.php1382 $res[$i]['type'] = @pg_fieldtype ($id, $i);
1392 $res[$i]['type'] = @pg_fieldtype ($id, $i);
/dports/www/gallery2/gallery2/lib/adodb/drivers/
H A Dadodb-postgres64.inc.php907 if (pg_fieldtype($qid,$i) == 'bytea') {
934 $o->type = @pg_fieldtype($this->_queryID,$off);

123