Searched defs:OnOrUsing (Results 1 – 4 of 4) sorted by relevance
15242 typedef struct OnOrUsing OnOrUsing; typedef19171 struct OnOrUsing { struct19172 Expr *pOn; /* The ON clause of a join */19173 IdList *pUsing; /* The USING clause of a join */
15367 typedef struct OnOrUsing OnOrUsing; typedef19311 struct OnOrUsing { struct19312 Expr *pOn; /* The ON clause of a join */19313 IdList *pUsing; /* The USING clause of a join */
15410 typedef struct OnOrUsing OnOrUsing; typedef19354 struct OnOrUsing { struct19355 Expr *pOn; /* The ON clause of a join */19356 IdList *pUsing; /* The USING clause of a join */