Home
last modified time | relevance | path

Searched refs:PQexec (Results 1 – 25 of 4106) sorted by relevance

12345678910>>...165

/dports/databases/p5-Pg/Pg-2.1.1/examples/
H A Dexample.oldstyle92 $result = PQexec($conn, "DROP DATABASE $dbname");
141 $result = PQexec($conn, "COPY person TO STDOUT");
159 $result = PQexec($conn, "BEGIN");
163 $result = PQexec($conn, "DELETE FROM person");
181 $result = PQexec($conn, "END");
187 $result = PQexec($conn, "SELECT * FROM person");
212 $result = PQexec($conn, "NOTIFY person");
218 $result = PQexec($conn, "LISTEN person");
232 $result = PQexec($conn, "SELECT * FROM person");
248 $result = PQexec($conn, "BEGIN");
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/mimetype/agent_tests/Unit/finder/
H A DtestOtheFunctions.c53 result = PQexec(pgConn, SQL); in DBInit()
64 result = PQexec(pgConn, SQL); in DBInit()
76 result = PQexec(pgConn, SQL); in DBInit()
88 result = PQexec(pgConn, SQL); in DBInit()
100 result = PQexec(pgConn, SQL); in DBInit()
112 result = PQexec(pgConn, SQL); in DBInit()
122 result = PQexec(pgConn, SQL); in DBInit()
133 result = PQexec(pgConn, SQL); in DBInit()
157 result = PQexec(pgConn, SQL); in DBClean()
168 result = PQexec(pgConn, SQL); in DBClean()
[all …]
H A DtestDBCheckMime.c50 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
61 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
73 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
85 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
97 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
109 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
119 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
130 result = PQexec(pgConn, SQL); in DBCheckMimeInit()
154 result = PQexec(pgConn, SQL); in DBCheckMimeClean()
165 result = PQexec(pgConn, SQL); in DBCheckMimeClean()
[all …]
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvpgsql.c104 pgres=PQexec(pgc, "BEGIN"); in pg_begin()
118 pgres=PQexec(pgc, "END"); in pg_end()
178 pgres=PQexec(pgc, SqlBufCreate); in vauth_create_table()
307 pgres=PQexec(pgc, SqlBufRead); in vauth_getpw()
371 pgres=PQexec(pgc, SqlBufUpdate); in vauth_deldomain()
432 pgres=PQexec(pgc, SqlBufUpdate); in vauth_deluser()
442 pgres=PQexec(pgc, SqlBufUpdate); in vauth_deluser()
653 pgres=PQexec(pgc, SqlBufUpdate); in vauth_setpw()
834 pgres=PQexec(pgc, SqlBufRead); in vget_ip_map()
1227 pgres=PQexec(pgc, SqlBufRead); in vget_lastauth()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/pkgagent/agent_tests/Unit/
H A DtestGetMetadataDebBinary.c44 result = PQexec(db_conn, SQL); in prepare_Database()
56 result = PQexec(db_conn, SQL); in prepare_Database()
66 result = PQexec(db_conn, SQL); in prepare_Database()
76 result = PQexec(db_conn, SQL); in prepare_Database()
89 result = PQexec(db_conn, SQL); in prepare_Database()
101 result = PQexec(db_conn, SQL); in prepare_Database()
114 result = PQexec(db_conn, SQL); in prepare_Database()
128 result = PQexec(db_conn, SQL); in prepare_Database()
142 result = PQexec(db_conn, SQL); in prepare_Database()
153 result = PQexec(db_conn, SQL); in prepare_Database()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/c/
H A Dlibfossagent.c189 result = PQexec(pgConn, sql); in fo_GetAgentKey()
243 result = PQexec(pgConn, sql); in fo_WriteARS()
248 result = PQexec(pgConn, sql); in fo_WriteARS()
267 result = PQexec(pgConn, sql); in fo_WriteARS()
296 result = PQexec(pgConn, sql); in fo_CreateARSTable()
348 result = PQexec(pgConn, SQL); in getEffectivePermissionOnUpload()
362 result = PQexec(pgConn, SQL); in getEffectivePermissionOnUpload()
391 result = PQexec(pgConn, SQL); in GetUploadPerm()
427 result = PQexec(pgConn, SQL); in GetUploadtreeTableName()
457 result = PQexec(pgConn, SQL); in checkDuplicateReq()
[all …]
/dports/net-im/jabberd/jabberd-2.7.0/storage/
H A Dstorage_pgsql.c248 res = PQexec(data->conn, left); in _st_pgsql_put_guts()
282 res = PQexec(data->conn, "BEGIN;"); in _st_pgsql_put()
319 res = PQexec(data->conn, "COMMIT;"); in _st_pgsql_put()
364 res = PQexec(data->conn, buf); in _st_pgsql_get()
370 res = PQexec(data->conn, buf); in _st_pgsql_get()
479 res = PQexec(data->conn, buf); in _st_pgsql_count()
485 res = PQexec(data->conn, buf); in _st_pgsql_count()
544 res = PQexec(data->conn, buf); in _st_pgsql_delete()
550 res = PQexec(data->conn, buf); in _st_pgsql_delete()
571 res = PQexec(data->conn, "BEGIN;"); in _st_pgsql_replace()
[all …]
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/dbdrivers/
H A Ddbd_pgsql.c100 PGresult *res = PQexec(pqc, statement); in pgsql_get_auth_secrets()
129 PGresult *res = PQexec(pqc, statement); in pgsql_get_user_key()
167 PGresult *res = PQexec(pqc, statement); in pgsql_get_oauth_key()
201 PGresult *res = PQexec(pqc, statement); in pgsql_list_oauth_keys()
255 PGresult *res = PQexec(pqc, statement); in pgsql_set_user_key()
261 res = PQexec(pqc, statement); in pgsql_set_user_key()
292 res = PQexec(pqc, statement); in pgsql_set_oauth_key()
315 PGresult *res = PQexec(pqc, statement); in pgsql_del_user()
360 PGresult *res = PQexec(pqc, statement); in pgsql_list_users()
718 res = PQexec(pqc, statement); in pgsql_get_ip_list()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/test/expected/
H A Dpreproc-cursor.stderr9 [NO_PID]: ecpg_execute on line 43: using PQexec
15 [NO_PID]: ecpg_execute on line 46: using PQexec
21 [NO_PID]: ecpg_execute on line 47: using PQexec
27 [NO_PID]: ecpg_execute on line 50: using PQexec
33 [NO_PID]: ecpg_execute on line 51: using PQexec
39 [NO_PID]: ecpg_execute on line 52: using PQexec
45 [NO_PID]: ecpg_execute on line 53: using PQexec
51 [NO_PID]: ecpg_execute on line 54: using PQexec
61 [NO_PID]: ecpg_execute on line 67: using PQexec
67 [NO_PID]: ecpg_execute on line 70: using PQexec
[all …]

12345678910>>...165