Skip to main content
Go to Latest
class pg_stat_statements
extends Model
import { pg_stat_statements } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

tableName: string

Static Properties

blk_read_time: { data_type: string; is_nullable: string; }
blk_write_time: { data_type: string; is_nullable: string; }
calls: { data_type: string; is_nullable: string; }
dbid: { data_type: string; is_nullable: string; }
local_blks_dirtied: { data_type: string; is_nullable: string; }
local_blks_hit: { data_type: string; is_nullable: string; }
local_blks_read: { data_type: string; is_nullable: string; }
local_blks_written: { data_type: string; is_nullable: string; }
max_exec_time: { data_type: string; is_nullable: string; }
max_plan_time: { data_type: string; is_nullable: string; }
mean_exec_time: { data_type: string; is_nullable: string; }
mean_plan_time: { data_type: string; is_nullable: string; }
min_exec_time: { data_type: string; is_nullable: string; }
min_plan_time: { data_type: string; is_nullable: string; }
plans: { data_type: string; is_nullable: string; }
query: { data_type: string; is_nullable: string; }
queryid: { data_type: string; is_nullable: string; }
rows: { data_type: string; is_nullable: string; }
shared_blks_dirtied: { data_type: string; is_nullable: string; }
shared_blks_hit: { data_type: string; is_nullable: string; }
shared_blks_read: { data_type: string; is_nullable: string; }
shared_blks_written: { data_type: string; is_nullable: string; }
stddev_exec_time: { data_type: string; is_nullable: string; }
stddev_plan_time: { data_type: string; is_nullable: string; }
temp_blks_read: { data_type: string; is_nullable: string; }
temp_blks_written: { data_type: string; is_nullable: string; }
total_exec_time: { data_type: string; is_nullable: string; }
total_plan_time: { data_type: string; is_nullable: string; }
userid: { data_type: string; is_nullable: string; }
wal_bytes: { data_type: string; is_nullable: string; }
wal_fpi: { data_type: string; is_nullable: string; }
wal_records: { data_type: string; is_nullable: string; }
interface pg_stat_statements
import { type pg_stat_statements } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

blk_read_time: number
shared_blks_dirtied: number
local_blks_written: number
temp_blks_read: number
temp_blks_written: number
calls: number
wal_fpi: number
rows: number
total_exec_time: number
stddev_plan_time: number
shared_blks_hit: number
dbid: undefined
mean_exec_time: number
min_exec_time: number
shared_blks_written: number
plans: number
shared_blks_read: number
local_blks_dirtied: number
wal_bytes: number
max_plan_time: number
wal_records: number
total_plan_time: number
blk_write_time: number
stddev_exec_time: number
local_blks_read: number
query: string
local_blks_hit: number
userid: undefined
queryid: number
max_exec_time: number
mean_plan_time: number
min_plan_time: number