overrideQueryArgType | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/whdboverrideQueryArgTypeFunction overrideQueryArgTypeoverrideQueryArgType<T extends keyof Bindables>( value: Bindables[T][0], type: T,): unknownOverrides the type of a value for arguments of query() (not all types are auto-detected, like UUID's or (+/-)Infinity for timestamps) Type ParametersT extends keyof BindablesParametersvalue: Bindables[T][0]Value type: T'Real' type of the value (to send to PostgreSQL) Returns unknownThe value wrapped in an objects that forces the encoding of that value to the specified type when used as argument to query(). SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Overrides the type of a value for arguments of query() (not all types are auto-detected, like UUID's or (+/-)Infinity for timestamps)