typedefenum CoercionCodes
{
COERCION_CODE_IMPLICIT = 'i', /* coercion in context of expression */
COERCION_CODE_ASSIGNMENT = 'a', /* coercion in context of assignment */
COERCION_CODE_EXPLICIT = 'e', /* explicit cast operation */
} CoercionCodes;
/* *Theallowablevaluesforpg_cast.castmethodarespecifiedbythisenum. *Sincecastmethodisstoredasa"char",weuseASCIIcodesforhuman *convenienceinreadingthetable.
*/ typedefenum CoercionMethod
{
COERCION_METHOD_FUNCTION = 'f', /* use a function */
COERCION_METHOD_BINARY = 'b', /* types are binary-compatible */
COERCION_METHOD_INOUT = 'i', /* use input/output functions */
} CoercionMethod;
#endif/* EXPOSE_TO_CLIENT_CODE */
extern ObjectAddress CastCreate(Oid sourcetypeid,
Oid targettypeid,
Oid funcid,
Oid incastid,
Oid outcastid, char castcontext, char castmethod,
DependencyType behavior);
#endif/* PG_CAST_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet am 2026-08-08)
¤
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.