import { TypeBase } from "https://dotland.deno.dev/x/pg_mem@3.0.3/datatypes/datatype-base.ts";
Methods
canConvertImplicit(to: _IType<TRaw>): boolean | nil
Can constant literals be converted implicitely (without a cast... i.e. you can use both values as different values of a case expression, for instance)
optional
doCanConvertImplicit(to: _IType<TRaw>): booleandrop(t: _Transaction): void
hash(value: any): string | number | null
When performing 'a+b', will be given 'b' type, this returns the prefered resulting type, or null if they are not compatible
toString(): string