/* *Datastructureneededbytheparsercallbackhookstoresolveparameter *referencesduringparsingofaSQLfunction'sbody.Thisisseparatefrom *SQLFunctionCachesincewesometimesdoparsingseparatelyfromexecution.
*/ typedefstruct SQLFunctionParseInfo
{ char *fname; /* function's name */ int nargs; /* number of input arguments */
Oid *argtypes; /* resolved types of input arguments */ char **argnames; /* names of input arguments; NULL if none */ /* Note that argnames[i] can be NULL, if some args are unnamed */
Oid collation; /* function's input collation, if known */
} SQLFunctionParseInfo;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.