Home
last modified time | relevance | path

Searched refs:statement_name (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pgsql/
H A Dpgsql.stub.php542 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… argument
546 * @param string|array $statement_name
549 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} argument
899 …function pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int… argument
901 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int… argument
974 …function pg_close_stmt(Pgsql\Connection $connection, string $statement_name): Pgsql\Result|false {}
H A Dpgsql_arginfo.h65 ZEND_ARG_TYPE_INFO(0, statement_name, IS_STRING, 0)
71 ZEND_ARG_INFO(0, statement_name)
378 ZEND_ARG_TYPE_INFO(0, statement_name, IS_STRING, 0)
384 ZEND_ARG_TYPE_INFO(0, statement_name, IS_STRING, 0)
501 ZEND_ARG_TYPE_INFO(0, statement_name, IS_STRING, 0)

Completed in 13 milliseconds