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

PgReal

class PgReal<T extends ColumnBaseConfig> extends PgColumn<PgRealHKT, T> {
constructor(table: AnyPgTable<{
name: T["tableName"];
}
>
, config: PgRealBuilder<T>["config"]);
mapFromDriverValue: (value: string | number) => number;
 
getSQLType(): string;
}

§Type Parameters

§Extends

§
PgColumn<PgRealHKT, T>
[src]

§Constructors

§
new PgReal(table: AnyPgTable<{
name: T["tableName"];
}
>
, config: PgRealBuilder<T>["config"])
[src]

§Properties

§
mapFromDriverValue: (value: string | number) => number
[src]

§Methods

§
getSQLType(): string
[src]