Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PgCustomColumnBuilder

class PgCustomColumnBuilder<T extends ColumnBuilderBaseConfig> extends PgColumnBuilder<PgCustomColumnBuilderHKT, T, {
fieldConfig: CustomTypeValues["config"];
customTypeParams: CustomTypeParams<any>;
}
, {
pgColumnBuilderBrand: "PgCustomColumnBuilderBrand";
}
>
{
constructor(
name: T["name"],
fieldConfig: CustomTypeValues["config"],
customTypeParams: CustomTypeParams<any>,
);
}

§Type Parameters

§Extends

§
PgColumnBuilder<PgCustomColumnBuilderHKT, T, {
fieldConfig: CustomTypeValues["config"];
customTypeParams: CustomTypeParams<any>;
}
, {
pgColumnBuilderBrand: "PgCustomColumnBuilderBrand";
}
>
[src]

§Constructors

§
new PgCustomColumnBuilder(name: T["name"], fieldConfig: CustomTypeValues["config"], customTypeParams: CustomTypeParams<any>)
[src]