PostgreSQL Source Code
git master
|
#include "nodes/primnodes.h"
Go to the source code of this file.
Data Structures | |
struct | SubscriptRoutines |
Typedefs | |
typedef void(* | SubscriptTransform) (SubscriptingRef *sbsref, List *indirection, struct ParseState *pstate, bool isSlice, bool isAssignment) |
typedef void(* | SubscriptExecSetup) (const SubscriptingRef *sbsref, struct SubscriptingRefState *sbsrefstate, struct SubscriptExecSteps *methods) |
typedef struct SubscriptRoutines | SubscriptRoutines |
typedef void(* SubscriptExecSetup) (const SubscriptingRef *sbsref, struct SubscriptingRefState *sbsrefstate, struct SubscriptExecSteps *methods) |
Definition at line 153 of file subscripting.h.
typedef struct SubscriptRoutines SubscriptRoutines |
typedef void(* SubscriptTransform) (SubscriptingRef *sbsref, List *indirection, struct ParseState *pstate, bool isSlice, bool isAssignment) |
Definition at line 95 of file subscripting.h.