Home
last modified time | relevance | path

Searched refs:PGSQL_CONV_IGNORE_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pgsql/
H A Dphp_pgsql.h65 #define PGSQL_CONV_IGNORE_DEFAULT (1<<1) /* Do not use DEFAULT value by removing field from r… macro
68 #define PGSQL_CONV_OPTS (PGSQL_CONV_IGNORE_DEFAULT|PGSQL_CONV_FORCE_NULL|PGSQL_CONV_IGN…
H A Dpgsql.stub.php389 const PGSQL_CONV_IGNORE_DEFAULT = UNKNOWN; define
H A Dpgsql_arginfo.h778 REGISTER_LONG_CONSTANT("PGSQL_CONV_IGNORE_DEFAULT", PGSQL_CONV_IGNORE_DEFAULT, CONST_PERSISTENT); in register_pgsql_symbols()
H A Dpgsql.c4526 if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_TYPE_P(has_default) == IS_TRUE) { \

Completed in 23 milliseconds