|
PostgreSQL Source Code git master
|
#include "nodes/primnodes.h"

Go to the source code of this file.
Data Structures | |
| struct | SubscriptRoutines |
Typedefs | |
| typedef struct ParseState | ParseState |
| typedef struct SubscriptingRefState | SubscriptingRefState |
| typedef struct SubscriptExecSteps | SubscriptExecSteps |
| typedef void(* | SubscriptTransform) (SubscriptingRef *sbsref, List *indirection, ParseState *pstate, bool isSlice, bool isAssignment) |
| typedef void(* | SubscriptExecSetup) (const SubscriptingRef *sbsref, SubscriptingRefState *sbsrefstate, SubscriptExecSteps *methods) |
| typedef struct SubscriptRoutines | SubscriptRoutines |
| typedef struct ParseState ParseState |
Definition at line 19 of file subscripting.h.
| typedef void(* SubscriptExecSetup) (const SubscriptingRef *sbsref, SubscriptingRefState *sbsrefstate, SubscriptExecSteps *methods) |
Definition at line 153 of file subscripting.h.
| typedef struct SubscriptExecSteps SubscriptExecSteps |
Definition at line 21 of file subscripting.h.
| typedef struct SubscriptingRefState SubscriptingRefState |
Definition at line 20 of file subscripting.h.
| typedef struct SubscriptRoutines SubscriptRoutines |
| typedef void(* SubscriptTransform) (SubscriptingRef *sbsref, List *indirection, ParseState *pstate, bool isSlice, bool isAssignment) |
Definition at line 95 of file subscripting.h.