overrideValueType | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/whdboverrideValueTypeFunction overrideValueTypeoverrideValueType<T extends keyof Bindables>( value: Bindables[T][0], type: T,): Expression<Bindables[T][1]>Overrides the type of a value for use in Kysely expressions (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 Expression<Bindables[T][1]>An expression that can be used in SQL queries SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Overrides the type of a value for use in Kysely expressions (not all types are auto-detected, like UUID's or (+/-)Infinity for timestamps)