Wraps a value to explicitly specify the target PostgreSQL type.
Useful for handling type ambiguities, e.g., with arrays.
INVALID_ARGUMENT if value is itself a PgTyped.
INVALID_ARGUMENT
PostgreSQL type name to which the value should be cast.
Value to embed in the query (avoid using with data classes where this is added automatically!).