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
§
T extends ColumnBuilderBaseConfig
[src]§Extends
§
PgColumnBuilder<PgCustomColumnBuilderHKT, T, {
[src]fieldConfig: CustomTypeValues["config"];
customTypeParams: CustomTypeParams<any>;
}, {pgColumnBuilderBrand: "PgCustomColumnBuilderBrand";
}>§Constructors
§
new PgCustomColumnBuilder(name: T["name"], fieldConfig: CustomTypeValues["config"], customTypeParams: CustomTypeParams<any>)
[src]