PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
JsonCoercion * | null |
JsonCoercion * | string |
JsonCoercion * | numeric |
JsonCoercion * | boolean |
JsonCoercion * | date |
JsonCoercion * | time |
JsonCoercion * | timetz |
JsonCoercion * | timestamp |
JsonCoercion * | timestamptz |
JsonCoercion * | composite |
Definition at line 1431 of file primnodes.h.
JsonCoercion* JsonItemCoercions::boolean |
Definition at line 1437 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::composite |
Definition at line 1443 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::date |
Definition at line 1438 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::null |
Definition at line 1434 of file primnodes.h.
Referenced by ExecInitExprRec(), expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::numeric |
Definition at line 1436 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::string |
Definition at line 1435 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::time |
Definition at line 1439 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::timestamp |
Definition at line 1441 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::timestamptz |
Definition at line 1442 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
JsonCoercion* JsonItemCoercions::timetz |
Definition at line 1440 of file primnodes.h.
Referenced by expression_tree_mutator(), expression_tree_walker(), and initJsonItemCoercions().
NodeTag JsonItemCoercions::type |
Definition at line 1433 of file primnodes.h.