pgcatalog

package
v0.0.0-...-de94dfd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package pgcatalog contains generated code for schema 'pg_catalog'.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ASCII

func ASCII(ctx context.Context, db DB, p0 string) (int, error)

ASCII calls the stored function 'pg_catalog.ascii(text) integer' on db.

func AbbrevByCidr

func AbbrevByCidr(ctx context.Context, db DB, p0 pgtypes.Cidr) (string, error)

AbbrevByCidr calls the stored function 'pg_catalog.abbrev(cidr) text' on db.

func AbbrevByInet

func AbbrevByInet(ctx context.Context, db DB, p0 string) (string, error)

AbbrevByInet calls the stored function 'pg_catalog.abbrev(inet) text' on db.

func AbsByBigint

func AbsByBigint(ctx context.Context, db DB, p0 int64) (int64, error)

AbsByBigint calls the stored function 'pg_catalog.abs(bigint) bigint' on db.

func AbsByDoublePrecision

func AbsByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

AbsByDoublePrecision calls the stored function 'pg_catalog.abs(double precision) double precision' on db.

func AbsByInteger

func AbsByInteger(ctx context.Context, db DB, p0 int) (int, error)

AbsByInteger calls the stored function 'pg_catalog.abs(integer) integer' on db.

func AbsByNumeric

func AbsByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

AbsByNumeric calls the stored function 'pg_catalog.abs(numeric) numeric' on db.

func AbsByReal

func AbsByReal(ctx context.Context, db DB, p0 float32) (float32, error)

AbsByReal calls the stored function 'pg_catalog.abs(real) real' on db.

func AbsBySmallint

func AbsBySmallint(ctx context.Context, db DB, p0 int16) (int16, error)

AbsBySmallint calls the stored function 'pg_catalog.abs(smallint) smallint' on db.

func Aclcontains

func Aclcontains(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) (bool, error)

Aclcontains calls the stored function 'pg_catalog.aclcontains(aclitem, aclitem) boolean' on db.

func Acldefault

func Acldefault(ctx context.Context, db DB, p0 pgtypes.Char, p1 pgtypes.Oid) ([]pgtypes.Aclitem, error)

Acldefault calls the stored function 'pg_catalog.acldefault("char", oid) aclitem' on db.

func Aclexplode

func Aclexplode(ctx context.Context, db DB, acl []pgtypes.Aclitem) (pgtypes.Oid, pgtypes.Oid, string, bool, error)

Aclexplode calls the stored function 'pg_catalog.aclexplode(aclitem) (oid, oid, text, boolean)' on db.

func Aclinsert

func Aclinsert(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) ([]pgtypes.Aclitem, error)

Aclinsert calls the stored function 'pg_catalog.aclinsert(aclitem, aclitem) aclitem' on db.

func Aclitemeq

func Aclitemeq(ctx context.Context, db DB, p0, p1 pgtypes.Aclitem) (bool, error)

Aclitemeq calls the stored function 'pg_catalog.aclitemeq(aclitem, aclitem) boolean' on db.

func Aclremove

func Aclremove(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) ([]pgtypes.Aclitem, error)

Aclremove calls the stored function 'pg_catalog.aclremove(aclitem, aclitem) aclitem' on db.

func Acos

func Acos(ctx context.Context, db DB, p0 float64) (float64, error)

Acos calls the stored function 'pg_catalog.acos(double precision) double precision' on db.

func Acosd

func Acosd(ctx context.Context, db DB, p0 float64) (float64, error)

Acosd calls the stored function 'pg_catalog.acosd(double precision) double precision' on db.

func Acosh

func Acosh(ctx context.Context, db DB, p0 float64) (float64, error)

Acosh calls the stored function 'pg_catalog.acosh(double precision) double precision' on db.

func AgeByTimestampWithTimeZone

func AgeByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

AgeByTimestampWithTimeZone calls the stored function 'pg_catalog.age(timestamp with time zone) interval' on db.

func AgeByTimestampWithTimeZoneAndTimestampWithTimeZone

func AgeByTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)

AgeByTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.age(timestamp with time zone, timestamp with time zone) interval' on db.

func AgeByTimestampWithoutTimeZone

func AgeByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

AgeByTimestampWithoutTimeZone calls the stored function 'pg_catalog.age(timestamp without time zone) interval' on db.

func AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone

func AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)

AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.age(timestamp without time zone, timestamp without time zone) interval' on db.

func AgeByXid

func AgeByXid(ctx context.Context, db DB, p0 pgtypes.Xid) (int, error)

AgeByXid calls the stored function 'pg_catalog.age(xid) integer' on db.

func Amvalidate

func Amvalidate(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

Amvalidate calls the stored function 'pg_catalog.amvalidate(oid) boolean' on db.

func AnyarrayRecv

func AnyarrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Anyarray, error)

AnyarrayRecv calls the stored function 'pg_catalog.anyarray_recv(internal) anyarray' on db.

func AnyarraySend

func AnyarraySend(ctx context.Context, db DB, p0 pgtypes.Anyarray) ([]byte, error)

AnyarraySend calls the stored function 'pg_catalog.anyarray_send(anyarray) bytea' on db.

func AnycompatiblearrayRecv

func AnycompatiblearrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Anycompatiblearray, error)

AnycompatiblearrayRecv calls the stored function 'pg_catalog.anycompatiblearray_recv(internal) anycompatiblearray' on db.

func AnycompatiblearraySend

func AnycompatiblearraySend(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray) ([]byte, error)

AnycompatiblearraySend calls the stored function 'pg_catalog.anycompatiblearray_send(anycompatiblearray) bytea' on db.

func Anytextcat

func Anytextcat(ctx context.Context, db DB, p0 pgtypes.Anynonarray, p1 string) (string, error)

Anytextcat calls the stored function 'pg_catalog.anytextcat(anynonarray, text) text' on db.

func AreaByBox

func AreaByBox(ctx context.Context, db DB, p0 pgtypes.Box) (float64, error)

AreaByBox calls the stored function 'pg_catalog.area(box) double precision' on db.

func AreaByCircle

func AreaByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (float64, error)

AreaByCircle calls the stored function 'pg_catalog.area(circle) double precision' on db.

func AreaByPath

func AreaByPath(ctx context.Context, db DB, p0 pgtypes.Path) (float64, error)

AreaByPath calls the stored function 'pg_catalog.area(path) double precision' on db.

func Areajoinsel

func Areajoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Areajoinsel calls the stored function 'pg_catalog.areajoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Areasel

func Areasel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Areasel calls the stored function 'pg_catalog.areasel(internal, oid, internal, integer) double precision' on db.

func ArrayAggArrayFinalfn

func ArrayAggArrayFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error)

ArrayAggArrayFinalfn calls the stored function 'pg_catalog.array_agg_array_finalfn(internal, anyarray) anyarray' on db.

func ArrayAggArrayTransfn

func ArrayAggArrayTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyarray) (pgtypes.Internal, error)

ArrayAggArrayTransfn calls the stored function 'pg_catalog.array_agg_array_transfn(internal, anyarray) internal' on db.

func ArrayAggFinalfn

func ArrayAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anynonarray) (pgtypes.Anyarray, error)

ArrayAggFinalfn calls the stored function 'pg_catalog.array_agg_finalfn(internal, anynonarray) anyarray' on db.

func ArrayAggTransfn

func ArrayAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anynonarray) (pgtypes.Internal, error)

ArrayAggTransfn calls the stored function 'pg_catalog.array_agg_transfn(internal, anynonarray) internal' on db.

func ArrayAppend

ArrayAppend calls the stored function 'pg_catalog.array_append(anycompatiblearray, anycompatible) anycompatiblearray' on db.

func ArrayCat

ArrayCat calls the stored function 'pg_catalog.array_cat(anycompatiblearray, anycompatiblearray) anycompatiblearray' on db.

func ArrayDims

func ArrayDims(ctx context.Context, db DB, p0 pgtypes.Anyarray) (string, error)

ArrayDims calls the stored function 'pg_catalog.array_dims(anyarray) text' on db.

func ArrayEq

func ArrayEq(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

ArrayEq calls the stored function 'pg_catalog.array_eq(anyarray, anyarray) boolean' on db.

func ArrayFillByAnyelementAndInteger

func ArrayFillByAnyelementAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []int) (pgtypes.Anyarray, error)

ArrayFillByAnyelementAndInteger calls the stored function 'pg_catalog.array_fill(anyelement, integer) anyarray' on db.

func ArrayFillByAnyelementIntegerAndInteger

func ArrayFillByAnyelementIntegerAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1, p2 []int) (pgtypes.Anyarray, error)

ArrayFillByAnyelementIntegerAndInteger calls the stored function 'pg_catalog.array_fill(anyelement, integer, integer) anyarray' on db.

func ArrayGe

func ArrayGe(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

ArrayGe calls the stored function 'pg_catalog.array_ge(anyarray, anyarray) boolean' on db.

func ArrayGt

func ArrayGt(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

ArrayGt calls the stored function 'pg_catalog.array_gt(anyarray, anyarray) boolean' on db.

func ArrayLarger

func ArrayLarger(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error)

ArrayLarger calls the stored function 'pg_catalog.array_larger(anyarray, anyarray) anyarray' on db.

func ArrayLe

func ArrayLe(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

ArrayLe calls the stored function 'pg_catalog.array_le(anyarray, anyarray) boolean' on db.

func ArrayLength

func ArrayLength(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error)

ArrayLength calls the stored function 'pg_catalog.array_length(anyarray, integer) integer' on db.

func ArrayLower

func ArrayLower(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error)

ArrayLower calls the stored function 'pg_catalog.array_lower(anyarray, integer) integer' on db.

func ArrayLt

func ArrayLt(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

ArrayLt calls the stored function 'pg_catalog.array_lt(anyarray, anyarray) boolean' on db.

func ArrayNdims

func ArrayNdims(ctx context.Context, db DB, p0 pgtypes.Anyarray) (int, error)

ArrayNdims calls the stored function 'pg_catalog.array_ndims(anyarray) integer' on db.

func ArrayNe

func ArrayNe(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

ArrayNe calls the stored function 'pg_catalog.array_ne(anyarray, anyarray) boolean' on db.

func ArrayPositionByAnycompatiblearrayAndAnycompatible

func ArrayPositionByAnycompatiblearrayAndAnycompatible(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible) (int, error)

ArrayPositionByAnycompatiblearrayAndAnycompatible calls the stored function 'pg_catalog.array_position(anycompatiblearray, anycompatible) integer' on db.

func ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger

func ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible, p2 int) (int, error)

ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger calls the stored function 'pg_catalog.array_position(anycompatiblearray, anycompatible, integer) integer' on db.

func ArrayPositions

func ArrayPositions(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible) ([]int, error)

ArrayPositions calls the stored function 'pg_catalog.array_positions(anycompatiblearray, anycompatible) integer' on db.

func ArrayPrepend

ArrayPrepend calls the stored function 'pg_catalog.array_prepend(anycompatible, anycompatiblearray) anycompatiblearray' on db.

func ArrayRecv

func ArrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anyarray, error)

ArrayRecv calls the stored function 'pg_catalog.array_recv(internal, oid, integer) anyarray' on db.

func ArrayRemove

ArrayRemove calls the stored function 'pg_catalog.array_remove(anycompatiblearray, anycompatible) anycompatiblearray' on db.

func ArrayReplace

ArrayReplace calls the stored function 'pg_catalog.array_replace(anycompatiblearray, anycompatible, anycompatible) anycompatiblearray' on db.

func ArraySend

func ArraySend(ctx context.Context, db DB, p0 pgtypes.Anyarray) ([]byte, error)

ArraySend calls the stored function 'pg_catalog.array_send(anyarray) bytea' on db.

func ArraySmaller

func ArraySmaller(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error)

ArraySmaller calls the stored function 'pg_catalog.array_smaller(anyarray, anyarray) anyarray' on db.

func ArraySubscriptHandler

func ArraySubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

ArraySubscriptHandler calls the stored function 'pg_catalog.array_subscript_handler(internal) internal' on db.

func ArrayToJSONByAnyarray

func ArrayToJSONByAnyarray(ctx context.Context, db DB, p0 pgtypes.Anyarray) ([]byte, error)

ArrayToJSONByAnyarray calls the stored function 'pg_catalog.array_to_json(anyarray) json' on db.

func ArrayToJSONByAnyarrayAndBoolean

func ArrayToJSONByAnyarrayAndBoolean(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 bool) ([]byte, error)

ArrayToJSONByAnyarrayAndBoolean calls the stored function 'pg_catalog.array_to_json(anyarray, boolean) json' on db.

func ArrayToStringByAnyarrayAndText

func ArrayToStringByAnyarrayAndText(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 string) (string, error)

ArrayToStringByAnyarrayAndText calls the stored function 'pg_catalog.array_to_string(anyarray, text) text' on db.

func ArrayToStringByAnyarrayTextAndText

func ArrayToStringByAnyarrayTextAndText(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1, p2 string) (string, error)

ArrayToStringByAnyarrayTextAndText calls the stored function 'pg_catalog.array_to_string(anyarray, text, text) text' on db.

func ArrayToTsvector

func ArrayToTsvector(ctx context.Context, db DB, p0 StringSlice) (pgtypes.Tsvector, error)

ArrayToTsvector calls the stored function 'pg_catalog.array_to_tsvector(text) tsvector' on db.

func ArrayTypanalyze

func ArrayTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

ArrayTypanalyze calls the stored function 'pg_catalog.array_typanalyze(internal) boolean' on db.

func ArrayUnnestSupport

func ArrayUnnestSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

ArrayUnnestSupport calls the stored function 'pg_catalog.array_unnest_support(internal) internal' on db.

func ArrayUpper

func ArrayUpper(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error)

ArrayUpper calls the stored function 'pg_catalog.array_upper(anyarray, integer) integer' on db.

func Arraycontained

func Arraycontained(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

Arraycontained calls the stored function 'pg_catalog.arraycontained(anyarray, anyarray) boolean' on db.

func Arraycontains

func Arraycontains(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

Arraycontains calls the stored function 'pg_catalog.arraycontains(anyarray, anyarray) boolean' on db.

func Arraycontjoinsel

func Arraycontjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Arraycontjoinsel calls the stored function 'pg_catalog.arraycontjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Arraycontsel

func Arraycontsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Arraycontsel calls the stored function 'pg_catalog.arraycontsel(internal, oid, internal, integer) double precision' on db.

func Arrayoverlap

func Arrayoverlap(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error)

Arrayoverlap calls the stored function 'pg_catalog.arrayoverlap(anyarray, anyarray) boolean' on db.

func Asin

func Asin(ctx context.Context, db DB, p0 float64) (float64, error)

Asin calls the stored function 'pg_catalog.asin(double precision) double precision' on db.

func Asind

func Asind(ctx context.Context, db DB, p0 float64) (float64, error)

Asind calls the stored function 'pg_catalog.asind(double precision) double precision' on db.

func Asinh

func Asinh(ctx context.Context, db DB, p0 float64) (float64, error)

Asinh calls the stored function 'pg_catalog.asinh(double precision) double precision' on db.

func Atan

func Atan(ctx context.Context, db DB, p0 float64) (float64, error)

Atan calls the stored function 'pg_catalog.atan(double precision) double precision' on db.

func Atan2

func Atan2(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Atan2 calls the stored function 'pg_catalog.atan2(double precision, double precision) double precision' on db.

func Atan2d

func Atan2d(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Atan2d calls the stored function 'pg_catalog.atan2d(double precision, double precision) double precision' on db.

func Atand

func Atand(ctx context.Context, db DB, p0 float64) (float64, error)

Atand calls the stored function 'pg_catalog.atand(double precision) double precision' on db.

func Atanh

func Atanh(ctx context.Context, db DB, p0 float64) (float64, error)

Atanh calls the stored function 'pg_catalog.atanh(double precision) double precision' on db.

func Bernoulli

func Bernoulli(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TsmHandler, error)

Bernoulli calls the stored function 'pg_catalog.bernoulli(internal) tsm_handler' on db.

func Big5ToEucTw

func Big5ToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Big5ToEucTw calls the stored function 'pg_catalog.big5_to_euc_tw(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Big5ToMic

func Big5ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Big5ToMic calls the stored function 'pg_catalog.big5_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Big5ToUTF8

func Big5ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Big5ToUTF8 calls the stored function 'pg_catalog.big5_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func BinaryUpgradeCreateEmptyExtension

func BinaryUpgradeCreateEmptyExtension(ctx context.Context, db DB, p0, p1 string, p2 bool, p3 string, p4 []pgtypes.Oid, p5, p6 StringSlice) error

BinaryUpgradeCreateEmptyExtension calls the stored function 'pg_catalog.binary_upgrade_create_empty_extension(text, text, boolean, text, oid, text, text)' on db.

func BinaryUpgradeSetMissingValue

func BinaryUpgradeSetMissingValue(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) error

BinaryUpgradeSetMissingValue calls the stored function 'pg_catalog.binary_upgrade_set_missing_value(oid, text, text)' on db.

func BinaryUpgradeSetNextArrayPgTypeOid

func BinaryUpgradeSetNextArrayPgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextArrayPgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_array_pg_type_oid(oid)' on db.

func BinaryUpgradeSetNextHeapPgClassOid

func BinaryUpgradeSetNextHeapPgClassOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextHeapPgClassOid calls the stored function 'pg_catalog.binary_upgrade_set_next_heap_pg_class_oid(oid)' on db.

func BinaryUpgradeSetNextIndexPgClassOid

func BinaryUpgradeSetNextIndexPgClassOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextIndexPgClassOid calls the stored function 'pg_catalog.binary_upgrade_set_next_index_pg_class_oid(oid)' on db.

func BinaryUpgradeSetNextMultirangeArrayPgTypeOid

func BinaryUpgradeSetNextMultirangeArrayPgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextMultirangeArrayPgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_multirange_array_pg_type_oid(oid)' on db.

func BinaryUpgradeSetNextMultirangePgTypeOid

func BinaryUpgradeSetNextMultirangePgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextMultirangePgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_multirange_pg_type_oid(oid)' on db.

func BinaryUpgradeSetNextPgAuthidOid

func BinaryUpgradeSetNextPgAuthidOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextPgAuthidOid calls the stored function 'pg_catalog.binary_upgrade_set_next_pg_authid_oid(oid)' on db.

func BinaryUpgradeSetNextPgEnumOid

func BinaryUpgradeSetNextPgEnumOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextPgEnumOid calls the stored function 'pg_catalog.binary_upgrade_set_next_pg_enum_oid(oid)' on db.

func BinaryUpgradeSetNextPgTypeOid

func BinaryUpgradeSetNextPgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextPgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_pg_type_oid(oid)' on db.

func BinaryUpgradeSetNextToastPgClassOid

func BinaryUpgradeSetNextToastPgClassOid(ctx context.Context, db DB, p0 pgtypes.Oid) error

BinaryUpgradeSetNextToastPgClassOid calls the stored function 'pg_catalog.binary_upgrade_set_next_toast_pg_class_oid(oid)' on db.

func BinaryUpgradeSetRecordInitPrivs

func BinaryUpgradeSetRecordInitPrivs(ctx context.Context, db DB, p0 bool) error

BinaryUpgradeSetRecordInitPrivs calls the stored function 'pg_catalog.binary_upgrade_set_record_init_privs(boolean)' on db.

func BitByBigintAndInteger

func BitByBigintAndInteger(ctx context.Context, db DB, p0 int64, p1 int) (uint8, error)

BitByBigintAndInteger calls the stored function 'pg_catalog.bit(bigint, integer) bit' on db.

func BitByBitIntegerAndBoolean

func BitByBitIntegerAndBoolean(ctx context.Context, db DB, p0 uint8, p1 int, p2 bool) (uint8, error)

BitByBitIntegerAndBoolean calls the stored function 'pg_catalog.bit(bit, integer, boolean) bit' on db.

func BitByIntegerAndInteger

func BitByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (uint8, error)

BitByIntegerAndInteger calls the stored function 'pg_catalog.bit(integer, integer) bit' on db.

func BitCountByBit

func BitCountByBit(ctx context.Context, db DB, p0 uint8) (int64, error)

BitCountByBit calls the stored function 'pg_catalog.bit_count(bit) bigint' on db.

func BitCountByBytea

func BitCountByBytea(ctx context.Context, db DB, p0 []byte) (int64, error)

BitCountByBytea calls the stored function 'pg_catalog.bit_count(bytea) bigint' on db.

func BitLengthByBit

func BitLengthByBit(ctx context.Context, db DB, p0 uint8) (int, error)

BitLengthByBit calls the stored function 'pg_catalog.bit_length(bit) integer' on db.

func BitLengthByBytea

func BitLengthByBytea(ctx context.Context, db DB, p0 []byte) (int, error)

BitLengthByBytea calls the stored function 'pg_catalog.bit_length(bytea) integer' on db.

func BitLengthByText

func BitLengthByText(ctx context.Context, db DB, p0 string) (int, error)

BitLengthByText calls the stored function 'pg_catalog.bit_length(text) integer' on db.

func BitRecv

func BitRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (uint8, error)

BitRecv calls the stored function 'pg_catalog.bit_recv(internal, oid, integer) bit' on db.

func BitSend

func BitSend(ctx context.Context, db DB, p0 uint8) ([]byte, error)

BitSend calls the stored function 'pg_catalog.bit_send(bit) bytea' on db.

func Bitand

func Bitand(ctx context.Context, db DB, p0, p1 uint8) (uint8, error)

Bitand calls the stored function 'pg_catalog.bitand(bit, bit) bit' on db.

func Bitcat

func Bitcat(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

Bitcat calls the stored function 'pg_catalog.bitcat(bit varying, bit varying) bit varying' on db.

func Bitcmp

func Bitcmp(ctx context.Context, db DB, p0, p1 uint8) (int, error)

Bitcmp calls the stored function 'pg_catalog.bitcmp(bit, bit) integer' on db.

func Biteq

func Biteq(ctx context.Context, db DB, p0, p1 uint8) (bool, error)

Biteq calls the stored function 'pg_catalog.biteq(bit, bit) boolean' on db.

func Bitge

func Bitge(ctx context.Context, db DB, p0, p1 uint8) (bool, error)

Bitge calls the stored function 'pg_catalog.bitge(bit, bit) boolean' on db.

func Bitgt

func Bitgt(ctx context.Context, db DB, p0, p1 uint8) (bool, error)

Bitgt calls the stored function 'pg_catalog.bitgt(bit, bit) boolean' on db.

func Bitle

func Bitle(ctx context.Context, db DB, p0, p1 uint8) (bool, error)

Bitle calls the stored function 'pg_catalog.bitle(bit, bit) boolean' on db.

func Bitlt

func Bitlt(ctx context.Context, db DB, p0, p1 uint8) (bool, error)

Bitlt calls the stored function 'pg_catalog.bitlt(bit, bit) boolean' on db.

func Bitne

func Bitne(ctx context.Context, db DB, p0, p1 uint8) (bool, error)

Bitne calls the stored function 'pg_catalog.bitne(bit, bit) boolean' on db.

func Bitnot

func Bitnot(ctx context.Context, db DB, p0 uint8) (uint8, error)

Bitnot calls the stored function 'pg_catalog.bitnot(bit) bit' on db.

func Bitor

func Bitor(ctx context.Context, db DB, p0, p1 uint8) (uint8, error)

Bitor calls the stored function 'pg_catalog.bitor(bit, bit) bit' on db.

func Bitshiftleft

func Bitshiftleft(ctx context.Context, db DB, p0 uint8, p1 int) (uint8, error)

Bitshiftleft calls the stored function 'pg_catalog.bitshiftleft(bit, integer) bit' on db.

func Bitshiftright

func Bitshiftright(ctx context.Context, db DB, p0 uint8, p1 int) (uint8, error)

Bitshiftright calls the stored function 'pg_catalog.bitshiftright(bit, integer) bit' on db.

func Bittypmodin

func Bittypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Bittypmodin calls the stored function 'pg_catalog.bittypmodin(cstring) integer' on db.

func Bitxor

func Bitxor(ctx context.Context, db DB, p0, p1 uint8) (uint8, error)

Bitxor calls the stored function 'pg_catalog.bitxor(bit, bit) bit' on db.

func BoolAccum

func BoolAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 bool) (pgtypes.Internal, error)

BoolAccum calls the stored function 'pg_catalog.bool_accum(internal, boolean) internal' on db.

func BoolAccumInv

func BoolAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 bool) (pgtypes.Internal, error)

BoolAccumInv calls the stored function 'pg_catalog.bool_accum_inv(internal, boolean) internal' on db.

func BoolAlltrue

func BoolAlltrue(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

BoolAlltrue calls the stored function 'pg_catalog.bool_alltrue(internal) boolean' on db.

func BoolAnytrue

func BoolAnytrue(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

BoolAnytrue calls the stored function 'pg_catalog.bool_anytrue(internal) boolean' on db.

func BoolByInteger

func BoolByInteger(ctx context.Context, db DB, p0 int) (bool, error)

BoolByInteger calls the stored function 'pg_catalog.bool(integer) boolean' on db.

func BoolByJsonb

func BoolByJsonb(ctx context.Context, db DB, p0 []byte) (bool, error)

BoolByJsonb calls the stored function 'pg_catalog.bool(jsonb) boolean' on db.

func BoolandStatefunc

func BoolandStatefunc(ctx context.Context, db DB, p0, p1 bool) (bool, error)

BoolandStatefunc calls the stored function 'pg_catalog.booland_statefunc(boolean, boolean) boolean' on db.

func Booleq

func Booleq(ctx context.Context, db DB, p0, p1 bool) (bool, error)

Booleq calls the stored function 'pg_catalog.booleq(boolean, boolean) boolean' on db.

func Boolge

func Boolge(ctx context.Context, db DB, p0, p1 bool) (bool, error)

Boolge calls the stored function 'pg_catalog.boolge(boolean, boolean) boolean' on db.

func Boolgt

func Boolgt(ctx context.Context, db DB, p0, p1 bool) (bool, error)

Boolgt calls the stored function 'pg_catalog.boolgt(boolean, boolean) boolean' on db.

func Boolle

func Boolle(ctx context.Context, db DB, p0, p1 bool) (bool, error)

Boolle calls the stored function 'pg_catalog.boolle(boolean, boolean) boolean' on db.

func Boollt

func Boollt(ctx context.Context, db DB, p0, p1 bool) (bool, error)

Boollt calls the stored function 'pg_catalog.boollt(boolean, boolean) boolean' on db.

func Boolne

func Boolne(ctx context.Context, db DB, p0, p1 bool) (bool, error)

Boolne calls the stored function 'pg_catalog.boolne(boolean, boolean) boolean' on db.

func BoolorStatefunc

func BoolorStatefunc(ctx context.Context, db DB, p0, p1 bool) (bool, error)

BoolorStatefunc calls the stored function 'pg_catalog.boolor_statefunc(boolean, boolean) boolean' on db.

func Boolrecv

func Boolrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

Boolrecv calls the stored function 'pg_catalog.boolrecv(internal) boolean' on db.

func Boolsend

func Boolsend(ctx context.Context, db DB, p0 bool) ([]byte, error)

Boolsend calls the stored function 'pg_catalog.boolsend(boolean) bytea' on db.

func BoundBox

func BoundBox(ctx context.Context, db DB, p0, p1 pgtypes.Box) (pgtypes.Box, error)

BoundBox calls the stored function 'pg_catalog.bound_box(box, box) box' on db.

func BoxAbove

func BoxAbove(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxAbove calls the stored function 'pg_catalog.box_above(box, box) boolean' on db.

func BoxAboveEq

func BoxAboveEq(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxAboveEq calls the stored function 'pg_catalog.box_above_eq(box, box) boolean' on db.

func BoxAdd

func BoxAdd(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error)

BoxAdd calls the stored function 'pg_catalog.box_add(box, point) box' on db.

func BoxBelow

func BoxBelow(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxBelow calls the stored function 'pg_catalog.box_below(box, box) boolean' on db.

func BoxBelowEq

func BoxBelowEq(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxBelowEq calls the stored function 'pg_catalog.box_below_eq(box, box) boolean' on db.

func BoxByCircle

func BoxByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Box, error)

BoxByCircle calls the stored function 'pg_catalog.box(circle) box' on db.

func BoxByPoint

func BoxByPoint(ctx context.Context, db DB, p0 pgtypes.Point) (pgtypes.Box, error)

BoxByPoint calls the stored function 'pg_catalog.box(point) box' on db.

func BoxByPointAndPoint

func BoxByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Box, error)

BoxByPointAndPoint calls the stored function 'pg_catalog.box(point, point) box' on db.

func BoxByPolygon

func BoxByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Box, error)

BoxByPolygon calls the stored function 'pg_catalog.box(polygon) box' on db.

func BoxCenter

func BoxCenter(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Point, error)

BoxCenter calls the stored function 'pg_catalog.box_center(box) point' on db.

func BoxContain

func BoxContain(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxContain calls the stored function 'pg_catalog.box_contain(box, box) boolean' on db.

func BoxContainPt

func BoxContainPt(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (bool, error)

BoxContainPt calls the stored function 'pg_catalog.box_contain_pt(box, point) boolean' on db.

func BoxContained

func BoxContained(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxContained calls the stored function 'pg_catalog.box_contained(box, box) boolean' on db.

func BoxDistance

func BoxDistance(ctx context.Context, db DB, p0, p1 pgtypes.Box) (float64, error)

BoxDistance calls the stored function 'pg_catalog.box_distance(box, box) double precision' on db.

func BoxDiv

func BoxDiv(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error)

BoxDiv calls the stored function 'pg_catalog.box_div(box, point) box' on db.

func BoxEq

func BoxEq(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxEq calls the stored function 'pg_catalog.box_eq(box, box) boolean' on db.

func BoxGe

func BoxGe(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxGe calls the stored function 'pg_catalog.box_ge(box, box) boolean' on db.

func BoxGt

func BoxGt(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxGt calls the stored function 'pg_catalog.box_gt(box, box) boolean' on db.

func BoxIntersect

func BoxIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Box) (pgtypes.Box, error)

BoxIntersect calls the stored function 'pg_catalog.box_intersect(box, box) box' on db.

func BoxLe

func BoxLe(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxLe calls the stored function 'pg_catalog.box_le(box, box) boolean' on db.

func BoxLeft

func BoxLeft(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxLeft calls the stored function 'pg_catalog.box_left(box, box) boolean' on db.

func BoxLt

func BoxLt(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxLt calls the stored function 'pg_catalog.box_lt(box, box) boolean' on db.

func BoxMul

func BoxMul(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error)

BoxMul calls the stored function 'pg_catalog.box_mul(box, point) box' on db.

func BoxOverabove

func BoxOverabove(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxOverabove calls the stored function 'pg_catalog.box_overabove(box, box) boolean' on db.

func BoxOverbelow

func BoxOverbelow(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxOverbelow calls the stored function 'pg_catalog.box_overbelow(box, box) boolean' on db.

func BoxOverlap

func BoxOverlap(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxOverlap calls the stored function 'pg_catalog.box_overlap(box, box) boolean' on db.

func BoxOverleft

func BoxOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxOverleft calls the stored function 'pg_catalog.box_overleft(box, box) boolean' on db.

func BoxOverright

func BoxOverright(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxOverright calls the stored function 'pg_catalog.box_overright(box, box) boolean' on db.

func BoxRecv

func BoxRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Box, error)

BoxRecv calls the stored function 'pg_catalog.box_recv(internal) box' on db.

func BoxRight

func BoxRight(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxRight calls the stored function 'pg_catalog.box_right(box, box) boolean' on db.

func BoxSame

func BoxSame(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error)

BoxSame calls the stored function 'pg_catalog.box_same(box, box) boolean' on db.

func BoxSend

func BoxSend(ctx context.Context, db DB, p0 pgtypes.Box) ([]byte, error)

BoxSend calls the stored function 'pg_catalog.box_send(box) bytea' on db.

func BoxSub

func BoxSub(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error)

BoxSub calls the stored function 'pg_catalog.box_sub(box, point) box' on db.

func BpcharByChar

func BpcharByChar(ctx context.Context, db DB, p0 pgtypes.Char) (string, error)

BpcharByChar calls the stored function 'pg_catalog.bpchar("char") character' on db.

func BpcharByCharacterIntegerAndBoolean

func BpcharByCharacterIntegerAndBoolean(ctx context.Context, db DB, p0 string, p1 int, p2 bool) (string, error)

BpcharByCharacterIntegerAndBoolean calls the stored function 'pg_catalog.bpchar(character, integer, boolean) character' on db.

func BpcharByName

func BpcharByName(ctx context.Context, db DB, p0 string) (string, error)

BpcharByName calls the stored function 'pg_catalog.bpchar(name) character' on db.

func BpcharLarger

func BpcharLarger(ctx context.Context, db DB, p0, p1 string) (string, error)

BpcharLarger calls the stored function 'pg_catalog.bpchar_larger(character, character) character' on db.

func BpcharPatternGe

func BpcharPatternGe(ctx context.Context, db DB, p0, p1 string) (bool, error)

BpcharPatternGe calls the stored function 'pg_catalog.bpchar_pattern_ge(character, character) boolean' on db.

func BpcharPatternGt

func BpcharPatternGt(ctx context.Context, db DB, p0, p1 string) (bool, error)

BpcharPatternGt calls the stored function 'pg_catalog.bpchar_pattern_gt(character, character) boolean' on db.

func BpcharPatternLe

func BpcharPatternLe(ctx context.Context, db DB, p0, p1 string) (bool, error)

BpcharPatternLe calls the stored function 'pg_catalog.bpchar_pattern_le(character, character) boolean' on db.

func BpcharPatternLt

func BpcharPatternLt(ctx context.Context, db DB, p0, p1 string) (bool, error)

BpcharPatternLt calls the stored function 'pg_catalog.bpchar_pattern_lt(character, character) boolean' on db.

func BpcharSmaller

func BpcharSmaller(ctx context.Context, db DB, p0, p1 string) (string, error)

BpcharSmaller calls the stored function 'pg_catalog.bpchar_smaller(character, character) character' on db.

func BpcharSortsupport

func BpcharSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

BpcharSortsupport calls the stored function 'pg_catalog.bpchar_sortsupport(internal)' on db.

func Bpcharcmp

func Bpcharcmp(ctx context.Context, db DB, p0, p1 string) (int, error)

Bpcharcmp calls the stored function 'pg_catalog.bpcharcmp(character, character) integer' on db.

func Bpchareq

func Bpchareq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpchareq calls the stored function 'pg_catalog.bpchareq(character, character) boolean' on db.

func Bpcharge

func Bpcharge(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharge calls the stored function 'pg_catalog.bpcharge(character, character) boolean' on db.

func Bpchargt

func Bpchargt(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpchargt calls the stored function 'pg_catalog.bpchargt(character, character) boolean' on db.

func Bpchariclike

func Bpchariclike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpchariclike calls the stored function 'pg_catalog.bpchariclike(character, text) boolean' on db.

func Bpcharicnlike

func Bpcharicnlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharicnlike calls the stored function 'pg_catalog.bpcharicnlike(character, text) boolean' on db.

func Bpcharicregexeq

func Bpcharicregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharicregexeq calls the stored function 'pg_catalog.bpcharicregexeq(character, text) boolean' on db.

func Bpcharicregexne

func Bpcharicregexne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharicregexne calls the stored function 'pg_catalog.bpcharicregexne(character, text) boolean' on db.

func Bpcharle

func Bpcharle(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharle calls the stored function 'pg_catalog.bpcharle(character, character) boolean' on db.

func Bpcharlike

func Bpcharlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharlike calls the stored function 'pg_catalog.bpcharlike(character, text) boolean' on db.

func Bpcharlt

func Bpcharlt(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharlt calls the stored function 'pg_catalog.bpcharlt(character, character) boolean' on db.

func Bpcharne

func Bpcharne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharne calls the stored function 'pg_catalog.bpcharne(character, character) boolean' on db.

func Bpcharnlike

func Bpcharnlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharnlike calls the stored function 'pg_catalog.bpcharnlike(character, text) boolean' on db.

func Bpcharrecv

func Bpcharrecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (string, error)

Bpcharrecv calls the stored function 'pg_catalog.bpcharrecv(internal, oid, integer) character' on db.

func Bpcharregexeq

func Bpcharregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharregexeq calls the stored function 'pg_catalog.bpcharregexeq(character, text) boolean' on db.

func Bpcharregexne

func Bpcharregexne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Bpcharregexne calls the stored function 'pg_catalog.bpcharregexne(character, text) boolean' on db.

func Bpcharsend

func Bpcharsend(ctx context.Context, db DB, p0 string) ([]byte, error)

Bpcharsend calls the stored function 'pg_catalog.bpcharsend(character) bytea' on db.

func Bpchartypmodin

func Bpchartypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Bpchartypmodin calls the stored function 'pg_catalog.bpchartypmodin(cstring) integer' on db.

func BrinBloomAddValue

func BrinBloomAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error)

BrinBloomAddValue calls the stored function 'pg_catalog.brin_bloom_add_value(internal, internal, internal, internal) boolean' on db.

func BrinBloomConsistent

func BrinBloomConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal, p3 int) (bool, error)

BrinBloomConsistent calls the stored function 'pg_catalog.brin_bloom_consistent(internal, internal, internal, integer) boolean' on db.

func BrinBloomOpcinfo

func BrinBloomOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

BrinBloomOpcinfo calls the stored function 'pg_catalog.brin_bloom_opcinfo(internal) internal' on db.

func BrinBloomOptions

func BrinBloomOptions(ctx context.Context, db DB, p0 pgtypes.Internal) error

BrinBloomOptions calls the stored function 'pg_catalog.brin_bloom_options(internal)' on db.

func BrinBloomSummaryRecv

func BrinBloomSummaryRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgBrinBloomSummary, error)

BrinBloomSummaryRecv calls the stored function 'pg_catalog.brin_bloom_summary_recv(internal) pg_brin_bloom_summary' on db.

func BrinBloomSummarySend

func BrinBloomSummarySend(ctx context.Context, db DB, p0 pgtypes.PgBrinBloomSummary) ([]byte, error)

BrinBloomSummarySend calls the stored function 'pg_catalog.brin_bloom_summary_send(pg_brin_bloom_summary) bytea' on db.

func BrinBloomUnion

func BrinBloomUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error)

BrinBloomUnion calls the stored function 'pg_catalog.brin_bloom_union(internal, internal, internal) boolean' on db.

func BrinDesummarizeRange

func BrinDesummarizeRange(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) error

BrinDesummarizeRange calls the stored function 'pg_catalog.brin_desummarize_range(regclass, bigint)' on db.

func BrinInclusionAddValue

func BrinInclusionAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error)

BrinInclusionAddValue calls the stored function 'pg_catalog.brin_inclusion_add_value(internal, internal, internal, internal) boolean' on db.

func BrinInclusionConsistent

func BrinInclusionConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error)

BrinInclusionConsistent calls the stored function 'pg_catalog.brin_inclusion_consistent(internal, internal, internal) boolean' on db.

func BrinInclusionOpcinfo

func BrinInclusionOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

BrinInclusionOpcinfo calls the stored function 'pg_catalog.brin_inclusion_opcinfo(internal) internal' on db.

func BrinInclusionUnion

func BrinInclusionUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error)

BrinInclusionUnion calls the stored function 'pg_catalog.brin_inclusion_union(internal, internal, internal) boolean' on db.

func BrinMinmaxAddValue

func BrinMinmaxAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error)

BrinMinmaxAddValue calls the stored function 'pg_catalog.brin_minmax_add_value(internal, internal, internal, internal) boolean' on db.

func BrinMinmaxConsistent

func BrinMinmaxConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error)

BrinMinmaxConsistent calls the stored function 'pg_catalog.brin_minmax_consistent(internal, internal, internal) boolean' on db.

func BrinMinmaxMultiAddValue

func BrinMinmaxMultiAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error)

BrinMinmaxMultiAddValue calls the stored function 'pg_catalog.brin_minmax_multi_add_value(internal, internal, internal, internal) boolean' on db.

func BrinMinmaxMultiConsistent

func BrinMinmaxMultiConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal, p3 int) (bool, error)

BrinMinmaxMultiConsistent calls the stored function 'pg_catalog.brin_minmax_multi_consistent(internal, internal, internal, integer) boolean' on db.

func BrinMinmaxMultiDistanceDate

func BrinMinmaxMultiDistanceDate(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceDate calls the stored function 'pg_catalog.brin_minmax_multi_distance_date(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceFloat4

func BrinMinmaxMultiDistanceFloat4(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceFloat4 calls the stored function 'pg_catalog.brin_minmax_multi_distance_float4(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceFloat8

func BrinMinmaxMultiDistanceFloat8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceFloat8 calls the stored function 'pg_catalog.brin_minmax_multi_distance_float8(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceInet

func BrinMinmaxMultiDistanceInet(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceInet calls the stored function 'pg_catalog.brin_minmax_multi_distance_inet(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceInt2

func BrinMinmaxMultiDistanceInt2(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceInt2 calls the stored function 'pg_catalog.brin_minmax_multi_distance_int2(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceInt4

func BrinMinmaxMultiDistanceInt4(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceInt4 calls the stored function 'pg_catalog.brin_minmax_multi_distance_int4(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceInt8

func BrinMinmaxMultiDistanceInt8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceInt8 calls the stored function 'pg_catalog.brin_minmax_multi_distance_int8(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceInterval

func BrinMinmaxMultiDistanceInterval(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceInterval calls the stored function 'pg_catalog.brin_minmax_multi_distance_interval(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceMacaddr

func BrinMinmaxMultiDistanceMacaddr(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceMacaddr calls the stored function 'pg_catalog.brin_minmax_multi_distance_macaddr(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceMacaddr8

func BrinMinmaxMultiDistanceMacaddr8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceMacaddr8 calls the stored function 'pg_catalog.brin_minmax_multi_distance_macaddr8(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceNumeric

func BrinMinmaxMultiDistanceNumeric(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceNumeric calls the stored function 'pg_catalog.brin_minmax_multi_distance_numeric(internal, internal) double precision' on db.

func BrinMinmaxMultiDistancePgLsn

func BrinMinmaxMultiDistancePgLsn(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistancePgLsn calls the stored function 'pg_catalog.brin_minmax_multi_distance_pg_lsn(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceTid

func BrinMinmaxMultiDistanceTid(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceTid calls the stored function 'pg_catalog.brin_minmax_multi_distance_tid(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceTime

func BrinMinmaxMultiDistanceTime(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceTime calls the stored function 'pg_catalog.brin_minmax_multi_distance_time(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceTimestamp

func BrinMinmaxMultiDistanceTimestamp(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceTimestamp calls the stored function 'pg_catalog.brin_minmax_multi_distance_timestamp(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceTimetz

func BrinMinmaxMultiDistanceTimetz(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceTimetz calls the stored function 'pg_catalog.brin_minmax_multi_distance_timetz(internal, internal) double precision' on db.

func BrinMinmaxMultiDistanceUUID

func BrinMinmaxMultiDistanceUUID(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)

BrinMinmaxMultiDistanceUUID calls the stored function 'pg_catalog.brin_minmax_multi_distance_uuid(internal, internal) double precision' on db.

func BrinMinmaxMultiOpcinfo

func BrinMinmaxMultiOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

BrinMinmaxMultiOpcinfo calls the stored function 'pg_catalog.brin_minmax_multi_opcinfo(internal) internal' on db.

func BrinMinmaxMultiOptions

func BrinMinmaxMultiOptions(ctx context.Context, db DB, p0 pgtypes.Internal) error

BrinMinmaxMultiOptions calls the stored function 'pg_catalog.brin_minmax_multi_options(internal)' on db.

func BrinMinmaxMultiSummaryRecv

func BrinMinmaxMultiSummaryRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgBrinMinmaxMultiSummary, error)

BrinMinmaxMultiSummaryRecv calls the stored function 'pg_catalog.brin_minmax_multi_summary_recv(internal) pg_brin_minmax_multi_summary' on db.

func BrinMinmaxMultiSummarySend

func BrinMinmaxMultiSummarySend(ctx context.Context, db DB, p0 pgtypes.PgBrinMinmaxMultiSummary) ([]byte, error)

BrinMinmaxMultiSummarySend calls the stored function 'pg_catalog.brin_minmax_multi_summary_send(pg_brin_minmax_multi_summary) bytea' on db.

func BrinMinmaxMultiUnion

func BrinMinmaxMultiUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error)

BrinMinmaxMultiUnion calls the stored function 'pg_catalog.brin_minmax_multi_union(internal, internal, internal) boolean' on db.

func BrinMinmaxOpcinfo

func BrinMinmaxOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

BrinMinmaxOpcinfo calls the stored function 'pg_catalog.brin_minmax_opcinfo(internal) internal' on db.

func BrinMinmaxUnion

func BrinMinmaxUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error)

BrinMinmaxUnion calls the stored function 'pg_catalog.brin_minmax_union(internal, internal, internal) boolean' on db.

func BrinSummarizeNewValues

func BrinSummarizeNewValues(ctx context.Context, db DB, p0 pgtypes.Regclass) (int, error)

BrinSummarizeNewValues calls the stored function 'pg_catalog.brin_summarize_new_values(regclass) integer' on db.

func BrinSummarizeRange

func BrinSummarizeRange(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) (int, error)

BrinSummarizeRange calls the stored function 'pg_catalog.brin_summarize_range(regclass, bigint) integer' on db.

func Brinhandler

func Brinhandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error)

Brinhandler calls the stored function 'pg_catalog.brinhandler(internal) index_am_handler' on db.

func Broadcast

func Broadcast(ctx context.Context, db DB, p0 string) (string, error)

Broadcast calls the stored function 'pg_catalog.broadcast(inet) inet' on db.

func Btarraycmp

func Btarraycmp(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (int, error)

Btarraycmp calls the stored function 'pg_catalog.btarraycmp(anyarray, anyarray) integer' on db.

func Btboolcmp

func Btboolcmp(ctx context.Context, db DB, p0, p1 bool) (int, error)

Btboolcmp calls the stored function 'pg_catalog.btboolcmp(boolean, boolean) integer' on db.

func BtbpcharPatternCmp

func BtbpcharPatternCmp(ctx context.Context, db DB, p0, p1 string) (int, error)

BtbpcharPatternCmp calls the stored function 'pg_catalog.btbpchar_pattern_cmp(character, character) integer' on db.

func BtbpcharPatternSortsupport

func BtbpcharPatternSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

BtbpcharPatternSortsupport calls the stored function 'pg_catalog.btbpchar_pattern_sortsupport(internal)' on db.

func Btcharcmp

func Btcharcmp(ctx context.Context, db DB, p0, p1 pgtypes.Char) (int, error)

Btcharcmp calls the stored function 'pg_catalog.btcharcmp("char", "char") integer' on db.

func Btequalimage

func Btequalimage(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

Btequalimage calls the stored function 'pg_catalog.btequalimage(oid) boolean' on db.

func Btfloat48cmp

func Btfloat48cmp(ctx context.Context, db DB, p0 float32, p1 float64) (int, error)

Btfloat48cmp calls the stored function 'pg_catalog.btfloat48cmp(real, double precision) integer' on db.

func Btfloat4cmp

func Btfloat4cmp(ctx context.Context, db DB, p0, p1 float32) (int, error)

Btfloat4cmp calls the stored function 'pg_catalog.btfloat4cmp(real, real) integer' on db.

func Btfloat4sortsupport

func Btfloat4sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btfloat4sortsupport calls the stored function 'pg_catalog.btfloat4sortsupport(internal)' on db.

func Btfloat84cmp

func Btfloat84cmp(ctx context.Context, db DB, p0 float64, p1 float32) (int, error)

Btfloat84cmp calls the stored function 'pg_catalog.btfloat84cmp(double precision, real) integer' on db.

func Btfloat8cmp

func Btfloat8cmp(ctx context.Context, db DB, p0, p1 float64) (int, error)

Btfloat8cmp calls the stored function 'pg_catalog.btfloat8cmp(double precision, double precision) integer' on db.

func Btfloat8sortsupport

func Btfloat8sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btfloat8sortsupport calls the stored function 'pg_catalog.btfloat8sortsupport(internal)' on db.

func Bthandler

func Bthandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error)

Bthandler calls the stored function 'pg_catalog.bthandler(internal) index_am_handler' on db.

func Btint24cmp

func Btint24cmp(ctx context.Context, db DB, p0 int16, p1 int) (int, error)

Btint24cmp calls the stored function 'pg_catalog.btint24cmp(smallint, integer) integer' on db.

func Btint28cmp

func Btint28cmp(ctx context.Context, db DB, p0 int16, p1 int64) (int, error)

Btint28cmp calls the stored function 'pg_catalog.btint28cmp(smallint, bigint) integer' on db.

func Btint2cmp

func Btint2cmp(ctx context.Context, db DB, p0, p1 int16) (int, error)

Btint2cmp calls the stored function 'pg_catalog.btint2cmp(smallint, smallint) integer' on db.

func Btint2sortsupport

func Btint2sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btint2sortsupport calls the stored function 'pg_catalog.btint2sortsupport(internal)' on db.

func Btint42cmp

func Btint42cmp(ctx context.Context, db DB, p0 int, p1 int16) (int, error)

Btint42cmp calls the stored function 'pg_catalog.btint42cmp(integer, smallint) integer' on db.

func Btint48cmp

func Btint48cmp(ctx context.Context, db DB, p0 int, p1 int64) (int, error)

Btint48cmp calls the stored function 'pg_catalog.btint48cmp(integer, bigint) integer' on db.

func Btint4cmp

func Btint4cmp(ctx context.Context, db DB, p0, p1 int) (int, error)

Btint4cmp calls the stored function 'pg_catalog.btint4cmp(integer, integer) integer' on db.

func Btint4sortsupport

func Btint4sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btint4sortsupport calls the stored function 'pg_catalog.btint4sortsupport(internal)' on db.

func Btint82cmp

func Btint82cmp(ctx context.Context, db DB, p0 int64, p1 int16) (int, error)

Btint82cmp calls the stored function 'pg_catalog.btint82cmp(bigint, smallint) integer' on db.

func Btint84cmp

func Btint84cmp(ctx context.Context, db DB, p0 int64, p1 int) (int, error)

Btint84cmp calls the stored function 'pg_catalog.btint84cmp(bigint, integer) integer' on db.

func Btint8cmp

func Btint8cmp(ctx context.Context, db DB, p0, p1 int64) (int, error)

Btint8cmp calls the stored function 'pg_catalog.btint8cmp(bigint, bigint) integer' on db.

func Btint8sortsupport

func Btint8sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btint8sortsupport calls the stored function 'pg_catalog.btint8sortsupport(internal)' on db.

func Btnamecmp

func Btnamecmp(ctx context.Context, db DB, p0, p1 string) (int, error)

Btnamecmp calls the stored function 'pg_catalog.btnamecmp(name, name) integer' on db.

func Btnamesortsupport

func Btnamesortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btnamesortsupport calls the stored function 'pg_catalog.btnamesortsupport(internal)' on db.

func Btnametextcmp

func Btnametextcmp(ctx context.Context, db DB, p0, p1 string) (int, error)

Btnametextcmp calls the stored function 'pg_catalog.btnametextcmp(name, text) integer' on db.

func Btoidcmp

func Btoidcmp(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (int, error)

Btoidcmp calls the stored function 'pg_catalog.btoidcmp(oid, oid) integer' on db.

func Btoidsortsupport

func Btoidsortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Btoidsortsupport calls the stored function 'pg_catalog.btoidsortsupport(internal)' on db.

func Btoidvectorcmp

func Btoidvectorcmp(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (int, error)

Btoidvectorcmp calls the stored function 'pg_catalog.btoidvectorcmp(oidvector, oidvector) integer' on db.

func Btrecordcmp

func Btrecordcmp(ctx context.Context, db DB, p0, p1 pgtypes.Record) (int, error)

Btrecordcmp calls the stored function 'pg_catalog.btrecordcmp(record, record) integer' on db.

func Btrecordimagecmp

func Btrecordimagecmp(ctx context.Context, db DB, p0, p1 pgtypes.Record) (int, error)

Btrecordimagecmp calls the stored function 'pg_catalog.btrecordimagecmp(record, record) integer' on db.

func BtrimByByteaAndBytea

func BtrimByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

BtrimByByteaAndBytea calls the stored function 'pg_catalog.btrim(bytea, bytea) bytea' on db.

func BtrimByText

func BtrimByText(ctx context.Context, db DB, p0 string) (string, error)

BtrimByText calls the stored function 'pg_catalog.btrim(text) text' on db.

func BtrimByTextAndText

func BtrimByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

BtrimByTextAndText calls the stored function 'pg_catalog.btrim(text, text) text' on db.

func BttextPatternCmp

func BttextPatternCmp(ctx context.Context, db DB, p0, p1 string) (int, error)

BttextPatternCmp calls the stored function 'pg_catalog.bttext_pattern_cmp(text, text) integer' on db.

func BttextPatternSortsupport

func BttextPatternSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

BttextPatternSortsupport calls the stored function 'pg_catalog.bttext_pattern_sortsupport(internal)' on db.

func Bttextcmp

func Bttextcmp(ctx context.Context, db DB, p0, p1 string) (int, error)

Bttextcmp calls the stored function 'pg_catalog.bttextcmp(text, text) integer' on db.

func Bttextnamecmp

func Bttextnamecmp(ctx context.Context, db DB, p0, p1 string) (int, error)

Bttextnamecmp calls the stored function 'pg_catalog.bttextnamecmp(text, name) integer' on db.

func Bttextsortsupport

func Bttextsortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

Bttextsortsupport calls the stored function 'pg_catalog.bttextsortsupport(internal)' on db.

func Bttidcmp

func Bttidcmp(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (int, error)

Bttidcmp calls the stored function 'pg_catalog.bttidcmp(tid, tid) integer' on db.

func Btvarstrequalimage

func Btvarstrequalimage(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

Btvarstrequalimage calls the stored function 'pg_catalog.btvarstrequalimage(oid) boolean' on db.

func ByteaSortsupport

func ByteaSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

ByteaSortsupport calls the stored function 'pg_catalog.bytea_sortsupport(internal)' on db.

func ByteaStringAggFinalfn

func ByteaStringAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

ByteaStringAggFinalfn calls the stored function 'pg_catalog.bytea_string_agg_finalfn(internal) bytea' on db.

func ByteaStringAggTransfn

func ByteaStringAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 []byte) (pgtypes.Internal, error)

ByteaStringAggTransfn calls the stored function 'pg_catalog.bytea_string_agg_transfn(internal, bytea, bytea) internal' on db.

func Byteacat

func Byteacat(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

Byteacat calls the stored function 'pg_catalog.byteacat(bytea, bytea) bytea' on db.

func Byteacmp

func Byteacmp(ctx context.Context, db DB, p0, p1 []byte) (int, error)

Byteacmp calls the stored function 'pg_catalog.byteacmp(bytea, bytea) integer' on db.

func Byteaeq

func Byteaeq(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Byteaeq calls the stored function 'pg_catalog.byteaeq(bytea, bytea) boolean' on db.

func Byteage

func Byteage(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Byteage calls the stored function 'pg_catalog.byteage(bytea, bytea) boolean' on db.

func Byteagt

func Byteagt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Byteagt calls the stored function 'pg_catalog.byteagt(bytea, bytea) boolean' on db.

func Byteale

func Byteale(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Byteale calls the stored function 'pg_catalog.byteale(bytea, bytea) boolean' on db.

func Bytealike

func Bytealike(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Bytealike calls the stored function 'pg_catalog.bytealike(bytea, bytea) boolean' on db.

func Bytealt

func Bytealt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Bytealt calls the stored function 'pg_catalog.bytealt(bytea, bytea) boolean' on db.

func Byteane

func Byteane(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Byteane calls the stored function 'pg_catalog.byteane(bytea, bytea) boolean' on db.

func Byteanlike

func Byteanlike(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Byteanlike calls the stored function 'pg_catalog.byteanlike(bytea, bytea) boolean' on db.

func Bytearecv

func Bytearecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

Bytearecv calls the stored function 'pg_catalog.bytearecv(internal) bytea' on db.

func Byteasend

func Byteasend(ctx context.Context, db DB, p0 []byte) ([]byte, error)

Byteasend calls the stored function 'pg_catalog.byteasend(bytea) bytea' on db.

func Cardinality

func Cardinality(ctx context.Context, db DB, p0 pgtypes.Anyarray) (int, error)

Cardinality calls the stored function 'pg_catalog.cardinality(anyarray) integer' on db.

func CashCmp

func CashCmp(ctx context.Context, db DB, p0, p1 string) (int, error)

CashCmp calls the stored function 'pg_catalog.cash_cmp(money, money) integer' on db.

func CashDivCash

func CashDivCash(ctx context.Context, db DB, p0, p1 string) (float64, error)

CashDivCash calls the stored function 'pg_catalog.cash_div_cash(money, money) double precision' on db.

func CashDivFlt4

func CashDivFlt4(ctx context.Context, db DB, p0 string, p1 float32) (string, error)

CashDivFlt4 calls the stored function 'pg_catalog.cash_div_flt4(money, real) money' on db.

func CashDivFlt8

func CashDivFlt8(ctx context.Context, db DB, p0 string, p1 float64) (string, error)

CashDivFlt8 calls the stored function 'pg_catalog.cash_div_flt8(money, double precision) money' on db.

func CashDivInt2

func CashDivInt2(ctx context.Context, db DB, p0 string, p1 int16) (string, error)

CashDivInt2 calls the stored function 'pg_catalog.cash_div_int2(money, smallint) money' on db.

func CashDivInt4

func CashDivInt4(ctx context.Context, db DB, p0 string, p1 int) (string, error)

CashDivInt4 calls the stored function 'pg_catalog.cash_div_int4(money, integer) money' on db.

func CashDivInt8

func CashDivInt8(ctx context.Context, db DB, p0 string, p1 int64) (string, error)

CashDivInt8 calls the stored function 'pg_catalog.cash_div_int8(money, bigint) money' on db.

func CashEq

func CashEq(ctx context.Context, db DB, p0, p1 string) (bool, error)

CashEq calls the stored function 'pg_catalog.cash_eq(money, money) boolean' on db.

func CashGe

func CashGe(ctx context.Context, db DB, p0, p1 string) (bool, error)

CashGe calls the stored function 'pg_catalog.cash_ge(money, money) boolean' on db.

func CashGt

func CashGt(ctx context.Context, db DB, p0, p1 string) (bool, error)

CashGt calls the stored function 'pg_catalog.cash_gt(money, money) boolean' on db.

func CashLe

func CashLe(ctx context.Context, db DB, p0, p1 string) (bool, error)

CashLe calls the stored function 'pg_catalog.cash_le(money, money) boolean' on db.

func CashLt

func CashLt(ctx context.Context, db DB, p0, p1 string) (bool, error)

CashLt calls the stored function 'pg_catalog.cash_lt(money, money) boolean' on db.

func CashMi

func CashMi(ctx context.Context, db DB, p0, p1 string) (string, error)

CashMi calls the stored function 'pg_catalog.cash_mi(money, money) money' on db.

func CashMulFlt4

func CashMulFlt4(ctx context.Context, db DB, p0 string, p1 float32) (string, error)

CashMulFlt4 calls the stored function 'pg_catalog.cash_mul_flt4(money, real) money' on db.

func CashMulFlt8

func CashMulFlt8(ctx context.Context, db DB, p0 string, p1 float64) (string, error)

CashMulFlt8 calls the stored function 'pg_catalog.cash_mul_flt8(money, double precision) money' on db.

func CashMulInt2

func CashMulInt2(ctx context.Context, db DB, p0 string, p1 int16) (string, error)

CashMulInt2 calls the stored function 'pg_catalog.cash_mul_int2(money, smallint) money' on db.

func CashMulInt4

func CashMulInt4(ctx context.Context, db DB, p0 string, p1 int) (string, error)

CashMulInt4 calls the stored function 'pg_catalog.cash_mul_int4(money, integer) money' on db.

func CashMulInt8

func CashMulInt8(ctx context.Context, db DB, p0 string, p1 int64) (string, error)

CashMulInt8 calls the stored function 'pg_catalog.cash_mul_int8(money, bigint) money' on db.

func CashNe

func CashNe(ctx context.Context, db DB, p0, p1 string) (bool, error)

CashNe calls the stored function 'pg_catalog.cash_ne(money, money) boolean' on db.

func CashPl

func CashPl(ctx context.Context, db DB, p0, p1 string) (string, error)

CashPl calls the stored function 'pg_catalog.cash_pl(money, money) money' on db.

func CashRecv

func CashRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error)

CashRecv calls the stored function 'pg_catalog.cash_recv(internal) money' on db.

func CashSend

func CashSend(ctx context.Context, db DB, p0 string) ([]byte, error)

CashSend calls the stored function 'pg_catalog.cash_send(money) bytea' on db.

func CashWords

func CashWords(ctx context.Context, db DB, p0 string) (string, error)

CashWords calls the stored function 'pg_catalog.cash_words(money) text' on db.

func Cashlarger

func Cashlarger(ctx context.Context, db DB, p0, p1 string) (string, error)

Cashlarger calls the stored function 'pg_catalog.cashlarger(money, money) money' on db.

func Cashsmaller

func Cashsmaller(ctx context.Context, db DB, p0, p1 string) (string, error)

Cashsmaller calls the stored function 'pg_catalog.cashsmaller(money, money) money' on db.

func Cbrt

func Cbrt(ctx context.Context, db DB, p0 float64) (float64, error)

Cbrt calls the stored function 'pg_catalog.cbrt(double precision) double precision' on db.

func CeilByDoublePrecision

func CeilByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

CeilByDoublePrecision calls the stored function 'pg_catalog.ceil(double precision) double precision' on db.

func CeilByNumeric

func CeilByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

CeilByNumeric calls the stored function 'pg_catalog.ceil(numeric) numeric' on db.

func CeilingByDoublePrecision

func CeilingByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

CeilingByDoublePrecision calls the stored function 'pg_catalog.ceiling(double precision) double precision' on db.

func CeilingByNumeric

func CeilingByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

CeilingByNumeric calls the stored function 'pg_catalog.ceiling(numeric) numeric' on db.

func CenterByBox

func CenterByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Point, error)

CenterByBox calls the stored function 'pg_catalog.center(box) point' on db.

func CenterByCircle

func CenterByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Point, error)

CenterByCircle calls the stored function 'pg_catalog.center(circle) point' on db.

func CharByInteger

func CharByInteger(ctx context.Context, db DB, p0 int) (pgtypes.Char, error)

CharByInteger calls the stored function 'pg_catalog.char(integer) "char"' on db.

func CharByText

func CharByText(ctx context.Context, db DB, p0 string) (pgtypes.Char, error)

CharByText calls the stored function 'pg_catalog.char(text) "char"' on db.

func CharLengthByCharacter

func CharLengthByCharacter(ctx context.Context, db DB, p0 string) (int, error)

CharLengthByCharacter calls the stored function 'pg_catalog.char_length(character) integer' on db.

func CharLengthByText

func CharLengthByText(ctx context.Context, db DB, p0 string) (int, error)

CharLengthByText calls the stored function 'pg_catalog.char_length(text) integer' on db.

func CharacterLengthByCharacter

func CharacterLengthByCharacter(ctx context.Context, db DB, p0 string) (int, error)

CharacterLengthByCharacter calls the stored function 'pg_catalog.character_length(character) integer' on db.

func CharacterLengthByText

func CharacterLengthByText(ctx context.Context, db DB, p0 string) (int, error)

CharacterLengthByText calls the stored function 'pg_catalog.character_length(text) integer' on db.

func Chareq

func Chareq(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error)

Chareq calls the stored function 'pg_catalog.chareq("char", "char") boolean' on db.

func Charge

func Charge(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error)

Charge calls the stored function 'pg_catalog.charge("char", "char") boolean' on db.

func Chargt

func Chargt(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error)

Chargt calls the stored function 'pg_catalog.chargt("char", "char") boolean' on db.

func Charle

func Charle(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error)

Charle calls the stored function 'pg_catalog.charle("char", "char") boolean' on db.

func Charlt

func Charlt(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error)

Charlt calls the stored function 'pg_catalog.charlt("char", "char") boolean' on db.

func Charne

func Charne(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error)

Charne calls the stored function 'pg_catalog.charne("char", "char") boolean' on db.

func Charrecv

func Charrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Char, error)

Charrecv calls the stored function 'pg_catalog.charrecv(internal) "char"' on db.

func Charsend

func Charsend(ctx context.Context, db DB, p0 pgtypes.Char) ([]byte, error)

Charsend calls the stored function 'pg_catalog.charsend("char") bytea' on db.

func Chr

func Chr(ctx context.Context, db DB, p0 int) (string, error)

Chr calls the stored function 'pg_catalog.chr(integer) text' on db.

func Cideq

func Cideq(ctx context.Context, db DB, p0, p1 pgtypes.Cid) (bool, error)

Cideq calls the stored function 'pg_catalog.cideq(cid, cid) boolean' on db.

func Cidr

func Cidr(ctx context.Context, db DB, p0 string) (pgtypes.Cidr, error)

Cidr calls the stored function 'pg_catalog.cidr(inet) cidr' on db.

func CidrRecv

func CidrRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Cidr, error)

CidrRecv calls the stored function 'pg_catalog.cidr_recv(internal) cidr' on db.

func CidrSend

func CidrSend(ctx context.Context, db DB, p0 pgtypes.Cidr) ([]byte, error)

CidrSend calls the stored function 'pg_catalog.cidr_send(cidr) bytea' on db.

func Cidrecv

func Cidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Cid, error)

Cidrecv calls the stored function 'pg_catalog.cidrecv(internal) cid' on db.

func Cidsend

func Cidsend(ctx context.Context, db DB, p0 pgtypes.Cid) ([]byte, error)

Cidsend calls the stored function 'pg_catalog.cidsend(cid) bytea' on db.

func CircleAbove

func CircleAbove(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleAbove calls the stored function 'pg_catalog.circle_above(circle, circle) boolean' on db.

func CircleAddPt

func CircleAddPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)

CircleAddPt calls the stored function 'pg_catalog.circle_add_pt(circle, point) circle' on db.

func CircleBelow

func CircleBelow(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleBelow calls the stored function 'pg_catalog.circle_below(circle, circle) boolean' on db.

func CircleByBox

func CircleByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Circle, error)

CircleByBox calls the stored function 'pg_catalog.circle(box) circle' on db.

func CircleByPointAndDoublePrecision

func CircleByPointAndDoublePrecision(ctx context.Context, db DB, p0 pgtypes.Point, p1 float64) (pgtypes.Circle, error)

CircleByPointAndDoublePrecision calls the stored function 'pg_catalog.circle(point, double precision) circle' on db.

func CircleByPolygon

func CircleByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Circle, error)

CircleByPolygon calls the stored function 'pg_catalog.circle(polygon) circle' on db.

func CircleCenter

func CircleCenter(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Point, error)

CircleCenter calls the stored function 'pg_catalog.circle_center(circle) point' on db.

func CircleContain

func CircleContain(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleContain calls the stored function 'pg_catalog.circle_contain(circle, circle) boolean' on db.

func CircleContainPt

func CircleContainPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (bool, error)

CircleContainPt calls the stored function 'pg_catalog.circle_contain_pt(circle, point) boolean' on db.

func CircleContained

func CircleContained(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleContained calls the stored function 'pg_catalog.circle_contained(circle, circle) boolean' on db.

func CircleDistance

func CircleDistance(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (float64, error)

CircleDistance calls the stored function 'pg_catalog.circle_distance(circle, circle) double precision' on db.

func CircleDivPt

func CircleDivPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)

CircleDivPt calls the stored function 'pg_catalog.circle_div_pt(circle, point) circle' on db.

func CircleEq

func CircleEq(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleEq calls the stored function 'pg_catalog.circle_eq(circle, circle) boolean' on db.

func CircleGe

func CircleGe(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleGe calls the stored function 'pg_catalog.circle_ge(circle, circle) boolean' on db.

func CircleGt

func CircleGt(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleGt calls the stored function 'pg_catalog.circle_gt(circle, circle) boolean' on db.

func CircleLe

func CircleLe(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleLe calls the stored function 'pg_catalog.circle_le(circle, circle) boolean' on db.

func CircleLeft

func CircleLeft(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleLeft calls the stored function 'pg_catalog.circle_left(circle, circle) boolean' on db.

func CircleLt

func CircleLt(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleLt calls the stored function 'pg_catalog.circle_lt(circle, circle) boolean' on db.

func CircleMulPt

func CircleMulPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)

CircleMulPt calls the stored function 'pg_catalog.circle_mul_pt(circle, point) circle' on db.

func CircleNe

func CircleNe(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleNe calls the stored function 'pg_catalog.circle_ne(circle, circle) boolean' on db.

func CircleOverabove

func CircleOverabove(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleOverabove calls the stored function 'pg_catalog.circle_overabove(circle, circle) boolean' on db.

func CircleOverbelow

func CircleOverbelow(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleOverbelow calls the stored function 'pg_catalog.circle_overbelow(circle, circle) boolean' on db.

func CircleOverlap

func CircleOverlap(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleOverlap calls the stored function 'pg_catalog.circle_overlap(circle, circle) boolean' on db.

func CircleOverleft

func CircleOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleOverleft calls the stored function 'pg_catalog.circle_overleft(circle, circle) boolean' on db.

func CircleOverright

func CircleOverright(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleOverright calls the stored function 'pg_catalog.circle_overright(circle, circle) boolean' on db.

func CircleRecv

func CircleRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Circle, error)

CircleRecv calls the stored function 'pg_catalog.circle_recv(internal) circle' on db.

func CircleRight

func CircleRight(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleRight calls the stored function 'pg_catalog.circle_right(circle, circle) boolean' on db.

func CircleSame

func CircleSame(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error)

CircleSame calls the stored function 'pg_catalog.circle_same(circle, circle) boolean' on db.

func CircleSend

func CircleSend(ctx context.Context, db DB, p0 pgtypes.Circle) ([]byte, error)

CircleSend calls the stored function 'pg_catalog.circle_send(circle) bytea' on db.

func CircleSubPt

func CircleSubPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)

CircleSubPt calls the stored function 'pg_catalog.circle_sub_pt(circle, point) circle' on db.

func ClockTimestamp

func ClockTimestamp(ctx context.Context, db DB) (time.Time, error)

ClockTimestamp calls the stored function 'pg_catalog.clock_timestamp() timestamp with time zone' on db.

func CloseLb

func CloseLb(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Box) (pgtypes.Point, error)

CloseLb calls the stored function 'pg_catalog.close_lb(line, box) point' on db.

func CloseLs

func CloseLs(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Lseg) (pgtypes.Point, error)

CloseLs calls the stored function 'pg_catalog.close_ls(line, lseg) point' on db.

func CloseLseg

func CloseLseg(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (pgtypes.Point, error)

CloseLseg calls the stored function 'pg_catalog.close_lseg(lseg, lseg) point' on db.

func ClosePb

func ClosePb(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Box) (pgtypes.Point, error)

ClosePb calls the stored function 'pg_catalog.close_pb(point, box) point' on db.

func ClosePl

func ClosePl(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Line) (pgtypes.Point, error)

ClosePl calls the stored function 'pg_catalog.close_pl(point, line) point' on db.

func ClosePs

func ClosePs(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Lseg) (pgtypes.Point, error)

ClosePs calls the stored function 'pg_catalog.close_ps(point, lseg) point' on db.

func CloseSb

func CloseSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (pgtypes.Point, error)

CloseSb calls the stored function 'pg_catalog.close_sb(lseg, box) point' on db.

func CloseSl

func CloseSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (pgtypes.Point, error)

CloseSl calls the stored function 'pg_catalog.close_sl(lseg, line) point' on db.

func ColDescription

func ColDescription(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error)

ColDescription calls the stored function 'pg_catalog.col_description(oid, integer) text' on db.

func Contjoinsel

func Contjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Contjoinsel calls the stored function 'pg_catalog.contjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Contsel

func Contsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Contsel calls the stored function 'pg_catalog.contsel(internal, oid, internal, integer) double precision' on db.

func Convert

func Convert(ctx context.Context, db DB, p0 []byte, p1, p2 string) ([]byte, error)

Convert calls the stored function 'pg_catalog.convert(bytea, name, name) bytea' on db.

func ConvertFrom

func ConvertFrom(ctx context.Context, db DB, p0 []byte, p1 string) (string, error)

ConvertFrom calls the stored function 'pg_catalog.convert_from(bytea, name) text' on db.

func ConvertTo

func ConvertTo(ctx context.Context, db DB, p0, p1 string) ([]byte, error)

ConvertTo calls the stored function 'pg_catalog.convert_to(text, name) bytea' on db.

func Cos

func Cos(ctx context.Context, db DB, p0 float64) (float64, error)

Cos calls the stored function 'pg_catalog.cos(double precision) double precision' on db.

func Cosd

func Cosd(ctx context.Context, db DB, p0 float64) (float64, error)

Cosd calls the stored function 'pg_catalog.cosd(double precision) double precision' on db.

func Cosh

func Cosh(ctx context.Context, db DB, p0 float64) (float64, error)

Cosh calls the stored function 'pg_catalog.cosh(double precision) double precision' on db.

func Cot

func Cot(ctx context.Context, db DB, p0 float64) (float64, error)

Cot calls the stored function 'pg_catalog.cot(double precision) double precision' on db.

func Cotd

func Cotd(ctx context.Context, db DB, p0 float64) (float64, error)

Cotd calls the stored function 'pg_catalog.cotd(double precision) double precision' on db.

func CurrentDatabase

func CurrentDatabase(ctx context.Context, db DB) (string, error)

CurrentDatabase calls the stored function 'pg_catalog.current_database() name' on db.

func CurrentQuery

func CurrentQuery(ctx context.Context, db DB) (string, error)

CurrentQuery calls the stored function 'pg_catalog.current_query() text' on db.

func CurrentSchema

func CurrentSchema(ctx context.Context, db DB) (string, error)

CurrentSchema calls the stored function 'pg_catalog.current_schema() name' on db.

func CurrentSettingByText

func CurrentSettingByText(ctx context.Context, db DB, p0 string) (string, error)

CurrentSettingByText calls the stored function 'pg_catalog.current_setting(text) text' on db.

func CurrentSettingByTextAndBoolean

func CurrentSettingByTextAndBoolean(ctx context.Context, db DB, p0 string, p1 bool) (string, error)

CurrentSettingByTextAndBoolean calls the stored function 'pg_catalog.current_setting(text, boolean) text' on db.

func CurrentUser

func CurrentUser(ctx context.Context, db DB) (string, error)

CurrentUser calls the stored function 'pg_catalog.current_user() name' on db.

func Currtid2

func Currtid2(ctx context.Context, db DB, p0 string, p1 pgtypes.Tid) (pgtypes.Tid, error)

Currtid2 calls the stored function 'pg_catalog.currtid2(text, tid) tid' on db.

func Currval

func Currval(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

Currval calls the stored function 'pg_catalog.currval(regclass) bigint' on db.

func CursorToXML

func CursorToXML(ctx context.Context, db DB, cursor pgtypes.Refcursor, count int, nulls, tableforest bool, targetns string) ([]byte, error)

CursorToXML calls the stored function 'pg_catalog.cursor_to_xml(refcursor, integer, boolean, boolean, text) xml' on db.

func CursorToXmlschema

func CursorToXmlschema(ctx context.Context, db DB, cursor pgtypes.Refcursor, nulls, tableforest bool, targetns string) ([]byte, error)

CursorToXmlschema calls the stored function 'pg_catalog.cursor_to_xmlschema(refcursor, boolean, boolean, text) xml' on db.

func DatabaseToXML

func DatabaseToXML(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error)

DatabaseToXML calls the stored function 'pg_catalog.database_to_xml(boolean, boolean, text) xml' on db.

func DatabaseToXMLAndXmlschema

func DatabaseToXMLAndXmlschema(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error)

DatabaseToXMLAndXmlschema calls the stored function 'pg_catalog.database_to_xml_and_xmlschema(boolean, boolean, text) xml' on db.

func DatabaseToXmlschema

func DatabaseToXmlschema(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error)

DatabaseToXmlschema calls the stored function 'pg_catalog.database_to_xmlschema(boolean, boolean, text) xml' on db.

func DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone

func DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0 []byte, p1, p2 time.Time) (time.Time, error)

DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.date_bin(interval, timestamp with time zone, timestamp with time zone) timestamp with time zone' on db.

func DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone

func DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 []byte, p1, p2 time.Time) (time.Time, error)

DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.date_bin(interval, timestamp without time zone, timestamp without time zone) timestamp without time zone' on db.

func DateByTimestampWithTimeZone

func DateByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

DateByTimestampWithTimeZone calls the stored function 'pg_catalog.date(timestamp with time zone) date' on db.

func DateByTimestampWithoutTimeZone

func DateByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

DateByTimestampWithoutTimeZone calls the stored function 'pg_catalog.date(timestamp without time zone) date' on db.

func DateCmp

func DateCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

DateCmp calls the stored function 'pg_catalog.date_cmp(date, date) integer' on db.

func DateCmpTimestamp

func DateCmpTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

DateCmpTimestamp calls the stored function 'pg_catalog.date_cmp_timestamp(date, timestamp without time zone) integer' on db.

func DateCmpTimestamptz

func DateCmpTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

DateCmpTimestamptz calls the stored function 'pg_catalog.date_cmp_timestamptz(date, timestamp with time zone) integer' on db.

func DateEq

func DateEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateEq calls the stored function 'pg_catalog.date_eq(date, date) boolean' on db.

func DateEqTimestamp

func DateEqTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateEqTimestamp calls the stored function 'pg_catalog.date_eq_timestamp(date, timestamp without time zone) boolean' on db.

func DateEqTimestamptz

func DateEqTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateEqTimestamptz calls the stored function 'pg_catalog.date_eq_timestamptz(date, timestamp with time zone) boolean' on db.

func DateGe

func DateGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateGe calls the stored function 'pg_catalog.date_ge(date, date) boolean' on db.

func DateGeTimestamp

func DateGeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateGeTimestamp calls the stored function 'pg_catalog.date_ge_timestamp(date, timestamp without time zone) boolean' on db.

func DateGeTimestamptz

func DateGeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateGeTimestamptz calls the stored function 'pg_catalog.date_ge_timestamptz(date, timestamp with time zone) boolean' on db.

func DateGt

func DateGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateGt calls the stored function 'pg_catalog.date_gt(date, date) boolean' on db.

func DateGtTimestamp

func DateGtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateGtTimestamp calls the stored function 'pg_catalog.date_gt_timestamp(date, timestamp without time zone) boolean' on db.

func DateGtTimestamptz

func DateGtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateGtTimestamptz calls the stored function 'pg_catalog.date_gt_timestamptz(date, timestamp with time zone) boolean' on db.

func DateLarger

func DateLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

DateLarger calls the stored function 'pg_catalog.date_larger(date, date) date' on db.

func DateLe

func DateLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateLe calls the stored function 'pg_catalog.date_le(date, date) boolean' on db.

func DateLeTimestamp

func DateLeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateLeTimestamp calls the stored function 'pg_catalog.date_le_timestamp(date, timestamp without time zone) boolean' on db.

func DateLeTimestamptz

func DateLeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateLeTimestamptz calls the stored function 'pg_catalog.date_le_timestamptz(date, timestamp with time zone) boolean' on db.

func DateLt

func DateLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateLt calls the stored function 'pg_catalog.date_lt(date, date) boolean' on db.

func DateLtTimestamp

func DateLtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateLtTimestamp calls the stored function 'pg_catalog.date_lt_timestamp(date, timestamp without time zone) boolean' on db.

func DateLtTimestamptz

func DateLtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateLtTimestamptz calls the stored function 'pg_catalog.date_lt_timestamptz(date, timestamp with time zone) boolean' on db.

func DateMi

func DateMi(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

DateMi calls the stored function 'pg_catalog.date_mi(date, date) integer' on db.

func DateMiInterval

func DateMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

DateMiInterval calls the stored function 'pg_catalog.date_mi_interval(date, interval) timestamp without time zone' on db.

func DateMii

func DateMii(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)

DateMii calls the stored function 'pg_catalog.date_mii(date, integer) date' on db.

func DateNe

func DateNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateNe calls the stored function 'pg_catalog.date_ne(date, date) boolean' on db.

func DateNeTimestamp

func DateNeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateNeTimestamp calls the stored function 'pg_catalog.date_ne_timestamp(date, timestamp without time zone) boolean' on db.

func DateNeTimestamptz

func DateNeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

DateNeTimestamptz calls the stored function 'pg_catalog.date_ne_timestamptz(date, timestamp with time zone) boolean' on db.

func DatePartByTextAndDate

func DatePartByTextAndDate(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

DatePartByTextAndDate calls the stored function 'pg_catalog.date_part(text, date) double precision' on db.

func DatePartByTextAndInterval

func DatePartByTextAndInterval(ctx context.Context, db DB, p0 string, p1 []byte) (float64, error)

DatePartByTextAndInterval calls the stored function 'pg_catalog.date_part(text, interval) double precision' on db.

func DatePartByTextAndTimeWithTimeZone

func DatePartByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

DatePartByTextAndTimeWithTimeZone calls the stored function 'pg_catalog.date_part(text, time with time zone) double precision' on db.

func DatePartByTextAndTimeWithoutTimeZone

func DatePartByTextAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

DatePartByTextAndTimeWithoutTimeZone calls the stored function 'pg_catalog.date_part(text, time without time zone) double precision' on db.

func DatePartByTextAndTimestampWithTimeZone

func DatePartByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

DatePartByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.date_part(text, timestamp with time zone) double precision' on db.

func DatePartByTextAndTimestampWithoutTimeZone

func DatePartByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

DatePartByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.date_part(text, timestamp without time zone) double precision' on db.

func DatePlInterval

func DatePlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

DatePlInterval calls the stored function 'pg_catalog.date_pl_interval(date, interval) timestamp without time zone' on db.

func DatePli

func DatePli(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)

DatePli calls the stored function 'pg_catalog.date_pli(date, integer) date' on db.

func DateRecv

func DateRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (time.Time, error)

DateRecv calls the stored function 'pg_catalog.date_recv(internal) date' on db.

func DateSend

func DateSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

DateSend calls the stored function 'pg_catalog.date_send(date) bytea' on db.

func DateSmaller

func DateSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

DateSmaller calls the stored function 'pg_catalog.date_smaller(date, date) date' on db.

func DateSortsupport

func DateSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

DateSortsupport calls the stored function 'pg_catalog.date_sortsupport(internal)' on db.

func DateTruncByTextAndInterval

func DateTruncByTextAndInterval(ctx context.Context, db DB, p0 string, p1 []byte) ([]byte, error)

DateTruncByTextAndInterval calls the stored function 'pg_catalog.date_trunc(text, interval) interval' on db.

func DateTruncByTextAndTimestampWithTimeZone

func DateTruncByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)

DateTruncByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.date_trunc(text, timestamp with time zone) timestamp with time zone' on db.

func DateTruncByTextAndTimestampWithoutTimeZone

func DateTruncByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)

DateTruncByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.date_trunc(text, timestamp without time zone) timestamp without time zone' on db.

func DateTruncByTextTimestampWithTimeZoneAndText

func DateTruncByTextTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0 string, p1 time.Time, p2 string) (time.Time, error)

DateTruncByTextTimestampWithTimeZoneAndText calls the stored function 'pg_catalog.date_trunc(text, timestamp with time zone, text) timestamp with time zone' on db.

func Datemultirange

func Datemultirange(ctx context.Context, db DB) (pgtypes.Datemultirange, error)

Datemultirange calls the stored function 'pg_catalog.datemultirange() datemultirange' on db.

func DatemultirangeByDaterange

func DatemultirangeByDaterange(ctx context.Context, db DB, p0 pgtypes.Daterange) (pgtypes.Datemultirange, error)

DatemultirangeByDaterange calls the stored function 'pg_catalog.datemultirange(daterange) datemultirange' on db.

func DaterangeByDateAndDate

func DaterangeByDateAndDate(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Daterange, error)

DaterangeByDateAndDate calls the stored function 'pg_catalog.daterange(date, date) daterange' on db.

func DaterangeByDateDateAndText

func DaterangeByDateDateAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Daterange, error)

DaterangeByDateDateAndText calls the stored function 'pg_catalog.daterange(date, date, text) daterange' on db.

func DaterangeCanonical

func DaterangeCanonical(ctx context.Context, db DB, p0 pgtypes.Daterange) (pgtypes.Daterange, error)

DaterangeCanonical calls the stored function 'pg_catalog.daterange_canonical(daterange) daterange' on db.

func DaterangeSubdiff

func DaterangeSubdiff(ctx context.Context, db DB, p0, p1 time.Time) (float64, error)

DaterangeSubdiff calls the stored function 'pg_catalog.daterange_subdiff(date, date) double precision' on db.

func DatetimePl

func DatetimePl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

DatetimePl calls the stored function 'pg_catalog.datetime_pl(date, time without time zone) timestamp without time zone' on db.

func DatetimetzPl

func DatetimetzPl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

DatetimetzPl calls the stored function 'pg_catalog.datetimetz_pl(date, time with time zone) timestamp with time zone' on db.

func Dcbrt

func Dcbrt(ctx context.Context, db DB, p0 float64) (float64, error)

Dcbrt calls the stored function 'pg_catalog.dcbrt(double precision) double precision' on db.

func Decode

func Decode(ctx context.Context, db DB, p0, p1 string) ([]byte, error)

Decode calls the stored function 'pg_catalog.decode(text, text) bytea' on db.

func Degrees

func Degrees(ctx context.Context, db DB, p0 float64) (float64, error)

Degrees calls the stored function 'pg_catalog.degrees(double precision) double precision' on db.

func Dexp

func Dexp(ctx context.Context, db DB, p0 float64) (float64, error)

Dexp calls the stored function 'pg_catalog.dexp(double precision) double precision' on db.

func Diagonal

func Diagonal(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Lseg, error)

Diagonal calls the stored function 'pg_catalog.diagonal(box) lseg' on db.

func Diameter

func Diameter(ctx context.Context, db DB, p0 pgtypes.Circle) (float64, error)

Diameter calls the stored function 'pg_catalog.diameter(circle) double precision' on db.

func DispellInit

func DispellInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

DispellInit calls the stored function 'pg_catalog.dispell_init(internal) internal' on db.

func DispellLexize

func DispellLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)

DispellLexize calls the stored function 'pg_catalog.dispell_lexize(internal, internal, internal, internal) internal' on db.

func DistBl

func DistBl(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Line) (float64, error)

DistBl calls the stored function 'pg_catalog.dist_bl(box, line) double precision' on db.

func DistBp

func DistBp(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (float64, error)

DistBp calls the stored function 'pg_catalog.dist_bp(box, point) double precision' on db.

func DistBs

func DistBs(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Lseg) (float64, error)

DistBs calls the stored function 'pg_catalog.dist_bs(box, lseg) double precision' on db.

func DistCpoint

func DistCpoint(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (float64, error)

DistCpoint calls the stored function 'pg_catalog.dist_cpoint(circle, point) double precision' on db.

func DistCpoly

func DistCpoly(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Polygon) (float64, error)

DistCpoly calls the stored function 'pg_catalog.dist_cpoly(circle, polygon) double precision' on db.

func DistLb

func DistLb(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Box) (float64, error)

DistLb calls the stored function 'pg_catalog.dist_lb(line, box) double precision' on db.

func DistLp

func DistLp(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Point) (float64, error)

DistLp calls the stored function 'pg_catalog.dist_lp(line, point) double precision' on db.

func DistLs

func DistLs(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Lseg) (float64, error)

DistLs calls the stored function 'pg_catalog.dist_ls(line, lseg) double precision' on db.

func DistPathp

func DistPathp(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (float64, error)

DistPathp calls the stored function 'pg_catalog.dist_pathp(path, point) double precision' on db.

func DistPb

func DistPb(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Box) (float64, error)

DistPb calls the stored function 'pg_catalog.dist_pb(point, box) double precision' on db.

func DistPc

func DistPc(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Circle) (float64, error)

DistPc calls the stored function 'pg_catalog.dist_pc(point, circle) double precision' on db.

func DistPl

func DistPl(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Line) (float64, error)

DistPl calls the stored function 'pg_catalog.dist_pl(point, line) double precision' on db.

func DistPolyc

func DistPolyc(ctx context.Context, db DB, p0 pgtypes.Polygon, p1 pgtypes.Circle) (float64, error)

DistPolyc calls the stored function 'pg_catalog.dist_polyc(polygon, circle) double precision' on db.

func DistPolyp

func DistPolyp(ctx context.Context, db DB, p0 pgtypes.Polygon, p1 pgtypes.Point) (float64, error)

DistPolyp calls the stored function 'pg_catalog.dist_polyp(polygon, point) double precision' on db.

func DistPpath

func DistPpath(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Path) (float64, error)

DistPpath calls the stored function 'pg_catalog.dist_ppath(point, path) double precision' on db.

func DistPpoly

func DistPpoly(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Polygon) (float64, error)

DistPpoly calls the stored function 'pg_catalog.dist_ppoly(point, polygon) double precision' on db.

func DistPs

func DistPs(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Lseg) (float64, error)

DistPs calls the stored function 'pg_catalog.dist_ps(point, lseg) double precision' on db.

func DistSb

func DistSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (float64, error)

DistSb calls the stored function 'pg_catalog.dist_sb(lseg, box) double precision' on db.

func DistSl

func DistSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (float64, error)

DistSl calls the stored function 'pg_catalog.dist_sl(lseg, line) double precision' on db.

func DistSp

func DistSp(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Point) (float64, error)

DistSp calls the stored function 'pg_catalog.dist_sp(lseg, point) double precision' on db.

func Div

func Div(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Div calls the stored function 'pg_catalog.div(numeric, numeric) numeric' on db.

func Dlog1

func Dlog1(ctx context.Context, db DB, p0 float64) (float64, error)

Dlog1 calls the stored function 'pg_catalog.dlog1(double precision) double precision' on db.

func Dlog10

func Dlog10(ctx context.Context, db DB, p0 float64) (float64, error)

Dlog10 calls the stored function 'pg_catalog.dlog10(double precision) double precision' on db.

func DomainRecv

func DomainRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Any, error)

DomainRecv calls the stored function 'pg_catalog.domain_recv(internal, oid, integer) "any"' on db.

func Dpow

func Dpow(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Dpow calls the stored function 'pg_catalog.dpow(double precision, double precision) double precision' on db.

func Dround

func Dround(ctx context.Context, db DB, p0 float64) (float64, error)

Dround calls the stored function 'pg_catalog.dround(double precision) double precision' on db.

func DsimpleInit

func DsimpleInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

DsimpleInit calls the stored function 'pg_catalog.dsimple_init(internal) internal' on db.

func DsimpleLexize

func DsimpleLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)

DsimpleLexize calls the stored function 'pg_catalog.dsimple_lexize(internal, internal, internal, internal) internal' on db.

func DsnowballInit

func DsnowballInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

DsnowballInit calls the stored function 'pg_catalog.dsnowball_init(internal) internal' on db.

func DsnowballLexize

func DsnowballLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)

DsnowballLexize calls the stored function 'pg_catalog.dsnowball_lexize(internal, internal, internal, internal) internal' on db.

func Dsqrt

func Dsqrt(ctx context.Context, db DB, p0 float64) (float64, error)

Dsqrt calls the stored function 'pg_catalog.dsqrt(double precision) double precision' on db.

func DsynonymInit

func DsynonymInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

DsynonymInit calls the stored function 'pg_catalog.dsynonym_init(internal) internal' on db.

func DsynonymLexize

func DsynonymLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)

DsynonymLexize calls the stored function 'pg_catalog.dsynonym_lexize(internal, internal, internal, internal) internal' on db.

func Dtrunc

func Dtrunc(ctx context.Context, db DB, p0 float64) (float64, error)

Dtrunc calls the stored function 'pg_catalog.dtrunc(double precision) double precision' on db.

func ElemContainedByMultirange

func ElemContainedByMultirange(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 pgtypes.Anymultirange) (bool, error)

ElemContainedByMultirange calls the stored function 'pg_catalog.elem_contained_by_multirange(anyelement, anymultirange) boolean' on db.

func ElemContainedByRange

func ElemContainedByRange(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 pgtypes.Anyrange) (bool, error)

ElemContainedByRange calls the stored function 'pg_catalog.elem_contained_by_range(anyelement, anyrange) boolean' on db.

func Encode

func Encode(ctx context.Context, db DB, p0 []byte, p1 string) (string, error)

Encode calls the stored function 'pg_catalog.encode(bytea, text) text' on db.

func EnumCmp

func EnumCmp(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (int, error)

EnumCmp calls the stored function 'pg_catalog.enum_cmp(anyenum, anyenum) integer' on db.

func EnumEq

func EnumEq(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error)

EnumEq calls the stored function 'pg_catalog.enum_eq(anyenum, anyenum) boolean' on db.

func EnumFirst

func EnumFirst(ctx context.Context, db DB, p0 pgtypes.Anyenum) (pgtypes.Anyenum, error)

EnumFirst calls the stored function 'pg_catalog.enum_first(anyenum) anyenum' on db.

func EnumGe

func EnumGe(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error)

EnumGe calls the stored function 'pg_catalog.enum_ge(anyenum, anyenum) boolean' on db.

func EnumGt

func EnumGt(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error)

EnumGt calls the stored function 'pg_catalog.enum_gt(anyenum, anyenum) boolean' on db.

func EnumLarger

func EnumLarger(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyenum, error)

EnumLarger calls the stored function 'pg_catalog.enum_larger(anyenum, anyenum) anyenum' on db.

func EnumLast

func EnumLast(ctx context.Context, db DB, p0 pgtypes.Anyenum) (pgtypes.Anyenum, error)

EnumLast calls the stored function 'pg_catalog.enum_last(anyenum) anyenum' on db.

func EnumLe

func EnumLe(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error)

EnumLe calls the stored function 'pg_catalog.enum_le(anyenum, anyenum) boolean' on db.

func EnumLt

func EnumLt(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error)

EnumLt calls the stored function 'pg_catalog.enum_lt(anyenum, anyenum) boolean' on db.

func EnumNe

func EnumNe(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error)

EnumNe calls the stored function 'pg_catalog.enum_ne(anyenum, anyenum) boolean' on db.

func EnumRangeByAnyenum

func EnumRangeByAnyenum(ctx context.Context, db DB, p0 pgtypes.Anyenum) (pgtypes.Anyarray, error)

EnumRangeByAnyenum calls the stored function 'pg_catalog.enum_range(anyenum) anyarray' on db.

func EnumRangeByAnyenumAndAnyenum

func EnumRangeByAnyenumAndAnyenum(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyarray, error)

EnumRangeByAnyenumAndAnyenum calls the stored function 'pg_catalog.enum_range(anyenum, anyenum) anyarray' on db.

func EnumRecv

func EnumRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid) (pgtypes.Anyenum, error)

EnumRecv calls the stored function 'pg_catalog.enum_recv(internal, oid) anyenum' on db.

func EnumSend

func EnumSend(ctx context.Context, db DB, p0 pgtypes.Anyenum) ([]byte, error)

EnumSend calls the stored function 'pg_catalog.enum_send(anyenum) bytea' on db.

func EnumSmaller

func EnumSmaller(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyenum, error)

EnumSmaller calls the stored function 'pg_catalog.enum_smaller(anyenum, anyenum) anyenum' on db.

func Eqjoinsel

func Eqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Eqjoinsel calls the stored function 'pg_catalog.eqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Eqsel

func Eqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Eqsel calls the stored function 'pg_catalog.eqsel(internal, oid, internal, integer) double precision' on db.

func Errorf

func Errorf(s string, v ...interface{})

Errorf logs an error message using the package error logger.

func EucCnToMic

func EucCnToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucCnToMic calls the stored function 'pg_catalog.euc_cn_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucCnToUTF8

func EucCnToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucCnToUTF8 calls the stored function 'pg_catalog.euc_cn_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucJis2004ToShiftJis2004

func EucJis2004ToShiftJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucJis2004ToShiftJis2004 calls the stored function 'pg_catalog.euc_jis_2004_to_shift_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucJis2004ToUTF8

func EucJis2004ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucJis2004ToUTF8 calls the stored function 'pg_catalog.euc_jis_2004_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucJpToMic

func EucJpToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucJpToMic calls the stored function 'pg_catalog.euc_jp_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucJpToSjis

func EucJpToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucJpToSjis calls the stored function 'pg_catalog.euc_jp_to_sjis(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucJpToUTF8

func EucJpToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucJpToUTF8 calls the stored function 'pg_catalog.euc_jp_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucKrToMic

func EucKrToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucKrToMic calls the stored function 'pg_catalog.euc_kr_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucKrToUTF8

func EucKrToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucKrToUTF8 calls the stored function 'pg_catalog.euc_kr_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucTwToBig5

func EucTwToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucTwToBig5 calls the stored function 'pg_catalog.euc_tw_to_big5(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucTwToMic

func EucTwToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucTwToMic calls the stored function 'pg_catalog.euc_tw_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func EucTwToUTF8

func EucTwToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

EucTwToUTF8 calls the stored function 'pg_catalog.euc_tw_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func ExpByDoublePrecision

func ExpByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

ExpByDoublePrecision calls the stored function 'pg_catalog.exp(double precision) double precision' on db.

func ExpByNumeric

func ExpByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

ExpByNumeric calls the stored function 'pg_catalog.exp(numeric) numeric' on db.

func ExtractByTextAndDate

func ExtractByTextAndDate(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

ExtractByTextAndDate calls the stored function 'pg_catalog.extract(text, date) numeric' on db.

func ExtractByTextAndInterval

func ExtractByTextAndInterval(ctx context.Context, db DB, p0 string, p1 []byte) (float64, error)

ExtractByTextAndInterval calls the stored function 'pg_catalog.extract(text, interval) numeric' on db.

func ExtractByTextAndTimeWithTimeZone

func ExtractByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

ExtractByTextAndTimeWithTimeZone calls the stored function 'pg_catalog.extract(text, time with time zone) numeric' on db.

func ExtractByTextAndTimeWithoutTimeZone

func ExtractByTextAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

ExtractByTextAndTimeWithoutTimeZone calls the stored function 'pg_catalog.extract(text, time without time zone) numeric' on db.

func ExtractByTextAndTimestampWithTimeZone

func ExtractByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

ExtractByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.extract(text, timestamp with time zone) numeric' on db.

func ExtractByTextAndTimestampWithoutTimeZone

func ExtractByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)

ExtractByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.extract(text, timestamp without time zone) numeric' on db.

func Factorial

func Factorial(ctx context.Context, db DB, p0 int64) (float64, error)

Factorial calls the stored function 'pg_catalog.factorial(bigint) numeric' on db.

func Family

func Family(ctx context.Context, db DB, p0 string) (int, error)

Family calls the stored function 'pg_catalog.family(inet) integer' on db.

func Float48div

func Float48div(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error)

Float48div calls the stored function 'pg_catalog.float48div(real, double precision) double precision' on db.

func Float48eq

func Float48eq(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error)

Float48eq calls the stored function 'pg_catalog.float48eq(real, double precision) boolean' on db.

func Float48ge

func Float48ge(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error)

Float48ge calls the stored function 'pg_catalog.float48ge(real, double precision) boolean' on db.

func Float48gt

func Float48gt(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error)

Float48gt calls the stored function 'pg_catalog.float48gt(real, double precision) boolean' on db.

func Float48le

func Float48le(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error)

Float48le calls the stored function 'pg_catalog.float48le(real, double precision) boolean' on db.

func Float48lt

func Float48lt(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error)

Float48lt calls the stored function 'pg_catalog.float48lt(real, double precision) boolean' on db.

func Float48mi

func Float48mi(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error)

Float48mi calls the stored function 'pg_catalog.float48mi(real, double precision) double precision' on db.

func Float48mul

func Float48mul(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error)

Float48mul calls the stored function 'pg_catalog.float48mul(real, double precision) double precision' on db.

func Float48ne

func Float48ne(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error)

Float48ne calls the stored function 'pg_catalog.float48ne(real, double precision) boolean' on db.

func Float48pl

func Float48pl(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error)

Float48pl calls the stored function 'pg_catalog.float48pl(real, double precision) double precision' on db.

func Float4Accum

func Float4Accum(ctx context.Context, db DB, p0 []float64, p1 float32) ([]float64, error)

Float4Accum calls the stored function 'pg_catalog.float4_accum(double precision, real) double precision' on db.

func Float4ByBigint

func Float4ByBigint(ctx context.Context, db DB, p0 int64) (float32, error)

Float4ByBigint calls the stored function 'pg_catalog.float4(bigint) real' on db.

func Float4ByDoublePrecision

func Float4ByDoublePrecision(ctx context.Context, db DB, p0 float64) (float32, error)

Float4ByDoublePrecision calls the stored function 'pg_catalog.float4(double precision) real' on db.

func Float4ByInteger

func Float4ByInteger(ctx context.Context, db DB, p0 int) (float32, error)

Float4ByInteger calls the stored function 'pg_catalog.float4(integer) real' on db.

func Float4ByJsonb

func Float4ByJsonb(ctx context.Context, db DB, p0 []byte) (float32, error)

Float4ByJsonb calls the stored function 'pg_catalog.float4(jsonb) real' on db.

func Float4ByNumeric

func Float4ByNumeric(ctx context.Context, db DB, p0 float64) (float32, error)

Float4ByNumeric calls the stored function 'pg_catalog.float4(numeric) real' on db.

func Float4BySmallint

func Float4BySmallint(ctx context.Context, db DB, p0 int16) (float32, error)

Float4BySmallint calls the stored function 'pg_catalog.float4(smallint) real' on db.

func Float4abs

func Float4abs(ctx context.Context, db DB, p0 float32) (float32, error)

Float4abs calls the stored function 'pg_catalog.float4abs(real) real' on db.

func Float4div

func Float4div(ctx context.Context, db DB, p0, p1 float32) (float32, error)

Float4div calls the stored function 'pg_catalog.float4div(real, real) real' on db.

func Float4eq

func Float4eq(ctx context.Context, db DB, p0, p1 float32) (bool, error)

Float4eq calls the stored function 'pg_catalog.float4eq(real, real) boolean' on db.

func Float4ge

func Float4ge(ctx context.Context, db DB, p0, p1 float32) (bool, error)

Float4ge calls the stored function 'pg_catalog.float4ge(real, real) boolean' on db.

func Float4gt

func Float4gt(ctx context.Context, db DB, p0, p1 float32) (bool, error)

Float4gt calls the stored function 'pg_catalog.float4gt(real, real) boolean' on db.

func Float4larger

func Float4larger(ctx context.Context, db DB, p0, p1 float32) (float32, error)

Float4larger calls the stored function 'pg_catalog.float4larger(real, real) real' on db.

func Float4le

func Float4le(ctx context.Context, db DB, p0, p1 float32) (bool, error)

Float4le calls the stored function 'pg_catalog.float4le(real, real) boolean' on db.

func Float4lt

func Float4lt(ctx context.Context, db DB, p0, p1 float32) (bool, error)

Float4lt calls the stored function 'pg_catalog.float4lt(real, real) boolean' on db.

func Float4mi

func Float4mi(ctx context.Context, db DB, p0, p1 float32) (float32, error)

Float4mi calls the stored function 'pg_catalog.float4mi(real, real) real' on db.

func Float4mul

func Float4mul(ctx context.Context, db DB, p0, p1 float32) (float32, error)

Float4mul calls the stored function 'pg_catalog.float4mul(real, real) real' on db.

func Float4ne

func Float4ne(ctx context.Context, db DB, p0, p1 float32) (bool, error)

Float4ne calls the stored function 'pg_catalog.float4ne(real, real) boolean' on db.

func Float4pl

func Float4pl(ctx context.Context, db DB, p0, p1 float32) (float32, error)

Float4pl calls the stored function 'pg_catalog.float4pl(real, real) real' on db.

func Float4recv

func Float4recv(ctx context.Context, db DB, p0 pgtypes.Internal) (float32, error)

Float4recv calls the stored function 'pg_catalog.float4recv(internal) real' on db.

func Float4send

func Float4send(ctx context.Context, db DB, p0 float32) ([]byte, error)

Float4send calls the stored function 'pg_catalog.float4send(real) bytea' on db.

func Float4smaller

func Float4smaller(ctx context.Context, db DB, p0, p1 float32) (float32, error)

Float4smaller calls the stored function 'pg_catalog.float4smaller(real, real) real' on db.

func Float4um

func Float4um(ctx context.Context, db DB, p0 float32) (float32, error)

Float4um calls the stored function 'pg_catalog.float4um(real) real' on db.

func Float4up

func Float4up(ctx context.Context, db DB, p0 float32) (float32, error)

Float4up calls the stored function 'pg_catalog.float4up(real) real' on db.

func Float84div

func Float84div(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error)

Float84div calls the stored function 'pg_catalog.float84div(double precision, real) double precision' on db.

func Float84eq

func Float84eq(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error)

Float84eq calls the stored function 'pg_catalog.float84eq(double precision, real) boolean' on db.

func Float84ge

func Float84ge(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error)

Float84ge calls the stored function 'pg_catalog.float84ge(double precision, real) boolean' on db.

func Float84gt

func Float84gt(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error)

Float84gt calls the stored function 'pg_catalog.float84gt(double precision, real) boolean' on db.

func Float84le

func Float84le(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error)

Float84le calls the stored function 'pg_catalog.float84le(double precision, real) boolean' on db.

func Float84lt

func Float84lt(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error)

Float84lt calls the stored function 'pg_catalog.float84lt(double precision, real) boolean' on db.

func Float84mi

func Float84mi(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error)

Float84mi calls the stored function 'pg_catalog.float84mi(double precision, real) double precision' on db.

func Float84mul

func Float84mul(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error)

Float84mul calls the stored function 'pg_catalog.float84mul(double precision, real) double precision' on db.

func Float84ne

func Float84ne(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error)

Float84ne calls the stored function 'pg_catalog.float84ne(double precision, real) boolean' on db.

func Float84pl

func Float84pl(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error)

Float84pl calls the stored function 'pg_catalog.float84pl(double precision, real) double precision' on db.

func Float8Accum

func Float8Accum(ctx context.Context, db DB, p0 []float64, p1 float64) ([]float64, error)

Float8Accum calls the stored function 'pg_catalog.float8_accum(double precision, double precision) double precision' on db.

func Float8Avg

func Float8Avg(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8Avg calls the stored function 'pg_catalog.float8_avg(double precision) double precision' on db.

func Float8ByBigint

func Float8ByBigint(ctx context.Context, db DB, p0 int64) (float64, error)

Float8ByBigint calls the stored function 'pg_catalog.float8(bigint) double precision' on db.

func Float8ByInteger

func Float8ByInteger(ctx context.Context, db DB, p0 int) (float64, error)

Float8ByInteger calls the stored function 'pg_catalog.float8(integer) double precision' on db.

func Float8ByJsonb

func Float8ByJsonb(ctx context.Context, db DB, p0 []byte) (float64, error)

Float8ByJsonb calls the stored function 'pg_catalog.float8(jsonb) double precision' on db.

func Float8ByNumeric

func Float8ByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

Float8ByNumeric calls the stored function 'pg_catalog.float8(numeric) double precision' on db.

func Float8ByReal

func Float8ByReal(ctx context.Context, db DB, p0 float32) (float64, error)

Float8ByReal calls the stored function 'pg_catalog.float8(real) double precision' on db.

func Float8BySmallint

func Float8BySmallint(ctx context.Context, db DB, p0 int16) (float64, error)

Float8BySmallint calls the stored function 'pg_catalog.float8(smallint) double precision' on db.

func Float8Combine

func Float8Combine(ctx context.Context, db DB, p0, p1 []float64) ([]float64, error)

Float8Combine calls the stored function 'pg_catalog.float8_combine(double precision, double precision) double precision' on db.

func Float8Corr

func Float8Corr(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8Corr calls the stored function 'pg_catalog.float8_corr(double precision) double precision' on db.

func Float8CovarPop

func Float8CovarPop(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8CovarPop calls the stored function 'pg_catalog.float8_covar_pop(double precision) double precision' on db.

func Float8CovarSamp

func Float8CovarSamp(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8CovarSamp calls the stored function 'pg_catalog.float8_covar_samp(double precision) double precision' on db.

func Float8RegrAccum

func Float8RegrAccum(ctx context.Context, db DB, p0 []float64, p1, p2 float64) ([]float64, error)

Float8RegrAccum calls the stored function 'pg_catalog.float8_regr_accum(double precision, double precision, double precision) double precision' on db.

func Float8RegrAvgx

func Float8RegrAvgx(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrAvgx calls the stored function 'pg_catalog.float8_regr_avgx(double precision) double precision' on db.

func Float8RegrAvgy

func Float8RegrAvgy(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrAvgy calls the stored function 'pg_catalog.float8_regr_avgy(double precision) double precision' on db.

func Float8RegrCombine

func Float8RegrCombine(ctx context.Context, db DB, p0, p1 []float64) ([]float64, error)

Float8RegrCombine calls the stored function 'pg_catalog.float8_regr_combine(double precision, double precision) double precision' on db.

func Float8RegrIntercept

func Float8RegrIntercept(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrIntercept calls the stored function 'pg_catalog.float8_regr_intercept(double precision) double precision' on db.

func Float8RegrR2

func Float8RegrR2(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrR2 calls the stored function 'pg_catalog.float8_regr_r2(double precision) double precision' on db.

func Float8RegrSlope

func Float8RegrSlope(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrSlope calls the stored function 'pg_catalog.float8_regr_slope(double precision) double precision' on db.

func Float8RegrSxx

func Float8RegrSxx(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrSxx calls the stored function 'pg_catalog.float8_regr_sxx(double precision) double precision' on db.

func Float8RegrSxy

func Float8RegrSxy(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrSxy calls the stored function 'pg_catalog.float8_regr_sxy(double precision) double precision' on db.

func Float8RegrSyy

func Float8RegrSyy(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8RegrSyy calls the stored function 'pg_catalog.float8_regr_syy(double precision) double precision' on db.

func Float8StddevPop

func Float8StddevPop(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8StddevPop calls the stored function 'pg_catalog.float8_stddev_pop(double precision) double precision' on db.

func Float8StddevSamp

func Float8StddevSamp(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8StddevSamp calls the stored function 'pg_catalog.float8_stddev_samp(double precision) double precision' on db.

func Float8VarPop

func Float8VarPop(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8VarPop calls the stored function 'pg_catalog.float8_var_pop(double precision) double precision' on db.

func Float8VarSamp

func Float8VarSamp(ctx context.Context, db DB, p0 []float64) (float64, error)

Float8VarSamp calls the stored function 'pg_catalog.float8_var_samp(double precision) double precision' on db.

func Float8abs

func Float8abs(ctx context.Context, db DB, p0 float64) (float64, error)

Float8abs calls the stored function 'pg_catalog.float8abs(double precision) double precision' on db.

func Float8div

func Float8div(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Float8div calls the stored function 'pg_catalog.float8div(double precision, double precision) double precision' on db.

func Float8eq

func Float8eq(ctx context.Context, db DB, p0, p1 float64) (bool, error)

Float8eq calls the stored function 'pg_catalog.float8eq(double precision, double precision) boolean' on db.

func Float8ge

func Float8ge(ctx context.Context, db DB, p0, p1 float64) (bool, error)

Float8ge calls the stored function 'pg_catalog.float8ge(double precision, double precision) boolean' on db.

func Float8gt

func Float8gt(ctx context.Context, db DB, p0, p1 float64) (bool, error)

Float8gt calls the stored function 'pg_catalog.float8gt(double precision, double precision) boolean' on db.

func Float8larger

func Float8larger(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Float8larger calls the stored function 'pg_catalog.float8larger(double precision, double precision) double precision' on db.

func Float8le

func Float8le(ctx context.Context, db DB, p0, p1 float64) (bool, error)

Float8le calls the stored function 'pg_catalog.float8le(double precision, double precision) boolean' on db.

func Float8lt

func Float8lt(ctx context.Context, db DB, p0, p1 float64) (bool, error)

Float8lt calls the stored function 'pg_catalog.float8lt(double precision, double precision) boolean' on db.

func Float8mi

func Float8mi(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Float8mi calls the stored function 'pg_catalog.float8mi(double precision, double precision) double precision' on db.

func Float8mul

func Float8mul(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Float8mul calls the stored function 'pg_catalog.float8mul(double precision, double precision) double precision' on db.

func Float8ne

func Float8ne(ctx context.Context, db DB, p0, p1 float64) (bool, error)

Float8ne calls the stored function 'pg_catalog.float8ne(double precision, double precision) boolean' on db.

func Float8pl

func Float8pl(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Float8pl calls the stored function 'pg_catalog.float8pl(double precision, double precision) double precision' on db.

func Float8recv

func Float8recv(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

Float8recv calls the stored function 'pg_catalog.float8recv(internal) double precision' on db.

func Float8send

func Float8send(ctx context.Context, db DB, p0 float64) ([]byte, error)

Float8send calls the stored function 'pg_catalog.float8send(double precision) bytea' on db.

func Float8smaller

func Float8smaller(ctx context.Context, db DB, p0, p1 float64) (float64, error)

Float8smaller calls the stored function 'pg_catalog.float8smaller(double precision, double precision) double precision' on db.

func Float8um

func Float8um(ctx context.Context, db DB, p0 float64) (float64, error)

Float8um calls the stored function 'pg_catalog.float8um(double precision) double precision' on db.

func Float8up

func Float8up(ctx context.Context, db DB, p0 float64) (float64, error)

Float8up calls the stored function 'pg_catalog.float8up(double precision) double precision' on db.

func FloorByDoublePrecision

func FloorByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

FloorByDoublePrecision calls the stored function 'pg_catalog.floor(double precision) double precision' on db.

func FloorByNumeric

func FloorByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

FloorByNumeric calls the stored function 'pg_catalog.floor(numeric) numeric' on db.

func Flt4MulCash

func Flt4MulCash(ctx context.Context, db DB, p0 float32, p1 string) (string, error)

Flt4MulCash calls the stored function 'pg_catalog.flt4_mul_cash(real, money) money' on db.

func Flt8MulCash

func Flt8MulCash(ctx context.Context, db DB, p0 float64, p1 string) (string, error)

Flt8MulCash calls the stored function 'pg_catalog.flt8_mul_cash(double precision, money) money' on db.

func FmgrCValidator

func FmgrCValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error

FmgrCValidator calls the stored function 'pg_catalog.fmgr_c_validator(oid)' on db.

func FmgrInternalValidator

func FmgrInternalValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error

FmgrInternalValidator calls the stored function 'pg_catalog.fmgr_internal_validator(oid)' on db.

func FmgrSQLValidator

func FmgrSQLValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error

FmgrSQLValidator calls the stored function 'pg_catalog.fmgr_sql_validator(oid)' on db.

func Format

func Format(ctx context.Context, db DB, p0 string) (string, error)

Format calls the stored function 'pg_catalog.format(text) text' on db.

func FormatType

func FormatType(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error)

FormatType calls the stored function 'pg_catalog.format_type(oid, integer) text' on db.

func Gb18030ToUTF8

func Gb18030ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Gb18030ToUTF8 calls the stored function 'pg_catalog.gb18030_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func GbkToUTF8

func GbkToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

GbkToUTF8 calls the stored function 'pg_catalog.gbk_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func GcdByBigintAndBigint

func GcdByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error)

GcdByBigintAndBigint calls the stored function 'pg_catalog.gcd(bigint, bigint) bigint' on db.

func GcdByIntegerAndInteger

func GcdByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error)

GcdByIntegerAndInteger calls the stored function 'pg_catalog.gcd(integer, integer) integer' on db.

func GcdByNumericAndNumeric

func GcdByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

GcdByNumericAndNumeric calls the stored function 'pg_catalog.gcd(numeric, numeric) numeric' on db.

func GenRandomUUID

func GenRandomUUID(ctx context.Context, db DB) (uuid.UUID, error)

GenRandomUUID calls the stored function 'pg_catalog.gen_random_uuid() uuid' on db.

func GenerateSeriesByBigintAndBigint

func GenerateSeriesByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error)

GenerateSeriesByBigintAndBigint calls the stored function 'pg_catalog.generate_series(bigint, bigint) bigint' on db.

func GenerateSeriesByBigintBigintAndBigint

func GenerateSeriesByBigintBigintAndBigint(ctx context.Context, db DB, p0, p1, p2 int64) (int64, error)

GenerateSeriesByBigintBigintAndBigint calls the stored function 'pg_catalog.generate_series(bigint, bigint, bigint) bigint' on db.

func GenerateSeriesByIntegerAndInteger

func GenerateSeriesByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error)

GenerateSeriesByIntegerAndInteger calls the stored function 'pg_catalog.generate_series(integer, integer) integer' on db.

func GenerateSeriesByIntegerIntegerAndInteger

func GenerateSeriesByIntegerIntegerAndInteger(ctx context.Context, db DB, p0, p1, p2 int) (int, error)

GenerateSeriesByIntegerIntegerAndInteger calls the stored function 'pg_catalog.generate_series(integer, integer, integer) integer' on db.

func GenerateSeriesByNumericAndNumeric

func GenerateSeriesByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

GenerateSeriesByNumericAndNumeric calls the stored function 'pg_catalog.generate_series(numeric, numeric) numeric' on db.

func GenerateSeriesByNumericNumericAndNumeric

func GenerateSeriesByNumericNumericAndNumeric(ctx context.Context, db DB, p0, p1, p2 float64) (float64, error)

GenerateSeriesByNumericNumericAndNumeric calls the stored function 'pg_catalog.generate_series(numeric, numeric, numeric) numeric' on db.

func GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval

func GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte) (time.Time, error)

GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval calls the stored function 'pg_catalog.generate_series(timestamp with time zone, timestamp with time zone, interval) timestamp with time zone' on db.

func GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval

func GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte) (time.Time, error)

GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.generate_series(timestamp without time zone, timestamp without time zone, interval) timestamp without time zone' on db.

func GenerateSeriesInt4Support

func GenerateSeriesInt4Support(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GenerateSeriesInt4Support calls the stored function 'pg_catalog.generate_series_int4_support(internal) internal' on db.

func GenerateSeriesInt8Support

func GenerateSeriesInt8Support(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GenerateSeriesInt8Support calls the stored function 'pg_catalog.generate_series_int8_support(internal) internal' on db.

func GenerateSubscriptsByAnyarrayAndInteger

func GenerateSubscriptsByAnyarrayAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error)

GenerateSubscriptsByAnyarrayAndInteger calls the stored function 'pg_catalog.generate_subscripts(anyarray, integer) integer' on db.

func GenerateSubscriptsByAnyarrayIntegerAndBoolean

func GenerateSubscriptsByAnyarrayIntegerAndBoolean(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int, p2 bool) (int, error)

GenerateSubscriptsByAnyarrayIntegerAndBoolean calls the stored function 'pg_catalog.generate_subscripts(anyarray, integer, boolean) integer' on db.

func GetBitByBitAndInteger

func GetBitByBitAndInteger(ctx context.Context, db DB, p0 uint8, p1 int) (int, error)

GetBitByBitAndInteger calls the stored function 'pg_catalog.get_bit(bit, integer) integer' on db.

func GetBitByByteaAndBigint

func GetBitByByteaAndBigint(ctx context.Context, db DB, p0 []byte, p1 int64) (int, error)

GetBitByByteaAndBigint calls the stored function 'pg_catalog.get_bit(bytea, bigint) integer' on db.

func GetByte

func GetByte(ctx context.Context, db DB, p0 []byte, p1 int) (int, error)

GetByte calls the stored function 'pg_catalog.get_byte(bytea, integer) integer' on db.

func GetCurrentTsConfig

func GetCurrentTsConfig(ctx context.Context, db DB) (pgtypes.Regconfig, error)

GetCurrentTsConfig calls the stored function 'pg_catalog.get_current_ts_config() regconfig' on db.

func Getdatabaseencoding

func Getdatabaseencoding(ctx context.Context, db DB) (string, error)

Getdatabaseencoding calls the stored function 'pg_catalog.getdatabaseencoding() name' on db.

func Getpgusername

func Getpgusername(ctx context.Context, db DB) (string, error)

Getpgusername calls the stored function 'pg_catalog.getpgusername() name' on db.

func GinCleanPendingList

func GinCleanPendingList(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

GinCleanPendingList calls the stored function 'pg_catalog.gin_clean_pending_list(regclass) bigint' on db.

func GinCmpPrefix

func GinCmpPrefix(ctx context.Context, db DB, p0, p1 string, p2 int16, p3 pgtypes.Internal) (int, error)

GinCmpPrefix calls the stored function 'pg_catalog.gin_cmp_prefix(text, text, smallint, internal) integer' on db.

func GinCmpTslexeme

func GinCmpTslexeme(ctx context.Context, db DB, p0, p1 string) (int, error)

GinCmpTslexeme calls the stored function 'pg_catalog.gin_cmp_tslexeme(text, text) integer' on db.

func GinCompareJsonb

func GinCompareJsonb(ctx context.Context, db DB, p0, p1 string) (int, error)

GinCompareJsonb calls the stored function 'pg_catalog.gin_compare_jsonb(text, text) integer' on db.

func GinConsistentJsonb

func GinConsistentJsonb(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)

GinConsistentJsonb calls the stored function 'pg_catalog.gin_consistent_jsonb(internal, smallint, jsonb, integer, internal, internal, internal, internal) boolean' on db.

func GinConsistentJsonbPath

func GinConsistentJsonbPath(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)

GinConsistentJsonbPath calls the stored function 'pg_catalog.gin_consistent_jsonb_path(internal, smallint, jsonb, integer, internal, internal, internal, internal) boolean' on db.

func GinExtractJsonb

func GinExtractJsonb(ctx context.Context, db DB, p0 []byte, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractJsonb calls the stored function 'pg_catalog.gin_extract_jsonb(jsonb, internal, internal) internal' on db.

func GinExtractJsonbPath

func GinExtractJsonbPath(ctx context.Context, db DB, p0 []byte, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractJsonbPath calls the stored function 'pg_catalog.gin_extract_jsonb_path(jsonb, internal, internal) internal' on db.

func GinExtractJsonbQuery

func GinExtractJsonbQuery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractJsonbQuery calls the stored function 'pg_catalog.gin_extract_jsonb_query(jsonb, internal, smallint, internal, internal, internal, internal) internal' on db.

func GinExtractJsonbQueryPath

func GinExtractJsonbQueryPath(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractJsonbQueryPath calls the stored function 'pg_catalog.gin_extract_jsonb_query_path(jsonb, internal, smallint, internal, internal, internal, internal) internal' on db.

func GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal

func GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Internal, p2 int16, p3, p4 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsquery(tsquery, internal, smallint, internal, internal) internal' on db.

func GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal

func GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsquery(tsquery, internal, smallint, internal, internal, internal, internal) internal' on db.

func GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal

func GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsquery(tsvector, internal, smallint, internal, internal, internal, internal) internal' on db.

func GinExtractTsvectorByTsvectorAndInternal

func GinExtractTsvectorByTsvectorAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractTsvectorByTsvectorAndInternal calls the stored function 'pg_catalog.gin_extract_tsvector(tsvector, internal) internal' on db.

func GinExtractTsvectorByTsvectorInternalAndInternal

func GinExtractTsvectorByTsvectorInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GinExtractTsvectorByTsvectorInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsvector(tsvector, internal, internal) internal' on db.

func GinTriconsistentJsonb

func GinTriconsistentJsonb(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)

GinTriconsistentJsonb calls the stored function 'pg_catalog.gin_triconsistent_jsonb(internal, smallint, jsonb, integer, internal, internal, internal) "char"' on db.

func GinTriconsistentJsonbPath

func GinTriconsistentJsonbPath(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)

GinTriconsistentJsonbPath calls the stored function 'pg_catalog.gin_triconsistent_jsonb_path(internal, smallint, jsonb, integer, internal, internal, internal) "char"' on db.

func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal

func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsquery, p3 int, p4, p5 pgtypes.Internal) (bool, error)

GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal calls the stored function 'pg_catalog.gin_tsquery_consistent(internal, smallint, tsquery, integer, internal, internal) boolean' on db.

func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal

func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsquery, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)

GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_tsquery_consistent(internal, smallint, tsquery, integer, internal, internal, internal, internal) boolean' on db.

func GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal

func GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsvector, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)

GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_tsquery_consistent(internal, smallint, tsvector, integer, internal, internal, internal, internal) boolean' on db.

func GinTsqueryTriconsistent

func GinTsqueryTriconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsvector, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)

GinTsqueryTriconsistent calls the stored function 'pg_catalog.gin_tsquery_triconsistent(internal, smallint, tsvector, integer, internal, internal, internal) "char"' on db.

func Ginarrayconsistent

func Ginarrayconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Anyarray, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)

Ginarrayconsistent calls the stored function 'pg_catalog.ginarrayconsistent(internal, smallint, anyarray, integer, internal, internal, internal, internal) boolean' on db.

func GinarrayextractByAnyarrayAndInternal

func GinarrayextractByAnyarrayAndInternal(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 pgtypes.Internal) (pgtypes.Internal, error)

GinarrayextractByAnyarrayAndInternal calls the stored function 'pg_catalog.ginarrayextract(anyarray, internal) internal' on db.

func GinarrayextractByAnyarrayInternalAndInternal

func GinarrayextractByAnyarrayInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GinarrayextractByAnyarrayInternalAndInternal calls the stored function 'pg_catalog.ginarrayextract(anyarray, internal, internal) internal' on db.

func Ginarraytriconsistent

func Ginarraytriconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Anyarray, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)

Ginarraytriconsistent calls the stored function 'pg_catalog.ginarraytriconsistent(internal, smallint, anyarray, integer, internal, internal, internal) "char"' on db.

func Ginhandler

func Ginhandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error)

Ginhandler calls the stored function 'pg_catalog.ginhandler(internal) index_am_handler' on db.

func Ginqueryarrayextract

func Ginqueryarrayextract(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)

Ginqueryarrayextract calls the stored function 'pg_catalog.ginqueryarrayextract(anyarray, internal, smallint, internal, internal, internal, internal) internal' on db.

func GistBoxConsistent

func GistBoxConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Box, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GistBoxConsistent calls the stored function 'pg_catalog.gist_box_consistent(internal, box, smallint, oid, internal) boolean' on db.

func GistBoxDistance

func GistBoxDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Box, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)

GistBoxDistance calls the stored function 'pg_catalog.gist_box_distance(internal, box, smallint, oid, internal) double precision' on db.

func GistBoxPenalty

func GistBoxPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GistBoxPenalty calls the stored function 'pg_catalog.gist_box_penalty(internal, internal, internal) internal' on db.

func GistBoxPicksplit

func GistBoxPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

GistBoxPicksplit calls the stored function 'pg_catalog.gist_box_picksplit(internal, internal) internal' on db.

func GistBoxSame

func GistBoxSame(ctx context.Context, db DB, p0, p1 pgtypes.Box, p2 pgtypes.Internal) (pgtypes.Internal, error)

GistBoxSame calls the stored function 'pg_catalog.gist_box_same(box, box, internal) internal' on db.

func GistBoxUnion

func GistBoxUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Box, error)

GistBoxUnion calls the stored function 'pg_catalog.gist_box_union(internal, internal) box' on db.

func GistCircleCompress

func GistCircleCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GistCircleCompress calls the stored function 'pg_catalog.gist_circle_compress(internal) internal' on db.

func GistCircleConsistent

func GistCircleConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Circle, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GistCircleConsistent calls the stored function 'pg_catalog.gist_circle_consistent(internal, circle, smallint, oid, internal) boolean' on db.

func GistCircleDistance

func GistCircleDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Circle, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)

GistCircleDistance calls the stored function 'pg_catalog.gist_circle_distance(internal, circle, smallint, oid, internal) double precision' on db.

func GistPointCompress

func GistPointCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GistPointCompress calls the stored function 'pg_catalog.gist_point_compress(internal) internal' on db.

func GistPointConsistent

func GistPointConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Point, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GistPointConsistent calls the stored function 'pg_catalog.gist_point_consistent(internal, point, smallint, oid, internal) boolean' on db.

func GistPointDistance

func GistPointDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Point, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)

GistPointDistance calls the stored function 'pg_catalog.gist_point_distance(internal, point, smallint, oid, internal) double precision' on db.

func GistPointFetch

func GistPointFetch(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GistPointFetch calls the stored function 'pg_catalog.gist_point_fetch(internal) internal' on db.

func GistPointSortsupport

func GistPointSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

GistPointSortsupport calls the stored function 'pg_catalog.gist_point_sortsupport(internal)' on db.

func GistPolyCompress

func GistPolyCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GistPolyCompress calls the stored function 'pg_catalog.gist_poly_compress(internal) internal' on db.

func GistPolyConsistent

func GistPolyConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Polygon, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GistPolyConsistent calls the stored function 'pg_catalog.gist_poly_consistent(internal, polygon, smallint, oid, internal) boolean' on db.

func GistPolyDistance

func GistPolyDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Polygon, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)

GistPolyDistance calls the stored function 'pg_catalog.gist_poly_distance(internal, polygon, smallint, oid, internal) double precision' on db.

func Gisthandler

func Gisthandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error)

Gisthandler calls the stored function 'pg_catalog.gisthandler(internal) index_am_handler' on db.

func GtsqueryCompress

func GtsqueryCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GtsqueryCompress calls the stored function 'pg_catalog.gtsquery_compress(internal) internal' on db.

func GtsqueryConsistentByInternalInternalIntegerOidAndInternal

func GtsqueryConsistentByInternalInternalIntegerOidAndInternal(ctx context.Context, db DB, p0, p1 pgtypes.Internal, p2 int, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GtsqueryConsistentByInternalInternalIntegerOidAndInternal calls the stored function 'pg_catalog.gtsquery_consistent(internal, internal, integer, oid, internal) boolean' on db.

func GtsqueryConsistentByInternalTsquerySmallintOidAndInternal

func GtsqueryConsistentByInternalTsquerySmallintOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Tsquery, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GtsqueryConsistentByInternalTsquerySmallintOidAndInternal calls the stored function 'pg_catalog.gtsquery_consistent(internal, tsquery, smallint, oid, internal) boolean' on db.

func GtsqueryPenalty

func GtsqueryPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GtsqueryPenalty calls the stored function 'pg_catalog.gtsquery_penalty(internal, internal, internal) internal' on db.

func GtsqueryPicksplit

func GtsqueryPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

GtsqueryPicksplit calls the stored function 'pg_catalog.gtsquery_picksplit(internal, internal) internal' on db.

func GtsquerySame

func GtsquerySame(ctx context.Context, db DB, p0, p1 int64, p2 pgtypes.Internal) (pgtypes.Internal, error)

GtsquerySame calls the stored function 'pg_catalog.gtsquery_same(bigint, bigint, internal) internal' on db.

func GtsqueryUnion

func GtsqueryUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (int64, error)

GtsqueryUnion calls the stored function 'pg_catalog.gtsquery_union(internal, internal) bigint' on db.

func GtsvectorCompress

func GtsvectorCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GtsvectorCompress calls the stored function 'pg_catalog.gtsvector_compress(internal) internal' on db.

func GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal

func GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Gtsvector, p2 int, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal calls the stored function 'pg_catalog.gtsvector_consistent(internal, gtsvector, integer, oid, internal) boolean' on db.

func GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal

func GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Tsvector, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal calls the stored function 'pg_catalog.gtsvector_consistent(internal, tsvector, smallint, oid, internal) boolean' on db.

func GtsvectorDecompress

func GtsvectorDecompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

GtsvectorDecompress calls the stored function 'pg_catalog.gtsvector_decompress(internal) internal' on db.

func GtsvectorOptions

func GtsvectorOptions(ctx context.Context, db DB, p0 pgtypes.Internal) error

GtsvectorOptions calls the stored function 'pg_catalog.gtsvector_options(internal)' on db.

func GtsvectorPenalty

func GtsvectorPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

GtsvectorPenalty calls the stored function 'pg_catalog.gtsvector_penalty(internal, internal, internal) internal' on db.

func GtsvectorPicksplit

func GtsvectorPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

GtsvectorPicksplit calls the stored function 'pg_catalog.gtsvector_picksplit(internal, internal) internal' on db.

func GtsvectorSame

func GtsvectorSame(ctx context.Context, db DB, p0, p1 pgtypes.Gtsvector, p2 pgtypes.Internal) (pgtypes.Internal, error)

GtsvectorSame calls the stored function 'pg_catalog.gtsvector_same(gtsvector, gtsvector, internal) internal' on db.

func GtsvectorUnion

func GtsvectorUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Gtsvector, error)

GtsvectorUnion calls the stored function 'pg_catalog.gtsvector_union(internal, internal) gtsvector' on db.

func HasAnyColumnPrivilegeByNameOidAndText

func HasAnyColumnPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasAnyColumnPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_any_column_privilege(name, oid, text) boolean' on db.

func HasAnyColumnPrivilegeByNameTextAndText

func HasAnyColumnPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasAnyColumnPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_any_column_privilege(name, text, text) boolean' on db.

func HasAnyColumnPrivilegeByOidAndText

func HasAnyColumnPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasAnyColumnPrivilegeByOidAndText calls the stored function 'pg_catalog.has_any_column_privilege(oid, text) boolean' on db.

func HasAnyColumnPrivilegeByOidOidAndText

func HasAnyColumnPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasAnyColumnPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_any_column_privilege(oid, oid, text) boolean' on db.

func HasAnyColumnPrivilegeByOidTextAndText

func HasAnyColumnPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasAnyColumnPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_any_column_privilege(oid, text, text) boolean' on db.

func HasAnyColumnPrivilegeByTextAndText

func HasAnyColumnPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasAnyColumnPrivilegeByTextAndText calls the stored function 'pg_catalog.has_any_column_privilege(text, text) boolean' on db.

func HasColumnPrivilegeByNameOidSmallintAndText

func HasColumnPrivilegeByNameOidSmallintAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 int16, p3 string) (bool, error)

HasColumnPrivilegeByNameOidSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(name, oid, smallint, text) boolean' on db.

func HasColumnPrivilegeByNameOidTextAndText

func HasColumnPrivilegeByNameOidTextAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2, p3 string) (bool, error)

HasColumnPrivilegeByNameOidTextAndText calls the stored function 'pg_catalog.has_column_privilege(name, oid, text, text) boolean' on db.

func HasColumnPrivilegeByNameTextSmallintAndText

func HasColumnPrivilegeByNameTextSmallintAndText(ctx context.Context, db DB, p0, p1 string, p2 int16, p3 string) (bool, error)

HasColumnPrivilegeByNameTextSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(name, text, smallint, text) boolean' on db.

func HasColumnPrivilegeByNameTextTextAndText

func HasColumnPrivilegeByNameTextTextAndText(ctx context.Context, db DB, p0, p1, p2, p3 string) (bool, error)

HasColumnPrivilegeByNameTextTextAndText calls the stored function 'pg_catalog.has_column_privilege(name, text, text, text) boolean' on db.

func HasColumnPrivilegeByOidOidSmallintAndText

func HasColumnPrivilegeByOidOidSmallintAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 int16, p3 string) (bool, error)

HasColumnPrivilegeByOidOidSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(oid, oid, smallint, text) boolean' on db.

func HasColumnPrivilegeByOidOidTextAndText

func HasColumnPrivilegeByOidOidTextAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2, p3 string) (bool, error)

HasColumnPrivilegeByOidOidTextAndText calls the stored function 'pg_catalog.has_column_privilege(oid, oid, text, text) boolean' on db.

func HasColumnPrivilegeByOidSmallintAndText

func HasColumnPrivilegeByOidSmallintAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int16, p2 string) (bool, error)

HasColumnPrivilegeByOidSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(oid, smallint, text) boolean' on db.

func HasColumnPrivilegeByOidTextAndText

func HasColumnPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasColumnPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_column_privilege(oid, text, text) boolean' on db.

func HasColumnPrivilegeByOidTextSmallintAndText

func HasColumnPrivilegeByOidTextSmallintAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string, p2 int16, p3 string) (bool, error)

HasColumnPrivilegeByOidTextSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(oid, text, smallint, text) boolean' on db.

func HasColumnPrivilegeByOidTextTextAndText

func HasColumnPrivilegeByOidTextTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2, p3 string) (bool, error)

HasColumnPrivilegeByOidTextTextAndText calls the stored function 'pg_catalog.has_column_privilege(oid, text, text, text) boolean' on db.

func HasColumnPrivilegeByTextSmallintAndText

func HasColumnPrivilegeByTextSmallintAndText(ctx context.Context, db DB, p0 string, p1 int16, p2 string) (bool, error)

HasColumnPrivilegeByTextSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(text, smallint, text) boolean' on db.

func HasColumnPrivilegeByTextTextAndText

func HasColumnPrivilegeByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasColumnPrivilegeByTextTextAndText calls the stored function 'pg_catalog.has_column_privilege(text, text, text) boolean' on db.

func HasDatabasePrivilegeByNameOidAndText

func HasDatabasePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasDatabasePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_database_privilege(name, oid, text) boolean' on db.

func HasDatabasePrivilegeByNameTextAndText

func HasDatabasePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasDatabasePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_database_privilege(name, text, text) boolean' on db.

func HasDatabasePrivilegeByOidAndText

func HasDatabasePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasDatabasePrivilegeByOidAndText calls the stored function 'pg_catalog.has_database_privilege(oid, text) boolean' on db.

func HasDatabasePrivilegeByOidOidAndText

func HasDatabasePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasDatabasePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_database_privilege(oid, oid, text) boolean' on db.

func HasDatabasePrivilegeByOidTextAndText

func HasDatabasePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasDatabasePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_database_privilege(oid, text, text) boolean' on db.

func HasDatabasePrivilegeByTextAndText

func HasDatabasePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasDatabasePrivilegeByTextAndText calls the stored function 'pg_catalog.has_database_privilege(text, text) boolean' on db.

func HasForeignDataWrapperPrivilegeByNameOidAndText

func HasForeignDataWrapperPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasForeignDataWrapperPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(name, oid, text) boolean' on db.

func HasForeignDataWrapperPrivilegeByNameTextAndText

func HasForeignDataWrapperPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasForeignDataWrapperPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(name, text, text) boolean' on db.

func HasForeignDataWrapperPrivilegeByOidAndText

func HasForeignDataWrapperPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasForeignDataWrapperPrivilegeByOidAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(oid, text) boolean' on db.

func HasForeignDataWrapperPrivilegeByOidOidAndText

func HasForeignDataWrapperPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasForeignDataWrapperPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(oid, oid, text) boolean' on db.

func HasForeignDataWrapperPrivilegeByOidTextAndText

func HasForeignDataWrapperPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasForeignDataWrapperPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(oid, text, text) boolean' on db.

func HasForeignDataWrapperPrivilegeByTextAndText

func HasForeignDataWrapperPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasForeignDataWrapperPrivilegeByTextAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(text, text) boolean' on db.

func HasFunctionPrivilegeByNameOidAndText

func HasFunctionPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasFunctionPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_function_privilege(name, oid, text) boolean' on db.

func HasFunctionPrivilegeByNameTextAndText

func HasFunctionPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasFunctionPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_function_privilege(name, text, text) boolean' on db.

func HasFunctionPrivilegeByOidAndText

func HasFunctionPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasFunctionPrivilegeByOidAndText calls the stored function 'pg_catalog.has_function_privilege(oid, text) boolean' on db.

func HasFunctionPrivilegeByOidOidAndText

func HasFunctionPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasFunctionPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_function_privilege(oid, oid, text) boolean' on db.

func HasFunctionPrivilegeByOidTextAndText

func HasFunctionPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasFunctionPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_function_privilege(oid, text, text) boolean' on db.

func HasFunctionPrivilegeByTextAndText

func HasFunctionPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasFunctionPrivilegeByTextAndText calls the stored function 'pg_catalog.has_function_privilege(text, text) boolean' on db.

func HasLanguagePrivilegeByNameOidAndText

func HasLanguagePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasLanguagePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_language_privilege(name, oid, text) boolean' on db.

func HasLanguagePrivilegeByNameTextAndText

func HasLanguagePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasLanguagePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_language_privilege(name, text, text) boolean' on db.

func HasLanguagePrivilegeByOidAndText

func HasLanguagePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasLanguagePrivilegeByOidAndText calls the stored function 'pg_catalog.has_language_privilege(oid, text) boolean' on db.

func HasLanguagePrivilegeByOidOidAndText

func HasLanguagePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasLanguagePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_language_privilege(oid, oid, text) boolean' on db.

func HasLanguagePrivilegeByOidTextAndText

func HasLanguagePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasLanguagePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_language_privilege(oid, text, text) boolean' on db.

func HasLanguagePrivilegeByTextAndText

func HasLanguagePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasLanguagePrivilegeByTextAndText calls the stored function 'pg_catalog.has_language_privilege(text, text) boolean' on db.

func HasSchemaPrivilegeByNameOidAndText

func HasSchemaPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasSchemaPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_schema_privilege(name, oid, text) boolean' on db.

func HasSchemaPrivilegeByNameTextAndText

func HasSchemaPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasSchemaPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_schema_privilege(name, text, text) boolean' on db.

func HasSchemaPrivilegeByOidAndText

func HasSchemaPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasSchemaPrivilegeByOidAndText calls the stored function 'pg_catalog.has_schema_privilege(oid, text) boolean' on db.

func HasSchemaPrivilegeByOidOidAndText

func HasSchemaPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasSchemaPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_schema_privilege(oid, oid, text) boolean' on db.

func HasSchemaPrivilegeByOidTextAndText

func HasSchemaPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasSchemaPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_schema_privilege(oid, text, text) boolean' on db.

func HasSchemaPrivilegeByTextAndText

func HasSchemaPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasSchemaPrivilegeByTextAndText calls the stored function 'pg_catalog.has_schema_privilege(text, text) boolean' on db.

func HasSequencePrivilegeByNameOidAndText

func HasSequencePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasSequencePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_sequence_privilege(name, oid, text) boolean' on db.

func HasSequencePrivilegeByNameTextAndText

func HasSequencePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasSequencePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_sequence_privilege(name, text, text) boolean' on db.

func HasSequencePrivilegeByOidAndText

func HasSequencePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasSequencePrivilegeByOidAndText calls the stored function 'pg_catalog.has_sequence_privilege(oid, text) boolean' on db.

func HasSequencePrivilegeByOidOidAndText

func HasSequencePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasSequencePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_sequence_privilege(oid, oid, text) boolean' on db.

func HasSequencePrivilegeByOidTextAndText

func HasSequencePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasSequencePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_sequence_privilege(oid, text, text) boolean' on db.

func HasSequencePrivilegeByTextAndText

func HasSequencePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasSequencePrivilegeByTextAndText calls the stored function 'pg_catalog.has_sequence_privilege(text, text) boolean' on db.

func HasServerPrivilegeByNameOidAndText

func HasServerPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasServerPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_server_privilege(name, oid, text) boolean' on db.

func HasServerPrivilegeByNameTextAndText

func HasServerPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasServerPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_server_privilege(name, text, text) boolean' on db.

func HasServerPrivilegeByOidAndText

func HasServerPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasServerPrivilegeByOidAndText calls the stored function 'pg_catalog.has_server_privilege(oid, text) boolean' on db.

func HasServerPrivilegeByOidOidAndText

func HasServerPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasServerPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_server_privilege(oid, oid, text) boolean' on db.

func HasServerPrivilegeByOidTextAndText

func HasServerPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasServerPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_server_privilege(oid, text, text) boolean' on db.

func HasServerPrivilegeByTextAndText

func HasServerPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasServerPrivilegeByTextAndText calls the stored function 'pg_catalog.has_server_privilege(text, text) boolean' on db.

func HasTablePrivilegeByNameOidAndText

func HasTablePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasTablePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_table_privilege(name, oid, text) boolean' on db.

func HasTablePrivilegeByNameTextAndText

func HasTablePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasTablePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_table_privilege(name, text, text) boolean' on db.

func HasTablePrivilegeByOidAndText

func HasTablePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasTablePrivilegeByOidAndText calls the stored function 'pg_catalog.has_table_privilege(oid, text) boolean' on db.

func HasTablePrivilegeByOidOidAndText

func HasTablePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasTablePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_table_privilege(oid, oid, text) boolean' on db.

func HasTablePrivilegeByOidTextAndText

func HasTablePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasTablePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_table_privilege(oid, text, text) boolean' on db.

func HasTablePrivilegeByTextAndText

func HasTablePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasTablePrivilegeByTextAndText calls the stored function 'pg_catalog.has_table_privilege(text, text) boolean' on db.

func HasTablespacePrivilegeByNameOidAndText

func HasTablespacePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasTablespacePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_tablespace_privilege(name, oid, text) boolean' on db.

func HasTablespacePrivilegeByNameTextAndText

func HasTablespacePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasTablespacePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_tablespace_privilege(name, text, text) boolean' on db.

func HasTablespacePrivilegeByOidAndText

func HasTablespacePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasTablespacePrivilegeByOidAndText calls the stored function 'pg_catalog.has_tablespace_privilege(oid, text) boolean' on db.

func HasTablespacePrivilegeByOidOidAndText

func HasTablespacePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasTablespacePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_tablespace_privilege(oid, oid, text) boolean' on db.

func HasTablespacePrivilegeByOidTextAndText

func HasTablespacePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasTablespacePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_tablespace_privilege(oid, text, text) boolean' on db.

func HasTablespacePrivilegeByTextAndText

func HasTablespacePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasTablespacePrivilegeByTextAndText calls the stored function 'pg_catalog.has_tablespace_privilege(text, text) boolean' on db.

func HasTypePrivilegeByNameOidAndText

func HasTypePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

HasTypePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_type_privilege(name, oid, text) boolean' on db.

func HasTypePrivilegeByNameTextAndText

func HasTypePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

HasTypePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_type_privilege(name, text, text) boolean' on db.

func HasTypePrivilegeByOidAndText

func HasTypePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

HasTypePrivilegeByOidAndText calls the stored function 'pg_catalog.has_type_privilege(oid, text) boolean' on db.

func HasTypePrivilegeByOidOidAndText

func HasTypePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

HasTypePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_type_privilege(oid, oid, text) boolean' on db.

func HasTypePrivilegeByOidTextAndText

func HasTypePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

HasTypePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_type_privilege(oid, text, text) boolean' on db.

func HasTypePrivilegeByTextAndText

func HasTypePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

HasTypePrivilegeByTextAndText calls the stored function 'pg_catalog.has_type_privilege(text, text) boolean' on db.

func HashAclitem

func HashAclitem(ctx context.Context, db DB, p0 pgtypes.Aclitem) (int, error)

HashAclitem calls the stored function 'pg_catalog.hash_aclitem(aclitem) integer' on db.

func HashAclitemExtended

func HashAclitemExtended(ctx context.Context, db DB, p0 pgtypes.Aclitem, p1 int64) (int64, error)

HashAclitemExtended calls the stored function 'pg_catalog.hash_aclitem_extended(aclitem, bigint) bigint' on db.

func HashArray

func HashArray(ctx context.Context, db DB, p0 pgtypes.Anyarray) (int, error)

HashArray calls the stored function 'pg_catalog.hash_array(anyarray) integer' on db.

func HashArrayExtended

func HashArrayExtended(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int64) (int64, error)

HashArrayExtended calls the stored function 'pg_catalog.hash_array_extended(anyarray, bigint) bigint' on db.

func HashMultirange

func HashMultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (int, error)

HashMultirange calls the stored function 'pg_catalog.hash_multirange(anymultirange) integer' on db.

func HashMultirangeExtended

func HashMultirangeExtended(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 int64) (int64, error)

HashMultirangeExtended calls the stored function 'pg_catalog.hash_multirange_extended(anymultirange, bigint) bigint' on db.

func HashNumeric

func HashNumeric(ctx context.Context, db DB, p0 float64) (int, error)

HashNumeric calls the stored function 'pg_catalog.hash_numeric(numeric) integer' on db.

func HashNumericExtended

func HashNumericExtended(ctx context.Context, db DB, p0 float64, p1 int64) (int64, error)

HashNumericExtended calls the stored function 'pg_catalog.hash_numeric_extended(numeric, bigint) bigint' on db.

func HashRange

func HashRange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (int, error)

HashRange calls the stored function 'pg_catalog.hash_range(anyrange) integer' on db.

func HashRangeExtended

func HashRangeExtended(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 int64) (int64, error)

HashRangeExtended calls the stored function 'pg_catalog.hash_range_extended(anyrange, bigint) bigint' on db.

func HashRecord

func HashRecord(ctx context.Context, db DB, p0 pgtypes.Record) (int, error)

HashRecord calls the stored function 'pg_catalog.hash_record(record) integer' on db.

func HashRecordExtended

func HashRecordExtended(ctx context.Context, db DB, p0 pgtypes.Record, p1 int64) (int64, error)

HashRecordExtended calls the stored function 'pg_catalog.hash_record_extended(record, bigint) bigint' on db.

func Hashbpchar

func Hashbpchar(ctx context.Context, db DB, p0 string) (int, error)

Hashbpchar calls the stored function 'pg_catalog.hashbpchar(character) integer' on db.

func Hashbpcharextended

func Hashbpcharextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error)

Hashbpcharextended calls the stored function 'pg_catalog.hashbpcharextended(character, bigint) bigint' on db.

func Hashchar

func Hashchar(ctx context.Context, db DB, p0 pgtypes.Char) (int, error)

Hashchar calls the stored function 'pg_catalog.hashchar("char") integer' on db.

func Hashcharextended

func Hashcharextended(ctx context.Context, db DB, p0 pgtypes.Char, p1 int64) (int64, error)

Hashcharextended calls the stored function 'pg_catalog.hashcharextended("char", bigint) bigint' on db.

func Hashenum

func Hashenum(ctx context.Context, db DB, p0 pgtypes.Anyenum) (int, error)

Hashenum calls the stored function 'pg_catalog.hashenum(anyenum) integer' on db.

func Hashenumextended

func Hashenumextended(ctx context.Context, db DB, p0 pgtypes.Anyenum, p1 int64) (int64, error)

Hashenumextended calls the stored function 'pg_catalog.hashenumextended(anyenum, bigint) bigint' on db.

func Hashfloat4

func Hashfloat4(ctx context.Context, db DB, p0 float32) (int, error)

Hashfloat4 calls the stored function 'pg_catalog.hashfloat4(real) integer' on db.

func Hashfloat4extended

func Hashfloat4extended(ctx context.Context, db DB, p0 float32, p1 int64) (int64, error)

Hashfloat4extended calls the stored function 'pg_catalog.hashfloat4extended(real, bigint) bigint' on db.

func Hashfloat8

func Hashfloat8(ctx context.Context, db DB, p0 float64) (int, error)

Hashfloat8 calls the stored function 'pg_catalog.hashfloat8(double precision) integer' on db.

func Hashfloat8extended

func Hashfloat8extended(ctx context.Context, db DB, p0 float64, p1 int64) (int64, error)

Hashfloat8extended calls the stored function 'pg_catalog.hashfloat8extended(double precision, bigint) bigint' on db.

func Hashhandler

func Hashhandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error)

Hashhandler calls the stored function 'pg_catalog.hashhandler(internal) index_am_handler' on db.

func Hashinet

func Hashinet(ctx context.Context, db DB, p0 string) (int, error)

Hashinet calls the stored function 'pg_catalog.hashinet(inet) integer' on db.

func Hashinetextended

func Hashinetextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error)

Hashinetextended calls the stored function 'pg_catalog.hashinetextended(inet, bigint) bigint' on db.

func Hashint2

func Hashint2(ctx context.Context, db DB, p0 int16) (int, error)

Hashint2 calls the stored function 'pg_catalog.hashint2(smallint) integer' on db.

func Hashint2extended

func Hashint2extended(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error)

Hashint2extended calls the stored function 'pg_catalog.hashint2extended(smallint, bigint) bigint' on db.

func Hashint4

func Hashint4(ctx context.Context, db DB, p0 int) (int, error)

Hashint4 calls the stored function 'pg_catalog.hashint4(integer) integer' on db.

func Hashint4extended

func Hashint4extended(ctx context.Context, db DB, p0 int, p1 int64) (int64, error)

Hashint4extended calls the stored function 'pg_catalog.hashint4extended(integer, bigint) bigint' on db.

func Hashint8

func Hashint8(ctx context.Context, db DB, p0 int64) (int, error)

Hashint8 calls the stored function 'pg_catalog.hashint8(bigint) integer' on db.

func Hashint8extended

func Hashint8extended(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Hashint8extended calls the stored function 'pg_catalog.hashint8extended(bigint, bigint) bigint' on db.

func Hashmacaddr

func Hashmacaddr(ctx context.Context, db DB, p0 pgtypes.Macaddr) (int, error)

Hashmacaddr calls the stored function 'pg_catalog.hashmacaddr(macaddr) integer' on db.

func Hashmacaddr8

func Hashmacaddr8(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (int, error)

Hashmacaddr8 calls the stored function 'pg_catalog.hashmacaddr8(macaddr8) integer' on db.

func Hashmacaddr8extended

func Hashmacaddr8extended(ctx context.Context, db DB, p0 pgtypes.Macaddr8, p1 int64) (int64, error)

Hashmacaddr8extended calls the stored function 'pg_catalog.hashmacaddr8extended(macaddr8, bigint) bigint' on db.

func Hashmacaddrextended

func Hashmacaddrextended(ctx context.Context, db DB, p0 pgtypes.Macaddr, p1 int64) (int64, error)

Hashmacaddrextended calls the stored function 'pg_catalog.hashmacaddrextended(macaddr, bigint) bigint' on db.

func Hashname

func Hashname(ctx context.Context, db DB, p0 string) (int, error)

Hashname calls the stored function 'pg_catalog.hashname(name) integer' on db.

func Hashnameextended

func Hashnameextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error)

Hashnameextended calls the stored function 'pg_catalog.hashnameextended(name, bigint) bigint' on db.

func Hashoid

func Hashoid(ctx context.Context, db DB, p0 pgtypes.Oid) (int, error)

Hashoid calls the stored function 'pg_catalog.hashoid(oid) integer' on db.

func Hashoidextended

func Hashoidextended(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64) (int64, error)

Hashoidextended calls the stored function 'pg_catalog.hashoidextended(oid, bigint) bigint' on db.

func Hashoidvector

func Hashoidvector(ctx context.Context, db DB, p0 pgtypes.Oidvector) (int, error)

Hashoidvector calls the stored function 'pg_catalog.hashoidvector(oidvector) integer' on db.

func Hashoidvectorextended

func Hashoidvectorextended(ctx context.Context, db DB, p0 pgtypes.Oidvector, p1 int64) (int64, error)

Hashoidvectorextended calls the stored function 'pg_catalog.hashoidvectorextended(oidvector, bigint) bigint' on db.

func Hashtext

func Hashtext(ctx context.Context, db DB, p0 string) (int, error)

Hashtext calls the stored function 'pg_catalog.hashtext(text) integer' on db.

func Hashtextextended

func Hashtextextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error)

Hashtextextended calls the stored function 'pg_catalog.hashtextextended(text, bigint) bigint' on db.

func Hashtid

func Hashtid(ctx context.Context, db DB, p0 pgtypes.Tid) (int, error)

Hashtid calls the stored function 'pg_catalog.hashtid(tid) integer' on db.

func Hashtidextended

func Hashtidextended(ctx context.Context, db DB, p0 pgtypes.Tid, p1 int64) (int64, error)

Hashtidextended calls the stored function 'pg_catalog.hashtidextended(tid, bigint) bigint' on db.

func Hashvarlena

func Hashvarlena(ctx context.Context, db DB, p0 pgtypes.Internal) (int, error)

Hashvarlena calls the stored function 'pg_catalog.hashvarlena(internal) integer' on db.

func Hashvarlenaextended

func Hashvarlenaextended(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (int64, error)

Hashvarlenaextended calls the stored function 'pg_catalog.hashvarlenaextended(internal, bigint) bigint' on db.

func HeapTableamHandler

func HeapTableamHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TableAmHandler, error)

HeapTableamHandler calls the stored function 'pg_catalog.heap_tableam_handler(internal) table_am_handler' on db.

func Height

func Height(ctx context.Context, db DB, p0 pgtypes.Box) (float64, error)

Height calls the stored function 'pg_catalog.height(box) double precision' on db.

func Host

func Host(ctx context.Context, db DB, p0 string) (string, error)

Host calls the stored function 'pg_catalog.host(inet) text' on db.

func Hostmask

func Hostmask(ctx context.Context, db DB, p0 string) (string, error)

Hostmask calls the stored function 'pg_catalog.hostmask(inet) inet' on db.

func Iclikejoinsel

func Iclikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Iclikejoinsel calls the stored function 'pg_catalog.iclikejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Iclikesel

func Iclikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Iclikesel calls the stored function 'pg_catalog.iclikesel(internal, oid, internal, integer) double precision' on db.

func Icnlikejoinsel

func Icnlikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Icnlikejoinsel calls the stored function 'pg_catalog.icnlikejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Icnlikesel

func Icnlikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Icnlikesel calls the stored function 'pg_catalog.icnlikesel(internal, oid, internal, integer) double precision' on db.

func Icregexeqjoinsel

func Icregexeqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Icregexeqjoinsel calls the stored function 'pg_catalog.icregexeqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Icregexeqsel

func Icregexeqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Icregexeqsel calls the stored function 'pg_catalog.icregexeqsel(internal, oid, internal, integer) double precision' on db.

func Icregexnejoinsel

func Icregexnejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Icregexnejoinsel calls the stored function 'pg_catalog.icregexnejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Icregexnesel

func Icregexnesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Icregexnesel calls the stored function 'pg_catalog.icregexnesel(internal, oid, internal, integer) double precision' on db.

func InRangeByBigintBigintBigintBooleanAndBoolean

func InRangeByBigintBigintBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int64, p3, p4 bool) (bool, error)

InRangeByBigintBigintBigintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(bigint, bigint, bigint, boolean, boolean) boolean' on db.

func InRangeByDateDateIntervalBooleanAndBoolean

func InRangeByDateDateIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)

InRangeByDateDateIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(date, date, interval, boolean, boolean) boolean' on db.

func InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean

func InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 float64, p3, p4 bool) (bool, error)

InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean calls the stored function 'pg_catalog.in_range(double precision, double precision, double precision, boolean, boolean) boolean' on db.

func InRangeByIntegerIntegerBigintBooleanAndBoolean

func InRangeByIntegerIntegerBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int, p2 int64, p3, p4 bool) (bool, error)

InRangeByIntegerIntegerBigintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(integer, integer, bigint, boolean, boolean) boolean' on db.

func InRangeByIntegerIntegerIntegerBooleanAndBoolean

func InRangeByIntegerIntegerIntegerBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int, p3, p4 bool) (bool, error)

InRangeByIntegerIntegerIntegerBooleanAndBoolean calls the stored function 'pg_catalog.in_range(integer, integer, integer, boolean, boolean) boolean' on db.

func InRangeByIntegerIntegerSmallintBooleanAndBoolean

func InRangeByIntegerIntegerSmallintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int, p2 int16, p3, p4 bool) (bool, error)

InRangeByIntegerIntegerSmallintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(integer, integer, smallint, boolean, boolean) boolean' on db.

func InRangeByIntervalIntervalIntervalBooleanAndBoolean

func InRangeByIntervalIntervalIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 []byte, p3, p4 bool) (bool, error)

InRangeByIntervalIntervalIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(interval, interval, interval, boolean, boolean) boolean' on db.

func InRangeByNumericNumericNumericBooleanAndBoolean

func InRangeByNumericNumericNumericBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 float64, p3, p4 bool) (bool, error)

InRangeByNumericNumericNumericBooleanAndBoolean calls the stored function 'pg_catalog.in_range(numeric, numeric, numeric, boolean, boolean) boolean' on db.

func InRangeByRealRealDoublePrecisionBooleanAndBoolean

func InRangeByRealRealDoublePrecisionBooleanAndBoolean(ctx context.Context, db DB, p0, p1 float32, p2 float64, p3, p4 bool) (bool, error)

InRangeByRealRealDoublePrecisionBooleanAndBoolean calls the stored function 'pg_catalog.in_range(real, real, double precision, boolean, boolean) boolean' on db.

func InRangeBySmallintSmallintBigintBooleanAndBoolean

func InRangeBySmallintSmallintBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int16, p2 int64, p3, p4 bool) (bool, error)

InRangeBySmallintSmallintBigintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(smallint, smallint, bigint, boolean, boolean) boolean' on db.

func InRangeBySmallintSmallintIntegerBooleanAndBoolean

func InRangeBySmallintSmallintIntegerBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int16, p2 int, p3, p4 bool) (bool, error)

InRangeBySmallintSmallintIntegerBooleanAndBoolean calls the stored function 'pg_catalog.in_range(smallint, smallint, integer, boolean, boolean) boolean' on db.

func InRangeBySmallintSmallintSmallintBooleanAndBoolean

func InRangeBySmallintSmallintSmallintBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int16, p3, p4 bool) (bool, error)

InRangeBySmallintSmallintSmallintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(smallint, smallint, smallint, boolean, boolean) boolean' on db.

func InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean

func InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)

InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(time with time zone, time with time zone, interval, boolean, boolean) boolean' on db.

func InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean

func InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)

InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(time without time zone, time without time zone, interval, boolean, boolean) boolean' on db.

func InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean

func InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)

InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(timestamp with time zone, timestamp with time zone, interval, boolean, boolean) boolean' on db.

func InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean

func InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)

InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(timestamp without time zone, timestamp without time zone, interval, boolean, boolean) boolean' on db.

func InetClientAddr

func InetClientAddr(ctx context.Context, db DB) (string, error)

InetClientAddr calls the stored function 'pg_catalog.inet_client_addr() inet' on db.

func InetClientPort

func InetClientPort(ctx context.Context, db DB) (int, error)

InetClientPort calls the stored function 'pg_catalog.inet_client_port() integer' on db.

func InetGistCompress

func InetGistCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

InetGistCompress calls the stored function 'pg_catalog.inet_gist_compress(internal) internal' on db.

func InetGistConsistent

func InetGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 string, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

InetGistConsistent calls the stored function 'pg_catalog.inet_gist_consistent(internal, inet, smallint, oid, internal) boolean' on db.

func InetGistFetch

func InetGistFetch(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

InetGistFetch calls the stored function 'pg_catalog.inet_gist_fetch(internal) internal' on db.

func InetGistPenalty

func InetGistPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

InetGistPenalty calls the stored function 'pg_catalog.inet_gist_penalty(internal, internal, internal) internal' on db.

func InetGistPicksplit

func InetGistPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

InetGistPicksplit calls the stored function 'pg_catalog.inet_gist_picksplit(internal, internal) internal' on db.

func InetGistSame

func InetGistSame(ctx context.Context, db DB, p0, p1 string, p2 pgtypes.Internal) (pgtypes.Internal, error)

InetGistSame calls the stored function 'pg_catalog.inet_gist_same(inet, inet, internal) internal' on db.

func InetGistUnion

func InetGistUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (string, error)

InetGistUnion calls the stored function 'pg_catalog.inet_gist_union(internal, internal) inet' on db.

func InetMerge

func InetMerge(ctx context.Context, db DB, p0, p1 string) (pgtypes.Cidr, error)

InetMerge calls the stored function 'pg_catalog.inet_merge(inet, inet) cidr' on db.

func InetRecv

func InetRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error)

InetRecv calls the stored function 'pg_catalog.inet_recv(internal) inet' on db.

func InetSameFamily

func InetSameFamily(ctx context.Context, db DB, p0, p1 string) (bool, error)

InetSameFamily calls the stored function 'pg_catalog.inet_same_family(inet, inet) boolean' on db.

func InetSend

func InetSend(ctx context.Context, db DB, p0 string) ([]byte, error)

InetSend calls the stored function 'pg_catalog.inet_send(inet) bytea' on db.

func InetServerAddr

func InetServerAddr(ctx context.Context, db DB) (string, error)

InetServerAddr calls the stored function 'pg_catalog.inet_server_addr() inet' on db.

func InetServerPort

func InetServerPort(ctx context.Context, db DB) (int, error)

InetServerPort calls the stored function 'pg_catalog.inet_server_port() integer' on db.

func InetSpgChoose

func InetSpgChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

InetSpgChoose calls the stored function 'pg_catalog.inet_spg_choose(internal, internal)' on db.

func InetSpgConfig

func InetSpgConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

InetSpgConfig calls the stored function 'pg_catalog.inet_spg_config(internal, internal)' on db.

func InetSpgInnerConsistent

func InetSpgInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

InetSpgInnerConsistent calls the stored function 'pg_catalog.inet_spg_inner_consistent(internal, internal)' on db.

func InetSpgLeafConsistent

func InetSpgLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error)

InetSpgLeafConsistent calls the stored function 'pg_catalog.inet_spg_leaf_consistent(internal, internal) boolean' on db.

func InetSpgPicksplit

func InetSpgPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

InetSpgPicksplit calls the stored function 'pg_catalog.inet_spg_picksplit(internal, internal)' on db.

func Inetand

func Inetand(ctx context.Context, db DB, p0, p1 string) (string, error)

Inetand calls the stored function 'pg_catalog.inetand(inet, inet) inet' on db.

func Inetmi

func Inetmi(ctx context.Context, db DB, p0, p1 string) (int64, error)

Inetmi calls the stored function 'pg_catalog.inetmi(inet, inet) bigint' on db.

func InetmiInt8

func InetmiInt8(ctx context.Context, db DB, p0 string, p1 int64) (string, error)

InetmiInt8 calls the stored function 'pg_catalog.inetmi_int8(inet, bigint) inet' on db.

func Inetnot

func Inetnot(ctx context.Context, db DB, p0 string) (string, error)

Inetnot calls the stored function 'pg_catalog.inetnot(inet) inet' on db.

func Inetor

func Inetor(ctx context.Context, db DB, p0, p1 string) (string, error)

Inetor calls the stored function 'pg_catalog.inetor(inet, inet) inet' on db.

func Inetpl

func Inetpl(ctx context.Context, db DB, p0 string, p1 int64) (string, error)

Inetpl calls the stored function 'pg_catalog.inetpl(inet, bigint) inet' on db.

func Initcap

func Initcap(ctx context.Context, db DB, p0 string) (string, error)

Initcap calls the stored function 'pg_catalog.initcap(text) text' on db.

func Int24div

func Int24div(ctx context.Context, db DB, p0 int16, p1 int) (int, error)

Int24div calls the stored function 'pg_catalog.int24div(smallint, integer) integer' on db.

func Int24eq

func Int24eq(ctx context.Context, db DB, p0 int16, p1 int) (bool, error)

Int24eq calls the stored function 'pg_catalog.int24eq(smallint, integer) boolean' on db.

func Int24ge

func Int24ge(ctx context.Context, db DB, p0 int16, p1 int) (bool, error)

Int24ge calls the stored function 'pg_catalog.int24ge(smallint, integer) boolean' on db.

func Int24gt

func Int24gt(ctx context.Context, db DB, p0 int16, p1 int) (bool, error)

Int24gt calls the stored function 'pg_catalog.int24gt(smallint, integer) boolean' on db.

func Int24le

func Int24le(ctx context.Context, db DB, p0 int16, p1 int) (bool, error)

Int24le calls the stored function 'pg_catalog.int24le(smallint, integer) boolean' on db.

func Int24lt

func Int24lt(ctx context.Context, db DB, p0 int16, p1 int) (bool, error)

Int24lt calls the stored function 'pg_catalog.int24lt(smallint, integer) boolean' on db.

func Int24mi

func Int24mi(ctx context.Context, db DB, p0 int16, p1 int) (int, error)

Int24mi calls the stored function 'pg_catalog.int24mi(smallint, integer) integer' on db.

func Int24mul

func Int24mul(ctx context.Context, db DB, p0 int16, p1 int) (int, error)

Int24mul calls the stored function 'pg_catalog.int24mul(smallint, integer) integer' on db.

func Int24ne

func Int24ne(ctx context.Context, db DB, p0 int16, p1 int) (bool, error)

Int24ne calls the stored function 'pg_catalog.int24ne(smallint, integer) boolean' on db.

func Int24pl

func Int24pl(ctx context.Context, db DB, p0 int16, p1 int) (int, error)

Int24pl calls the stored function 'pg_catalog.int24pl(smallint, integer) integer' on db.

func Int28div

func Int28div(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error)

Int28div calls the stored function 'pg_catalog.int28div(smallint, bigint) bigint' on db.

func Int28eq

func Int28eq(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error)

Int28eq calls the stored function 'pg_catalog.int28eq(smallint, bigint) boolean' on db.

func Int28ge

func Int28ge(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error)

Int28ge calls the stored function 'pg_catalog.int28ge(smallint, bigint) boolean' on db.

func Int28gt

func Int28gt(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error)

Int28gt calls the stored function 'pg_catalog.int28gt(smallint, bigint) boolean' on db.

func Int28le

func Int28le(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error)

Int28le calls the stored function 'pg_catalog.int28le(smallint, bigint) boolean' on db.

func Int28lt

func Int28lt(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error)

Int28lt calls the stored function 'pg_catalog.int28lt(smallint, bigint) boolean' on db.

func Int28mi

func Int28mi(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error)

Int28mi calls the stored function 'pg_catalog.int28mi(smallint, bigint) bigint' on db.

func Int28mul

func Int28mul(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error)

Int28mul calls the stored function 'pg_catalog.int28mul(smallint, bigint) bigint' on db.

func Int28ne

func Int28ne(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error)

Int28ne calls the stored function 'pg_catalog.int28ne(smallint, bigint) boolean' on db.

func Int28pl

func Int28pl(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error)

Int28pl calls the stored function 'pg_catalog.int28pl(smallint, bigint) bigint' on db.

func Int2Accum

func Int2Accum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16) (pgtypes.Internal, error)

Int2Accum calls the stored function 'pg_catalog.int2_accum(internal, smallint) internal' on db.

func Int2AccumInv

func Int2AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16) (pgtypes.Internal, error)

Int2AccumInv calls the stored function 'pg_catalog.int2_accum_inv(internal, smallint) internal' on db.

func Int2AvgAccum

func Int2AvgAccum(ctx context.Context, db DB, p0 []int64, p1 int16) ([]int64, error)

Int2AvgAccum calls the stored function 'pg_catalog.int2_avg_accum(bigint, smallint) bigint' on db.

func Int2AvgAccumInv

func Int2AvgAccumInv(ctx context.Context, db DB, p0 []int64, p1 int16) ([]int64, error)

Int2AvgAccumInv calls the stored function 'pg_catalog.int2_avg_accum_inv(bigint, smallint) bigint' on db.

func Int2ByBigint

func Int2ByBigint(ctx context.Context, db DB, p0 int64) (int16, error)

Int2ByBigint calls the stored function 'pg_catalog.int2(bigint) smallint' on db.

func Int2ByDoublePrecision

func Int2ByDoublePrecision(ctx context.Context, db DB, p0 float64) (int16, error)

Int2ByDoublePrecision calls the stored function 'pg_catalog.int2(double precision) smallint' on db.

func Int2ByInteger

func Int2ByInteger(ctx context.Context, db DB, p0 int) (int16, error)

Int2ByInteger calls the stored function 'pg_catalog.int2(integer) smallint' on db.

func Int2ByJsonb

func Int2ByJsonb(ctx context.Context, db DB, p0 []byte) (int16, error)

Int2ByJsonb calls the stored function 'pg_catalog.int2(jsonb) smallint' on db.

func Int2ByNumeric

func Int2ByNumeric(ctx context.Context, db DB, p0 float64) (int16, error)

Int2ByNumeric calls the stored function 'pg_catalog.int2(numeric) smallint' on db.

func Int2ByReal

func Int2ByReal(ctx context.Context, db DB, p0 float32) (int16, error)

Int2ByReal calls the stored function 'pg_catalog.int2(real) smallint' on db.

func Int2MulCash

func Int2MulCash(ctx context.Context, db DB, p0 int16, p1 string) (string, error)

Int2MulCash calls the stored function 'pg_catalog.int2_mul_cash(smallint, money) money' on db.

func Int2Sum

func Int2Sum(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error)

Int2Sum calls the stored function 'pg_catalog.int2_sum(bigint, smallint) bigint' on db.

func Int2abs

func Int2abs(ctx context.Context, db DB, p0 int16) (int16, error)

Int2abs calls the stored function 'pg_catalog.int2abs(smallint) smallint' on db.

func Int2and

func Int2and(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2and calls the stored function 'pg_catalog.int2and(smallint, smallint) smallint' on db.

func Int2div

func Int2div(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2div calls the stored function 'pg_catalog.int2div(smallint, smallint) smallint' on db.

func Int2eq

func Int2eq(ctx context.Context, db DB, p0, p1 int16) (bool, error)

Int2eq calls the stored function 'pg_catalog.int2eq(smallint, smallint) boolean' on db.

func Int2ge

func Int2ge(ctx context.Context, db DB, p0, p1 int16) (bool, error)

Int2ge calls the stored function 'pg_catalog.int2ge(smallint, smallint) boolean' on db.

func Int2gt

func Int2gt(ctx context.Context, db DB, p0, p1 int16) (bool, error)

Int2gt calls the stored function 'pg_catalog.int2gt(smallint, smallint) boolean' on db.

func Int2int4Sum

func Int2int4Sum(ctx context.Context, db DB, p0 []int64) (int64, error)

Int2int4Sum calls the stored function 'pg_catalog.int2int4_sum(bigint) bigint' on db.

func Int2larger

func Int2larger(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2larger calls the stored function 'pg_catalog.int2larger(smallint, smallint) smallint' on db.

func Int2le

func Int2le(ctx context.Context, db DB, p0, p1 int16) (bool, error)

Int2le calls the stored function 'pg_catalog.int2le(smallint, smallint) boolean' on db.

func Int2lt

func Int2lt(ctx context.Context, db DB, p0, p1 int16) (bool, error)

Int2lt calls the stored function 'pg_catalog.int2lt(smallint, smallint) boolean' on db.

func Int2mi

func Int2mi(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2mi calls the stored function 'pg_catalog.int2mi(smallint, smallint) smallint' on db.

func Int2mod

func Int2mod(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2mod calls the stored function 'pg_catalog.int2mod(smallint, smallint) smallint' on db.

func Int2mul

func Int2mul(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2mul calls the stored function 'pg_catalog.int2mul(smallint, smallint) smallint' on db.

func Int2ne

func Int2ne(ctx context.Context, db DB, p0, p1 int16) (bool, error)

Int2ne calls the stored function 'pg_catalog.int2ne(smallint, smallint) boolean' on db.

func Int2not

func Int2not(ctx context.Context, db DB, p0 int16) (int16, error)

Int2not calls the stored function 'pg_catalog.int2not(smallint) smallint' on db.

func Int2or

func Int2or(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2or calls the stored function 'pg_catalog.int2or(smallint, smallint) smallint' on db.

func Int2pl

func Int2pl(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2pl calls the stored function 'pg_catalog.int2pl(smallint, smallint) smallint' on db.

func Int2recv

func Int2recv(ctx context.Context, db DB, p0 pgtypes.Internal) (int16, error)

Int2recv calls the stored function 'pg_catalog.int2recv(internal) smallint' on db.

func Int2send

func Int2send(ctx context.Context, db DB, p0 int16) ([]byte, error)

Int2send calls the stored function 'pg_catalog.int2send(smallint) bytea' on db.

func Int2shl

func Int2shl(ctx context.Context, db DB, p0 int16, p1 int) (int16, error)

Int2shl calls the stored function 'pg_catalog.int2shl(smallint, integer) smallint' on db.

func Int2shr

func Int2shr(ctx context.Context, db DB, p0 int16, p1 int) (int16, error)

Int2shr calls the stored function 'pg_catalog.int2shr(smallint, integer) smallint' on db.

func Int2smaller

func Int2smaller(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2smaller calls the stored function 'pg_catalog.int2smaller(smallint, smallint) smallint' on db.

func Int2um

func Int2um(ctx context.Context, db DB, p0 int16) (int16, error)

Int2um calls the stored function 'pg_catalog.int2um(smallint) smallint' on db.

func Int2up

func Int2up(ctx context.Context, db DB, p0 int16) (int16, error)

Int2up calls the stored function 'pg_catalog.int2up(smallint) smallint' on db.

func Int2vectorrecv

func Int2vectorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Int2vector, error)

Int2vectorrecv calls the stored function 'pg_catalog.int2vectorrecv(internal) int2vector' on db.

func Int2vectorsend

func Int2vectorsend(ctx context.Context, db DB, p0 pgtypes.Int2vector) ([]byte, error)

Int2vectorsend calls the stored function 'pg_catalog.int2vectorsend(int2vector) bytea' on db.

func Int2xor

func Int2xor(ctx context.Context, db DB, p0, p1 int16) (int16, error)

Int2xor calls the stored function 'pg_catalog.int2xor(smallint, smallint) smallint' on db.

func Int42div

func Int42div(ctx context.Context, db DB, p0 int, p1 int16) (int, error)

Int42div calls the stored function 'pg_catalog.int42div(integer, smallint) integer' on db.

func Int42eq

func Int42eq(ctx context.Context, db DB, p0 int, p1 int16) (bool, error)

Int42eq calls the stored function 'pg_catalog.int42eq(integer, smallint) boolean' on db.

func Int42ge

func Int42ge(ctx context.Context, db DB, p0 int, p1 int16) (bool, error)

Int42ge calls the stored function 'pg_catalog.int42ge(integer, smallint) boolean' on db.

func Int42gt

func Int42gt(ctx context.Context, db DB, p0 int, p1 int16) (bool, error)

Int42gt calls the stored function 'pg_catalog.int42gt(integer, smallint) boolean' on db.

func Int42le

func Int42le(ctx context.Context, db DB, p0 int, p1 int16) (bool, error)

Int42le calls the stored function 'pg_catalog.int42le(integer, smallint) boolean' on db.

func Int42lt

func Int42lt(ctx context.Context, db DB, p0 int, p1 int16) (bool, error)

Int42lt calls the stored function 'pg_catalog.int42lt(integer, smallint) boolean' on db.

func Int42mi

func Int42mi(ctx context.Context, db DB, p0 int, p1 int16) (int, error)

Int42mi calls the stored function 'pg_catalog.int42mi(integer, smallint) integer' on db.

func Int42mul

func Int42mul(ctx context.Context, db DB, p0 int, p1 int16) (int, error)

Int42mul calls the stored function 'pg_catalog.int42mul(integer, smallint) integer' on db.

func Int42ne

func Int42ne(ctx context.Context, db DB, p0 int, p1 int16) (bool, error)

Int42ne calls the stored function 'pg_catalog.int42ne(integer, smallint) boolean' on db.

func Int42pl

func Int42pl(ctx context.Context, db DB, p0 int, p1 int16) (int, error)

Int42pl calls the stored function 'pg_catalog.int42pl(integer, smallint) integer' on db.

func Int48div

func Int48div(ctx context.Context, db DB, p0 int, p1 int64) (int64, error)

Int48div calls the stored function 'pg_catalog.int48div(integer, bigint) bigint' on db.

func Int48eq

func Int48eq(ctx context.Context, db DB, p0 int, p1 int64) (bool, error)

Int48eq calls the stored function 'pg_catalog.int48eq(integer, bigint) boolean' on db.

func Int48ge

func Int48ge(ctx context.Context, db DB, p0 int, p1 int64) (bool, error)

Int48ge calls the stored function 'pg_catalog.int48ge(integer, bigint) boolean' on db.

func Int48gt

func Int48gt(ctx context.Context, db DB, p0 int, p1 int64) (bool, error)

Int48gt calls the stored function 'pg_catalog.int48gt(integer, bigint) boolean' on db.

func Int48le

func Int48le(ctx context.Context, db DB, p0 int, p1 int64) (bool, error)

Int48le calls the stored function 'pg_catalog.int48le(integer, bigint) boolean' on db.

func Int48lt

func Int48lt(ctx context.Context, db DB, p0 int, p1 int64) (bool, error)

Int48lt calls the stored function 'pg_catalog.int48lt(integer, bigint) boolean' on db.

func Int48mi

func Int48mi(ctx context.Context, db DB, p0 int, p1 int64) (int64, error)

Int48mi calls the stored function 'pg_catalog.int48mi(integer, bigint) bigint' on db.

func Int48mul

func Int48mul(ctx context.Context, db DB, p0 int, p1 int64) (int64, error)

Int48mul calls the stored function 'pg_catalog.int48mul(integer, bigint) bigint' on db.

func Int48ne

func Int48ne(ctx context.Context, db DB, p0 int, p1 int64) (bool, error)

Int48ne calls the stored function 'pg_catalog.int48ne(integer, bigint) boolean' on db.

func Int48pl

func Int48pl(ctx context.Context, db DB, p0 int, p1 int64) (int64, error)

Int48pl calls the stored function 'pg_catalog.int48pl(integer, bigint) bigint' on db.

func Int4Accum

func Int4Accum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error)

Int4Accum calls the stored function 'pg_catalog.int4_accum(internal, integer) internal' on db.

func Int4AccumInv

func Int4AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error)

Int4AccumInv calls the stored function 'pg_catalog.int4_accum_inv(internal, integer) internal' on db.

func Int4AvgAccum

func Int4AvgAccum(ctx context.Context, db DB, p0 []int64, p1 int) ([]int64, error)

Int4AvgAccum calls the stored function 'pg_catalog.int4_avg_accum(bigint, integer) bigint' on db.

func Int4AvgAccumInv

func Int4AvgAccumInv(ctx context.Context, db DB, p0 []int64, p1 int) ([]int64, error)

Int4AvgAccumInv calls the stored function 'pg_catalog.int4_avg_accum_inv(bigint, integer) bigint' on db.

func Int4AvgCombine

func Int4AvgCombine(ctx context.Context, db DB, p0, p1 []int64) ([]int64, error)

Int4AvgCombine calls the stored function 'pg_catalog.int4_avg_combine(bigint, bigint) bigint' on db.

func Int4ByBigint

func Int4ByBigint(ctx context.Context, db DB, p0 int64) (int, error)

Int4ByBigint calls the stored function 'pg_catalog.int4(bigint) integer' on db.

func Int4ByBit

func Int4ByBit(ctx context.Context, db DB, p0 uint8) (int, error)

Int4ByBit calls the stored function 'pg_catalog.int4(bit) integer' on db.

func Int4ByBoolean

func Int4ByBoolean(ctx context.Context, db DB, p0 bool) (int, error)

Int4ByBoolean calls the stored function 'pg_catalog.int4(boolean) integer' on db.

func Int4ByChar

func Int4ByChar(ctx context.Context, db DB, p0 pgtypes.Char) (int, error)

Int4ByChar calls the stored function 'pg_catalog.int4("char") integer' on db.

func Int4ByDoublePrecision

func Int4ByDoublePrecision(ctx context.Context, db DB, p0 float64) (int, error)

Int4ByDoublePrecision calls the stored function 'pg_catalog.int4(double precision) integer' on db.

func Int4ByJsonb

func Int4ByJsonb(ctx context.Context, db DB, p0 []byte) (int, error)

Int4ByJsonb calls the stored function 'pg_catalog.int4(jsonb) integer' on db.

func Int4ByNumeric

func Int4ByNumeric(ctx context.Context, db DB, p0 float64) (int, error)

Int4ByNumeric calls the stored function 'pg_catalog.int4(numeric) integer' on db.

func Int4ByReal

func Int4ByReal(ctx context.Context, db DB, p0 float32) (int, error)

Int4ByReal calls the stored function 'pg_catalog.int4(real) integer' on db.

func Int4BySmallint

func Int4BySmallint(ctx context.Context, db DB, p0 int16) (int, error)

Int4BySmallint calls the stored function 'pg_catalog.int4(smallint) integer' on db.

func Int4MulCash

func Int4MulCash(ctx context.Context, db DB, p0 int, p1 string) (string, error)

Int4MulCash calls the stored function 'pg_catalog.int4_mul_cash(integer, money) money' on db.

func Int4Sum

func Int4Sum(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int4Sum calls the stored function 'pg_catalog.int4_sum(bigint, integer) bigint' on db.

func Int4abs

func Int4abs(ctx context.Context, db DB, p0 int) (int, error)

Int4abs calls the stored function 'pg_catalog.int4abs(integer) integer' on db.

func Int4and

func Int4and(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4and calls the stored function 'pg_catalog.int4and(integer, integer) integer' on db.

func Int4div

func Int4div(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4div calls the stored function 'pg_catalog.int4div(integer, integer) integer' on db.

func Int4eq

func Int4eq(ctx context.Context, db DB, p0, p1 int) (bool, error)

Int4eq calls the stored function 'pg_catalog.int4eq(integer, integer) boolean' on db.

func Int4ge

func Int4ge(ctx context.Context, db DB, p0, p1 int) (bool, error)

Int4ge calls the stored function 'pg_catalog.int4ge(integer, integer) boolean' on db.

func Int4gt

func Int4gt(ctx context.Context, db DB, p0, p1 int) (bool, error)

Int4gt calls the stored function 'pg_catalog.int4gt(integer, integer) boolean' on db.

func Int4inc

func Int4inc(ctx context.Context, db DB, p0 int) (int, error)

Int4inc calls the stored function 'pg_catalog.int4inc(integer) integer' on db.

func Int4larger

func Int4larger(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4larger calls the stored function 'pg_catalog.int4larger(integer, integer) integer' on db.

func Int4le

func Int4le(ctx context.Context, db DB, p0, p1 int) (bool, error)

Int4le calls the stored function 'pg_catalog.int4le(integer, integer) boolean' on db.

func Int4lt

func Int4lt(ctx context.Context, db DB, p0, p1 int) (bool, error)

Int4lt calls the stored function 'pg_catalog.int4lt(integer, integer) boolean' on db.

func Int4mi

func Int4mi(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4mi calls the stored function 'pg_catalog.int4mi(integer, integer) integer' on db.

func Int4mod

func Int4mod(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4mod calls the stored function 'pg_catalog.int4mod(integer, integer) integer' on db.

func Int4mul

func Int4mul(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4mul calls the stored function 'pg_catalog.int4mul(integer, integer) integer' on db.

func Int4multirange

func Int4multirange(ctx context.Context, db DB) (pgtypes.Int4multirange, error)

Int4multirange calls the stored function 'pg_catalog.int4multirange() int4multirange' on db.

func Int4multirangeByInt4range

func Int4multirangeByInt4range(ctx context.Context, db DB, p0 pgtypes.Int4range) (pgtypes.Int4multirange, error)

Int4multirangeByInt4range calls the stored function 'pg_catalog.int4multirange(int4range) int4multirange' on db.

func Int4ne

func Int4ne(ctx context.Context, db DB, p0, p1 int) (bool, error)

Int4ne calls the stored function 'pg_catalog.int4ne(integer, integer) boolean' on db.

func Int4not

func Int4not(ctx context.Context, db DB, p0 int) (int, error)

Int4not calls the stored function 'pg_catalog.int4not(integer) integer' on db.

func Int4or

func Int4or(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4or calls the stored function 'pg_catalog.int4or(integer, integer) integer' on db.

func Int4pl

func Int4pl(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4pl calls the stored function 'pg_catalog.int4pl(integer, integer) integer' on db.

func Int4rangeByIntegerAndInteger

func Int4rangeByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (pgtypes.Int4range, error)

Int4rangeByIntegerAndInteger calls the stored function 'pg_catalog.int4range(integer, integer) int4range' on db.

func Int4rangeByIntegerIntegerAndText

func Int4rangeByIntegerIntegerAndText(ctx context.Context, db DB, p0, p1 int, p2 string) (pgtypes.Int4range, error)

Int4rangeByIntegerIntegerAndText calls the stored function 'pg_catalog.int4range(integer, integer, text) int4range' on db.

func Int4rangeCanonical

func Int4rangeCanonical(ctx context.Context, db DB, p0 pgtypes.Int4range) (pgtypes.Int4range, error)

Int4rangeCanonical calls the stored function 'pg_catalog.int4range_canonical(int4range) int4range' on db.

func Int4rangeSubdiff

func Int4rangeSubdiff(ctx context.Context, db DB, p0, p1 int) (float64, error)

Int4rangeSubdiff calls the stored function 'pg_catalog.int4range_subdiff(integer, integer) double precision' on db.

func Int4recv

func Int4recv(ctx context.Context, db DB, p0 pgtypes.Internal) (int, error)

Int4recv calls the stored function 'pg_catalog.int4recv(internal) integer' on db.

func Int4send

func Int4send(ctx context.Context, db DB, p0 int) ([]byte, error)

Int4send calls the stored function 'pg_catalog.int4send(integer) bytea' on db.

func Int4shl

func Int4shl(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4shl calls the stored function 'pg_catalog.int4shl(integer, integer) integer' on db.

func Int4shr

func Int4shr(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4shr calls the stored function 'pg_catalog.int4shr(integer, integer) integer' on db.

func Int4smaller

func Int4smaller(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4smaller calls the stored function 'pg_catalog.int4smaller(integer, integer) integer' on db.

func Int4um

func Int4um(ctx context.Context, db DB, p0 int) (int, error)

Int4um calls the stored function 'pg_catalog.int4um(integer) integer' on db.

func Int4up

func Int4up(ctx context.Context, db DB, p0 int) (int, error)

Int4up calls the stored function 'pg_catalog.int4up(integer) integer' on db.

func Int4xor

func Int4xor(ctx context.Context, db DB, p0, p1 int) (int, error)

Int4xor calls the stored function 'pg_catalog.int4xor(integer, integer) integer' on db.

func Int82div

func Int82div(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error)

Int82div calls the stored function 'pg_catalog.int82div(bigint, smallint) bigint' on db.

func Int82eq

func Int82eq(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error)

Int82eq calls the stored function 'pg_catalog.int82eq(bigint, smallint) boolean' on db.

func Int82ge

func Int82ge(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error)

Int82ge calls the stored function 'pg_catalog.int82ge(bigint, smallint) boolean' on db.

func Int82gt

func Int82gt(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error)

Int82gt calls the stored function 'pg_catalog.int82gt(bigint, smallint) boolean' on db.

func Int82le

func Int82le(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error)

Int82le calls the stored function 'pg_catalog.int82le(bigint, smallint) boolean' on db.

func Int82lt

func Int82lt(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error)

Int82lt calls the stored function 'pg_catalog.int82lt(bigint, smallint) boolean' on db.

func Int82mi

func Int82mi(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error)

Int82mi calls the stored function 'pg_catalog.int82mi(bigint, smallint) bigint' on db.

func Int82mul

func Int82mul(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error)

Int82mul calls the stored function 'pg_catalog.int82mul(bigint, smallint) bigint' on db.

func Int82ne

func Int82ne(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error)

Int82ne calls the stored function 'pg_catalog.int82ne(bigint, smallint) boolean' on db.

func Int82pl

func Int82pl(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error)

Int82pl calls the stored function 'pg_catalog.int82pl(bigint, smallint) bigint' on db.

func Int84div

func Int84div(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int84div calls the stored function 'pg_catalog.int84div(bigint, integer) bigint' on db.

func Int84eq

func Int84eq(ctx context.Context, db DB, p0 int64, p1 int) (bool, error)

Int84eq calls the stored function 'pg_catalog.int84eq(bigint, integer) boolean' on db.

func Int84ge

func Int84ge(ctx context.Context, db DB, p0 int64, p1 int) (bool, error)

Int84ge calls the stored function 'pg_catalog.int84ge(bigint, integer) boolean' on db.

func Int84gt

func Int84gt(ctx context.Context, db DB, p0 int64, p1 int) (bool, error)

Int84gt calls the stored function 'pg_catalog.int84gt(bigint, integer) boolean' on db.

func Int84le

func Int84le(ctx context.Context, db DB, p0 int64, p1 int) (bool, error)

Int84le calls the stored function 'pg_catalog.int84le(bigint, integer) boolean' on db.

func Int84lt

func Int84lt(ctx context.Context, db DB, p0 int64, p1 int) (bool, error)

Int84lt calls the stored function 'pg_catalog.int84lt(bigint, integer) boolean' on db.

func Int84mi

func Int84mi(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int84mi calls the stored function 'pg_catalog.int84mi(bigint, integer) bigint' on db.

func Int84mul

func Int84mul(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int84mul calls the stored function 'pg_catalog.int84mul(bigint, integer) bigint' on db.

func Int84ne

func Int84ne(ctx context.Context, db DB, p0 int64, p1 int) (bool, error)

Int84ne calls the stored function 'pg_catalog.int84ne(bigint, integer) boolean' on db.

func Int84pl

func Int84pl(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int84pl calls the stored function 'pg_catalog.int84pl(bigint, integer) bigint' on db.

func Int8Accum

func Int8Accum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)

Int8Accum calls the stored function 'pg_catalog.int8_accum(internal, bigint) internal' on db.

func Int8AccumInv

func Int8AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)

Int8AccumInv calls the stored function 'pg_catalog.int8_accum_inv(internal, bigint) internal' on db.

func Int8Avg

func Int8Avg(ctx context.Context, db DB, p0 []int64) (float64, error)

Int8Avg calls the stored function 'pg_catalog.int8_avg(bigint) numeric' on db.

func Int8AvgAccum

func Int8AvgAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)

Int8AvgAccum calls the stored function 'pg_catalog.int8_avg_accum(internal, bigint) internal' on db.

func Int8AvgAccumInv

func Int8AvgAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)

Int8AvgAccumInv calls the stored function 'pg_catalog.int8_avg_accum_inv(internal, bigint) internal' on db.

func Int8AvgCombine

func Int8AvgCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

Int8AvgCombine calls the stored function 'pg_catalog.int8_avg_combine(internal, internal) internal' on db.

func Int8AvgDeserialize

func Int8AvgDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)

Int8AvgDeserialize calls the stored function 'pg_catalog.int8_avg_deserialize(bytea, internal) internal' on db.

func Int8AvgSerialize

func Int8AvgSerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

Int8AvgSerialize calls the stored function 'pg_catalog.int8_avg_serialize(internal) bytea' on db.

func Int8ByBit

func Int8ByBit(ctx context.Context, db DB, p0 uint8) (int64, error)

Int8ByBit calls the stored function 'pg_catalog.int8(bit) bigint' on db.

func Int8ByDoublePrecision

func Int8ByDoublePrecision(ctx context.Context, db DB, p0 float64) (int64, error)

Int8ByDoublePrecision calls the stored function 'pg_catalog.int8(double precision) bigint' on db.

func Int8ByInteger

func Int8ByInteger(ctx context.Context, db DB, p0 int) (int64, error)

Int8ByInteger calls the stored function 'pg_catalog.int8(integer) bigint' on db.

func Int8ByJsonb

func Int8ByJsonb(ctx context.Context, db DB, p0 []byte) (int64, error)

Int8ByJsonb calls the stored function 'pg_catalog.int8(jsonb) bigint' on db.

func Int8ByNumeric

func Int8ByNumeric(ctx context.Context, db DB, p0 float64) (int64, error)

Int8ByNumeric calls the stored function 'pg_catalog.int8(numeric) bigint' on db.

func Int8ByOid

func Int8ByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

Int8ByOid calls the stored function 'pg_catalog.int8(oid) bigint' on db.

func Int8ByReal

func Int8ByReal(ctx context.Context, db DB, p0 float32) (int64, error)

Int8ByReal calls the stored function 'pg_catalog.int8(real) bigint' on db.

func Int8BySmallint

func Int8BySmallint(ctx context.Context, db DB, p0 int16) (int64, error)

Int8BySmallint calls the stored function 'pg_catalog.int8(smallint) bigint' on db.

func Int8MulCash

func Int8MulCash(ctx context.Context, db DB, p0 int64, p1 string) (string, error)

Int8MulCash calls the stored function 'pg_catalog.int8_mul_cash(bigint, money) money' on db.

func Int8Sum

func Int8Sum(ctx context.Context, db DB, p0 float64, p1 int64) (float64, error)

Int8Sum calls the stored function 'pg_catalog.int8_sum(numeric, bigint) numeric' on db.

func Int8abs

func Int8abs(ctx context.Context, db DB, p0 int64) (int64, error)

Int8abs calls the stored function 'pg_catalog.int8abs(bigint) bigint' on db.

func Int8and

func Int8and(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8and calls the stored function 'pg_catalog.int8and(bigint, bigint) bigint' on db.

func Int8dec

func Int8dec(ctx context.Context, db DB, p0 int64) (int64, error)

Int8dec calls the stored function 'pg_catalog.int8dec(bigint) bigint' on db.

func Int8decAny

func Int8decAny(ctx context.Context, db DB, p0 int64, p1 pgtypes.Any) (int64, error)

Int8decAny calls the stored function 'pg_catalog.int8dec_any(bigint, "any") bigint' on db.

func Int8div

func Int8div(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8div calls the stored function 'pg_catalog.int8div(bigint, bigint) bigint' on db.

func Int8eq

func Int8eq(ctx context.Context, db DB, p0, p1 int64) (bool, error)

Int8eq calls the stored function 'pg_catalog.int8eq(bigint, bigint) boolean' on db.

func Int8ge

func Int8ge(ctx context.Context, db DB, p0, p1 int64) (bool, error)

Int8ge calls the stored function 'pg_catalog.int8ge(bigint, bigint) boolean' on db.

func Int8gt

func Int8gt(ctx context.Context, db DB, p0, p1 int64) (bool, error)

Int8gt calls the stored function 'pg_catalog.int8gt(bigint, bigint) boolean' on db.

func Int8inc

func Int8inc(ctx context.Context, db DB, p0 int64) (int64, error)

Int8inc calls the stored function 'pg_catalog.int8inc(bigint) bigint' on db.

func Int8incAny

func Int8incAny(ctx context.Context, db DB, p0 int64, p1 pgtypes.Any) (int64, error)

Int8incAny calls the stored function 'pg_catalog.int8inc_any(bigint, "any") bigint' on db.

func Int8incFloat8Float8

func Int8incFloat8Float8(ctx context.Context, db DB, p0 int64, p1, p2 float64) (int64, error)

Int8incFloat8Float8 calls the stored function 'pg_catalog.int8inc_float8_float8(bigint, double precision, double precision) bigint' on db.

func Int8larger

func Int8larger(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8larger calls the stored function 'pg_catalog.int8larger(bigint, bigint) bigint' on db.

func Int8le

func Int8le(ctx context.Context, db DB, p0, p1 int64) (bool, error)

Int8le calls the stored function 'pg_catalog.int8le(bigint, bigint) boolean' on db.

func Int8lt

func Int8lt(ctx context.Context, db DB, p0, p1 int64) (bool, error)

Int8lt calls the stored function 'pg_catalog.int8lt(bigint, bigint) boolean' on db.

func Int8mi

func Int8mi(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8mi calls the stored function 'pg_catalog.int8mi(bigint, bigint) bigint' on db.

func Int8mod

func Int8mod(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8mod calls the stored function 'pg_catalog.int8mod(bigint, bigint) bigint' on db.

func Int8mul

func Int8mul(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8mul calls the stored function 'pg_catalog.int8mul(bigint, bigint) bigint' on db.

func Int8multirange

func Int8multirange(ctx context.Context, db DB) (pgtypes.Int8multirange, error)

Int8multirange calls the stored function 'pg_catalog.int8multirange() int8multirange' on db.

func Int8multirangeByInt8range

func Int8multirangeByInt8range(ctx context.Context, db DB, p0 pgtypes.Int8range) (pgtypes.Int8multirange, error)

Int8multirangeByInt8range calls the stored function 'pg_catalog.int8multirange(int8range) int8multirange' on db.

func Int8ne

func Int8ne(ctx context.Context, db DB, p0, p1 int64) (bool, error)

Int8ne calls the stored function 'pg_catalog.int8ne(bigint, bigint) boolean' on db.

func Int8not

func Int8not(ctx context.Context, db DB, p0 int64) (int64, error)

Int8not calls the stored function 'pg_catalog.int8not(bigint) bigint' on db.

func Int8or

func Int8or(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8or calls the stored function 'pg_catalog.int8or(bigint, bigint) bigint' on db.

func Int8pl

func Int8pl(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8pl calls the stored function 'pg_catalog.int8pl(bigint, bigint) bigint' on db.

func Int8plInet

func Int8plInet(ctx context.Context, db DB, p0 int64, p1 string) (string, error)

Int8plInet calls the stored function 'pg_catalog.int8pl_inet(bigint, inet) inet' on db.

func Int8rangeByBigintAndBigint

func Int8rangeByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (pgtypes.Int8range, error)

Int8rangeByBigintAndBigint calls the stored function 'pg_catalog.int8range(bigint, bigint) int8range' on db.

func Int8rangeByBigintBigintAndText

func Int8rangeByBigintBigintAndText(ctx context.Context, db DB, p0, p1 int64, p2 string) (pgtypes.Int8range, error)

Int8rangeByBigintBigintAndText calls the stored function 'pg_catalog.int8range(bigint, bigint, text) int8range' on db.

func Int8rangeCanonical

func Int8rangeCanonical(ctx context.Context, db DB, p0 pgtypes.Int8range) (pgtypes.Int8range, error)

Int8rangeCanonical calls the stored function 'pg_catalog.int8range_canonical(int8range) int8range' on db.

func Int8rangeSubdiff

func Int8rangeSubdiff(ctx context.Context, db DB, p0, p1 int64) (float64, error)

Int8rangeSubdiff calls the stored function 'pg_catalog.int8range_subdiff(bigint, bigint) double precision' on db.

func Int8recv

func Int8recv(ctx context.Context, db DB, p0 pgtypes.Internal) (int64, error)

Int8recv calls the stored function 'pg_catalog.int8recv(internal) bigint' on db.

func Int8send

func Int8send(ctx context.Context, db DB, p0 int64) ([]byte, error)

Int8send calls the stored function 'pg_catalog.int8send(bigint) bytea' on db.

func Int8shl

func Int8shl(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int8shl calls the stored function 'pg_catalog.int8shl(bigint, integer) bigint' on db.

func Int8shr

func Int8shr(ctx context.Context, db DB, p0 int64, p1 int) (int64, error)

Int8shr calls the stored function 'pg_catalog.int8shr(bigint, integer) bigint' on db.

func Int8smaller

func Int8smaller(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8smaller calls the stored function 'pg_catalog.int8smaller(bigint, bigint) bigint' on db.

func Int8um

func Int8um(ctx context.Context, db DB, p0 int64) (int64, error)

Int8um calls the stored function 'pg_catalog.int8um(bigint) bigint' on db.

func Int8up

func Int8up(ctx context.Context, db DB, p0 int64) (int64, error)

Int8up calls the stored function 'pg_catalog.int8up(bigint) bigint' on db.

func Int8xor

func Int8xor(ctx context.Context, db DB, p0, p1 int64) (int64, error)

Int8xor calls the stored function 'pg_catalog.int8xor(bigint, bigint) bigint' on db.

func IntegerPlDate

func IntegerPlDate(ctx context.Context, db DB, p0 int, p1 time.Time) (time.Time, error)

IntegerPlDate calls the stored function 'pg_catalog.integer_pl_date(integer, date) date' on db.

func InterLb

func InterLb(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Box) (bool, error)

InterLb calls the stored function 'pg_catalog.inter_lb(line, box) boolean' on db.

func InterSb

func InterSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (bool, error)

InterSb calls the stored function 'pg_catalog.inter_sb(lseg, box) boolean' on db.

func InterSl

func InterSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (bool, error)

InterSl calls the stored function 'pg_catalog.inter_sl(lseg, line) boolean' on db.

func IntervalAccum

func IntervalAccum(ctx context.Context, db DB, p0 [][]byte, p1 []byte) ([][]byte, error)

IntervalAccum calls the stored function 'pg_catalog.interval_accum(interval, interval) interval' on db.

func IntervalAccumInv

func IntervalAccumInv(ctx context.Context, db DB, p0 [][]byte, p1 []byte) ([][]byte, error)

IntervalAccumInv calls the stored function 'pg_catalog.interval_accum_inv(interval, interval) interval' on db.

func IntervalAvg

func IntervalAvg(ctx context.Context, db DB, p0 [][]byte) ([]byte, error)

IntervalAvg calls the stored function 'pg_catalog.interval_avg(interval) interval' on db.

func IntervalByIntervalAndInteger

func IntervalByIntervalAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error)

IntervalByIntervalAndInteger calls the stored function 'pg_catalog.interval(interval, integer) interval' on db.

func IntervalByTimeWithoutTimeZone

func IntervalByTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

IntervalByTimeWithoutTimeZone calls the stored function 'pg_catalog.interval(time without time zone) interval' on db.

func IntervalCmp

func IntervalCmp(ctx context.Context, db DB, p0, p1 []byte) (int, error)

IntervalCmp calls the stored function 'pg_catalog.interval_cmp(interval, interval) integer' on db.

func IntervalCombine

func IntervalCombine(ctx context.Context, db DB, p0, p1 [][]byte) ([][]byte, error)

IntervalCombine calls the stored function 'pg_catalog.interval_combine(interval, interval) interval' on db.

func IntervalDiv

func IntervalDiv(ctx context.Context, db DB, p0 []byte, p1 float64) ([]byte, error)

IntervalDiv calls the stored function 'pg_catalog.interval_div(interval, double precision) interval' on db.

func IntervalEq

func IntervalEq(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

IntervalEq calls the stored function 'pg_catalog.interval_eq(interval, interval) boolean' on db.

func IntervalGe

func IntervalGe(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

IntervalGe calls the stored function 'pg_catalog.interval_ge(interval, interval) boolean' on db.

func IntervalGt

func IntervalGt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

IntervalGt calls the stored function 'pg_catalog.interval_gt(interval, interval) boolean' on db.

func IntervalHash

func IntervalHash(ctx context.Context, db DB, p0 []byte) (int, error)

IntervalHash calls the stored function 'pg_catalog.interval_hash(interval) integer' on db.

func IntervalHashExtended

func IntervalHashExtended(ctx context.Context, db DB, p0 []byte, p1 int64) (int64, error)

IntervalHashExtended calls the stored function 'pg_catalog.interval_hash_extended(interval, bigint) bigint' on db.

func IntervalLarger

func IntervalLarger(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

IntervalLarger calls the stored function 'pg_catalog.interval_larger(interval, interval) interval' on db.

func IntervalLe

func IntervalLe(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

IntervalLe calls the stored function 'pg_catalog.interval_le(interval, interval) boolean' on db.

func IntervalLt

func IntervalLt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

IntervalLt calls the stored function 'pg_catalog.interval_lt(interval, interval) boolean' on db.

func IntervalMi

func IntervalMi(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

IntervalMi calls the stored function 'pg_catalog.interval_mi(interval, interval) interval' on db.

func IntervalMul

func IntervalMul(ctx context.Context, db DB, p0 []byte, p1 float64) ([]byte, error)

IntervalMul calls the stored function 'pg_catalog.interval_mul(interval, double precision) interval' on db.

func IntervalNe

func IntervalNe(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

IntervalNe calls the stored function 'pg_catalog.interval_ne(interval, interval) boolean' on db.

func IntervalPl

func IntervalPl(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

IntervalPl calls the stored function 'pg_catalog.interval_pl(interval, interval) interval' on db.

func IntervalPlDate

func IntervalPlDate(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

IntervalPlDate calls the stored function 'pg_catalog.interval_pl_date(interval, date) timestamp without time zone' on db.

func IntervalPlTime

func IntervalPlTime(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

IntervalPlTime calls the stored function 'pg_catalog.interval_pl_time(interval, time without time zone) time without time zone' on db.

func IntervalPlTimestamp

func IntervalPlTimestamp(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

IntervalPlTimestamp calls the stored function 'pg_catalog.interval_pl_timestamp(interval, timestamp without time zone) timestamp without time zone' on db.

func IntervalPlTimestamptz

func IntervalPlTimestamptz(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

IntervalPlTimestamptz calls the stored function 'pg_catalog.interval_pl_timestamptz(interval, timestamp with time zone) timestamp with time zone' on db.

func IntervalPlTimetz

func IntervalPlTimetz(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

IntervalPlTimetz calls the stored function 'pg_catalog.interval_pl_timetz(interval, time with time zone) time with time zone' on db.

func IntervalRecv

func IntervalRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) ([]byte, error)

IntervalRecv calls the stored function 'pg_catalog.interval_recv(internal, oid, integer) interval' on db.

func IntervalSend

func IntervalSend(ctx context.Context, db DB, p0 []byte) ([]byte, error)

IntervalSend calls the stored function 'pg_catalog.interval_send(interval) bytea' on db.

func IntervalSmaller

func IntervalSmaller(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

IntervalSmaller calls the stored function 'pg_catalog.interval_smaller(interval, interval) interval' on db.

func IntervalSupport

func IntervalSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

IntervalSupport calls the stored function 'pg_catalog.interval_support(internal) internal' on db.

func IntervalUm

func IntervalUm(ctx context.Context, db DB, p0 []byte) ([]byte, error)

IntervalUm calls the stored function 'pg_catalog.interval_um(interval) interval' on db.

func Intervaltypmodin

func Intervaltypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Intervaltypmodin calls the stored function 'pg_catalog.intervaltypmodin(cstring) integer' on db.

func IsNormalized

func IsNormalized(ctx context.Context, db DB, p0, p1 string) (bool, error)

IsNormalized calls the stored function 'pg_catalog.is_normalized(text, text) boolean' on db.

func Isclosed

func Isclosed(ctx context.Context, db DB, p0 pgtypes.Path) (bool, error)

Isclosed calls the stored function 'pg_catalog.isclosed(path) boolean' on db.

func IsemptyByAnymultirange

func IsemptyByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error)

IsemptyByAnymultirange calls the stored function 'pg_catalog.isempty(anymultirange) boolean' on db.

func IsemptyByAnyrange

func IsemptyByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error)

IsemptyByAnyrange calls the stored function 'pg_catalog.isempty(anyrange) boolean' on db.

func IsfiniteByDate

func IsfiniteByDate(ctx context.Context, db DB, p0 time.Time) (bool, error)

IsfiniteByDate calls the stored function 'pg_catalog.isfinite(date) boolean' on db.

func IsfiniteByInterval

func IsfiniteByInterval(ctx context.Context, db DB, p0 []byte) (bool, error)

IsfiniteByInterval calls the stored function 'pg_catalog.isfinite(interval) boolean' on db.

func IsfiniteByTimestampWithTimeZone

func IsfiniteByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (bool, error)

IsfiniteByTimestampWithTimeZone calls the stored function 'pg_catalog.isfinite(timestamp with time zone) boolean' on db.

func IsfiniteByTimestampWithoutTimeZone

func IsfiniteByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (bool, error)

IsfiniteByTimestampWithoutTimeZone calls the stored function 'pg_catalog.isfinite(timestamp without time zone) boolean' on db.

func IshorizontalByLine

func IshorizontalByLine(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error)

IshorizontalByLine calls the stored function 'pg_catalog.ishorizontal(line) boolean' on db.

func IshorizontalByLseg

func IshorizontalByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error)

IshorizontalByLseg calls the stored function 'pg_catalog.ishorizontal(lseg) boolean' on db.

func IshorizontalByPointAndPoint

func IshorizontalByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

IshorizontalByPointAndPoint calls the stored function 'pg_catalog.ishorizontal(point, point) boolean' on db.

func Iso88591ToUTF8

func Iso88591ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Iso88591ToUTF8 calls the stored function 'pg_catalog.iso8859_1_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Iso8859ToUTF8

func Iso8859ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Iso8859ToUTF8 calls the stored function 'pg_catalog.iso8859_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func IsoToKoi8r

func IsoToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

IsoToKoi8r calls the stored function 'pg_catalog.iso_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.

func IsoToMic

func IsoToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

IsoToMic calls the stored function 'pg_catalog.iso_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func IsoToWin1251

func IsoToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

IsoToWin1251 calls the stored function 'pg_catalog.iso_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.

func IsoToWin866

func IsoToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

IsoToWin866 calls the stored function 'pg_catalog.iso_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Isopen

func Isopen(ctx context.Context, db DB, p0 pgtypes.Path) (bool, error)

Isopen calls the stored function 'pg_catalog.isopen(path) boolean' on db.

func IsparallelByLineAndLine

func IsparallelByLineAndLine(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error)

IsparallelByLineAndLine calls the stored function 'pg_catalog.isparallel(line, line) boolean' on db.

func IsparallelByLsegAndLseg

func IsparallelByLsegAndLseg(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

IsparallelByLsegAndLseg calls the stored function 'pg_catalog.isparallel(lseg, lseg) boolean' on db.

func IsperpByLineAndLine

func IsperpByLineAndLine(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error)

IsperpByLineAndLine calls the stored function 'pg_catalog.isperp(line, line) boolean' on db.

func IsperpByLsegAndLseg

func IsperpByLsegAndLseg(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

IsperpByLsegAndLseg calls the stored function 'pg_catalog.isperp(lseg, lseg) boolean' on db.

func IsverticalByLine

func IsverticalByLine(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error)

IsverticalByLine calls the stored function 'pg_catalog.isvertical(line) boolean' on db.

func IsverticalByLseg

func IsverticalByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error)

IsverticalByLseg calls the stored function 'pg_catalog.isvertical(lseg) boolean' on db.

func IsverticalByPointAndPoint

func IsverticalByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

IsverticalByPointAndPoint calls the stored function 'pg_catalog.isvertical(point, point) boolean' on db.

func JSONAggFinalfn

func JSONAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

JSONAggFinalfn calls the stored function 'pg_catalog.json_agg_finalfn(internal) json' on db.

func JSONAggTransfn

func JSONAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Internal, error)

JSONAggTransfn calls the stored function 'pg_catalog.json_agg_transfn(internal, anyelement) internal' on db.

func JSONArrayElement

func JSONArrayElement(ctx context.Context, db DB, fromJSON []byte, elementIndex int) ([]byte, error)

JSONArrayElement calls the stored function 'pg_catalog.json_array_element(json, integer) json' on db.

func JSONArrayElementText

func JSONArrayElementText(ctx context.Context, db DB, fromJSON []byte, elementIndex int) (string, error)

JSONArrayElementText calls the stored function 'pg_catalog.json_array_element_text(json, integer) text' on db.

func JSONArrayElements

func JSONArrayElements(ctx context.Context, db DB, fromJSON []byte) ([]byte, error)

JSONArrayElements calls the stored function 'pg_catalog.json_array_elements(json) json' on db.

func JSONArrayElementsText

func JSONArrayElementsText(ctx context.Context, db DB, fromJSON []byte) (string, error)

JSONArrayElementsText calls the stored function 'pg_catalog.json_array_elements_text(json) text' on db.

func JSONArrayLength

func JSONArrayLength(ctx context.Context, db DB, p0 []byte) (int, error)

JSONArrayLength calls the stored function 'pg_catalog.json_array_length(json) integer' on db.

func JSONBuildArray

func JSONBuildArray(ctx context.Context, db DB) ([]byte, error)

JSONBuildArray calls the stored function 'pg_catalog.json_build_array() json' on db.

func JSONBuildObject

func JSONBuildObject(ctx context.Context, db DB) ([]byte, error)

JSONBuildObject calls the stored function 'pg_catalog.json_build_object() json' on db.

func JSONEach

func JSONEach(ctx context.Context, db DB, fromJSON []byte) (string, []byte, error)

JSONEach calls the stored function 'pg_catalog.json_each(json) (text, json)' on db.

func JSONEachText

func JSONEachText(ctx context.Context, db DB, fromJSON []byte) (string, string, error)

JSONEachText calls the stored function 'pg_catalog.json_each_text(json) (text, text)' on db.

func JSONObjectAggFinalfn

func JSONObjectAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

JSONObjectAggFinalfn calls the stored function 'pg_catalog.json_object_agg_finalfn(internal) json' on db.

func JSONObjectAggTransfn

func JSONObjectAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 pgtypes.Any) (pgtypes.Internal, error)

JSONObjectAggTransfn calls the stored function 'pg_catalog.json_object_agg_transfn(internal, "any", "any") internal' on db.

func JSONObjectByText

func JSONObjectByText(ctx context.Context, db DB, p0 StringSlice) ([]byte, error)

JSONObjectByText calls the stored function 'pg_catalog.json_object(text) json' on db.

func JSONObjectByTextAndText

func JSONObjectByTextAndText(ctx context.Context, db DB, p0, p1 StringSlice) ([]byte, error)

JSONObjectByTextAndText calls the stored function 'pg_catalog.json_object(text, text) json' on db.

func JSONObjectField

func JSONObjectField(ctx context.Context, db DB, fromJSON []byte, fieldName string) ([]byte, error)

JSONObjectField calls the stored function 'pg_catalog.json_object_field(json, text) json' on db.

func JSONObjectFieldText

func JSONObjectFieldText(ctx context.Context, db DB, fromJSON []byte, fieldName string) (string, error)

JSONObjectFieldText calls the stored function 'pg_catalog.json_object_field_text(json, text) text' on db.

func JSONObjectKeys

func JSONObjectKeys(ctx context.Context, db DB, p0 []byte) (string, error)

JSONObjectKeys calls the stored function 'pg_catalog.json_object_keys(json) text' on db.

func JSONPopulateRecord

func JSONPopulateRecord(ctx context.Context, db DB, base pgtypes.Anyelement, fromJSON []byte, useJSONAsText bool) (pgtypes.Anyelement, error)

JSONPopulateRecord calls the stored function 'pg_catalog.json_populate_record(anyelement, json, boolean) anyelement' on db.

func JSONPopulateRecordset

func JSONPopulateRecordset(ctx context.Context, db DB, base pgtypes.Anyelement, fromJSON []byte, useJSONAsText bool) (pgtypes.Anyelement, error)

JSONPopulateRecordset calls the stored function 'pg_catalog.json_populate_recordset(anyelement, json, boolean) anyelement' on db.

func JSONRecv

func JSONRecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

JSONRecv calls the stored function 'pg_catalog.json_recv(internal) json' on db.

func JSONSend

func JSONSend(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JSONSend calls the stored function 'pg_catalog.json_send(json) bytea' on db.

func JSONStripNulls

func JSONStripNulls(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JSONStripNulls calls the stored function 'pg_catalog.json_strip_nulls(json) json' on db.

func JSONToRecord

func JSONToRecord(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error)

JSONToRecord calls the stored function 'pg_catalog.json_to_record(json) record' on db.

func JSONToRecordset

func JSONToRecordset(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error)

JSONToRecordset calls the stored function 'pg_catalog.json_to_recordset(json) record' on db.

func JSONToTsvectorByJSONAndJsonb

func JSONToTsvectorByJSONAndJsonb(ctx context.Context, db DB, p0, p1 []byte) (pgtypes.Tsvector, error)

JSONToTsvectorByJSONAndJsonb calls the stored function 'pg_catalog.json_to_tsvector(json, jsonb) tsvector' on db.

func JSONToTsvectorByRegconfigJSONAndJsonb

func JSONToTsvectorByRegconfigJSONAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1, p2 []byte) (pgtypes.Tsvector, error)

JSONToTsvectorByRegconfigJSONAndJsonb calls the stored function 'pg_catalog.json_to_tsvector(regconfig, json, jsonb) tsvector' on db.

func JSONTypeof

func JSONTypeof(ctx context.Context, db DB, p0 []byte) (string, error)

JSONTypeof calls the stored function 'pg_catalog.json_typeof(json) text' on db.

func JohabToUTF8

func JohabToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

JohabToUTF8 calls the stored function 'pg_catalog.johab_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func JsonbAggFinalfn

func JsonbAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

JsonbAggFinalfn calls the stored function 'pg_catalog.jsonb_agg_finalfn(internal) jsonb' on db.

func JsonbAggTransfn

func JsonbAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Internal, error)

JsonbAggTransfn calls the stored function 'pg_catalog.jsonb_agg_transfn(internal, anyelement) internal' on db.

func JsonbArrayElement

func JsonbArrayElement(ctx context.Context, db DB, fromJSON []byte, elementIndex int) ([]byte, error)

JsonbArrayElement calls the stored function 'pg_catalog.jsonb_array_element(jsonb, integer) jsonb' on db.

func JsonbArrayElementText

func JsonbArrayElementText(ctx context.Context, db DB, fromJSON []byte, elementIndex int) (string, error)

JsonbArrayElementText calls the stored function 'pg_catalog.jsonb_array_element_text(jsonb, integer) text' on db.

func JsonbArrayElements

func JsonbArrayElements(ctx context.Context, db DB, fromJSON []byte) ([]byte, error)

JsonbArrayElements calls the stored function 'pg_catalog.jsonb_array_elements(jsonb) jsonb' on db.

func JsonbArrayElementsText

func JsonbArrayElementsText(ctx context.Context, db DB, fromJSON []byte) (string, error)

JsonbArrayElementsText calls the stored function 'pg_catalog.jsonb_array_elements_text(jsonb) text' on db.

func JsonbArrayLength

func JsonbArrayLength(ctx context.Context, db DB, p0 []byte) (int, error)

JsonbArrayLength calls the stored function 'pg_catalog.jsonb_array_length(jsonb) integer' on db.

func JsonbBuildArray

func JsonbBuildArray(ctx context.Context, db DB) ([]byte, error)

JsonbBuildArray calls the stored function 'pg_catalog.jsonb_build_array() jsonb' on db.

func JsonbBuildObject

func JsonbBuildObject(ctx context.Context, db DB) ([]byte, error)

JsonbBuildObject calls the stored function 'pg_catalog.jsonb_build_object() jsonb' on db.

func JsonbCmp

func JsonbCmp(ctx context.Context, db DB, p0, p1 []byte) (int, error)

JsonbCmp calls the stored function 'pg_catalog.jsonb_cmp(jsonb, jsonb) integer' on db.

func JsonbConcat

func JsonbConcat(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

JsonbConcat calls the stored function 'pg_catalog.jsonb_concat(jsonb, jsonb) jsonb' on db.

func JsonbContained

func JsonbContained(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbContained calls the stored function 'pg_catalog.jsonb_contained(jsonb, jsonb) boolean' on db.

func JsonbContains

func JsonbContains(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbContains calls the stored function 'pg_catalog.jsonb_contains(jsonb, jsonb) boolean' on db.

func JsonbDeleteByJsonbAndInteger

func JsonbDeleteByJsonbAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error)

JsonbDeleteByJsonbAndInteger calls the stored function 'pg_catalog.jsonb_delete(jsonb, integer) jsonb' on db.

func JsonbDeleteByJsonbAndText

func JsonbDeleteByJsonbAndText(ctx context.Context, db DB, p0 []byte, p1 string) ([]byte, error)

JsonbDeleteByJsonbAndText calls the stored function 'pg_catalog.jsonb_delete(jsonb, text) jsonb' on db.

func JsonbDeletePath

func JsonbDeletePath(ctx context.Context, db DB, p0 []byte, p1 StringSlice) ([]byte, error)

JsonbDeletePath calls the stored function 'pg_catalog.jsonb_delete_path(jsonb, text) jsonb' on db.

func JsonbEach

func JsonbEach(ctx context.Context, db DB, fromJSON []byte) (string, []byte, error)

JsonbEach calls the stored function 'pg_catalog.jsonb_each(jsonb) (text, jsonb)' on db.

func JsonbEachText

func JsonbEachText(ctx context.Context, db DB, fromJSON []byte) (string, string, error)

JsonbEachText calls the stored function 'pg_catalog.jsonb_each_text(jsonb) (text, text)' on db.

func JsonbEq

func JsonbEq(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbEq calls the stored function 'pg_catalog.jsonb_eq(jsonb, jsonb) boolean' on db.

func JsonbExists

func JsonbExists(ctx context.Context, db DB, p0 []byte, p1 string) (bool, error)

JsonbExists calls the stored function 'pg_catalog.jsonb_exists(jsonb, text) boolean' on db.

func JsonbExistsAll

func JsonbExistsAll(ctx context.Context, db DB, p0 []byte, p1 StringSlice) (bool, error)

JsonbExistsAll calls the stored function 'pg_catalog.jsonb_exists_all(jsonb, text) boolean' on db.

func JsonbExistsAny

func JsonbExistsAny(ctx context.Context, db DB, p0 []byte, p1 StringSlice) (bool, error)

JsonbExistsAny calls the stored function 'pg_catalog.jsonb_exists_any(jsonb, text) boolean' on db.

func JsonbGe

func JsonbGe(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbGe calls the stored function 'pg_catalog.jsonb_ge(jsonb, jsonb) boolean' on db.

func JsonbGt

func JsonbGt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbGt calls the stored function 'pg_catalog.jsonb_gt(jsonb, jsonb) boolean' on db.

func JsonbHash

func JsonbHash(ctx context.Context, db DB, p0 []byte) (int, error)

JsonbHash calls the stored function 'pg_catalog.jsonb_hash(jsonb) integer' on db.

func JsonbHashExtended

func JsonbHashExtended(ctx context.Context, db DB, p0 []byte, p1 int64) (int64, error)

JsonbHashExtended calls the stored function 'pg_catalog.jsonb_hash_extended(jsonb, bigint) bigint' on db.

func JsonbInsert

func JsonbInsert(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, replacement []byte, insertAfter bool) ([]byte, error)

JsonbInsert calls the stored function 'pg_catalog.jsonb_insert(jsonb, text, jsonb, boolean) jsonb' on db.

func JsonbLe

func JsonbLe(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbLe calls the stored function 'pg_catalog.jsonb_le(jsonb, jsonb) boolean' on db.

func JsonbLt

func JsonbLt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbLt calls the stored function 'pg_catalog.jsonb_lt(jsonb, jsonb) boolean' on db.

func JsonbNe

func JsonbNe(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

JsonbNe calls the stored function 'pg_catalog.jsonb_ne(jsonb, jsonb) boolean' on db.

func JsonbObjectAggFinalfn

func JsonbObjectAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

JsonbObjectAggFinalfn calls the stored function 'pg_catalog.jsonb_object_agg_finalfn(internal) jsonb' on db.

func JsonbObjectAggTransfn

func JsonbObjectAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 pgtypes.Any) (pgtypes.Internal, error)

JsonbObjectAggTransfn calls the stored function 'pg_catalog.jsonb_object_agg_transfn(internal, "any", "any") internal' on db.

func JsonbObjectByText

func JsonbObjectByText(ctx context.Context, db DB, p0 StringSlice) ([]byte, error)

JsonbObjectByText calls the stored function 'pg_catalog.jsonb_object(text) jsonb' on db.

func JsonbObjectByTextAndText

func JsonbObjectByTextAndText(ctx context.Context, db DB, p0, p1 StringSlice) ([]byte, error)

JsonbObjectByTextAndText calls the stored function 'pg_catalog.jsonb_object(text, text) jsonb' on db.

func JsonbObjectField

func JsonbObjectField(ctx context.Context, db DB, fromJSON []byte, fieldName string) ([]byte, error)

JsonbObjectField calls the stored function 'pg_catalog.jsonb_object_field(jsonb, text) jsonb' on db.

func JsonbObjectFieldText

func JsonbObjectFieldText(ctx context.Context, db DB, fromJSON []byte, fieldName string) (string, error)

JsonbObjectFieldText calls the stored function 'pg_catalog.jsonb_object_field_text(jsonb, text) text' on db.

func JsonbObjectKeys

func JsonbObjectKeys(ctx context.Context, db DB, p0 []byte) (string, error)

JsonbObjectKeys calls the stored function 'pg_catalog.jsonb_object_keys(jsonb) text' on db.

func JsonbPathExists

func JsonbPathExists(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)

JsonbPathExists calls the stored function 'pg_catalog.jsonb_path_exists(jsonb, jsonpath, jsonb, boolean) boolean' on db.

func JsonbPathExistsOpr

func JsonbPathExistsOpr(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Jsonpath) (bool, error)

JsonbPathExistsOpr calls the stored function 'pg_catalog.jsonb_path_exists_opr(jsonb, jsonpath) boolean' on db.

func JsonbPathExistsTz

func JsonbPathExistsTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)

JsonbPathExistsTz calls the stored function 'pg_catalog.jsonb_path_exists_tz(jsonb, jsonpath, jsonb, boolean) boolean' on db.

func JsonbPathMatch

func JsonbPathMatch(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)

JsonbPathMatch calls the stored function 'pg_catalog.jsonb_path_match(jsonb, jsonpath, jsonb, boolean) boolean' on db.

func JsonbPathMatchOpr

func JsonbPathMatchOpr(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Jsonpath) (bool, error)

JsonbPathMatchOpr calls the stored function 'pg_catalog.jsonb_path_match_opr(jsonb, jsonpath) boolean' on db.

func JsonbPathMatchTz

func JsonbPathMatchTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)

JsonbPathMatchTz calls the stored function 'pg_catalog.jsonb_path_match_tz(jsonb, jsonpath, jsonb, boolean) boolean' on db.

func JsonbPathQuery

func JsonbPathQuery(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)

JsonbPathQuery calls the stored function 'pg_catalog.jsonb_path_query(jsonb, jsonpath, jsonb, boolean) jsonb' on db.

func JsonbPathQueryArray

func JsonbPathQueryArray(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)

JsonbPathQueryArray calls the stored function 'pg_catalog.jsonb_path_query_array(jsonb, jsonpath, jsonb, boolean) jsonb' on db.

func JsonbPathQueryArrayTz

func JsonbPathQueryArrayTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)

JsonbPathQueryArrayTz calls the stored function 'pg_catalog.jsonb_path_query_array_tz(jsonb, jsonpath, jsonb, boolean) jsonb' on db.

func JsonbPathQueryFirst

func JsonbPathQueryFirst(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)

JsonbPathQueryFirst calls the stored function 'pg_catalog.jsonb_path_query_first(jsonb, jsonpath, jsonb, boolean) jsonb' on db.

func JsonbPathQueryFirstTz

func JsonbPathQueryFirstTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)

JsonbPathQueryFirstTz calls the stored function 'pg_catalog.jsonb_path_query_first_tz(jsonb, jsonpath, jsonb, boolean) jsonb' on db.

func JsonbPathQueryTz

func JsonbPathQueryTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)

JsonbPathQueryTz calls the stored function 'pg_catalog.jsonb_path_query_tz(jsonb, jsonpath, jsonb, boolean) jsonb' on db.

func JsonbPopulateRecord

func JsonbPopulateRecord(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []byte) (pgtypes.Anyelement, error)

JsonbPopulateRecord calls the stored function 'pg_catalog.jsonb_populate_record(anyelement, jsonb) anyelement' on db.

func JsonbPopulateRecordset

func JsonbPopulateRecordset(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []byte) (pgtypes.Anyelement, error)

JsonbPopulateRecordset calls the stored function 'pg_catalog.jsonb_populate_recordset(anyelement, jsonb) anyelement' on db.

func JsonbPretty

func JsonbPretty(ctx context.Context, db DB, p0 []byte) (string, error)

JsonbPretty calls the stored function 'pg_catalog.jsonb_pretty(jsonb) text' on db.

func JsonbRecv

func JsonbRecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

JsonbRecv calls the stored function 'pg_catalog.jsonb_recv(internal) jsonb' on db.

func JsonbSend

func JsonbSend(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JsonbSend calls the stored function 'pg_catalog.jsonb_send(jsonb) bytea' on db.

func JsonbSet

func JsonbSet(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, replacement []byte, createIfMissing bool) ([]byte, error)

JsonbSet calls the stored function 'pg_catalog.jsonb_set(jsonb, text, jsonb, boolean) jsonb' on db.

func JsonbSetLax

func JsonbSetLax(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, replacement []byte, createIfMissing bool, nullValueTreatment string) ([]byte, error)

JsonbSetLax calls the stored function 'pg_catalog.jsonb_set_lax(jsonb, text, jsonb, boolean, text) jsonb' on db.

func JsonbStripNulls

func JsonbStripNulls(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JsonbStripNulls calls the stored function 'pg_catalog.jsonb_strip_nulls(jsonb) jsonb' on db.

func JsonbSubscriptHandler

func JsonbSubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

JsonbSubscriptHandler calls the stored function 'pg_catalog.jsonb_subscript_handler(internal) internal' on db.

func JsonbToRecord

func JsonbToRecord(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error)

JsonbToRecord calls the stored function 'pg_catalog.jsonb_to_record(jsonb) record' on db.

func JsonbToRecordset

func JsonbToRecordset(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error)

JsonbToRecordset calls the stored function 'pg_catalog.jsonb_to_recordset(jsonb) record' on db.

func JsonbToTsvectorByJsonbAndJsonb

func JsonbToTsvectorByJsonbAndJsonb(ctx context.Context, db DB, p0, p1 []byte) (pgtypes.Tsvector, error)

JsonbToTsvectorByJsonbAndJsonb calls the stored function 'pg_catalog.jsonb_to_tsvector(jsonb, jsonb) tsvector' on db.

func JsonbToTsvectorByRegconfigJsonbAndJsonb

func JsonbToTsvectorByRegconfigJsonbAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1, p2 []byte) (pgtypes.Tsvector, error)

JsonbToTsvectorByRegconfigJsonbAndJsonb calls the stored function 'pg_catalog.jsonb_to_tsvector(regconfig, jsonb, jsonb) tsvector' on db.

func JsonbTypeof

func JsonbTypeof(ctx context.Context, db DB, p0 []byte) (string, error)

JsonbTypeof calls the stored function 'pg_catalog.jsonb_typeof(jsonb) text' on db.

func JsonpathRecv

func JsonpathRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Jsonpath, error)

JsonpathRecv calls the stored function 'pg_catalog.jsonpath_recv(internal) jsonpath' on db.

func JsonpathSend

func JsonpathSend(ctx context.Context, db DB, p0 pgtypes.Jsonpath) ([]byte, error)

JsonpathSend calls the stored function 'pg_catalog.jsonpath_send(jsonpath) bytea' on db.

func JustifyDays

func JustifyDays(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JustifyDays calls the stored function 'pg_catalog.justify_days(interval) interval' on db.

func JustifyHours

func JustifyHours(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JustifyHours calls the stored function 'pg_catalog.justify_hours(interval) interval' on db.

func JustifyInterval

func JustifyInterval(ctx context.Context, db DB, p0 []byte) ([]byte, error)

JustifyInterval calls the stored function 'pg_catalog.justify_interval(interval) interval' on db.

func Koi8rToIso

func Koi8rToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Koi8rToIso calls the stored function 'pg_catalog.koi8r_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Koi8rToMic

func Koi8rToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Koi8rToMic calls the stored function 'pg_catalog.koi8r_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Koi8rToUTF8

func Koi8rToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Koi8rToUTF8 calls the stored function 'pg_catalog.koi8r_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Koi8rToWin1251

func Koi8rToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Koi8rToWin1251 calls the stored function 'pg_catalog.koi8r_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Koi8rToWin866

func Koi8rToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Koi8rToWin866 calls the stored function 'pg_catalog.koi8r_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Koi8uToUTF8

func Koi8uToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Koi8uToUTF8 calls the stored function 'pg_catalog.koi8u_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Lastval

func Lastval(ctx context.Context, db DB) (int64, error)

Lastval calls the stored function 'pg_catalog.lastval() bigint' on db.

func Latin1ToMic

func Latin1ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Latin1ToMic calls the stored function 'pg_catalog.latin1_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Latin2ToMic

func Latin2ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Latin2ToMic calls the stored function 'pg_catalog.latin2_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Latin2ToWin1250

func Latin2ToWin1250(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Latin2ToWin1250 calls the stored function 'pg_catalog.latin2_to_win1250(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Latin3ToMic

func Latin3ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Latin3ToMic calls the stored function 'pg_catalog.latin3_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Latin4ToMic

func Latin4ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Latin4ToMic calls the stored function 'pg_catalog.latin4_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func LcmByBigintAndBigint

func LcmByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error)

LcmByBigintAndBigint calls the stored function 'pg_catalog.lcm(bigint, bigint) bigint' on db.

func LcmByIntegerAndInteger

func LcmByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error)

LcmByIntegerAndInteger calls the stored function 'pg_catalog.lcm(integer, integer) integer' on db.

func LcmByNumericAndNumeric

func LcmByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

LcmByNumericAndNumeric calls the stored function 'pg_catalog.lcm(numeric, numeric) numeric' on db.

func Left

func Left(ctx context.Context, db DB, p0 string, p1 int) (string, error)

Left calls the stored function 'pg_catalog.left(text, integer) text' on db.

func LengthByBit

func LengthByBit(ctx context.Context, db DB, p0 uint8) (int, error)

LengthByBit calls the stored function 'pg_catalog.length(bit) integer' on db.

func LengthByBytea

func LengthByBytea(ctx context.Context, db DB, p0 []byte) (int, error)

LengthByBytea calls the stored function 'pg_catalog.length(bytea) integer' on db.

func LengthByByteaAndName

func LengthByByteaAndName(ctx context.Context, db DB, p0 []byte, p1 string) (int, error)

LengthByByteaAndName calls the stored function 'pg_catalog.length(bytea, name) integer' on db.

func LengthByCharacter

func LengthByCharacter(ctx context.Context, db DB, p0 string) (int, error)

LengthByCharacter calls the stored function 'pg_catalog.length(character) integer' on db.

func LengthByLseg

func LengthByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (float64, error)

LengthByLseg calls the stored function 'pg_catalog.length(lseg) double precision' on db.

func LengthByPath

func LengthByPath(ctx context.Context, db DB, p0 pgtypes.Path) (float64, error)

LengthByPath calls the stored function 'pg_catalog.length(path) double precision' on db.

func LengthByText

func LengthByText(ctx context.Context, db DB, p0 string) (int, error)

LengthByText calls the stored function 'pg_catalog.length(text) integer' on db.

func LengthByTsvector

func LengthByTsvector(ctx context.Context, db DB, p0 pgtypes.Tsvector) (int, error)

LengthByTsvector calls the stored function 'pg_catalog.length(tsvector) integer' on db.

func LikeByByteaAndBytea

func LikeByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

LikeByByteaAndBytea calls the stored function 'pg_catalog.like(bytea, bytea) boolean' on db.

func LikeByNameAndText

func LikeByNameAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

LikeByNameAndText calls the stored function 'pg_catalog.like(name, text) boolean' on db.

func LikeByTextAndText

func LikeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

LikeByTextAndText calls the stored function 'pg_catalog.like(text, text) boolean' on db.

func LikeEscapeByByteaAndBytea

func LikeEscapeByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

LikeEscapeByByteaAndBytea calls the stored function 'pg_catalog.like_escape(bytea, bytea) bytea' on db.

func LikeEscapeByTextAndText

func LikeEscapeByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

LikeEscapeByTextAndText calls the stored function 'pg_catalog.like_escape(text, text) text' on db.

func Likejoinsel

func Likejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Likejoinsel calls the stored function 'pg_catalog.likejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Likesel

func Likesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Likesel calls the stored function 'pg_catalog.likesel(internal, oid, internal, integer) double precision' on db.

func Line

func Line(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Line, error)

Line calls the stored function 'pg_catalog.line(point, point) line' on db.

func LineDistance

func LineDistance(ctx context.Context, db DB, p0, p1 pgtypes.Line) (float64, error)

LineDistance calls the stored function 'pg_catalog.line_distance(line, line) double precision' on db.

func LineEq

func LineEq(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error)

LineEq calls the stored function 'pg_catalog.line_eq(line, line) boolean' on db.

func LineHorizontal

func LineHorizontal(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error)

LineHorizontal calls the stored function 'pg_catalog.line_horizontal(line) boolean' on db.

func LineInterpt

func LineInterpt(ctx context.Context, db DB, p0, p1 pgtypes.Line) (pgtypes.Point, error)

LineInterpt calls the stored function 'pg_catalog.line_interpt(line, line) point' on db.

func LineIntersect

func LineIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error)

LineIntersect calls the stored function 'pg_catalog.line_intersect(line, line) boolean' on db.

func LineParallel

func LineParallel(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error)

LineParallel calls the stored function 'pg_catalog.line_parallel(line, line) boolean' on db.

func LinePerp

func LinePerp(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error)

LinePerp calls the stored function 'pg_catalog.line_perp(line, line) boolean' on db.

func LineRecv

func LineRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Line, error)

LineRecv calls the stored function 'pg_catalog.line_recv(internal) line' on db.

func LineSend

func LineSend(ctx context.Context, db DB, p0 pgtypes.Line) ([]byte, error)

LineSend calls the stored function 'pg_catalog.line_send(line) bytea' on db.

func LineVertical

func LineVertical(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error)

LineVertical calls the stored function 'pg_catalog.line_vertical(line) boolean' on db.

func LnByDoublePrecision

func LnByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

LnByDoublePrecision calls the stored function 'pg_catalog.ln(double precision) double precision' on db.

func LnByNumeric

func LnByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

LnByNumeric calls the stored function 'pg_catalog.ln(numeric) numeric' on db.

func LoClose

func LoClose(ctx context.Context, db DB, p0 int) (int, error)

LoClose calls the stored function 'pg_catalog.lo_close(integer) integer' on db.

func LoCreat

func LoCreat(ctx context.Context, db DB, p0 int) (pgtypes.Oid, error)

LoCreat calls the stored function 'pg_catalog.lo_creat(integer) oid' on db.

func LoCreate

func LoCreate(ctx context.Context, db DB, p0 pgtypes.Oid) (pgtypes.Oid, error)

LoCreate calls the stored function 'pg_catalog.lo_create(oid) oid' on db.

func LoExport

func LoExport(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (int, error)

LoExport calls the stored function 'pg_catalog.lo_export(oid, text) integer' on db.

func LoFromBytea

func LoFromBytea(ctx context.Context, db DB, p0 pgtypes.Oid, p1 []byte) (pgtypes.Oid, error)

LoFromBytea calls the stored function 'pg_catalog.lo_from_bytea(oid, bytea) oid' on db.

func LoGetByOid

func LoGetByOid(ctx context.Context, db DB, p0 pgtypes.Oid) ([]byte, error)

LoGetByOid calls the stored function 'pg_catalog.lo_get(oid) bytea' on db.

func LoGetByOidBigintAndInteger

func LoGetByOidBigintAndInteger(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64, p2 int) ([]byte, error)

LoGetByOidBigintAndInteger calls the stored function 'pg_catalog.lo_get(oid, bigint, integer) bytea' on db.

func LoImportByText

func LoImportByText(ctx context.Context, db DB, p0 string) (pgtypes.Oid, error)

LoImportByText calls the stored function 'pg_catalog.lo_import(text) oid' on db.

func LoImportByTextAndOid

func LoImportByTextAndOid(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid) (pgtypes.Oid, error)

LoImportByTextAndOid calls the stored function 'pg_catalog.lo_import(text, oid) oid' on db.

func LoLseek

func LoLseek(ctx context.Context, db DB, p0, p1, p2 int) (int, error)

LoLseek calls the stored function 'pg_catalog.lo_lseek(integer, integer, integer) integer' on db.

func LoLseek64

func LoLseek64(ctx context.Context, db DB, p0 int, p1 int64, p2 int) (int64, error)

LoLseek64 calls the stored function 'pg_catalog.lo_lseek64(integer, bigint, integer) bigint' on db.

func LoOpen

func LoOpen(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (int, error)

LoOpen calls the stored function 'pg_catalog.lo_open(oid, integer) integer' on db.

func LoPut

func LoPut(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64, p2 []byte) error

LoPut calls the stored function 'pg_catalog.lo_put(oid, bigint, bytea)' on db.

func LoTell

func LoTell(ctx context.Context, db DB, p0 int) (int, error)

LoTell calls the stored function 'pg_catalog.lo_tell(integer) integer' on db.

func LoTell64

func LoTell64(ctx context.Context, db DB, p0 int) (int64, error)

LoTell64 calls the stored function 'pg_catalog.lo_tell64(integer) bigint' on db.

func LoTruncate

func LoTruncate(ctx context.Context, db DB, p0, p1 int) (int, error)

LoTruncate calls the stored function 'pg_catalog.lo_truncate(integer, integer) integer' on db.

func LoTruncate64

func LoTruncate64(ctx context.Context, db DB, p0 int, p1 int64) (int, error)

LoTruncate64 calls the stored function 'pg_catalog.lo_truncate64(integer, bigint) integer' on db.

func LoUnlink(ctx context.Context, db DB, p0 pgtypes.Oid) (int, error)

LoUnlink calls the stored function 'pg_catalog.lo_unlink(oid) integer' on db.

func Log10ByDoublePrecision

func Log10ByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

Log10ByDoublePrecision calls the stored function 'pg_catalog.log10(double precision) double precision' on db.

func Log10ByNumeric

func Log10ByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

Log10ByNumeric calls the stored function 'pg_catalog.log10(numeric) numeric' on db.

func LogByDoublePrecision

func LogByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

LogByDoublePrecision calls the stored function 'pg_catalog.log(double precision) double precision' on db.

func LogByNumeric

func LogByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

LogByNumeric calls the stored function 'pg_catalog.log(numeric) numeric' on db.

func LogByNumericAndNumeric

func LogByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

LogByNumericAndNumeric calls the stored function 'pg_catalog.log(numeric, numeric) numeric' on db.

func Logf

func Logf(s string, v ...interface{})

Logf logs a message using the package logger.

func Loread

func Loread(ctx context.Context, db DB, p0, p1 int) ([]byte, error)

Loread calls the stored function 'pg_catalog.loread(integer, integer) bytea' on db.

func LowerByAnymultirange

func LowerByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyelement, error)

LowerByAnymultirange calls the stored function 'pg_catalog.lower(anymultirange) anyelement' on db.

func LowerByAnyrange

func LowerByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (pgtypes.Anyelement, error)

LowerByAnyrange calls the stored function 'pg_catalog.lower(anyrange) anyelement' on db.

func LowerByText

func LowerByText(ctx context.Context, db DB, p0 string) (string, error)

LowerByText calls the stored function 'pg_catalog.lower(text) text' on db.

func LowerIncByAnymultirange

func LowerIncByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error)

LowerIncByAnymultirange calls the stored function 'pg_catalog.lower_inc(anymultirange) boolean' on db.

func LowerIncByAnyrange

func LowerIncByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error)

LowerIncByAnyrange calls the stored function 'pg_catalog.lower_inc(anyrange) boolean' on db.

func LowerInfByAnymultirange

func LowerInfByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error)

LowerInfByAnymultirange calls the stored function 'pg_catalog.lower_inf(anymultirange) boolean' on db.

func LowerInfByAnyrange

func LowerInfByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error)

LowerInfByAnyrange calls the stored function 'pg_catalog.lower_inf(anyrange) boolean' on db.

func Lowrite

func Lowrite(ctx context.Context, db DB, p0 int, p1 []byte) (int, error)

Lowrite calls the stored function 'pg_catalog.lowrite(integer, bytea) integer' on db.

func LpadByTextAndInteger

func LpadByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error)

LpadByTextAndInteger calls the stored function 'pg_catalog.lpad(text, integer) text' on db.

func LpadByTextIntegerAndText

func LpadByTextIntegerAndText(ctx context.Context, db DB, p0 string, p1 int, p2 string) (string, error)

LpadByTextIntegerAndText calls the stored function 'pg_catalog.lpad(text, integer, text) text' on db.

func LsegByBox

func LsegByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Lseg, error)

LsegByBox calls the stored function 'pg_catalog.lseg(box) lseg' on db.

func LsegByPointAndPoint

func LsegByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Lseg, error)

LsegByPointAndPoint calls the stored function 'pg_catalog.lseg(point, point) lseg' on db.

func LsegCenter

func LsegCenter(ctx context.Context, db DB, p0 pgtypes.Lseg) (pgtypes.Point, error)

LsegCenter calls the stored function 'pg_catalog.lseg_center(lseg) point' on db.

func LsegDistance

func LsegDistance(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (float64, error)

LsegDistance calls the stored function 'pg_catalog.lseg_distance(lseg, lseg) double precision' on db.

func LsegEq

func LsegEq(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegEq calls the stored function 'pg_catalog.lseg_eq(lseg, lseg) boolean' on db.

func LsegGe

func LsegGe(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegGe calls the stored function 'pg_catalog.lseg_ge(lseg, lseg) boolean' on db.

func LsegGt

func LsegGt(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegGt calls the stored function 'pg_catalog.lseg_gt(lseg, lseg) boolean' on db.

func LsegHorizontal

func LsegHorizontal(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error)

LsegHorizontal calls the stored function 'pg_catalog.lseg_horizontal(lseg) boolean' on db.

func LsegInterpt

func LsegInterpt(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (pgtypes.Point, error)

LsegInterpt calls the stored function 'pg_catalog.lseg_interpt(lseg, lseg) point' on db.

func LsegIntersect

func LsegIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegIntersect calls the stored function 'pg_catalog.lseg_intersect(lseg, lseg) boolean' on db.

func LsegLe

func LsegLe(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegLe calls the stored function 'pg_catalog.lseg_le(lseg, lseg) boolean' on db.

func LsegLength

func LsegLength(ctx context.Context, db DB, p0 pgtypes.Lseg) (float64, error)

LsegLength calls the stored function 'pg_catalog.lseg_length(lseg) double precision' on db.

func LsegLt

func LsegLt(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegLt calls the stored function 'pg_catalog.lseg_lt(lseg, lseg) boolean' on db.

func LsegNe

func LsegNe(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegNe calls the stored function 'pg_catalog.lseg_ne(lseg, lseg) boolean' on db.

func LsegParallel

func LsegParallel(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegParallel calls the stored function 'pg_catalog.lseg_parallel(lseg, lseg) boolean' on db.

func LsegPerp

func LsegPerp(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error)

LsegPerp calls the stored function 'pg_catalog.lseg_perp(lseg, lseg) boolean' on db.

func LsegRecv

func LsegRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Lseg, error)

LsegRecv calls the stored function 'pg_catalog.lseg_recv(internal) lseg' on db.

func LsegSend

func LsegSend(ctx context.Context, db DB, p0 pgtypes.Lseg) ([]byte, error)

LsegSend calls the stored function 'pg_catalog.lseg_send(lseg) bytea' on db.

func LsegVertical

func LsegVertical(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error)

LsegVertical calls the stored function 'pg_catalog.lseg_vertical(lseg) boolean' on db.

func LtrimByByteaAndBytea

func LtrimByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

LtrimByByteaAndBytea calls the stored function 'pg_catalog.ltrim(bytea, bytea) bytea' on db.

func LtrimByText

func LtrimByText(ctx context.Context, db DB, p0 string) (string, error)

LtrimByText calls the stored function 'pg_catalog.ltrim(text) text' on db.

func LtrimByTextAndText

func LtrimByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

LtrimByTextAndText calls the stored function 'pg_catalog.ltrim(text, text) text' on db.

func Macaddr

func Macaddr(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr, error)

Macaddr calls the stored function 'pg_catalog.macaddr(macaddr8) macaddr' on db.

func Macaddr8

func Macaddr8(ctx context.Context, db DB, p0 pgtypes.Macaddr) (pgtypes.Macaddr8, error)

Macaddr8 calls the stored function 'pg_catalog.macaddr8(macaddr) macaddr8' on db.

func Macaddr8And

func Macaddr8And(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (pgtypes.Macaddr8, error)

Macaddr8And calls the stored function 'pg_catalog.macaddr8_and(macaddr8, macaddr8) macaddr8' on db.

func Macaddr8Cmp

func Macaddr8Cmp(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (int, error)

Macaddr8Cmp calls the stored function 'pg_catalog.macaddr8_cmp(macaddr8, macaddr8) integer' on db.

func Macaddr8Eq

func Macaddr8Eq(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error)

Macaddr8Eq calls the stored function 'pg_catalog.macaddr8_eq(macaddr8, macaddr8) boolean' on db.

func Macaddr8Ge

func Macaddr8Ge(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error)

Macaddr8Ge calls the stored function 'pg_catalog.macaddr8_ge(macaddr8, macaddr8) boolean' on db.

func Macaddr8Gt

func Macaddr8Gt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error)

Macaddr8Gt calls the stored function 'pg_catalog.macaddr8_gt(macaddr8, macaddr8) boolean' on db.

func Macaddr8Le

func Macaddr8Le(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error)

Macaddr8Le calls the stored function 'pg_catalog.macaddr8_le(macaddr8, macaddr8) boolean' on db.

func Macaddr8Lt

func Macaddr8Lt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error)

Macaddr8Lt calls the stored function 'pg_catalog.macaddr8_lt(macaddr8, macaddr8) boolean' on db.

func Macaddr8Ne

func Macaddr8Ne(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error)

Macaddr8Ne calls the stored function 'pg_catalog.macaddr8_ne(macaddr8, macaddr8) boolean' on db.

func Macaddr8Not

func Macaddr8Not(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr8, error)

Macaddr8Not calls the stored function 'pg_catalog.macaddr8_not(macaddr8) macaddr8' on db.

func Macaddr8Or

func Macaddr8Or(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (pgtypes.Macaddr8, error)

Macaddr8Or calls the stored function 'pg_catalog.macaddr8_or(macaddr8, macaddr8) macaddr8' on db.

func Macaddr8Recv

func Macaddr8Recv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Macaddr8, error)

Macaddr8Recv calls the stored function 'pg_catalog.macaddr8_recv(internal) macaddr8' on db.

func Macaddr8Send

func Macaddr8Send(ctx context.Context, db DB, p0 pgtypes.Macaddr8) ([]byte, error)

Macaddr8Send calls the stored function 'pg_catalog.macaddr8_send(macaddr8) bytea' on db.

func Macaddr8Set7bit

func Macaddr8Set7bit(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr8, error)

Macaddr8Set7bit calls the stored function 'pg_catalog.macaddr8_set7bit(macaddr8) macaddr8' on db.

func MacaddrAnd

func MacaddrAnd(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (pgtypes.Macaddr, error)

MacaddrAnd calls the stored function 'pg_catalog.macaddr_and(macaddr, macaddr) macaddr' on db.

func MacaddrCmp

func MacaddrCmp(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (int, error)

MacaddrCmp calls the stored function 'pg_catalog.macaddr_cmp(macaddr, macaddr) integer' on db.

func MacaddrEq

func MacaddrEq(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error)

MacaddrEq calls the stored function 'pg_catalog.macaddr_eq(macaddr, macaddr) boolean' on db.

func MacaddrGe

func MacaddrGe(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error)

MacaddrGe calls the stored function 'pg_catalog.macaddr_ge(macaddr, macaddr) boolean' on db.

func MacaddrGt

func MacaddrGt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error)

MacaddrGt calls the stored function 'pg_catalog.macaddr_gt(macaddr, macaddr) boolean' on db.

func MacaddrLe

func MacaddrLe(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error)

MacaddrLe calls the stored function 'pg_catalog.macaddr_le(macaddr, macaddr) boolean' on db.

func MacaddrLt

func MacaddrLt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error)

MacaddrLt calls the stored function 'pg_catalog.macaddr_lt(macaddr, macaddr) boolean' on db.

func MacaddrNe

func MacaddrNe(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error)

MacaddrNe calls the stored function 'pg_catalog.macaddr_ne(macaddr, macaddr) boolean' on db.

func MacaddrNot

func MacaddrNot(ctx context.Context, db DB, p0 pgtypes.Macaddr) (pgtypes.Macaddr, error)

MacaddrNot calls the stored function 'pg_catalog.macaddr_not(macaddr) macaddr' on db.

func MacaddrOr

func MacaddrOr(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (pgtypes.Macaddr, error)

MacaddrOr calls the stored function 'pg_catalog.macaddr_or(macaddr, macaddr) macaddr' on db.

func MacaddrRecv

func MacaddrRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Macaddr, error)

MacaddrRecv calls the stored function 'pg_catalog.macaddr_recv(internal) macaddr' on db.

func MacaddrSend

func MacaddrSend(ctx context.Context, db DB, p0 pgtypes.Macaddr) ([]byte, error)

MacaddrSend calls the stored function 'pg_catalog.macaddr_send(macaddr) bytea' on db.

func MacaddrSortsupport

func MacaddrSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

MacaddrSortsupport calls the stored function 'pg_catalog.macaddr_sortsupport(internal)' on db.

func MakeDate

func MakeDate(ctx context.Context, db DB, year, month, day int) (time.Time, error)

MakeDate calls the stored function 'pg_catalog.make_date(integer, integer, integer) date' on db.

func MakeInterval

func MakeInterval(ctx context.Context, db DB, years, months, weeks, days, hours, mins int, secs float64) ([]byte, error)

MakeInterval calls the stored function 'pg_catalog.make_interval(integer, integer, integer, integer, integer, integer, double precision) interval' on db.

func MakeTime

func MakeTime(ctx context.Context, db DB, hour, min int, sec float64) (time.Time, error)

MakeTime calls the stored function 'pg_catalog.make_time(integer, integer, double precision) time without time zone' on db.

func MakeTimestamp

func MakeTimestamp(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64) (time.Time, error)

MakeTimestamp calls the stored function 'pg_catalog.make_timestamp(integer, integer, integer, integer, integer, double precision) timestamp without time zone' on db.

func MakeTimestamptzByYearMonthMdayHourMinAndSec

func MakeTimestamptzByYearMonthMdayHourMinAndSec(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64) (time.Time, error)

MakeTimestamptzByYearMonthMdayHourMinAndSec calls the stored function 'pg_catalog.make_timestamptz(integer, integer, integer, integer, integer, double precision) timestamp with time zone' on db.

func MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone

func MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64, timezone string) (time.Time, error)

MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone calls the stored function 'pg_catalog.make_timestamptz(integer, integer, integer, integer, integer, double precision, text) timestamp with time zone' on db.

func Makeaclitem

func Makeaclitem(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string, p3 bool) (pgtypes.Aclitem, error)

Makeaclitem calls the stored function 'pg_catalog.makeaclitem(oid, oid, text, boolean) aclitem' on db.

func Masklen

func Masklen(ctx context.Context, db DB, p0 string) (int, error)

Masklen calls the stored function 'pg_catalog.masklen(inet) integer' on db.

func Matchingjoinsel

func Matchingjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Matchingjoinsel calls the stored function 'pg_catalog.matchingjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Matchingsel

func Matchingsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Matchingsel calls the stored function 'pg_catalog.matchingsel(internal, oid, internal, integer) double precision' on db.

func Md5ByBytea

func Md5ByBytea(ctx context.Context, db DB, p0 []byte) (string, error)

Md5ByBytea calls the stored function 'pg_catalog.md5(bytea) text' on db.

func Md5ByText

func Md5ByText(ctx context.Context, db DB, p0 string) (string, error)

Md5ByText calls the stored function 'pg_catalog.md5(text) text' on db.

func MicToBig5

func MicToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToBig5 calls the stored function 'pg_catalog.mic_to_big5(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToEucCn

func MicToEucCn(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToEucCn calls the stored function 'pg_catalog.mic_to_euc_cn(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToEucJp

func MicToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToEucJp calls the stored function 'pg_catalog.mic_to_euc_jp(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToEucKr

func MicToEucKr(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToEucKr calls the stored function 'pg_catalog.mic_to_euc_kr(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToEucTw

func MicToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToEucTw calls the stored function 'pg_catalog.mic_to_euc_tw(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToIso

func MicToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToIso calls the stored function 'pg_catalog.mic_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToKoi8r

func MicToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToKoi8r calls the stored function 'pg_catalog.mic_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToLatin1

func MicToLatin1(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToLatin1 calls the stored function 'pg_catalog.mic_to_latin1(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToLatin2

func MicToLatin2(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToLatin2 calls the stored function 'pg_catalog.mic_to_latin2(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToLatin3

func MicToLatin3(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToLatin3 calls the stored function 'pg_catalog.mic_to_latin3(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToLatin4

func MicToLatin4(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToLatin4 calls the stored function 'pg_catalog.mic_to_latin4(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToSjis

func MicToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToSjis calls the stored function 'pg_catalog.mic_to_sjis(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToWin1250

func MicToWin1250(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToWin1250 calls the stored function 'pg_catalog.mic_to_win1250(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToWin1251

func MicToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToWin1251 calls the stored function 'pg_catalog.mic_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MicToWin866

func MicToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

MicToWin866 calls the stored function 'pg_catalog.mic_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.

func MinScale

func MinScale(ctx context.Context, db DB, p0 float64) (int, error)

MinScale calls the stored function 'pg_catalog.min_scale(numeric) integer' on db.

func ModByBigintAndBigint

func ModByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error)

ModByBigintAndBigint calls the stored function 'pg_catalog.mod(bigint, bigint) bigint' on db.

func ModByIntegerAndInteger

func ModByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error)

ModByIntegerAndInteger calls the stored function 'pg_catalog.mod(integer, integer) integer' on db.

func ModByNumericAndNumeric

func ModByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

ModByNumericAndNumeric calls the stored function 'pg_catalog.mod(numeric, numeric) numeric' on db.

func ModBySmallintAndSmallint

func ModBySmallintAndSmallint(ctx context.Context, db DB, p0, p1 int16) (int16, error)

ModBySmallintAndSmallint calls the stored function 'pg_catalog.mod(smallint, smallint) smallint' on db.

func ModeFinal

ModeFinal calls the stored function 'pg_catalog.mode_final(internal, anyelement) anyelement' on db.

func MoneyByBigint

func MoneyByBigint(ctx context.Context, db DB, p0 int64) (string, error)

MoneyByBigint calls the stored function 'pg_catalog.money(bigint) money' on db.

func MoneyByInteger

func MoneyByInteger(ctx context.Context, db DB, p0 int) (string, error)

MoneyByInteger calls the stored function 'pg_catalog.money(integer) money' on db.

func MoneyByNumeric

func MoneyByNumeric(ctx context.Context, db DB, p0 float64) (string, error)

MoneyByNumeric calls the stored function 'pg_catalog.money(numeric) money' on db.

func MulDInterval

func MulDInterval(ctx context.Context, db DB, p0 float64, p1 []byte) ([]byte, error)

MulDInterval calls the stored function 'pg_catalog.mul_d_interval(double precision, interval) interval' on db.

func Multirange

func Multirange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (pgtypes.Anymultirange, error)

Multirange calls the stored function 'pg_catalog.multirange(anyrange) anymultirange' on db.

func MultirangeAdjacentMultirange

func MultirangeAdjacentMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeAdjacentMultirange calls the stored function 'pg_catalog.multirange_adjacent_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeAdjacentRange

func MultirangeAdjacentRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeAdjacentRange calls the stored function 'pg_catalog.multirange_adjacent_range(anymultirange, anyrange) boolean' on db.

func MultirangeAfterMultirange

func MultirangeAfterMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeAfterMultirange calls the stored function 'pg_catalog.multirange_after_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeAfterRange

func MultirangeAfterRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeAfterRange calls the stored function 'pg_catalog.multirange_after_range(anymultirange, anyrange) boolean' on db.

func MultirangeBeforeMultirange

func MultirangeBeforeMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeBeforeMultirange calls the stored function 'pg_catalog.multirange_before_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeBeforeRange

func MultirangeBeforeRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeBeforeRange calls the stored function 'pg_catalog.multirange_before_range(anymultirange, anyrange) boolean' on db.

func MultirangeCmp

func MultirangeCmp(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (int, error)

MultirangeCmp calls the stored function 'pg_catalog.multirange_cmp(anymultirange, anymultirange) integer' on db.

func MultirangeContainedByMultirange

func MultirangeContainedByMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeContainedByMultirange calls the stored function 'pg_catalog.multirange_contained_by_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeContainedByRange

func MultirangeContainedByRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeContainedByRange calls the stored function 'pg_catalog.multirange_contained_by_range(anymultirange, anyrange) boolean' on db.

func MultirangeContainsElem

func MultirangeContainsElem(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyelement) (bool, error)

MultirangeContainsElem calls the stored function 'pg_catalog.multirange_contains_elem(anymultirange, anyelement) boolean' on db.

func MultirangeContainsMultirange

func MultirangeContainsMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeContainsMultirange calls the stored function 'pg_catalog.multirange_contains_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeContainsRange

func MultirangeContainsRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeContainsRange calls the stored function 'pg_catalog.multirange_contains_range(anymultirange, anyrange) boolean' on db.

func MultirangeEq

func MultirangeEq(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeEq calls the stored function 'pg_catalog.multirange_eq(anymultirange, anymultirange) boolean' on db.

func MultirangeGe

func MultirangeGe(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeGe calls the stored function 'pg_catalog.multirange_ge(anymultirange, anymultirange) boolean' on db.

func MultirangeGistCompress

func MultirangeGistCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

MultirangeGistCompress calls the stored function 'pg_catalog.multirange_gist_compress(internal) internal' on db.

func MultirangeGistConsistent

func MultirangeGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anymultirange, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

MultirangeGistConsistent calls the stored function 'pg_catalog.multirange_gist_consistent(internal, anymultirange, smallint, oid, internal) boolean' on db.

func MultirangeGt

func MultirangeGt(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeGt calls the stored function 'pg_catalog.multirange_gt(anymultirange, anymultirange) boolean' on db.

func MultirangeIntersect

func MultirangeIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)

MultirangeIntersect calls the stored function 'pg_catalog.multirange_intersect(anymultirange, anymultirange) anymultirange' on db.

func MultirangeIntersectAggTransfn

func MultirangeIntersectAggTransfn(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)

MultirangeIntersectAggTransfn calls the stored function 'pg_catalog.multirange_intersect_agg_transfn(anymultirange, anymultirange) anymultirange' on db.

func MultirangeLe

func MultirangeLe(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeLe calls the stored function 'pg_catalog.multirange_le(anymultirange, anymultirange) boolean' on db.

func MultirangeLt

func MultirangeLt(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeLt calls the stored function 'pg_catalog.multirange_lt(anymultirange, anymultirange) boolean' on db.

func MultirangeMinus

func MultirangeMinus(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)

MultirangeMinus calls the stored function 'pg_catalog.multirange_minus(anymultirange, anymultirange) anymultirange' on db.

func MultirangeNe

func MultirangeNe(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeNe calls the stored function 'pg_catalog.multirange_ne(anymultirange, anymultirange) boolean' on db.

func MultirangeOverlapsMultirange

func MultirangeOverlapsMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeOverlapsMultirange calls the stored function 'pg_catalog.multirange_overlaps_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeOverlapsRange

func MultirangeOverlapsRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeOverlapsRange calls the stored function 'pg_catalog.multirange_overlaps_range(anymultirange, anyrange) boolean' on db.

func MultirangeOverleftMultirange

func MultirangeOverleftMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeOverleftMultirange calls the stored function 'pg_catalog.multirange_overleft_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeOverleftRange

func MultirangeOverleftRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeOverleftRange calls the stored function 'pg_catalog.multirange_overleft_range(anymultirange, anyrange) boolean' on db.

func MultirangeOverrightMultirange

func MultirangeOverrightMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)

MultirangeOverrightMultirange calls the stored function 'pg_catalog.multirange_overright_multirange(anymultirange, anymultirange) boolean' on db.

func MultirangeOverrightRange

func MultirangeOverrightRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)

MultirangeOverrightRange calls the stored function 'pg_catalog.multirange_overright_range(anymultirange, anyrange) boolean' on db.

func MultirangeRecv

func MultirangeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anymultirange, error)

MultirangeRecv calls the stored function 'pg_catalog.multirange_recv(internal, oid, integer) anymultirange' on db.

func MultirangeSend

func MultirangeSend(ctx context.Context, db DB, p0 pgtypes.Anymultirange) ([]byte, error)

MultirangeSend calls the stored function 'pg_catalog.multirange_send(anymultirange) bytea' on db.

func MultirangeTypanalyze

func MultirangeTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

MultirangeTypanalyze calls the stored function 'pg_catalog.multirange_typanalyze(internal) boolean' on db.

func MultirangeUnion

func MultirangeUnion(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)

MultirangeUnion calls the stored function 'pg_catalog.multirange_union(anymultirange, anymultirange) anymultirange' on db.

func Multirangesel

func Multirangesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Multirangesel calls the stored function 'pg_catalog.multirangesel(internal, oid, internal, integer) double precision' on db.

func MxidAge

func MxidAge(ctx context.Context, db DB, p0 pgtypes.Xid) (int, error)

MxidAge calls the stored function 'pg_catalog.mxid_age(xid) integer' on db.

func NameByCharacter

func NameByCharacter(ctx context.Context, db DB, p0 string) (string, error)

NameByCharacter calls the stored function 'pg_catalog.name(character) name' on db.

func NameByCharacterVarying

func NameByCharacterVarying(ctx context.Context, db DB, p0 string) (string, error)

NameByCharacterVarying calls the stored function 'pg_catalog.name(character varying) name' on db.

func NameByText

func NameByText(ctx context.Context, db DB, p0 string) (string, error)

NameByText calls the stored function 'pg_catalog.name(text) name' on db.

func Nameconcatoid

func Nameconcatoid(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid) (string, error)

Nameconcatoid calls the stored function 'pg_catalog.nameconcatoid(name, oid) name' on db.

func Nameeq

func Nameeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameeq calls the stored function 'pg_catalog.nameeq(name, name) boolean' on db.

func Nameeqtext

func Nameeqtext(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameeqtext calls the stored function 'pg_catalog.nameeqtext(name, text) boolean' on db.

func Namege

func Namege(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namege calls the stored function 'pg_catalog.namege(name, name) boolean' on db.

func Namegetext

func Namegetext(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namegetext calls the stored function 'pg_catalog.namegetext(name, text) boolean' on db.

func Namegt

func Namegt(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namegt calls the stored function 'pg_catalog.namegt(name, name) boolean' on db.

func Namegttext

func Namegttext(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namegttext calls the stored function 'pg_catalog.namegttext(name, text) boolean' on db.

func Nameiclike

func Nameiclike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameiclike calls the stored function 'pg_catalog.nameiclike(name, text) boolean' on db.

func Nameicnlike

func Nameicnlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameicnlike calls the stored function 'pg_catalog.nameicnlike(name, text) boolean' on db.

func Nameicregexeq

func Nameicregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameicregexeq calls the stored function 'pg_catalog.nameicregexeq(name, text) boolean' on db.

func Nameicregexne

func Nameicregexne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameicregexne calls the stored function 'pg_catalog.nameicregexne(name, text) boolean' on db.

func Namele

func Namele(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namele calls the stored function 'pg_catalog.namele(name, name) boolean' on db.

func Nameletext

func Nameletext(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameletext calls the stored function 'pg_catalog.nameletext(name, text) boolean' on db.

func Namelike

func Namelike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namelike calls the stored function 'pg_catalog.namelike(name, text) boolean' on db.

func Namelt

func Namelt(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namelt calls the stored function 'pg_catalog.namelt(name, name) boolean' on db.

func Namelttext

func Namelttext(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namelttext calls the stored function 'pg_catalog.namelttext(name, text) boolean' on db.

func Namene

func Namene(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namene calls the stored function 'pg_catalog.namene(name, name) boolean' on db.

func Namenetext

func Namenetext(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namenetext calls the stored function 'pg_catalog.namenetext(name, text) boolean' on db.

func Namenlike

func Namenlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Namenlike calls the stored function 'pg_catalog.namenlike(name, text) boolean' on db.

func Namerecv

func Namerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error)

Namerecv calls the stored function 'pg_catalog.namerecv(internal) name' on db.

func Nameregexeq

func Nameregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameregexeq calls the stored function 'pg_catalog.nameregexeq(name, text) boolean' on db.

func Nameregexne

func Nameregexne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Nameregexne calls the stored function 'pg_catalog.nameregexne(name, text) boolean' on db.

func Namesend

func Namesend(ctx context.Context, db DB, p0 string) ([]byte, error)

Namesend calls the stored function 'pg_catalog.namesend(name) bytea' on db.

func Neqjoinsel

func Neqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Neqjoinsel calls the stored function 'pg_catalog.neqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Neqsel

func Neqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Neqsel calls the stored function 'pg_catalog.neqsel(internal, oid, internal, integer) double precision' on db.

func Netmask

func Netmask(ctx context.Context, db DB, p0 string) (string, error)

Netmask calls the stored function 'pg_catalog.netmask(inet) inet' on db.

func Network

func Network(ctx context.Context, db DB, p0 string) (pgtypes.Cidr, error)

Network calls the stored function 'pg_catalog.network(inet) cidr' on db.

func NetworkCmp

func NetworkCmp(ctx context.Context, db DB, p0, p1 string) (int, error)

NetworkCmp calls the stored function 'pg_catalog.network_cmp(inet, inet) integer' on db.

func NetworkEq

func NetworkEq(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkEq calls the stored function 'pg_catalog.network_eq(inet, inet) boolean' on db.

func NetworkGe

func NetworkGe(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkGe calls the stored function 'pg_catalog.network_ge(inet, inet) boolean' on db.

func NetworkGt

func NetworkGt(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkGt calls the stored function 'pg_catalog.network_gt(inet, inet) boolean' on db.

func NetworkLarger

func NetworkLarger(ctx context.Context, db DB, p0, p1 string) (string, error)

NetworkLarger calls the stored function 'pg_catalog.network_larger(inet, inet) inet' on db.

func NetworkLe

func NetworkLe(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkLe calls the stored function 'pg_catalog.network_le(inet, inet) boolean' on db.

func NetworkLt

func NetworkLt(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkLt calls the stored function 'pg_catalog.network_lt(inet, inet) boolean' on db.

func NetworkNe

func NetworkNe(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkNe calls the stored function 'pg_catalog.network_ne(inet, inet) boolean' on db.

func NetworkOverlap

func NetworkOverlap(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkOverlap calls the stored function 'pg_catalog.network_overlap(inet, inet) boolean' on db.

func NetworkSmaller

func NetworkSmaller(ctx context.Context, db DB, p0, p1 string) (string, error)

NetworkSmaller calls the stored function 'pg_catalog.network_smaller(inet, inet) inet' on db.

func NetworkSortsupport

func NetworkSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

NetworkSortsupport calls the stored function 'pg_catalog.network_sortsupport(internal)' on db.

func NetworkSub

func NetworkSub(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkSub calls the stored function 'pg_catalog.network_sub(inet, inet) boolean' on db.

func NetworkSubeq

func NetworkSubeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkSubeq calls the stored function 'pg_catalog.network_subeq(inet, inet) boolean' on db.

func NetworkSubsetSupport

func NetworkSubsetSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

NetworkSubsetSupport calls the stored function 'pg_catalog.network_subset_support(internal) internal' on db.

func NetworkSup

func NetworkSup(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkSup calls the stored function 'pg_catalog.network_sup(inet, inet) boolean' on db.

func NetworkSupeq

func NetworkSupeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

NetworkSupeq calls the stored function 'pg_catalog.network_supeq(inet, inet) boolean' on db.

func Networkjoinsel

func Networkjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Networkjoinsel calls the stored function 'pg_catalog.networkjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Networksel

func Networksel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Networksel calls the stored function 'pg_catalog.networksel(internal, oid, internal, integer) double precision' on db.

func Nextval

func Nextval(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

Nextval calls the stored function 'pg_catalog.nextval(regclass) bigint' on db.

func Nlikejoinsel

func Nlikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Nlikejoinsel calls the stored function 'pg_catalog.nlikejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Nlikesel

func Nlikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Nlikesel calls the stored function 'pg_catalog.nlikesel(internal, oid, internal, integer) double precision' on db.

func Normalize

func Normalize(ctx context.Context, db DB, p0, p1 string) (string, error)

Normalize calls the stored function 'pg_catalog.normalize(text, text) text' on db.

func NotlikeByByteaAndBytea

func NotlikeByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

NotlikeByByteaAndBytea calls the stored function 'pg_catalog.notlike(bytea, bytea) boolean' on db.

func NotlikeByNameAndText

func NotlikeByNameAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

NotlikeByNameAndText calls the stored function 'pg_catalog.notlike(name, text) boolean' on db.

func NotlikeByTextAndText

func NotlikeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

NotlikeByTextAndText calls the stored function 'pg_catalog.notlike(text, text) boolean' on db.

func Now

func Now(ctx context.Context, db DB) (time.Time, error)

Now calls the stored function 'pg_catalog.now() timestamp with time zone' on db.

func NpointsByPath

func NpointsByPath(ctx context.Context, db DB, p0 pgtypes.Path) (int, error)

NpointsByPath calls the stored function 'pg_catalog.npoints(path) integer' on db.

func NpointsByPolygon

func NpointsByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (int, error)

NpointsByPolygon calls the stored function 'pg_catalog.npoints(polygon) integer' on db.

func NumericAbs

func NumericAbs(ctx context.Context, db DB, p0 float64) (float64, error)

NumericAbs calls the stored function 'pg_catalog.numeric_abs(numeric) numeric' on db.

func NumericAccum

func NumericAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error)

NumericAccum calls the stored function 'pg_catalog.numeric_accum(internal, numeric) internal' on db.

func NumericAccumInv

func NumericAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error)

NumericAccumInv calls the stored function 'pg_catalog.numeric_accum_inv(internal, numeric) internal' on db.

func NumericAdd

func NumericAdd(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericAdd calls the stored function 'pg_catalog.numeric_add(numeric, numeric) numeric' on db.

func NumericAvg

func NumericAvg(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericAvg calls the stored function 'pg_catalog.numeric_avg(internal) numeric' on db.

func NumericAvgAccum

func NumericAvgAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error)

NumericAvgAccum calls the stored function 'pg_catalog.numeric_avg_accum(internal, numeric) internal' on db.

func NumericAvgCombine

func NumericAvgCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

NumericAvgCombine calls the stored function 'pg_catalog.numeric_avg_combine(internal, internal) internal' on db.

func NumericAvgDeserialize

func NumericAvgDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)

NumericAvgDeserialize calls the stored function 'pg_catalog.numeric_avg_deserialize(bytea, internal) internal' on db.

func NumericAvgSerialize

func NumericAvgSerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

NumericAvgSerialize calls the stored function 'pg_catalog.numeric_avg_serialize(internal) bytea' on db.

func NumericByBigint

func NumericByBigint(ctx context.Context, db DB, p0 int64) (float64, error)

NumericByBigint calls the stored function 'pg_catalog.numeric(bigint) numeric' on db.

func NumericByDoublePrecision

func NumericByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

NumericByDoublePrecision calls the stored function 'pg_catalog.numeric(double precision) numeric' on db.

func NumericByInteger

func NumericByInteger(ctx context.Context, db DB, p0 int) (float64, error)

NumericByInteger calls the stored function 'pg_catalog.numeric(integer) numeric' on db.

func NumericByJsonb

func NumericByJsonb(ctx context.Context, db DB, p0 []byte) (float64, error)

NumericByJsonb calls the stored function 'pg_catalog.numeric(jsonb) numeric' on db.

func NumericByMoney

func NumericByMoney(ctx context.Context, db DB, p0 string) (float64, error)

NumericByMoney calls the stored function 'pg_catalog.numeric(money) numeric' on db.

func NumericByNumericAndInteger

func NumericByNumericAndInteger(ctx context.Context, db DB, p0 float64, p1 int) (float64, error)

NumericByNumericAndInteger calls the stored function 'pg_catalog.numeric(numeric, integer) numeric' on db.

func NumericByReal

func NumericByReal(ctx context.Context, db DB, p0 float32) (float64, error)

NumericByReal calls the stored function 'pg_catalog.numeric(real) numeric' on db.

func NumericBySmallint

func NumericBySmallint(ctx context.Context, db DB, p0 int16) (float64, error)

NumericBySmallint calls the stored function 'pg_catalog.numeric(smallint) numeric' on db.

func NumericCmp

func NumericCmp(ctx context.Context, db DB, p0, p1 float64) (int, error)

NumericCmp calls the stored function 'pg_catalog.numeric_cmp(numeric, numeric) integer' on db.

func NumericCombine

func NumericCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

NumericCombine calls the stored function 'pg_catalog.numeric_combine(internal, internal) internal' on db.

func NumericDeserialize

func NumericDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)

NumericDeserialize calls the stored function 'pg_catalog.numeric_deserialize(bytea, internal) internal' on db.

func NumericDiv

func NumericDiv(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericDiv calls the stored function 'pg_catalog.numeric_div(numeric, numeric) numeric' on db.

func NumericDivTrunc

func NumericDivTrunc(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericDivTrunc calls the stored function 'pg_catalog.numeric_div_trunc(numeric, numeric) numeric' on db.

func NumericEq

func NumericEq(ctx context.Context, db DB, p0, p1 float64) (bool, error)

NumericEq calls the stored function 'pg_catalog.numeric_eq(numeric, numeric) boolean' on db.

func NumericExp

func NumericExp(ctx context.Context, db DB, p0 float64) (float64, error)

NumericExp calls the stored function 'pg_catalog.numeric_exp(numeric) numeric' on db.

func NumericGe

func NumericGe(ctx context.Context, db DB, p0, p1 float64) (bool, error)

NumericGe calls the stored function 'pg_catalog.numeric_ge(numeric, numeric) boolean' on db.

func NumericGt

func NumericGt(ctx context.Context, db DB, p0, p1 float64) (bool, error)

NumericGt calls the stored function 'pg_catalog.numeric_gt(numeric, numeric) boolean' on db.

func NumericInc

func NumericInc(ctx context.Context, db DB, p0 float64) (float64, error)

NumericInc calls the stored function 'pg_catalog.numeric_inc(numeric) numeric' on db.

func NumericLarger

func NumericLarger(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericLarger calls the stored function 'pg_catalog.numeric_larger(numeric, numeric) numeric' on db.

func NumericLe

func NumericLe(ctx context.Context, db DB, p0, p1 float64) (bool, error)

NumericLe calls the stored function 'pg_catalog.numeric_le(numeric, numeric) boolean' on db.

func NumericLn

func NumericLn(ctx context.Context, db DB, p0 float64) (float64, error)

NumericLn calls the stored function 'pg_catalog.numeric_ln(numeric) numeric' on db.

func NumericLog

func NumericLog(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericLog calls the stored function 'pg_catalog.numeric_log(numeric, numeric) numeric' on db.

func NumericLt

func NumericLt(ctx context.Context, db DB, p0, p1 float64) (bool, error)

NumericLt calls the stored function 'pg_catalog.numeric_lt(numeric, numeric) boolean' on db.

func NumericMod

func NumericMod(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericMod calls the stored function 'pg_catalog.numeric_mod(numeric, numeric) numeric' on db.

func NumericMul

func NumericMul(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericMul calls the stored function 'pg_catalog.numeric_mul(numeric, numeric) numeric' on db.

func NumericNe

func NumericNe(ctx context.Context, db DB, p0, p1 float64) (bool, error)

NumericNe calls the stored function 'pg_catalog.numeric_ne(numeric, numeric) boolean' on db.

func NumericPlPgLsn

func NumericPlPgLsn(ctx context.Context, db DB, p0 float64, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error)

NumericPlPgLsn calls the stored function 'pg_catalog.numeric_pl_pg_lsn(numeric, pg_lsn) pg_lsn' on db.

func NumericPolyAvg

func NumericPolyAvg(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericPolyAvg calls the stored function 'pg_catalog.numeric_poly_avg(internal) numeric' on db.

func NumericPolyCombine

func NumericPolyCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

NumericPolyCombine calls the stored function 'pg_catalog.numeric_poly_combine(internal, internal) internal' on db.

func NumericPolyDeserialize

func NumericPolyDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)

NumericPolyDeserialize calls the stored function 'pg_catalog.numeric_poly_deserialize(bytea, internal) internal' on db.

func NumericPolySerialize

func NumericPolySerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

NumericPolySerialize calls the stored function 'pg_catalog.numeric_poly_serialize(internal) bytea' on db.

func NumericPolyStddevPop

func NumericPolyStddevPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericPolyStddevPop calls the stored function 'pg_catalog.numeric_poly_stddev_pop(internal) numeric' on db.

func NumericPolyStddevSamp

func NumericPolyStddevSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericPolyStddevSamp calls the stored function 'pg_catalog.numeric_poly_stddev_samp(internal) numeric' on db.

func NumericPolySum

func NumericPolySum(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericPolySum calls the stored function 'pg_catalog.numeric_poly_sum(internal) numeric' on db.

func NumericPolyVarPop

func NumericPolyVarPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericPolyVarPop calls the stored function 'pg_catalog.numeric_poly_var_pop(internal) numeric' on db.

func NumericPolyVarSamp

func NumericPolyVarSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericPolyVarSamp calls the stored function 'pg_catalog.numeric_poly_var_samp(internal) numeric' on db.

func NumericPower

func NumericPower(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericPower calls the stored function 'pg_catalog.numeric_power(numeric, numeric) numeric' on db.

func NumericRecv

func NumericRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (float64, error)

NumericRecv calls the stored function 'pg_catalog.numeric_recv(internal, oid, integer) numeric' on db.

func NumericSend

func NumericSend(ctx context.Context, db DB, p0 float64) ([]byte, error)

NumericSend calls the stored function 'pg_catalog.numeric_send(numeric) bytea' on db.

func NumericSerialize

func NumericSerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

NumericSerialize calls the stored function 'pg_catalog.numeric_serialize(internal) bytea' on db.

func NumericSmaller

func NumericSmaller(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericSmaller calls the stored function 'pg_catalog.numeric_smaller(numeric, numeric) numeric' on db.

func NumericSortsupport

func NumericSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

NumericSortsupport calls the stored function 'pg_catalog.numeric_sortsupport(internal)' on db.

func NumericSqrt

func NumericSqrt(ctx context.Context, db DB, p0 float64) (float64, error)

NumericSqrt calls the stored function 'pg_catalog.numeric_sqrt(numeric) numeric' on db.

func NumericStddevPop

func NumericStddevPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericStddevPop calls the stored function 'pg_catalog.numeric_stddev_pop(internal) numeric' on db.

func NumericStddevSamp

func NumericStddevSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericStddevSamp calls the stored function 'pg_catalog.numeric_stddev_samp(internal) numeric' on db.

func NumericSub

func NumericSub(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumericSub calls the stored function 'pg_catalog.numeric_sub(numeric, numeric) numeric' on db.

func NumericSum

func NumericSum(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericSum calls the stored function 'pg_catalog.numeric_sum(internal) numeric' on db.

func NumericSupport

func NumericSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

NumericSupport calls the stored function 'pg_catalog.numeric_support(internal) internal' on db.

func NumericUminus

func NumericUminus(ctx context.Context, db DB, p0 float64) (float64, error)

NumericUminus calls the stored function 'pg_catalog.numeric_uminus(numeric) numeric' on db.

func NumericUplus

func NumericUplus(ctx context.Context, db DB, p0 float64) (float64, error)

NumericUplus calls the stored function 'pg_catalog.numeric_uplus(numeric) numeric' on db.

func NumericVarPop

func NumericVarPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericVarPop calls the stored function 'pg_catalog.numeric_var_pop(internal) numeric' on db.

func NumericVarSamp

func NumericVarSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error)

NumericVarSamp calls the stored function 'pg_catalog.numeric_var_samp(internal) numeric' on db.

func Numerictypmodin

func Numerictypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Numerictypmodin calls the stored function 'pg_catalog.numerictypmodin(cstring) integer' on db.

func Nummultirange

func Nummultirange(ctx context.Context, db DB) (pgtypes.Nummultirange, error)

Nummultirange calls the stored function 'pg_catalog.nummultirange() nummultirange' on db.

func NummultirangeByNumrange

func NummultirangeByNumrange(ctx context.Context, db DB, p0 pgtypes.Numrange) (pgtypes.Nummultirange, error)

NummultirangeByNumrange calls the stored function 'pg_catalog.nummultirange(numrange) nummultirange' on db.

func Numnode

func Numnode(ctx context.Context, db DB, p0 pgtypes.Tsquery) (int, error)

Numnode calls the stored function 'pg_catalog.numnode(tsquery) integer' on db.

func NumrangeByNumericAndNumeric

func NumrangeByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (pgtypes.Numrange, error)

NumrangeByNumericAndNumeric calls the stored function 'pg_catalog.numrange(numeric, numeric) numrange' on db.

func NumrangeByNumericNumericAndText

func NumrangeByNumericNumericAndText(ctx context.Context, db DB, p0, p1 float64, p2 string) (pgtypes.Numrange, error)

NumrangeByNumericNumericAndText calls the stored function 'pg_catalog.numrange(numeric, numeric, text) numrange' on db.

func NumrangeSubdiff

func NumrangeSubdiff(ctx context.Context, db DB, p0, p1 float64) (float64, error)

NumrangeSubdiff calls the stored function 'pg_catalog.numrange_subdiff(numeric, numeric) double precision' on db.

func ObjDescriptionByOid

func ObjDescriptionByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

ObjDescriptionByOid calls the stored function 'pg_catalog.obj_description(oid) text' on db.

func ObjDescriptionByOidAndName

func ObjDescriptionByOidAndName(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (string, error)

ObjDescriptionByOidAndName calls the stored function 'pg_catalog.obj_description(oid, name) text' on db.

func OctetLengthByBit

func OctetLengthByBit(ctx context.Context, db DB, p0 uint8) (int, error)

OctetLengthByBit calls the stored function 'pg_catalog.octet_length(bit) integer' on db.

func OctetLengthByBytea

func OctetLengthByBytea(ctx context.Context, db DB, p0 []byte) (int, error)

OctetLengthByBytea calls the stored function 'pg_catalog.octet_length(bytea) integer' on db.

func OctetLengthByCharacter

func OctetLengthByCharacter(ctx context.Context, db DB, p0 string) (int, error)

OctetLengthByCharacter calls the stored function 'pg_catalog.octet_length(character) integer' on db.

func OctetLengthByText

func OctetLengthByText(ctx context.Context, db DB, p0 string) (int, error)

OctetLengthByText calls the stored function 'pg_catalog.octet_length(text) integer' on db.

func Oid

func Oid(ctx context.Context, db DB, p0 int64) (pgtypes.Oid, error)

Oid calls the stored function 'pg_catalog.oid(bigint) oid' on db.

func Oideq

func Oideq(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error)

Oideq calls the stored function 'pg_catalog.oideq(oid, oid) boolean' on db.

func Oidge

func Oidge(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error)

Oidge calls the stored function 'pg_catalog.oidge(oid, oid) boolean' on db.

func Oidgt

func Oidgt(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error)

Oidgt calls the stored function 'pg_catalog.oidgt(oid, oid) boolean' on db.

func Oidlarger

func Oidlarger(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (pgtypes.Oid, error)

Oidlarger calls the stored function 'pg_catalog.oidlarger(oid, oid) oid' on db.

func Oidle

func Oidle(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error)

Oidle calls the stored function 'pg_catalog.oidle(oid, oid) boolean' on db.

func Oidlt

func Oidlt(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error)

Oidlt calls the stored function 'pg_catalog.oidlt(oid, oid) boolean' on db.

func Oidne

func Oidne(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error)

Oidne calls the stored function 'pg_catalog.oidne(oid, oid) boolean' on db.

func Oidrecv

func Oidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Oid, error)

Oidrecv calls the stored function 'pg_catalog.oidrecv(internal) oid' on db.

func Oidsend

func Oidsend(ctx context.Context, db DB, p0 pgtypes.Oid) ([]byte, error)

Oidsend calls the stored function 'pg_catalog.oidsend(oid) bytea' on db.

func Oidsmaller

func Oidsmaller(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (pgtypes.Oid, error)

Oidsmaller calls the stored function 'pg_catalog.oidsmaller(oid, oid) oid' on db.

func Oidvectoreq

func Oidvectoreq(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error)

Oidvectoreq calls the stored function 'pg_catalog.oidvectoreq(oidvector, oidvector) boolean' on db.

func Oidvectorge

func Oidvectorge(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error)

Oidvectorge calls the stored function 'pg_catalog.oidvectorge(oidvector, oidvector) boolean' on db.

func Oidvectorgt

func Oidvectorgt(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error)

Oidvectorgt calls the stored function 'pg_catalog.oidvectorgt(oidvector, oidvector) boolean' on db.

func Oidvectorle

func Oidvectorle(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error)

Oidvectorle calls the stored function 'pg_catalog.oidvectorle(oidvector, oidvector) boolean' on db.

func Oidvectorlt

func Oidvectorlt(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error)

Oidvectorlt calls the stored function 'pg_catalog.oidvectorlt(oidvector, oidvector) boolean' on db.

func Oidvectorne

func Oidvectorne(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error)

Oidvectorne calls the stored function 'pg_catalog.oidvectorne(oidvector, oidvector) boolean' on db.

func Oidvectorrecv

func Oidvectorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Oidvector, error)

Oidvectorrecv calls the stored function 'pg_catalog.oidvectorrecv(internal) oidvector' on db.

func Oidvectorsend

func Oidvectorsend(ctx context.Context, db DB, p0 pgtypes.Oidvector) ([]byte, error)

Oidvectorsend calls the stored function 'pg_catalog.oidvectorsend(oidvector) bytea' on db.

func Oidvectortypes

func Oidvectortypes(ctx context.Context, db DB, p0 pgtypes.Oidvector) (string, error)

Oidvectortypes calls the stored function 'pg_catalog.oidvectortypes(oidvector) text' on db.

func OnPb

func OnPb(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Box) (bool, error)

OnPb calls the stored function 'pg_catalog.on_pb(point, box) boolean' on db.

func OnPl

func OnPl(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Line) (bool, error)

OnPl calls the stored function 'pg_catalog.on_pl(point, line) boolean' on db.

func OnPpath

func OnPpath(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Path) (bool, error)

OnPpath calls the stored function 'pg_catalog.on_ppath(point, path) boolean' on db.

func OnPs

func OnPs(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Lseg) (bool, error)

OnPs calls the stored function 'pg_catalog.on_ps(point, lseg) boolean' on db.

func OnSb

func OnSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (bool, error)

OnSb calls the stored function 'pg_catalog.on_sb(lseg, box) boolean' on db.

func OnSl

func OnSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (bool, error)

OnSl calls the stored function 'pg_catalog.on_sl(lseg, line) boolean' on db.

func OrderedSetTransition

func OrderedSetTransition(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Any) (pgtypes.Internal, error)

OrderedSetTransition calls the stored function 'pg_catalog.ordered_set_transition(internal, "any") internal' on db.

func OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone

func OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)

OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone calls the stored function 'pg_catalog.overlaps(time with time zone, time with time zone, time with time zone, time with time zone) boolean' on db.

func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval

func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error)

OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(time without time zone, interval, time without time zone, interval) boolean' on db.

func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone

func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error)

OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone calls the stored function 'pg_catalog.overlaps(time without time zone, interval, time without time zone, time without time zone) boolean' on db.

func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval

func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error)

OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(time without time zone, time without time zone, time without time zone, interval) boolean' on db.

func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone

func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)

OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone calls the stored function 'pg_catalog.overlaps(time without time zone, time without time zone, time without time zone, time without time zone) boolean' on db.

func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval

func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error)

OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp with time zone, interval, timestamp with time zone, interval) boolean' on db.

func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone

func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error)

OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.overlaps(timestamp with time zone, interval, timestamp with time zone, timestamp with time zone) boolean' on db.

func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval

func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error)

OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp with time zone, timestamp with time zone, timestamp with time zone, interval) boolean' on db.

func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone

func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)

OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.overlaps(timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone) boolean' on db.

func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval

func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error)

OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp without time zone, interval, timestamp without time zone, interval) boolean' on db.

func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone

func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error)

OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.overlaps(timestamp without time zone, interval, timestamp without time zone, timestamp without time zone) boolean' on db.

func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval

func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error)

OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp without time zone, timestamp without time zone, timestamp without time zone, interval) boolean' on db.

func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone

func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)

OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.overlaps(timestamp without time zone, timestamp without time zone, timestamp without time zone, timestamp without time zone) boolean' on db.

func OverlayByBitBitAndInteger

func OverlayByBitBitAndInteger(ctx context.Context, db DB, p0, p1 uint8, p2 int) (uint8, error)

OverlayByBitBitAndInteger calls the stored function 'pg_catalog.overlay(bit, bit, integer) bit' on db.

func OverlayByBitBitIntegerAndInteger

func OverlayByBitBitIntegerAndInteger(ctx context.Context, db DB, p0, p1 uint8, p2, p3 int) (uint8, error)

OverlayByBitBitIntegerAndInteger calls the stored function 'pg_catalog.overlay(bit, bit, integer, integer) bit' on db.

func OverlayByByteaByteaAndInteger

func OverlayByByteaByteaAndInteger(ctx context.Context, db DB, p0, p1 []byte, p2 int) ([]byte, error)

OverlayByByteaByteaAndInteger calls the stored function 'pg_catalog.overlay(bytea, bytea, integer) bytea' on db.

func OverlayByByteaByteaIntegerAndInteger

func OverlayByByteaByteaIntegerAndInteger(ctx context.Context, db DB, p0, p1 []byte, p2, p3 int) ([]byte, error)

OverlayByByteaByteaIntegerAndInteger calls the stored function 'pg_catalog.overlay(bytea, bytea, integer, integer) bytea' on db.

func OverlayByTextTextAndInteger

func OverlayByTextTextAndInteger(ctx context.Context, db DB, p0, p1 string, p2 int) (string, error)

OverlayByTextTextAndInteger calls the stored function 'pg_catalog.overlay(text, text, integer) text' on db.

func OverlayByTextTextIntegerAndInteger

func OverlayByTextTextIntegerAndInteger(ctx context.Context, db DB, p0, p1 string, p2, p3 int) (string, error)

OverlayByTextTextIntegerAndInteger calls the stored function 'pg_catalog.overlay(text, text, integer, integer) text' on db.

func Path

func Path(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Path, error)

Path calls the stored function 'pg_catalog.path(polygon) path' on db.

func PathAdd

func PathAdd(ctx context.Context, db DB, p0, p1 pgtypes.Path) (pgtypes.Path, error)

PathAdd calls the stored function 'pg_catalog.path_add(path, path) path' on db.

func PathAddPt

func PathAddPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error)

PathAddPt calls the stored function 'pg_catalog.path_add_pt(path, point) path' on db.

func PathCenter

func PathCenter(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Point, error)

PathCenter calls the stored function 'pg_catalog.path_center(path) point' on db.

func PathContainPt

func PathContainPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (bool, error)

PathContainPt calls the stored function 'pg_catalog.path_contain_pt(path, point) boolean' on db.

func PathDistance

func PathDistance(ctx context.Context, db DB, p0, p1 pgtypes.Path) (float64, error)

PathDistance calls the stored function 'pg_catalog.path_distance(path, path) double precision' on db.

func PathDivPt

func PathDivPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error)

PathDivPt calls the stored function 'pg_catalog.path_div_pt(path, point) path' on db.

func PathInter

func PathInter(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error)

PathInter calls the stored function 'pg_catalog.path_inter(path, path) boolean' on db.

func PathLength

func PathLength(ctx context.Context, db DB, p0 pgtypes.Path) (float64, error)

PathLength calls the stored function 'pg_catalog.path_length(path) double precision' on db.

func PathMulPt

func PathMulPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error)

PathMulPt calls the stored function 'pg_catalog.path_mul_pt(path, point) path' on db.

func PathNEq

func PathNEq(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error)

PathNEq calls the stored function 'pg_catalog.path_n_eq(path, path) boolean' on db.

func PathNGe

func PathNGe(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error)

PathNGe calls the stored function 'pg_catalog.path_n_ge(path, path) boolean' on db.

func PathNGt

func PathNGt(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error)

PathNGt calls the stored function 'pg_catalog.path_n_gt(path, path) boolean' on db.

func PathNLe

func PathNLe(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error)

PathNLe calls the stored function 'pg_catalog.path_n_le(path, path) boolean' on db.

func PathNLt

func PathNLt(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error)

PathNLt calls the stored function 'pg_catalog.path_n_lt(path, path) boolean' on db.

func PathNpoints

func PathNpoints(ctx context.Context, db DB, p0 pgtypes.Path) (int, error)

PathNpoints calls the stored function 'pg_catalog.path_npoints(path) integer' on db.

func PathRecv

func PathRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Path, error)

PathRecv calls the stored function 'pg_catalog.path_recv(internal) path' on db.

func PathSend

func PathSend(ctx context.Context, db DB, p0 pgtypes.Path) ([]byte, error)

PathSend calls the stored function 'pg_catalog.path_send(path) bytea' on db.

func PathSubPt

func PathSubPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error)

PathSubPt calls the stored function 'pg_catalog.path_sub_pt(path, point) path' on db.

func Pclose

func Pclose(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Path, error)

Pclose calls the stored function 'pg_catalog.pclose(path) path' on db.

func PercentileContFloat8Final

func PercentileContFloat8Final(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (float64, error)

PercentileContFloat8Final calls the stored function 'pg_catalog.percentile_cont_float8_final(internal, double precision) double precision' on db.

func PercentileContFloat8MultiFinal

func PercentileContFloat8MultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64) ([]float64, error)

PercentileContFloat8MultiFinal calls the stored function 'pg_catalog.percentile_cont_float8_multi_final(internal, double precision) double precision' on db.

func PercentileContIntervalFinal

func PercentileContIntervalFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) ([]byte, error)

PercentileContIntervalFinal calls the stored function 'pg_catalog.percentile_cont_interval_final(internal, double precision) interval' on db.

func PercentileContIntervalMultiFinal

func PercentileContIntervalMultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64) ([][]byte, error)

PercentileContIntervalMultiFinal calls the stored function 'pg_catalog.percentile_cont_interval_multi_final(internal, double precision) interval' on db.

func PercentileDiscFinal

func PercentileDiscFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64, p2 pgtypes.Anyelement) (pgtypes.Anyelement, error)

PercentileDiscFinal calls the stored function 'pg_catalog.percentile_disc_final(internal, double precision, anyelement) anyelement' on db.

func PercentileDiscMultiFinal

func PercentileDiscMultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64, p2 pgtypes.Anyelement) (pgtypes.Anyarray, error)

PercentileDiscMultiFinal calls the stored function 'pg_catalog.percentile_disc_multi_final(internal, double precision, anyelement) anyarray' on db.

func PgAdvisoryLockByBigint

func PgAdvisoryLockByBigint(ctx context.Context, db DB, p0 int64) error

PgAdvisoryLockByBigint calls the stored function 'pg_catalog.pg_advisory_lock(bigint)' on db.

func PgAdvisoryLockByIntegerAndInteger

func PgAdvisoryLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error

PgAdvisoryLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_lock(integer, integer)' on db.

func PgAdvisoryLockSharedByBigint

func PgAdvisoryLockSharedByBigint(ctx context.Context, db DB, p0 int64) error

PgAdvisoryLockSharedByBigint calls the stored function 'pg_catalog.pg_advisory_lock_shared(bigint)' on db.

func PgAdvisoryLockSharedByIntegerAndInteger

func PgAdvisoryLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error

PgAdvisoryLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_lock_shared(integer, integer)' on db.

func PgAdvisoryUnlockAll

func PgAdvisoryUnlockAll(ctx context.Context, db DB) error

PgAdvisoryUnlockAll calls the stored function 'pg_catalog.pg_advisory_unlock_all()' on db.

func PgAdvisoryUnlockByBigint

func PgAdvisoryUnlockByBigint(ctx context.Context, db DB, p0 int64) (bool, error)

PgAdvisoryUnlockByBigint calls the stored function 'pg_catalog.pg_advisory_unlock(bigint) boolean' on db.

func PgAdvisoryUnlockByIntegerAndInteger

func PgAdvisoryUnlockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)

PgAdvisoryUnlockByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_unlock(integer, integer) boolean' on db.

func PgAdvisoryUnlockSharedByBigint

func PgAdvisoryUnlockSharedByBigint(ctx context.Context, db DB, p0 int64) (bool, error)

PgAdvisoryUnlockSharedByBigint calls the stored function 'pg_catalog.pg_advisory_unlock_shared(bigint) boolean' on db.

func PgAdvisoryUnlockSharedByIntegerAndInteger

func PgAdvisoryUnlockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)

PgAdvisoryUnlockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_unlock_shared(integer, integer) boolean' on db.

func PgAdvisoryXactLockByBigint

func PgAdvisoryXactLockByBigint(ctx context.Context, db DB, p0 int64) error

PgAdvisoryXactLockByBigint calls the stored function 'pg_catalog.pg_advisory_xact_lock(bigint)' on db.

func PgAdvisoryXactLockByIntegerAndInteger

func PgAdvisoryXactLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error

PgAdvisoryXactLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_xact_lock(integer, integer)' on db.

func PgAdvisoryXactLockSharedByBigint

func PgAdvisoryXactLockSharedByBigint(ctx context.Context, db DB, p0 int64) error

PgAdvisoryXactLockSharedByBigint calls the stored function 'pg_catalog.pg_advisory_xact_lock_shared(bigint)' on db.

func PgAdvisoryXactLockSharedByIntegerAndInteger

func PgAdvisoryXactLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error

PgAdvisoryXactLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_xact_lock_shared(integer, integer)' on db.

func PgAvailableExtensions

func PgAvailableExtensions(ctx context.Context, db DB) (string, string, string, error)

PgAvailableExtensions calls the stored function 'pg_catalog.pg_available_extensions() (name, text, text)' on db.

func PgBackendPid

func PgBackendPid(ctx context.Context, db DB) (int, error)

PgBackendPid calls the stored function 'pg_catalog.pg_backend_pid() integer' on db.

func PgBackupStartTime

func PgBackupStartTime(ctx context.Context, db DB) (time.Time, error)

PgBackupStartTime calls the stored function 'pg_catalog.pg_backup_start_time() timestamp with time zone' on db.

func PgBlockingPids

func PgBlockingPids(ctx context.Context, db DB, p0 int) ([]int, error)

PgBlockingPids calls the stored function 'pg_catalog.pg_blocking_pids(integer) integer' on db.

func PgCancelBackend

func PgCancelBackend(ctx context.Context, db DB, p0 int) (bool, error)

PgCancelBackend calls the stored function 'pg_catalog.pg_cancel_backend(integer) boolean' on db.

func PgCharToEncoding

func PgCharToEncoding(ctx context.Context, db DB, p0 string) (int, error)

PgCharToEncoding calls the stored function 'pg_catalog.pg_char_to_encoding(name) integer' on db.

func PgClientEncoding

func PgClientEncoding(ctx context.Context, db DB) (string, error)

PgClientEncoding calls the stored function 'pg_catalog.pg_client_encoding() name' on db.

func PgCollationActualVersion

func PgCollationActualVersion(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgCollationActualVersion calls the stored function 'pg_catalog.pg_collation_actual_version(oid) text' on db.

func PgCollationFor

func PgCollationFor(ctx context.Context, db DB, p0 pgtypes.Any) (string, error)

PgCollationFor calls the stored function 'pg_catalog.pg_collation_for("any") text' on db.

func PgCollationIsVisible

func PgCollationIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgCollationIsVisible calls the stored function 'pg_catalog.pg_collation_is_visible(oid) boolean' on db.

func PgColumnCompression

func PgColumnCompression(ctx context.Context, db DB, p0 pgtypes.Any) (string, error)

PgColumnCompression calls the stored function 'pg_catalog.pg_column_compression("any") text' on db.

func PgColumnIsUpdatable

func PgColumnIsUpdatable(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int16, p2 bool) (bool, error)

PgColumnIsUpdatable calls the stored function 'pg_catalog.pg_column_is_updatable(regclass, smallint, boolean) boolean' on db.

func PgColumnSize

func PgColumnSize(ctx context.Context, db DB, p0 pgtypes.Any) (int, error)

PgColumnSize calls the stored function 'pg_catalog.pg_column_size("any") integer' on db.

func PgConfLoadTime

func PgConfLoadTime(ctx context.Context, db DB) (time.Time, error)

PgConfLoadTime calls the stored function 'pg_catalog.pg_conf_load_time() timestamp with time zone' on db.

func PgConfig

func PgConfig(ctx context.Context, db DB) (string, string, error)

PgConfig calls the stored function 'pg_catalog.pg_config() (text, text)' on db.

func PgControlCheckpoint

PgControlCheckpoint calls the stored function 'pg_catalog.pg_control_checkpoint() (pg_lsn, pg_lsn, text, integer, integer, boolean, text, oid, xid, xid, xid, oid, xid, xid, oid, xid, xid, timestamp with time zone)' on db.

func PgControlInit

func PgControlInit(ctx context.Context, db DB) (int, int, int, int, int, int, int, int, int, bool, int, error)

PgControlInit calls the stored function 'pg_catalog.pg_control_init() (integer, integer, integer, integer, integer, integer, integer, integer, integer, boolean, integer)' on db.

func PgControlRecovery

func PgControlRecovery(ctx context.Context, db DB) (pgtypes.PgLsn, int, pgtypes.PgLsn, pgtypes.PgLsn, bool, error)

PgControlRecovery calls the stored function 'pg_catalog.pg_control_recovery() (pg_lsn, integer, pg_lsn, pg_lsn, boolean)' on db.

func PgControlSystem

func PgControlSystem(ctx context.Context, db DB) (int, int, int64, time.Time, error)

PgControlSystem calls the stored function 'pg_catalog.pg_control_system() (integer, integer, bigint, timestamp with time zone)' on db.

func PgConversionIsVisible

func PgConversionIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgConversionIsVisible calls the stored function 'pg_catalog.pg_conversion_is_visible(oid) boolean' on db.

func PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName

func PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName(ctx context.Context, db DB, srcSlotName, dstSlotName string) (string, pgtypes.PgLsn, error)

PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName calls the stored function 'pg_catalog.pg_copy_logical_replication_slot(name, name) (name, pg_lsn)' on db.

func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary

func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool) (string, pgtypes.PgLsn, error)

PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary calls the stored function 'pg_catalog.pg_copy_logical_replication_slot(name, name, boolean) (name, pg_lsn)' on db.

func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin

func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool, plugin string) (string, pgtypes.PgLsn, error)

PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin calls the stored function 'pg_catalog.pg_copy_logical_replication_slot(name, name, boolean, name) (name, pg_lsn)' on db.

func PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName

func PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName(ctx context.Context, db DB, srcSlotName, dstSlotName string) (string, pgtypes.PgLsn, error)

PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName calls the stored function 'pg_catalog.pg_copy_physical_replication_slot(name, name) (name, pg_lsn)' on db.

func PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary

func PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool) (string, pgtypes.PgLsn, error)

PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary calls the stored function 'pg_catalog.pg_copy_physical_replication_slot(name, name, boolean) (name, pg_lsn)' on db.

func PgCreateLogicalReplicationSlot

func PgCreateLogicalReplicationSlot(ctx context.Context, db DB, slotName, plugin string, temporary, twophase bool) (string, pgtypes.PgLsn, error)

PgCreateLogicalReplicationSlot calls the stored function 'pg_catalog.pg_create_logical_replication_slot(name, name, boolean, boolean) (name, pg_lsn)' on db.

func PgCreatePhysicalReplicationSlot

func PgCreatePhysicalReplicationSlot(ctx context.Context, db DB, slotName string, immediatelyReserve, temporary bool) (string, pgtypes.PgLsn, error)

PgCreatePhysicalReplicationSlot calls the stored function 'pg_catalog.pg_create_physical_replication_slot(name, boolean, boolean) (name, pg_lsn)' on db.

func PgCreateRestorePoint

func PgCreateRestorePoint(ctx context.Context, db DB, p0 string) (pgtypes.PgLsn, error)

PgCreateRestorePoint calls the stored function 'pg_catalog.pg_create_restore_point(text) pg_lsn' on db.

func PgCurrentLogfile

func PgCurrentLogfile(ctx context.Context, db DB) (string, error)

PgCurrentLogfile calls the stored function 'pg_catalog.pg_current_logfile() text' on db.

func PgCurrentLogfileByText

func PgCurrentLogfileByText(ctx context.Context, db DB, p0 string) (string, error)

PgCurrentLogfileByText calls the stored function 'pg_catalog.pg_current_logfile(text) text' on db.

func PgCurrentSnapshot

func PgCurrentSnapshot(ctx context.Context, db DB) (pgtypes.PgSnapshot, error)

PgCurrentSnapshot calls the stored function 'pg_catalog.pg_current_snapshot() pg_snapshot' on db.

func PgCurrentWalFlushLsn

func PgCurrentWalFlushLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgCurrentWalFlushLsn calls the stored function 'pg_catalog.pg_current_wal_flush_lsn() pg_lsn' on db.

func PgCurrentWalInsertLsn

func PgCurrentWalInsertLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgCurrentWalInsertLsn calls the stored function 'pg_catalog.pg_current_wal_insert_lsn() pg_lsn' on db.

func PgCurrentWalLsn

func PgCurrentWalLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgCurrentWalLsn calls the stored function 'pg_catalog.pg_current_wal_lsn() pg_lsn' on db.

func PgCurrentXactID

func PgCurrentXactID(ctx context.Context, db DB) (pgtypes.Xid8, error)

PgCurrentXactID calls the stored function 'pg_catalog.pg_current_xact_id() xid8' on db.

func PgCurrentXactIDIfAssigned

func PgCurrentXactIDIfAssigned(ctx context.Context, db DB) (pgtypes.Xid8, error)

PgCurrentXactIDIfAssigned calls the stored function 'pg_catalog.pg_current_xact_id_if_assigned() xid8' on db.

func PgCursor

func PgCursor(ctx context.Context, db DB) (string, string, bool, bool, bool, time.Time, error)

PgCursor calls the stored function 'pg_catalog.pg_cursor() (text, text, boolean, boolean, boolean, timestamp with time zone)' on db.

func PgDatabaseSizeByName

func PgDatabaseSizeByName(ctx context.Context, db DB, p0 string) (int64, error)

PgDatabaseSizeByName calls the stored function 'pg_catalog.pg_database_size(name) bigint' on db.

func PgDatabaseSizeByOid

func PgDatabaseSizeByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgDatabaseSizeByOid calls the stored function 'pg_catalog.pg_database_size(oid) bigint' on db.

func PgDdlCommandRecv

func PgDdlCommandRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgDdlCommand, error)

PgDdlCommandRecv calls the stored function 'pg_catalog.pg_ddl_command_recv(internal) pg_ddl_command' on db.

func PgDdlCommandSend

func PgDdlCommandSend(ctx context.Context, db DB, p0 pgtypes.PgDdlCommand) ([]byte, error)

PgDdlCommandSend calls the stored function 'pg_catalog.pg_ddl_command_send(pg_ddl_command) bytea' on db.

func PgDependenciesRecv

func PgDependenciesRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgDependencies, error)

PgDependenciesRecv calls the stored function 'pg_catalog.pg_dependencies_recv(internal) pg_dependencies' on db.

func PgDependenciesSend

func PgDependenciesSend(ctx context.Context, db DB, p0 pgtypes.PgDependencies) ([]byte, error)

PgDependenciesSend calls the stored function 'pg_catalog.pg_dependencies_send(pg_dependencies) bytea' on db.

func PgDescribeObject

func PgDescribeObject(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 int) (string, error)

PgDescribeObject calls the stored function 'pg_catalog.pg_describe_object(oid, oid, integer) text' on db.

func PgDropReplicationSlot

func PgDropReplicationSlot(ctx context.Context, db DB, p0 string) error

PgDropReplicationSlot calls the stored function 'pg_catalog.pg_drop_replication_slot(name)' on db.

func PgEncodingMaxLength

func PgEncodingMaxLength(ctx context.Context, db DB, p0 int) (int, error)

PgEncodingMaxLength calls the stored function 'pg_catalog.pg_encoding_max_length(integer) integer' on db.

func PgEncodingToChar

func PgEncodingToChar(ctx context.Context, db DB, p0 int) (string, error)

PgEncodingToChar calls the stored function 'pg_catalog.pg_encoding_to_char(integer) name' on db.

func PgEventTriggerDdlCommands

func PgEventTriggerDdlCommands(ctx context.Context, db DB) (pgtypes.Oid, pgtypes.Oid, int, string, string, string, string, bool, pgtypes.PgDdlCommand, error)

PgEventTriggerDdlCommands calls the stored function 'pg_catalog.pg_event_trigger_ddl_commands() (oid, oid, integer, text, text, text, text, boolean, pg_ddl_command)' on db.

func PgEventTriggerDroppedObjects

func PgEventTriggerDroppedObjects(ctx context.Context, db DB) (pgtypes.Oid, pgtypes.Oid, int, bool, bool, bool, string, string, string, string, StringSlice, StringSlice, error)

PgEventTriggerDroppedObjects calls the stored function 'pg_catalog.pg_event_trigger_dropped_objects() (oid, oid, integer, boolean, boolean, boolean, text, text, text, text, text, text)' on db.

func PgEventTriggerTableRewriteOid

func PgEventTriggerTableRewriteOid(ctx context.Context, db DB) (pgtypes.Oid, error)

PgEventTriggerTableRewriteOid calls the stored function 'pg_catalog.pg_event_trigger_table_rewrite_oid() oid' on db.

func PgEventTriggerTableRewriteReason

func PgEventTriggerTableRewriteReason(ctx context.Context, db DB) (int, error)

PgEventTriggerTableRewriteReason calls the stored function 'pg_catalog.pg_event_trigger_table_rewrite_reason() integer' on db.

func PgExportSnapshot

func PgExportSnapshot(ctx context.Context, db DB) (string, error)

PgExportSnapshot calls the stored function 'pg_catalog.pg_export_snapshot() text' on db.

func PgExtensionConfigDump

func PgExtensionConfigDump(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) error

PgExtensionConfigDump calls the stored function 'pg_catalog.pg_extension_config_dump(regclass, text)' on db.

func PgExtensionUpdatePaths

func PgExtensionUpdatePaths(ctx context.Context, db DB, name string) (string, string, string, error)

PgExtensionUpdatePaths calls the stored function 'pg_catalog.pg_extension_update_paths(name) (text, text, text)' on db.

func PgFilenodeRelation

func PgFilenodeRelation(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (pgtypes.Regclass, error)

PgFilenodeRelation calls the stored function 'pg_catalog.pg_filenode_relation(oid, oid) regclass' on db.

func PgFunctionIsVisible

func PgFunctionIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgFunctionIsVisible calls the stored function 'pg_catalog.pg_function_is_visible(oid) boolean' on db.

func PgGetBackendMemoryContexts

func PgGetBackendMemoryContexts(ctx context.Context, db DB) (string, string, string, int, int64, int64, int64, int64, int64, error)

PgGetBackendMemoryContexts calls the stored function 'pg_catalog.pg_get_backend_memory_contexts() (text, text, text, integer, bigint, bigint, bigint, bigint, bigint)' on db.

func PgGetCatalogForeignKeys

func PgGetCatalogForeignKeys(ctx context.Context, db DB) (pgtypes.Regclass, StringSlice, pgtypes.Regclass, StringSlice, bool, bool, error)

PgGetCatalogForeignKeys calls the stored function 'pg_catalog.pg_get_catalog_foreign_keys() (regclass, text, regclass, text, boolean, boolean)' on db.

func PgGetConstraintdefByOid

func PgGetConstraintdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetConstraintdefByOid calls the stored function 'pg_catalog.pg_get_constraintdef(oid) text' on db.

func PgGetConstraintdefByOidAndBoolean

func PgGetConstraintdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)

PgGetConstraintdefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_constraintdef(oid, boolean) text' on db.

func PgGetExprByPgNodeTreeAndOid

func PgGetExprByPgNodeTreeAndOid(ctx context.Context, db DB, p0 pgtypes.PgNodeTree, p1 pgtypes.Oid) (string, error)

PgGetExprByPgNodeTreeAndOid calls the stored function 'pg_catalog.pg_get_expr(pg_node_tree, oid) text' on db.

func PgGetExprByPgNodeTreeOidAndBoolean

func PgGetExprByPgNodeTreeOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.PgNodeTree, p1 pgtypes.Oid, p2 bool) (string, error)

PgGetExprByPgNodeTreeOidAndBoolean calls the stored function 'pg_catalog.pg_get_expr(pg_node_tree, oid, boolean) text' on db.

func PgGetFunctionArgDefault

func PgGetFunctionArgDefault(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error)

PgGetFunctionArgDefault calls the stored function 'pg_catalog.pg_get_function_arg_default(oid, integer) text' on db.

func PgGetFunctionArguments

func PgGetFunctionArguments(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetFunctionArguments calls the stored function 'pg_catalog.pg_get_function_arguments(oid) text' on db.

func PgGetFunctionIdentityArguments

func PgGetFunctionIdentityArguments(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetFunctionIdentityArguments calls the stored function 'pg_catalog.pg_get_function_identity_arguments(oid) text' on db.

func PgGetFunctionResult

func PgGetFunctionResult(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetFunctionResult calls the stored function 'pg_catalog.pg_get_function_result(oid) text' on db.

func PgGetFunctionSqlbody

func PgGetFunctionSqlbody(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetFunctionSqlbody calls the stored function 'pg_catalog.pg_get_function_sqlbody(oid) text' on db.

func PgGetFunctiondef

func PgGetFunctiondef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetFunctiondef calls the stored function 'pg_catalog.pg_get_functiondef(oid) text' on db.

func PgGetIndexdefByOid

func PgGetIndexdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetIndexdefByOid calls the stored function 'pg_catalog.pg_get_indexdef(oid) text' on db.

func PgGetIndexdefByOidIntegerAndBoolean

func PgGetIndexdefByOidIntegerAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int, p2 bool) (string, error)

PgGetIndexdefByOidIntegerAndBoolean calls the stored function 'pg_catalog.pg_get_indexdef(oid, integer, boolean) text' on db.

func PgGetKeywords

func PgGetKeywords(ctx context.Context, db DB) (string, pgtypes.Char, bool, string, string, error)

PgGetKeywords calls the stored function 'pg_catalog.pg_get_keywords() (text, "char", boolean, text, text)' on db.

func PgGetMultixactMembers

func PgGetMultixactMembers(ctx context.Context, db DB, multixid pgtypes.Xid) (pgtypes.Xid, string, error)

PgGetMultixactMembers calls the stored function 'pg_catalog.pg_get_multixact_members(xid) (xid, text)' on db.

func PgGetObjectAddress

func PgGetObjectAddress(ctx context.Context, db DB, typ string, objectNames, objectArgs StringSlice) (pgtypes.Oid, pgtypes.Oid, int, error)

PgGetObjectAddress calls the stored function 'pg_catalog.pg_get_object_address(text, text, text) (oid, oid, integer)' on db.

func PgGetPartitionConstraintdef

func PgGetPartitionConstraintdef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetPartitionConstraintdef calls the stored function 'pg_catalog.pg_get_partition_constraintdef(oid) text' on db.

func PgGetPartkeydef

func PgGetPartkeydef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetPartkeydef calls the stored function 'pg_catalog.pg_get_partkeydef(oid) text' on db.

func PgGetPublicationTables

func PgGetPublicationTables(ctx context.Context, db DB, pubname string) (pgtypes.Oid, error)

PgGetPublicationTables calls the stored function 'pg_catalog.pg_get_publication_tables(text) oid' on db.

func PgGetReplicaIdentityIndex

func PgGetReplicaIdentityIndex(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Regclass, error)

PgGetReplicaIdentityIndex calls the stored function 'pg_catalog.pg_get_replica_identity_index(regclass) regclass' on db.

func PgGetReplicationSlots

PgGetReplicationSlots calls the stored function 'pg_catalog.pg_get_replication_slots() (name, name, text, oid, boolean, boolean, integer, xid, xid, pg_lsn, pg_lsn, text, bigint, boolean)' on db.

func PgGetRuledefByOid

func PgGetRuledefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetRuledefByOid calls the stored function 'pg_catalog.pg_get_ruledef(oid) text' on db.

func PgGetRuledefByOidAndBoolean

func PgGetRuledefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)

PgGetRuledefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_ruledef(oid, boolean) text' on db.

func PgGetSerialSequence

func PgGetSerialSequence(ctx context.Context, db DB, p0, p1 string) (string, error)

PgGetSerialSequence calls the stored function 'pg_catalog.pg_get_serial_sequence(text, text) text' on db.

func PgGetShmemAllocations

func PgGetShmemAllocations(ctx context.Context, db DB) (string, int64, int64, int64, error)

PgGetShmemAllocations calls the stored function 'pg_catalog.pg_get_shmem_allocations() (text, bigint, bigint, bigint)' on db.

func PgGetStatisticsobjdef

func PgGetStatisticsobjdef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetStatisticsobjdef calls the stored function 'pg_catalog.pg_get_statisticsobjdef(oid) text' on db.

func PgGetStatisticsobjdefColumns

func PgGetStatisticsobjdefColumns(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetStatisticsobjdefColumns calls the stored function 'pg_catalog.pg_get_statisticsobjdef_columns(oid) text' on db.

func PgGetTriggerdefByOid

func PgGetTriggerdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetTriggerdefByOid calls the stored function 'pg_catalog.pg_get_triggerdef(oid) text' on db.

func PgGetTriggerdefByOidAndBoolean

func PgGetTriggerdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)

PgGetTriggerdefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_triggerdef(oid, boolean) text' on db.

func PgGetUserbyid

func PgGetUserbyid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetUserbyid calls the stored function 'pg_catalog.pg_get_userbyid(oid) name' on db.

func PgGetViewdefByOid

func PgGetViewdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgGetViewdefByOid calls the stored function 'pg_catalog.pg_get_viewdef(oid) text' on db.

func PgGetViewdefByOidAndBoolean

func PgGetViewdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)

PgGetViewdefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_viewdef(oid, boolean) text' on db.

func PgGetViewdefByOidAndInteger

func PgGetViewdefByOidAndInteger(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error)

PgGetViewdefByOidAndInteger calls the stored function 'pg_catalog.pg_get_viewdef(oid, integer) text' on db.

func PgGetViewdefByText

func PgGetViewdefByText(ctx context.Context, db DB, p0 string) (string, error)

PgGetViewdefByText calls the stored function 'pg_catalog.pg_get_viewdef(text) text' on db.

func PgGetViewdefByTextAndBoolean

func PgGetViewdefByTextAndBoolean(ctx context.Context, db DB, p0 string, p1 bool) (string, error)

PgGetViewdefByTextAndBoolean calls the stored function 'pg_catalog.pg_get_viewdef(text, boolean) text' on db.

func PgGetWalReplayPauseState

func PgGetWalReplayPauseState(ctx context.Context, db DB) (string, error)

PgGetWalReplayPauseState calls the stored function 'pg_catalog.pg_get_wal_replay_pause_state() text' on db.

func PgHasRoleByNameAndText

func PgHasRoleByNameAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)

PgHasRoleByNameAndText calls the stored function 'pg_catalog.pg_has_role(name, text) boolean' on db.

func PgHasRoleByNameNameAndText

func PgHasRoleByNameNameAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)

PgHasRoleByNameNameAndText calls the stored function 'pg_catalog.pg_has_role(name, name, text) boolean' on db.

func PgHasRoleByNameOidAndText

func PgHasRoleByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)

PgHasRoleByNameOidAndText calls the stored function 'pg_catalog.pg_has_role(name, oid, text) boolean' on db.

func PgHasRoleByOidAndText

func PgHasRoleByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

PgHasRoleByOidAndText calls the stored function 'pg_catalog.pg_has_role(oid, text) boolean' on db.

func PgHasRoleByOidNameAndText

func PgHasRoleByOidNameAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)

PgHasRoleByOidNameAndText calls the stored function 'pg_catalog.pg_has_role(oid, name, text) boolean' on db.

func PgHasRoleByOidOidAndText

func PgHasRoleByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)

PgHasRoleByOidOidAndText calls the stored function 'pg_catalog.pg_has_role(oid, oid, text) boolean' on db.

func PgHbaFileRules

PgHbaFileRules calls the stored function 'pg_catalog.pg_hba_file_rules() (integer, text, text, text, text, text, text, text, text)' on db.

func PgIdentifyObject

func PgIdentifyObject(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) (string, string, string, string, error)

PgIdentifyObject calls the stored function 'pg_catalog.pg_identify_object(oid, oid, integer) (text, text, text, text)' on db.

func PgIdentifyObjectAsAddress

func PgIdentifyObjectAsAddress(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) (string, StringSlice, StringSlice, error)

PgIdentifyObjectAsAddress calls the stored function 'pg_catalog.pg_identify_object_as_address(oid, oid, integer) (text, text, text)' on db.

func PgImportSystemCollations

func PgImportSystemCollations(ctx context.Context, db DB, p0 pgtypes.Regnamespace) (int, error)

PgImportSystemCollations calls the stored function 'pg_catalog.pg_import_system_collations(regnamespace) integer' on db.

func PgIndexColumnHasProperty

func PgIndexColumnHasProperty(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int, p2 string) (bool, error)

PgIndexColumnHasProperty calls the stored function 'pg_catalog.pg_index_column_has_property(regclass, integer, text) boolean' on db.

func PgIndexHasProperty

func PgIndexHasProperty(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) (bool, error)

PgIndexHasProperty calls the stored function 'pg_catalog.pg_index_has_property(regclass, text) boolean' on db.

func PgIndexamHasProperty

func PgIndexamHasProperty(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)

PgIndexamHasProperty calls the stored function 'pg_catalog.pg_indexam_has_property(oid, text) boolean' on db.

func PgIndexamProgressPhasename

func PgIndexamProgressPhasename(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64) (string, error)

PgIndexamProgressPhasename calls the stored function 'pg_catalog.pg_indexam_progress_phasename(oid, bigint) text' on db.

func PgIndexesSize

func PgIndexesSize(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

PgIndexesSize calls the stored function 'pg_catalog.pg_indexes_size(regclass) bigint' on db.

func PgIsInBackup

func PgIsInBackup(ctx context.Context, db DB) (bool, error)

PgIsInBackup calls the stored function 'pg_catalog.pg_is_in_backup() boolean' on db.

func PgIsInRecovery

func PgIsInRecovery(ctx context.Context, db DB) (bool, error)

PgIsInRecovery calls the stored function 'pg_catalog.pg_is_in_recovery() boolean' on db.

func PgIsOtherTempSchema

func PgIsOtherTempSchema(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgIsOtherTempSchema calls the stored function 'pg_catalog.pg_is_other_temp_schema(oid) boolean' on db.

func PgIsWalReplayPaused

func PgIsWalReplayPaused(ctx context.Context, db DB) (bool, error)

PgIsWalReplayPaused calls the stored function 'pg_catalog.pg_is_wal_replay_paused() boolean' on db.

func PgIsolationTestSessionIsBlocked

func PgIsolationTestSessionIsBlocked(ctx context.Context, db DB, p0 int, p1 []int) (bool, error)

PgIsolationTestSessionIsBlocked calls the stored function 'pg_catalog.pg_isolation_test_session_is_blocked(integer, integer) boolean' on db.

func PgJitAvailable

func PgJitAvailable(ctx context.Context, db DB) (bool, error)

PgJitAvailable calls the stored function 'pg_catalog.pg_jit_available() boolean' on db.

func PgLastCommittedXact

func PgLastCommittedXact(ctx context.Context, db DB) (pgtypes.Xid, time.Time, pgtypes.Oid, error)

PgLastCommittedXact calls the stored function 'pg_catalog.pg_last_committed_xact() (xid, timestamp with time zone, oid)' on db.

func PgLastWalReceiveLsn

func PgLastWalReceiveLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgLastWalReceiveLsn calls the stored function 'pg_catalog.pg_last_wal_receive_lsn() pg_lsn' on db.

func PgLastWalReplayLsn

func PgLastWalReplayLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgLastWalReplayLsn calls the stored function 'pg_catalog.pg_last_wal_replay_lsn() pg_lsn' on db.

func PgLastXactReplayTimestamp

func PgLastXactReplayTimestamp(ctx context.Context, db DB) (time.Time, error)

PgLastXactReplayTimestamp calls the stored function 'pg_catalog.pg_last_xact_replay_timestamp() timestamp with time zone' on db.

func PgListeningChannels

func PgListeningChannels(ctx context.Context, db DB) (string, error)

PgListeningChannels calls the stored function 'pg_catalog.pg_listening_channels() text' on db.

func PgLockStatus

PgLockStatus calls the stored function 'pg_catalog.pg_lock_status() (text, oid, oid, integer, smallint, text, xid, oid, oid, smallint, text, integer, text, boolean, boolean, timestamp with time zone)' on db.

func PgLogBackendMemoryContexts

func PgLogBackendMemoryContexts(ctx context.Context, db DB, p0 int) (bool, error)

PgLogBackendMemoryContexts calls the stored function 'pg_catalog.pg_log_backend_memory_contexts(integer) boolean' on db.

func PgLogicalEmitMessageByBooleanTextAndBytea

func PgLogicalEmitMessageByBooleanTextAndBytea(ctx context.Context, db DB, p0 bool, p1 string, p2 []byte) (pgtypes.PgLsn, error)

PgLogicalEmitMessageByBooleanTextAndBytea calls the stored function 'pg_catalog.pg_logical_emit_message(boolean, text, bytea) pg_lsn' on db.

func PgLogicalEmitMessageByBooleanTextAndText

func PgLogicalEmitMessageByBooleanTextAndText(ctx context.Context, db DB, p0 bool, p1, p2 string) (pgtypes.PgLsn, error)

PgLogicalEmitMessageByBooleanTextAndText calls the stored function 'pg_catalog.pg_logical_emit_message(boolean, text, text) pg_lsn' on db.

func PgLogicalSlotGetBinaryChanges

func PgLogicalSlotGetBinaryChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, []byte, error)

PgLogicalSlotGetBinaryChanges calls the stored function 'pg_catalog.pg_logical_slot_get_binary_changes(name, pg_lsn, integer, text) (pg_lsn, xid, bytea)' on db.

func PgLogicalSlotGetChanges

func PgLogicalSlotGetChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, string, error)

PgLogicalSlotGetChanges calls the stored function 'pg_catalog.pg_logical_slot_get_changes(name, pg_lsn, integer, text) (pg_lsn, xid, text)' on db.

func PgLogicalSlotPeekBinaryChanges

func PgLogicalSlotPeekBinaryChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, []byte, error)

PgLogicalSlotPeekBinaryChanges calls the stored function 'pg_catalog.pg_logical_slot_peek_binary_changes(name, pg_lsn, integer, text) (pg_lsn, xid, bytea)' on db.

func PgLogicalSlotPeekChanges

func PgLogicalSlotPeekChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, string, error)

PgLogicalSlotPeekChanges calls the stored function 'pg_catalog.pg_logical_slot_peek_changes(name, pg_lsn, integer, text) (pg_lsn, xid, text)' on db.

func PgLsArchiveStatusdir

func PgLsArchiveStatusdir(ctx context.Context, db DB) (string, int64, time.Time, error)

PgLsArchiveStatusdir calls the stored function 'pg_catalog.pg_ls_archive_statusdir() (text, bigint, timestamp with time zone)' on db.

func PgLsDirByText

func PgLsDirByText(ctx context.Context, db DB, p0 string) (string, error)

PgLsDirByText calls the stored function 'pg_catalog.pg_ls_dir(text) text' on db.

func PgLsDirByTextBooleanAndBoolean

func PgLsDirByTextBooleanAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 bool) (string, error)

PgLsDirByTextBooleanAndBoolean calls the stored function 'pg_catalog.pg_ls_dir(text, boolean, boolean) text' on db.

func PgLsLogdir

func PgLsLogdir(ctx context.Context, db DB) (string, int64, time.Time, error)

PgLsLogdir calls the stored function 'pg_catalog.pg_ls_logdir() (text, bigint, timestamp with time zone)' on db.

func PgLsTmpdir

func PgLsTmpdir(ctx context.Context, db DB) (string, int64, time.Time, error)

PgLsTmpdir calls the stored function 'pg_catalog.pg_ls_tmpdir() (text, bigint, timestamp with time zone)' on db.

func PgLsTmpdirByTablespace

func PgLsTmpdirByTablespace(ctx context.Context, db DB, tablespace pgtypes.Oid) (string, int64, time.Time, error)

PgLsTmpdirByTablespace calls the stored function 'pg_catalog.pg_ls_tmpdir(oid) (text, bigint, timestamp with time zone)' on db.

func PgLsWaldir

func PgLsWaldir(ctx context.Context, db DB) (string, int64, time.Time, error)

PgLsWaldir calls the stored function 'pg_catalog.pg_ls_waldir() (text, bigint, timestamp with time zone)' on db.

func PgLsn

func PgLsn(ctx context.Context, db DB, p0 float64) (pgtypes.PgLsn, error)

PgLsn calls the stored function 'pg_catalog.pg_lsn(numeric) pg_lsn' on db.

func PgLsnCmp

func PgLsnCmp(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (int, error)

PgLsnCmp calls the stored function 'pg_catalog.pg_lsn_cmp(pg_lsn, pg_lsn) integer' on db.

func PgLsnEq

func PgLsnEq(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error)

PgLsnEq calls the stored function 'pg_catalog.pg_lsn_eq(pg_lsn, pg_lsn) boolean' on db.

func PgLsnGe

func PgLsnGe(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error)

PgLsnGe calls the stored function 'pg_catalog.pg_lsn_ge(pg_lsn, pg_lsn) boolean' on db.

func PgLsnGt

func PgLsnGt(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error)

PgLsnGt calls the stored function 'pg_catalog.pg_lsn_gt(pg_lsn, pg_lsn) boolean' on db.

func PgLsnHash

func PgLsnHash(ctx context.Context, db DB, p0 pgtypes.PgLsn) (int, error)

PgLsnHash calls the stored function 'pg_catalog.pg_lsn_hash(pg_lsn) integer' on db.

func PgLsnHashExtended

func PgLsnHashExtended(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 int64) (int64, error)

PgLsnHashExtended calls the stored function 'pg_catalog.pg_lsn_hash_extended(pg_lsn, bigint) bigint' on db.

func PgLsnLarger

func PgLsnLarger(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error)

PgLsnLarger calls the stored function 'pg_catalog.pg_lsn_larger(pg_lsn, pg_lsn) pg_lsn' on db.

func PgLsnLe

func PgLsnLe(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error)

PgLsnLe calls the stored function 'pg_catalog.pg_lsn_le(pg_lsn, pg_lsn) boolean' on db.

func PgLsnLt

func PgLsnLt(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error)

PgLsnLt calls the stored function 'pg_catalog.pg_lsn_lt(pg_lsn, pg_lsn) boolean' on db.

func PgLsnMi

func PgLsnMi(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (float64, error)

PgLsnMi calls the stored function 'pg_catalog.pg_lsn_mi(pg_lsn, pg_lsn) numeric' on db.

func PgLsnMii

func PgLsnMii(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 float64) (pgtypes.PgLsn, error)

PgLsnMii calls the stored function 'pg_catalog.pg_lsn_mii(pg_lsn, numeric) pg_lsn' on db.

func PgLsnNe

func PgLsnNe(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error)

PgLsnNe calls the stored function 'pg_catalog.pg_lsn_ne(pg_lsn, pg_lsn) boolean' on db.

func PgLsnPli

func PgLsnPli(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 float64) (pgtypes.PgLsn, error)

PgLsnPli calls the stored function 'pg_catalog.pg_lsn_pli(pg_lsn, numeric) pg_lsn' on db.

func PgLsnRecv

func PgLsnRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgLsn, error)

PgLsnRecv calls the stored function 'pg_catalog.pg_lsn_recv(internal) pg_lsn' on db.

func PgLsnSend

func PgLsnSend(ctx context.Context, db DB, p0 pgtypes.PgLsn) ([]byte, error)

PgLsnSend calls the stored function 'pg_catalog.pg_lsn_send(pg_lsn) bytea' on db.

func PgLsnSmaller

func PgLsnSmaller(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error)

PgLsnSmaller calls the stored function 'pg_catalog.pg_lsn_smaller(pg_lsn, pg_lsn) pg_lsn' on db.

func PgMcvListRecv

func PgMcvListRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgMcvList, error)

PgMcvListRecv calls the stored function 'pg_catalog.pg_mcv_list_recv(internal) pg_mcv_list' on db.

func PgMcvListSend

func PgMcvListSend(ctx context.Context, db DB, p0 pgtypes.PgMcvList) ([]byte, error)

PgMcvListSend calls the stored function 'pg_catalog.pg_mcv_list_send(pg_mcv_list) bytea' on db.

func PgMyTempSchema

func PgMyTempSchema(ctx context.Context, db DB) (pgtypes.Oid, error)

PgMyTempSchema calls the stored function 'pg_catalog.pg_my_temp_schema() oid' on db.

func PgNdistinctRecv

func PgNdistinctRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgNdistinct, error)

PgNdistinctRecv calls the stored function 'pg_catalog.pg_ndistinct_recv(internal) pg_ndistinct' on db.

func PgNdistinctSend

func PgNdistinctSend(ctx context.Context, db DB, p0 pgtypes.PgNdistinct) ([]byte, error)

PgNdistinctSend calls the stored function 'pg_catalog.pg_ndistinct_send(pg_ndistinct) bytea' on db.

func PgNextoid

func PgNextoid(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string, p2 pgtypes.Regclass) (pgtypes.Oid, error)

PgNextoid calls the stored function 'pg_catalog.pg_nextoid(regclass, name, regclass) oid' on db.

func PgNodeTreeRecv

func PgNodeTreeRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgNodeTree, error)

PgNodeTreeRecv calls the stored function 'pg_catalog.pg_node_tree_recv(internal) pg_node_tree' on db.

func PgNodeTreeSend

func PgNodeTreeSend(ctx context.Context, db DB, p0 pgtypes.PgNodeTree) ([]byte, error)

PgNodeTreeSend calls the stored function 'pg_catalog.pg_node_tree_send(pg_node_tree) bytea' on db.

func PgNotificationQueueUsage

func PgNotificationQueueUsage(ctx context.Context, db DB) (float64, error)

PgNotificationQueueUsage calls the stored function 'pg_catalog.pg_notification_queue_usage() double precision' on db.

func PgNotify

func PgNotify(ctx context.Context, db DB, p0, p1 string) error

PgNotify calls the stored function 'pg_catalog.pg_notify(text, text)' on db.

func PgOpclassIsVisible

func PgOpclassIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgOpclassIsVisible calls the stored function 'pg_catalog.pg_opclass_is_visible(oid) boolean' on db.

func PgOperatorIsVisible

func PgOperatorIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgOperatorIsVisible calls the stored function 'pg_catalog.pg_operator_is_visible(oid) boolean' on db.

func PgOpfamilyIsVisible

func PgOpfamilyIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgOpfamilyIsVisible calls the stored function 'pg_catalog.pg_opfamily_is_visible(oid) boolean' on db.

func PgOptionsToTable

func PgOptionsToTable(ctx context.Context, db DB, optionsArray StringSlice) (string, string, error)

PgOptionsToTable calls the stored function 'pg_catalog.pg_options_to_table(text) (text, text)' on db.

func PgPartitionAncestors

func PgPartitionAncestors(ctx context.Context, db DB, partitionid pgtypes.Regclass) (pgtypes.Regclass, error)

PgPartitionAncestors calls the stored function 'pg_catalog.pg_partition_ancestors(regclass) regclass' on db.

func PgPartitionRoot

func PgPartitionRoot(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Regclass, error)

PgPartitionRoot calls the stored function 'pg_catalog.pg_partition_root(regclass) regclass' on db.

func PgPartitionTree

func PgPartitionTree(ctx context.Context, db DB, rootrelid pgtypes.Regclass) (pgtypes.Regclass, pgtypes.Regclass, bool, int, error)

PgPartitionTree calls the stored function 'pg_catalog.pg_partition_tree(regclass) (regclass, regclass, boolean, integer)' on db.

func PgPostmasterStartTime

func PgPostmasterStartTime(ctx context.Context, db DB) (time.Time, error)

PgPostmasterStartTime calls the stored function 'pg_catalog.pg_postmaster_start_time() timestamp with time zone' on db.

func PgPreparedStatement

func PgPreparedStatement(ctx context.Context, db DB) (string, string, time.Time, []pgtypes.Regtype, bool, int64, int64, error)

PgPreparedStatement calls the stored function 'pg_catalog.pg_prepared_statement() (text, text, timestamp with time zone, regtype, boolean, bigint, bigint)' on db.

func PgPreparedXact

func PgPreparedXact(ctx context.Context, db DB) (pgtypes.Xid, string, time.Time, pgtypes.Oid, pgtypes.Oid, error)

PgPreparedXact calls the stored function 'pg_catalog.pg_prepared_xact() (xid, text, timestamp with time zone, oid, oid)' on db.

func PgPromote

func PgPromote(ctx context.Context, db DB, wait bool, waitSeconds int) (bool, error)

PgPromote calls the stored function 'pg_catalog.pg_promote(boolean, integer) boolean' on db.

func PgReadBinaryFileByText

func PgReadBinaryFileByText(ctx context.Context, db DB, p0 string) ([]byte, error)

PgReadBinaryFileByText calls the stored function 'pg_catalog.pg_read_binary_file(text) bytea' on db.

func PgReadBinaryFileByTextBigintAndBigint

func PgReadBinaryFileByTextBigintAndBigint(ctx context.Context, db DB, p0 string, p1, p2 int64) ([]byte, error)

PgReadBinaryFileByTextBigintAndBigint calls the stored function 'pg_catalog.pg_read_binary_file(text, bigint, bigint) bytea' on db.

func PgReadBinaryFileByTextBigintBigintAndBoolean

func PgReadBinaryFileByTextBigintBigintAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 int64, p3 bool) ([]byte, error)

PgReadBinaryFileByTextBigintBigintAndBoolean calls the stored function 'pg_catalog.pg_read_binary_file(text, bigint, bigint, boolean) bytea' on db.

func PgReadFileByText

func PgReadFileByText(ctx context.Context, db DB, p0 string) (string, error)

PgReadFileByText calls the stored function 'pg_catalog.pg_read_file(text) text' on db.

func PgReadFileByTextBigintAndBigint

func PgReadFileByTextBigintAndBigint(ctx context.Context, db DB, p0 string, p1, p2 int64) (string, error)

PgReadFileByTextBigintAndBigint calls the stored function 'pg_catalog.pg_read_file(text, bigint, bigint) text' on db.

func PgReadFileByTextBigintBigintAndBoolean

func PgReadFileByTextBigintBigintAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 int64, p3 bool) (string, error)

PgReadFileByTextBigintBigintAndBoolean calls the stored function 'pg_catalog.pg_read_file(text, bigint, bigint, boolean) text' on db.

func PgReadFileOld

func PgReadFileOld(ctx context.Context, db DB, p0 string, p1, p2 int64) (string, error)

PgReadFileOld calls the stored function 'pg_catalog.pg_read_file_old(text, bigint, bigint) text' on db.

func PgRelationFilenode

func PgRelationFilenode(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Oid, error)

PgRelationFilenode calls the stored function 'pg_catalog.pg_relation_filenode(regclass) oid' on db.

func PgRelationFilepath

func PgRelationFilepath(ctx context.Context, db DB, p0 pgtypes.Regclass) (string, error)

PgRelationFilepath calls the stored function 'pg_catalog.pg_relation_filepath(regclass) text' on db.

func PgRelationIsPublishable

func PgRelationIsPublishable(ctx context.Context, db DB, p0 pgtypes.Regclass) (bool, error)

PgRelationIsPublishable calls the stored function 'pg_catalog.pg_relation_is_publishable(regclass) boolean' on db.

func PgRelationIsUpdatable

func PgRelationIsUpdatable(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 bool) (int, error)

PgRelationIsUpdatable calls the stored function 'pg_catalog.pg_relation_is_updatable(regclass, boolean) integer' on db.

func PgRelationSizeByRegclass

func PgRelationSizeByRegclass(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

PgRelationSizeByRegclass calls the stored function 'pg_catalog.pg_relation_size(regclass) bigint' on db.

func PgRelationSizeByRegclassAndText

func PgRelationSizeByRegclassAndText(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) (int64, error)

PgRelationSizeByRegclassAndText calls the stored function 'pg_catalog.pg_relation_size(regclass, text) bigint' on db.

func PgReloadConf

func PgReloadConf(ctx context.Context, db DB) (bool, error)

PgReloadConf calls the stored function 'pg_catalog.pg_reload_conf() boolean' on db.

func PgReplicationOriginAdvance

func PgReplicationOriginAdvance(ctx context.Context, db DB, p0 string, p1 pgtypes.PgLsn) error

PgReplicationOriginAdvance calls the stored function 'pg_catalog.pg_replication_origin_advance(text, pg_lsn)' on db.

func PgReplicationOriginCreate

func PgReplicationOriginCreate(ctx context.Context, db DB, p0 string) (pgtypes.Oid, error)

PgReplicationOriginCreate calls the stored function 'pg_catalog.pg_replication_origin_create(text) oid' on db.

func PgReplicationOriginDrop

func PgReplicationOriginDrop(ctx context.Context, db DB, p0 string) error

PgReplicationOriginDrop calls the stored function 'pg_catalog.pg_replication_origin_drop(text)' on db.

func PgReplicationOriginOid

func PgReplicationOriginOid(ctx context.Context, db DB, p0 string) (pgtypes.Oid, error)

PgReplicationOriginOid calls the stored function 'pg_catalog.pg_replication_origin_oid(text) oid' on db.

func PgReplicationOriginProgress

func PgReplicationOriginProgress(ctx context.Context, db DB, p0 string, p1 bool) (pgtypes.PgLsn, error)

PgReplicationOriginProgress calls the stored function 'pg_catalog.pg_replication_origin_progress(text, boolean) pg_lsn' on db.

func PgReplicationOriginSessionIsSetup

func PgReplicationOriginSessionIsSetup(ctx context.Context, db DB) (bool, error)

PgReplicationOriginSessionIsSetup calls the stored function 'pg_catalog.pg_replication_origin_session_is_setup() boolean' on db.

func PgReplicationOriginSessionProgress

func PgReplicationOriginSessionProgress(ctx context.Context, db DB, p0 bool) (pgtypes.PgLsn, error)

PgReplicationOriginSessionProgress calls the stored function 'pg_catalog.pg_replication_origin_session_progress(boolean) pg_lsn' on db.

func PgReplicationOriginSessionReset

func PgReplicationOriginSessionReset(ctx context.Context, db DB) error

PgReplicationOriginSessionReset calls the stored function 'pg_catalog.pg_replication_origin_session_reset()' on db.

func PgReplicationOriginSessionSetup

func PgReplicationOriginSessionSetup(ctx context.Context, db DB, p0 string) error

PgReplicationOriginSessionSetup calls the stored function 'pg_catalog.pg_replication_origin_session_setup(text)' on db.

func PgReplicationOriginXactReset

func PgReplicationOriginXactReset(ctx context.Context, db DB) error

PgReplicationOriginXactReset calls the stored function 'pg_catalog.pg_replication_origin_xact_reset()' on db.

func PgReplicationOriginXactSetup

func PgReplicationOriginXactSetup(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 time.Time) error

PgReplicationOriginXactSetup calls the stored function 'pg_catalog.pg_replication_origin_xact_setup(pg_lsn, timestamp with time zone)' on db.

func PgReplicationSlotAdvance

func PgReplicationSlotAdvance(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn) (string, pgtypes.PgLsn, error)

PgReplicationSlotAdvance calls the stored function 'pg_catalog.pg_replication_slot_advance(name, pg_lsn) (name, pg_lsn)' on db.

func PgRotateLogfile

func PgRotateLogfile(ctx context.Context, db DB) (bool, error)

PgRotateLogfile calls the stored function 'pg_catalog.pg_rotate_logfile() boolean' on db.

func PgRotateLogfileOld

func PgRotateLogfileOld(ctx context.Context, db DB) (bool, error)

PgRotateLogfileOld calls the stored function 'pg_catalog.pg_rotate_logfile_old() boolean' on db.

func PgSafeSnapshotBlockingPids

func PgSafeSnapshotBlockingPids(ctx context.Context, db DB, p0 int) ([]int, error)

PgSafeSnapshotBlockingPids calls the stored function 'pg_catalog.pg_safe_snapshot_blocking_pids(integer) integer' on db.

func PgSequenceLastValue

func PgSequenceLastValue(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

PgSequenceLastValue calls the stored function 'pg_catalog.pg_sequence_last_value(regclass) bigint' on db.

func PgSequenceParameters

func PgSequenceParameters(ctx context.Context, db DB, sequenceOid pgtypes.Oid) (int64, int64, int64, int64, bool, int64, pgtypes.Oid, error)

PgSequenceParameters calls the stored function 'pg_catalog.pg_sequence_parameters(oid) (bigint, bigint, bigint, bigint, boolean, bigint, oid)' on db.

func PgShowAllFileSettings

func PgShowAllFileSettings(ctx context.Context, db DB) (string, int, int, string, string, bool, string, error)

PgShowAllFileSettings calls the stored function 'pg_catalog.pg_show_all_file_settings() (text, integer, integer, text, text, boolean, text)' on db.

func PgShowReplicationOriginStatus

func PgShowReplicationOriginStatus(ctx context.Context, db DB) (pgtypes.Oid, string, pgtypes.PgLsn, pgtypes.PgLsn, error)

PgShowReplicationOriginStatus calls the stored function 'pg_catalog.pg_show_replication_origin_status() (oid, text, pg_lsn, pg_lsn)' on db.

func PgSizeBytes

func PgSizeBytes(ctx context.Context, db DB, p0 string) (int64, error)

PgSizeBytes calls the stored function 'pg_catalog.pg_size_bytes(text) bigint' on db.

func PgSizePrettyByBigint

func PgSizePrettyByBigint(ctx context.Context, db DB, p0 int64) (string, error)

PgSizePrettyByBigint calls the stored function 'pg_catalog.pg_size_pretty(bigint) text' on db.

func PgSizePrettyByNumeric

func PgSizePrettyByNumeric(ctx context.Context, db DB, p0 float64) (string, error)

PgSizePrettyByNumeric calls the stored function 'pg_catalog.pg_size_pretty(numeric) text' on db.

func PgSleep

func PgSleep(ctx context.Context, db DB, p0 float64) error

PgSleep calls the stored function 'pg_catalog.pg_sleep(double precision)' on db.

func PgSleepFor

func PgSleepFor(ctx context.Context, db DB, p0 []byte) error

PgSleepFor calls the stored function 'pg_catalog.pg_sleep_for(interval)' on db.

func PgSleepUntil

func PgSleepUntil(ctx context.Context, db DB, p0 time.Time) error

PgSleepUntil calls the stored function 'pg_catalog.pg_sleep_until(timestamp with time zone)' on db.

func PgSnapshotRecv

func PgSnapshotRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgSnapshot, error)

PgSnapshotRecv calls the stored function 'pg_catalog.pg_snapshot_recv(internal) pg_snapshot' on db.

func PgSnapshotSend

func PgSnapshotSend(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) ([]byte, error)

PgSnapshotSend calls the stored function 'pg_catalog.pg_snapshot_send(pg_snapshot) bytea' on db.

func PgSnapshotXip

func PgSnapshotXip(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) (pgtypes.Xid8, error)

PgSnapshotXip calls the stored function 'pg_catalog.pg_snapshot_xip(pg_snapshot) xid8' on db.

func PgSnapshotXmax

func PgSnapshotXmax(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) (pgtypes.Xid8, error)

PgSnapshotXmax calls the stored function 'pg_catalog.pg_snapshot_xmax(pg_snapshot) xid8' on db.

func PgSnapshotXmin

func PgSnapshotXmin(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) (pgtypes.Xid8, error)

PgSnapshotXmin calls the stored function 'pg_catalog.pg_snapshot_xmin(pg_snapshot) xid8' on db.

func PgStartBackup

func PgStartBackup(ctx context.Context, db DB, label string, fast, exclusive bool) (pgtypes.PgLsn, error)

PgStartBackup calls the stored function 'pg_catalog.pg_start_backup(text, boolean, boolean) pg_lsn' on db.

func PgStatClearSnapshot

func PgStatClearSnapshot(ctx context.Context, db DB) error

PgStatClearSnapshot calls the stored function 'pg_catalog.pg_stat_clear_snapshot()' on db.

func PgStatFileByFilename

func PgStatFileByFilename(ctx context.Context, db DB, filename string) (int64, time.Time, time.Time, time.Time, time.Time, bool, error)

PgStatFileByFilename calls the stored function 'pg_catalog.pg_stat_file(text) (bigint, timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone, boolean)' on db.

func PgStatFileByFilenameAndMissingOk

func PgStatFileByFilenameAndMissingOk(ctx context.Context, db DB, filename string, missingOk bool) (int64, time.Time, time.Time, time.Time, time.Time, bool, error)

PgStatFileByFilenameAndMissingOk calls the stored function 'pg_catalog.pg_stat_file(text, boolean) (bigint, timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone, boolean)' on db.

func PgStatGetActivity

PgStatGetActivity calls the stored function 'pg_catalog.pg_stat_get_activity(integer) (oid, integer, oid, text, text, text, text, text, timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone, inet, text, integer, xid, xid, text, boolean, text, text, integer, text, numeric, text, boolean, text, boolean, integer, bigint)' on db.

func PgStatGetAnalyzeCount

func PgStatGetAnalyzeCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetAnalyzeCount calls the stored function 'pg_catalog.pg_stat_get_analyze_count(oid) bigint' on db.

func PgStatGetArchiver

func PgStatGetArchiver(ctx context.Context, db DB) (int64, string, time.Time, int64, string, time.Time, time.Time, error)

PgStatGetArchiver calls the stored function 'pg_catalog.pg_stat_get_archiver() (bigint, text, timestamp with time zone, bigint, text, timestamp with time zone, timestamp with time zone)' on db.

func PgStatGetAutoanalyzeCount

func PgStatGetAutoanalyzeCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetAutoanalyzeCount calls the stored function 'pg_catalog.pg_stat_get_autoanalyze_count(oid) bigint' on db.

func PgStatGetAutovacuumCount

func PgStatGetAutovacuumCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetAutovacuumCount calls the stored function 'pg_catalog.pg_stat_get_autovacuum_count(oid) bigint' on db.

func PgStatGetBackendActivity

func PgStatGetBackendActivity(ctx context.Context, db DB, p0 int) (string, error)

PgStatGetBackendActivity calls the stored function 'pg_catalog.pg_stat_get_backend_activity(integer) text' on db.

func PgStatGetBackendActivityStart

func PgStatGetBackendActivityStart(ctx context.Context, db DB, p0 int) (time.Time, error)

PgStatGetBackendActivityStart calls the stored function 'pg_catalog.pg_stat_get_backend_activity_start(integer) timestamp with time zone' on db.

func PgStatGetBackendClientAddr

func PgStatGetBackendClientAddr(ctx context.Context, db DB, p0 int) (string, error)

PgStatGetBackendClientAddr calls the stored function 'pg_catalog.pg_stat_get_backend_client_addr(integer) inet' on db.

func PgStatGetBackendClientPort

func PgStatGetBackendClientPort(ctx context.Context, db DB, p0 int) (int, error)

PgStatGetBackendClientPort calls the stored function 'pg_catalog.pg_stat_get_backend_client_port(integer) integer' on db.

func PgStatGetBackendDbid

func PgStatGetBackendDbid(ctx context.Context, db DB, p0 int) (pgtypes.Oid, error)

PgStatGetBackendDbid calls the stored function 'pg_catalog.pg_stat_get_backend_dbid(integer) oid' on db.

func PgStatGetBackendIdset

func PgStatGetBackendIdset(ctx context.Context, db DB) (int, error)

PgStatGetBackendIdset calls the stored function 'pg_catalog.pg_stat_get_backend_idset() integer' on db.

func PgStatGetBackendPid

func PgStatGetBackendPid(ctx context.Context, db DB, p0 int) (int, error)

PgStatGetBackendPid calls the stored function 'pg_catalog.pg_stat_get_backend_pid(integer) integer' on db.

func PgStatGetBackendStart

func PgStatGetBackendStart(ctx context.Context, db DB, p0 int) (time.Time, error)

PgStatGetBackendStart calls the stored function 'pg_catalog.pg_stat_get_backend_start(integer) timestamp with time zone' on db.

func PgStatGetBackendUserid

func PgStatGetBackendUserid(ctx context.Context, db DB, p0 int) (pgtypes.Oid, error)

PgStatGetBackendUserid calls the stored function 'pg_catalog.pg_stat_get_backend_userid(integer) oid' on db.

func PgStatGetBackendWaitEvent

func PgStatGetBackendWaitEvent(ctx context.Context, db DB, p0 int) (string, error)

PgStatGetBackendWaitEvent calls the stored function 'pg_catalog.pg_stat_get_backend_wait_event(integer) text' on db.

func PgStatGetBackendWaitEventType

func PgStatGetBackendWaitEventType(ctx context.Context, db DB, p0 int) (string, error)

PgStatGetBackendWaitEventType calls the stored function 'pg_catalog.pg_stat_get_backend_wait_event_type(integer) text' on db.

func PgStatGetBackendXactStart

func PgStatGetBackendXactStart(ctx context.Context, db DB, p0 int) (time.Time, error)

PgStatGetBackendXactStart calls the stored function 'pg_catalog.pg_stat_get_backend_xact_start(integer) timestamp with time zone' on db.

func PgStatGetBgwriterBufWrittenCheckpoints

func PgStatGetBgwriterBufWrittenCheckpoints(ctx context.Context, db DB) (int64, error)

PgStatGetBgwriterBufWrittenCheckpoints calls the stored function 'pg_catalog.pg_stat_get_bgwriter_buf_written_checkpoints() bigint' on db.

func PgStatGetBgwriterBufWrittenClean

func PgStatGetBgwriterBufWrittenClean(ctx context.Context, db DB) (int64, error)

PgStatGetBgwriterBufWrittenClean calls the stored function 'pg_catalog.pg_stat_get_bgwriter_buf_written_clean() bigint' on db.

func PgStatGetBgwriterMaxwrittenClean

func PgStatGetBgwriterMaxwrittenClean(ctx context.Context, db DB) (int64, error)

PgStatGetBgwriterMaxwrittenClean calls the stored function 'pg_catalog.pg_stat_get_bgwriter_maxwritten_clean() bigint' on db.

func PgStatGetBgwriterRequestedCheckpoints

func PgStatGetBgwriterRequestedCheckpoints(ctx context.Context, db DB) (int64, error)

PgStatGetBgwriterRequestedCheckpoints calls the stored function 'pg_catalog.pg_stat_get_bgwriter_requested_checkpoints() bigint' on db.

func PgStatGetBgwriterStatResetTime

func PgStatGetBgwriterStatResetTime(ctx context.Context, db DB) (time.Time, error)

PgStatGetBgwriterStatResetTime calls the stored function 'pg_catalog.pg_stat_get_bgwriter_stat_reset_time() timestamp with time zone' on db.

func PgStatGetBgwriterTimedCheckpoints

func PgStatGetBgwriterTimedCheckpoints(ctx context.Context, db DB) (int64, error)

PgStatGetBgwriterTimedCheckpoints calls the stored function 'pg_catalog.pg_stat_get_bgwriter_timed_checkpoints() bigint' on db.

func PgStatGetBlocksFetched

func PgStatGetBlocksFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetBlocksFetched calls the stored function 'pg_catalog.pg_stat_get_blocks_fetched(oid) bigint' on db.

func PgStatGetBlocksHit

func PgStatGetBlocksHit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetBlocksHit calls the stored function 'pg_catalog.pg_stat_get_blocks_hit(oid) bigint' on db.

func PgStatGetBufAlloc

func PgStatGetBufAlloc(ctx context.Context, db DB) (int64, error)

PgStatGetBufAlloc calls the stored function 'pg_catalog.pg_stat_get_buf_alloc() bigint' on db.

func PgStatGetBufFsyncBackend

func PgStatGetBufFsyncBackend(ctx context.Context, db DB) (int64, error)

PgStatGetBufFsyncBackend calls the stored function 'pg_catalog.pg_stat_get_buf_fsync_backend() bigint' on db.

func PgStatGetBufWrittenBackend

func PgStatGetBufWrittenBackend(ctx context.Context, db DB) (int64, error)

PgStatGetBufWrittenBackend calls the stored function 'pg_catalog.pg_stat_get_buf_written_backend() bigint' on db.

func PgStatGetCheckpointSyncTime

func PgStatGetCheckpointSyncTime(ctx context.Context, db DB) (float64, error)

PgStatGetCheckpointSyncTime calls the stored function 'pg_catalog.pg_stat_get_checkpoint_sync_time() double precision' on db.

func PgStatGetCheckpointWriteTime

func PgStatGetCheckpointWriteTime(ctx context.Context, db DB) (float64, error)

PgStatGetCheckpointWriteTime calls the stored function 'pg_catalog.pg_stat_get_checkpoint_write_time() double precision' on db.

func PgStatGetDbActiveTime

func PgStatGetDbActiveTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetDbActiveTime calls the stored function 'pg_catalog.pg_stat_get_db_active_time(oid) double precision' on db.

func PgStatGetDbBlkReadTime

func PgStatGetDbBlkReadTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetDbBlkReadTime calls the stored function 'pg_catalog.pg_stat_get_db_blk_read_time(oid) double precision' on db.

func PgStatGetDbBlkWriteTime

func PgStatGetDbBlkWriteTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetDbBlkWriteTime calls the stored function 'pg_catalog.pg_stat_get_db_blk_write_time(oid) double precision' on db.

func PgStatGetDbBlocksFetched

func PgStatGetDbBlocksFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbBlocksFetched calls the stored function 'pg_catalog.pg_stat_get_db_blocks_fetched(oid) bigint' on db.

func PgStatGetDbBlocksHit

func PgStatGetDbBlocksHit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbBlocksHit calls the stored function 'pg_catalog.pg_stat_get_db_blocks_hit(oid) bigint' on db.

func PgStatGetDbChecksumFailures

func PgStatGetDbChecksumFailures(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbChecksumFailures calls the stored function 'pg_catalog.pg_stat_get_db_checksum_failures(oid) bigint' on db.

func PgStatGetDbChecksumLastFailure

func PgStatGetDbChecksumLastFailure(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error)

PgStatGetDbChecksumLastFailure calls the stored function 'pg_catalog.pg_stat_get_db_checksum_last_failure(oid) timestamp with time zone' on db.

func PgStatGetDbConflictAll

func PgStatGetDbConflictAll(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbConflictAll calls the stored function 'pg_catalog.pg_stat_get_db_conflict_all(oid) bigint' on db.

func PgStatGetDbConflictBufferpin

func PgStatGetDbConflictBufferpin(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbConflictBufferpin calls the stored function 'pg_catalog.pg_stat_get_db_conflict_bufferpin(oid) bigint' on db.

func PgStatGetDbConflictLock

func PgStatGetDbConflictLock(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbConflictLock calls the stored function 'pg_catalog.pg_stat_get_db_conflict_lock(oid) bigint' on db.

func PgStatGetDbConflictSnapshot

func PgStatGetDbConflictSnapshot(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbConflictSnapshot calls the stored function 'pg_catalog.pg_stat_get_db_conflict_snapshot(oid) bigint' on db.

func PgStatGetDbConflictStartupDeadlock

func PgStatGetDbConflictStartupDeadlock(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbConflictStartupDeadlock calls the stored function 'pg_catalog.pg_stat_get_db_conflict_startup_deadlock(oid) bigint' on db.

func PgStatGetDbConflictTablespace

func PgStatGetDbConflictTablespace(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbConflictTablespace calls the stored function 'pg_catalog.pg_stat_get_db_conflict_tablespace(oid) bigint' on db.

func PgStatGetDbDeadlocks

func PgStatGetDbDeadlocks(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbDeadlocks calls the stored function 'pg_catalog.pg_stat_get_db_deadlocks(oid) bigint' on db.

func PgStatGetDbIdleInTransactionTime

func PgStatGetDbIdleInTransactionTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetDbIdleInTransactionTime calls the stored function 'pg_catalog.pg_stat_get_db_idle_in_transaction_time(oid) double precision' on db.

func PgStatGetDbNumbackends

func PgStatGetDbNumbackends(ctx context.Context, db DB, p0 pgtypes.Oid) (int, error)

PgStatGetDbNumbackends calls the stored function 'pg_catalog.pg_stat_get_db_numbackends(oid) integer' on db.

func PgStatGetDbSessionTime

func PgStatGetDbSessionTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetDbSessionTime calls the stored function 'pg_catalog.pg_stat_get_db_session_time(oid) double precision' on db.

func PgStatGetDbSessions

func PgStatGetDbSessions(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbSessions calls the stored function 'pg_catalog.pg_stat_get_db_sessions(oid) bigint' on db.

func PgStatGetDbSessionsAbandoned

func PgStatGetDbSessionsAbandoned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbSessionsAbandoned calls the stored function 'pg_catalog.pg_stat_get_db_sessions_abandoned(oid) bigint' on db.

func PgStatGetDbSessionsFatal

func PgStatGetDbSessionsFatal(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbSessionsFatal calls the stored function 'pg_catalog.pg_stat_get_db_sessions_fatal(oid) bigint' on db.

func PgStatGetDbSessionsKilled

func PgStatGetDbSessionsKilled(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbSessionsKilled calls the stored function 'pg_catalog.pg_stat_get_db_sessions_killed(oid) bigint' on db.

func PgStatGetDbStatResetTime

func PgStatGetDbStatResetTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error)

PgStatGetDbStatResetTime calls the stored function 'pg_catalog.pg_stat_get_db_stat_reset_time(oid) timestamp with time zone' on db.

func PgStatGetDbTempBytes

func PgStatGetDbTempBytes(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTempBytes calls the stored function 'pg_catalog.pg_stat_get_db_temp_bytes(oid) bigint' on db.

func PgStatGetDbTempFiles

func PgStatGetDbTempFiles(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTempFiles calls the stored function 'pg_catalog.pg_stat_get_db_temp_files(oid) bigint' on db.

func PgStatGetDbTuplesDeleted

func PgStatGetDbTuplesDeleted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTuplesDeleted calls the stored function 'pg_catalog.pg_stat_get_db_tuples_deleted(oid) bigint' on db.

func PgStatGetDbTuplesFetched

func PgStatGetDbTuplesFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTuplesFetched calls the stored function 'pg_catalog.pg_stat_get_db_tuples_fetched(oid) bigint' on db.

func PgStatGetDbTuplesInserted

func PgStatGetDbTuplesInserted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTuplesInserted calls the stored function 'pg_catalog.pg_stat_get_db_tuples_inserted(oid) bigint' on db.

func PgStatGetDbTuplesReturned

func PgStatGetDbTuplesReturned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTuplesReturned calls the stored function 'pg_catalog.pg_stat_get_db_tuples_returned(oid) bigint' on db.

func PgStatGetDbTuplesUpdated

func PgStatGetDbTuplesUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbTuplesUpdated calls the stored function 'pg_catalog.pg_stat_get_db_tuples_updated(oid) bigint' on db.

func PgStatGetDbXactCommit

func PgStatGetDbXactCommit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbXactCommit calls the stored function 'pg_catalog.pg_stat_get_db_xact_commit(oid) bigint' on db.

func PgStatGetDbXactRollback

func PgStatGetDbXactRollback(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDbXactRollback calls the stored function 'pg_catalog.pg_stat_get_db_xact_rollback(oid) bigint' on db.

func PgStatGetDeadTuples

func PgStatGetDeadTuples(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetDeadTuples calls the stored function 'pg_catalog.pg_stat_get_dead_tuples(oid) bigint' on db.

func PgStatGetFunctionCalls

func PgStatGetFunctionCalls(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetFunctionCalls calls the stored function 'pg_catalog.pg_stat_get_function_calls(oid) bigint' on db.

func PgStatGetFunctionSelfTime

func PgStatGetFunctionSelfTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetFunctionSelfTime calls the stored function 'pg_catalog.pg_stat_get_function_self_time(oid) double precision' on db.

func PgStatGetFunctionTotalTime

func PgStatGetFunctionTotalTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetFunctionTotalTime calls the stored function 'pg_catalog.pg_stat_get_function_total_time(oid) double precision' on db.

func PgStatGetInsSinceVacuum

func PgStatGetInsSinceVacuum(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetInsSinceVacuum calls the stored function 'pg_catalog.pg_stat_get_ins_since_vacuum(oid) bigint' on db.

func PgStatGetLastAnalyzeTime

func PgStatGetLastAnalyzeTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error)

PgStatGetLastAnalyzeTime calls the stored function 'pg_catalog.pg_stat_get_last_analyze_time(oid) timestamp with time zone' on db.

func PgStatGetLastAutoanalyzeTime

func PgStatGetLastAutoanalyzeTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error)

PgStatGetLastAutoanalyzeTime calls the stored function 'pg_catalog.pg_stat_get_last_autoanalyze_time(oid) timestamp with time zone' on db.

func PgStatGetLastAutovacuumTime

func PgStatGetLastAutovacuumTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error)

PgStatGetLastAutovacuumTime calls the stored function 'pg_catalog.pg_stat_get_last_autovacuum_time(oid) timestamp with time zone' on db.

func PgStatGetLastVacuumTime

func PgStatGetLastVacuumTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error)

PgStatGetLastVacuumTime calls the stored function 'pg_catalog.pg_stat_get_last_vacuum_time(oid) timestamp with time zone' on db.

func PgStatGetLiveTuples

func PgStatGetLiveTuples(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetLiveTuples calls the stored function 'pg_catalog.pg_stat_get_live_tuples(oid) bigint' on db.

func PgStatGetModSinceAnalyze

func PgStatGetModSinceAnalyze(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetModSinceAnalyze calls the stored function 'pg_catalog.pg_stat_get_mod_since_analyze(oid) bigint' on db.

func PgStatGetNumscans

func PgStatGetNumscans(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetNumscans calls the stored function 'pg_catalog.pg_stat_get_numscans(oid) bigint' on db.

func PgStatGetProgressInfo

func PgStatGetProgressInfo(ctx context.Context, db DB, cmdtype string) (int, pgtypes.Oid, pgtypes.Oid, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, error)

PgStatGetProgressInfo calls the stored function 'pg_catalog.pg_stat_get_progress_info(text) (integer, oid, oid, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint)' on db.

func PgStatGetReplicationSlot

func PgStatGetReplicationSlot(ctx context.Context, db DB, slotName string) (string, int64, int64, int64, int64, int64, int64, int64, int64, time.Time, error)

PgStatGetReplicationSlot calls the stored function 'pg_catalog.pg_stat_get_replication_slot(text) (text, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, timestamp with time zone)' on db.

func PgStatGetSlru

func PgStatGetSlru(ctx context.Context, db DB) (string, int64, int64, int64, int64, int64, int64, int64, time.Time, error)

PgStatGetSlru calls the stored function 'pg_catalog.pg_stat_get_slru() (text, bigint, bigint, bigint, bigint, bigint, bigint, bigint, timestamp with time zone)' on db.

func PgStatGetSnapshotTimestamp

func PgStatGetSnapshotTimestamp(ctx context.Context, db DB) (time.Time, error)

PgStatGetSnapshotTimestamp calls the stored function 'pg_catalog.pg_stat_get_snapshot_timestamp() timestamp with time zone' on db.

func PgStatGetSubscription

func PgStatGetSubscription(ctx context.Context, db DB, subid pgtypes.Oid) (pgtypes.Oid, pgtypes.Oid, int, pgtypes.PgLsn, time.Time, time.Time, pgtypes.PgLsn, time.Time, error)

PgStatGetSubscription calls the stored function 'pg_catalog.pg_stat_get_subscription(oid) (oid, oid, integer, pg_lsn, timestamp with time zone, timestamp with time zone, pg_lsn, timestamp with time zone)' on db.

func PgStatGetTuplesDeleted

func PgStatGetTuplesDeleted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetTuplesDeleted calls the stored function 'pg_catalog.pg_stat_get_tuples_deleted(oid) bigint' on db.

func PgStatGetTuplesFetched

func PgStatGetTuplesFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetTuplesFetched calls the stored function 'pg_catalog.pg_stat_get_tuples_fetched(oid) bigint' on db.

func PgStatGetTuplesHotUpdated

func PgStatGetTuplesHotUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetTuplesHotUpdated calls the stored function 'pg_catalog.pg_stat_get_tuples_hot_updated(oid) bigint' on db.

func PgStatGetTuplesInserted

func PgStatGetTuplesInserted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetTuplesInserted calls the stored function 'pg_catalog.pg_stat_get_tuples_inserted(oid) bigint' on db.

func PgStatGetTuplesReturned

func PgStatGetTuplesReturned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetTuplesReturned calls the stored function 'pg_catalog.pg_stat_get_tuples_returned(oid) bigint' on db.

func PgStatGetTuplesUpdated

func PgStatGetTuplesUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetTuplesUpdated calls the stored function 'pg_catalog.pg_stat_get_tuples_updated(oid) bigint' on db.

func PgStatGetVacuumCount

func PgStatGetVacuumCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetVacuumCount calls the stored function 'pg_catalog.pg_stat_get_vacuum_count(oid) bigint' on db.

func PgStatGetWal

func PgStatGetWal(ctx context.Context, db DB) (int64, int64, float64, int64, int64, int64, float64, float64, time.Time, error)

PgStatGetWal calls the stored function 'pg_catalog.pg_stat_get_wal() (bigint, bigint, numeric, bigint, bigint, bigint, double precision, double precision, timestamp with time zone)' on db.

func PgStatGetWalReceiver

PgStatGetWalReceiver calls the stored function 'pg_catalog.pg_stat_get_wal_receiver() (integer, text, pg_lsn, integer, pg_lsn, pg_lsn, integer, timestamp with time zone, timestamp with time zone, pg_lsn, timestamp with time zone, text, text, integer, text)' on db.

func PgStatGetWalSenders

func PgStatGetWalSenders(ctx context.Context, db DB) (int, string, pgtypes.PgLsn, pgtypes.PgLsn, pgtypes.PgLsn, pgtypes.PgLsn, []byte, []byte, []byte, int, string, time.Time, error)

PgStatGetWalSenders calls the stored function 'pg_catalog.pg_stat_get_wal_senders() (integer, text, pg_lsn, pg_lsn, pg_lsn, pg_lsn, interval, interval, interval, integer, text, timestamp with time zone)' on db.

func PgStatGetXactBlocksFetched

func PgStatGetXactBlocksFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactBlocksFetched calls the stored function 'pg_catalog.pg_stat_get_xact_blocks_fetched(oid) bigint' on db.

func PgStatGetXactBlocksHit

func PgStatGetXactBlocksHit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactBlocksHit calls the stored function 'pg_catalog.pg_stat_get_xact_blocks_hit(oid) bigint' on db.

func PgStatGetXactFunctionCalls

func PgStatGetXactFunctionCalls(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactFunctionCalls calls the stored function 'pg_catalog.pg_stat_get_xact_function_calls(oid) bigint' on db.

func PgStatGetXactFunctionSelfTime

func PgStatGetXactFunctionSelfTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetXactFunctionSelfTime calls the stored function 'pg_catalog.pg_stat_get_xact_function_self_time(oid) double precision' on db.

func PgStatGetXactFunctionTotalTime

func PgStatGetXactFunctionTotalTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error)

PgStatGetXactFunctionTotalTime calls the stored function 'pg_catalog.pg_stat_get_xact_function_total_time(oid) double precision' on db.

func PgStatGetXactNumscans

func PgStatGetXactNumscans(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactNumscans calls the stored function 'pg_catalog.pg_stat_get_xact_numscans(oid) bigint' on db.

func PgStatGetXactTuplesDeleted

func PgStatGetXactTuplesDeleted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactTuplesDeleted calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_deleted(oid) bigint' on db.

func PgStatGetXactTuplesFetched

func PgStatGetXactTuplesFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactTuplesFetched calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_fetched(oid) bigint' on db.

func PgStatGetXactTuplesHotUpdated

func PgStatGetXactTuplesHotUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactTuplesHotUpdated calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_hot_updated(oid) bigint' on db.

func PgStatGetXactTuplesInserted

func PgStatGetXactTuplesInserted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactTuplesInserted calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_inserted(oid) bigint' on db.

func PgStatGetXactTuplesReturned

func PgStatGetXactTuplesReturned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactTuplesReturned calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_returned(oid) bigint' on db.

func PgStatGetXactTuplesUpdated

func PgStatGetXactTuplesUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgStatGetXactTuplesUpdated calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_updated(oid) bigint' on db.

func PgStatReset

func PgStatReset(ctx context.Context, db DB) error

PgStatReset calls the stored function 'pg_catalog.pg_stat_reset()' on db.

func PgStatResetReplicationSlot

func PgStatResetReplicationSlot(ctx context.Context, db DB, p0 string) error

PgStatResetReplicationSlot calls the stored function 'pg_catalog.pg_stat_reset_replication_slot(text)' on db.

func PgStatResetShared

func PgStatResetShared(ctx context.Context, db DB, p0 string) error

PgStatResetShared calls the stored function 'pg_catalog.pg_stat_reset_shared(text)' on db.

func PgStatResetSingleFunctionCounters

func PgStatResetSingleFunctionCounters(ctx context.Context, db DB, p0 pgtypes.Oid) error

PgStatResetSingleFunctionCounters calls the stored function 'pg_catalog.pg_stat_reset_single_function_counters(oid)' on db.

func PgStatResetSingleTableCounters

func PgStatResetSingleTableCounters(ctx context.Context, db DB, p0 pgtypes.Oid) error

PgStatResetSingleTableCounters calls the stored function 'pg_catalog.pg_stat_reset_single_table_counters(oid)' on db.

func PgStatResetSlru

func PgStatResetSlru(ctx context.Context, db DB, p0 string) error

PgStatResetSlru calls the stored function 'pg_catalog.pg_stat_reset_slru(text)' on db.

func PgStatisticsObjIsVisible

func PgStatisticsObjIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgStatisticsObjIsVisible calls the stored function 'pg_catalog.pg_statistics_obj_is_visible(oid) boolean' on db.

func PgStopBackup

func PgStopBackup(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgStopBackup calls the stored function 'pg_catalog.pg_stop_backup() pg_lsn' on db.

func PgStopBackupByExclusiveAndWaitForArchive

func PgStopBackupByExclusiveAndWaitForArchive(ctx context.Context, db DB, exclusive, waitForArchive bool) (pgtypes.PgLsn, string, string, error)

PgStopBackupByExclusiveAndWaitForArchive calls the stored function 'pg_catalog.pg_stop_backup(boolean, boolean) (pg_lsn, text, text)' on db.

func PgSwitchWal

func PgSwitchWal(ctx context.Context, db DB) (pgtypes.PgLsn, error)

PgSwitchWal calls the stored function 'pg_catalog.pg_switch_wal() pg_lsn' on db.

func PgTableIsVisible

func PgTableIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgTableIsVisible calls the stored function 'pg_catalog.pg_table_is_visible(oid) boolean' on db.

func PgTableSize

func PgTableSize(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

PgTableSize calls the stored function 'pg_catalog.pg_table_size(regclass) bigint' on db.

func PgTablespaceDatabases

func PgTablespaceDatabases(ctx context.Context, db DB, p0 pgtypes.Oid) (pgtypes.Oid, error)

PgTablespaceDatabases calls the stored function 'pg_catalog.pg_tablespace_databases(oid) oid' on db.

func PgTablespaceLocation

func PgTablespaceLocation(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error)

PgTablespaceLocation calls the stored function 'pg_catalog.pg_tablespace_location(oid) text' on db.

func PgTablespaceSizeByName

func PgTablespaceSizeByName(ctx context.Context, db DB, p0 string) (int64, error)

PgTablespaceSizeByName calls the stored function 'pg_catalog.pg_tablespace_size(name) bigint' on db.

func PgTablespaceSizeByOid

func PgTablespaceSizeByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error)

PgTablespaceSizeByOid calls the stored function 'pg_catalog.pg_tablespace_size(oid) bigint' on db.

func PgTerminateBackend

func PgTerminateBackend(ctx context.Context, db DB, pid int, timeout int64) (bool, error)

PgTerminateBackend calls the stored function 'pg_catalog.pg_terminate_backend(integer, bigint) boolean' on db.

func PgTimezoneAbbrevs

func PgTimezoneAbbrevs(ctx context.Context, db DB) (string, []byte, bool, error)

PgTimezoneAbbrevs calls the stored function 'pg_catalog.pg_timezone_abbrevs() (text, interval, boolean)' on db.

func PgTimezoneNames

func PgTimezoneNames(ctx context.Context, db DB) (string, string, []byte, bool, error)

PgTimezoneNames calls the stored function 'pg_catalog.pg_timezone_names() (text, text, interval, boolean)' on db.

func PgTotalRelationSize

func PgTotalRelationSize(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error)

PgTotalRelationSize calls the stored function 'pg_catalog.pg_total_relation_size(regclass) bigint' on db.

func PgTriggerDepth

func PgTriggerDepth(ctx context.Context, db DB) (int, error)

PgTriggerDepth calls the stored function 'pg_catalog.pg_trigger_depth() integer' on db.

func PgTryAdvisoryLockByBigint

func PgTryAdvisoryLockByBigint(ctx context.Context, db DB, p0 int64) (bool, error)

PgTryAdvisoryLockByBigint calls the stored function 'pg_catalog.pg_try_advisory_lock(bigint) boolean' on db.

func PgTryAdvisoryLockByIntegerAndInteger

func PgTryAdvisoryLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)

PgTryAdvisoryLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_lock(integer, integer) boolean' on db.

func PgTryAdvisoryLockSharedByBigint

func PgTryAdvisoryLockSharedByBigint(ctx context.Context, db DB, p0 int64) (bool, error)

PgTryAdvisoryLockSharedByBigint calls the stored function 'pg_catalog.pg_try_advisory_lock_shared(bigint) boolean' on db.

func PgTryAdvisoryLockSharedByIntegerAndInteger

func PgTryAdvisoryLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)

PgTryAdvisoryLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_lock_shared(integer, integer) boolean' on db.

func PgTryAdvisoryXactLockByBigint

func PgTryAdvisoryXactLockByBigint(ctx context.Context, db DB, p0 int64) (bool, error)

PgTryAdvisoryXactLockByBigint calls the stored function 'pg_catalog.pg_try_advisory_xact_lock(bigint) boolean' on db.

func PgTryAdvisoryXactLockByIntegerAndInteger

func PgTryAdvisoryXactLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)

PgTryAdvisoryXactLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_xact_lock(integer, integer) boolean' on db.

func PgTryAdvisoryXactLockSharedByBigint

func PgTryAdvisoryXactLockSharedByBigint(ctx context.Context, db DB, p0 int64) (bool, error)

PgTryAdvisoryXactLockSharedByBigint calls the stored function 'pg_catalog.pg_try_advisory_xact_lock_shared(bigint) boolean' on db.

func PgTryAdvisoryXactLockSharedByIntegerAndInteger

func PgTryAdvisoryXactLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)

PgTryAdvisoryXactLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_xact_lock_shared(integer, integer) boolean' on db.

func PgTsConfigIsVisible

func PgTsConfigIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgTsConfigIsVisible calls the stored function 'pg_catalog.pg_ts_config_is_visible(oid) boolean' on db.

func PgTsDictIsVisible

func PgTsDictIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgTsDictIsVisible calls the stored function 'pg_catalog.pg_ts_dict_is_visible(oid) boolean' on db.

func PgTsParserIsVisible

func PgTsParserIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgTsParserIsVisible calls the stored function 'pg_catalog.pg_ts_parser_is_visible(oid) boolean' on db.

func PgTsTemplateIsVisible

func PgTsTemplateIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgTsTemplateIsVisible calls the stored function 'pg_catalog.pg_ts_template_is_visible(oid) boolean' on db.

func PgTypeIsVisible

func PgTypeIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

PgTypeIsVisible calls the stored function 'pg_catalog.pg_type_is_visible(oid) boolean' on db.

func PgTypeof

func PgTypeof(ctx context.Context, db DB, p0 pgtypes.Any) (pgtypes.Regtype, error)

PgTypeof calls the stored function 'pg_catalog.pg_typeof("any") regtype' on db.

func PgVisibleInSnapshot

func PgVisibleInSnapshot(ctx context.Context, db DB, p0 pgtypes.Xid8, p1 pgtypes.PgSnapshot) (bool, error)

PgVisibleInSnapshot calls the stored function 'pg_catalog.pg_visible_in_snapshot(xid8, pg_snapshot) boolean' on db.

func PgWalLsnDiff

func PgWalLsnDiff(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (float64, error)

PgWalLsnDiff calls the stored function 'pg_catalog.pg_wal_lsn_diff(pg_lsn, pg_lsn) numeric' on db.

func PgWalReplayPause

func PgWalReplayPause(ctx context.Context, db DB) error

PgWalReplayPause calls the stored function 'pg_catalog.pg_wal_replay_pause()' on db.

func PgWalReplayResume

func PgWalReplayResume(ctx context.Context, db DB) error

PgWalReplayResume calls the stored function 'pg_catalog.pg_wal_replay_resume()' on db.

func PgWalfileName

func PgWalfileName(ctx context.Context, db DB, p0 pgtypes.PgLsn) (string, error)

PgWalfileName calls the stored function 'pg_catalog.pg_walfile_name(pg_lsn) text' on db.

func PgWalfileNameOffset

func PgWalfileNameOffset(ctx context.Context, db DB, lsn pgtypes.PgLsn) (string, int, error)

PgWalfileNameOffset calls the stored function 'pg_catalog.pg_walfile_name_offset(pg_lsn) (text, integer)' on db.

func PgXactCommitTimestamp

func PgXactCommitTimestamp(ctx context.Context, db DB, p0 pgtypes.Xid) (time.Time, error)

PgXactCommitTimestamp calls the stored function 'pg_catalog.pg_xact_commit_timestamp(xid) timestamp with time zone' on db.

func PgXactCommitTimestampOrigin

func PgXactCommitTimestampOrigin(ctx context.Context, db DB, xid pgtypes.Xid) (time.Time, pgtypes.Oid, error)

PgXactCommitTimestampOrigin calls the stored function 'pg_catalog.pg_xact_commit_timestamp_origin(xid) (timestamp with time zone, oid)' on db.

func PgXactStatus

func PgXactStatus(ctx context.Context, db DB, p0 pgtypes.Xid8) (string, error)

PgXactStatus calls the stored function 'pg_catalog.pg_xact_status(xid8) text' on db.

func PhrasetoTsqueryByRegconfigAndText

func PhrasetoTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)

PhrasetoTsqueryByRegconfigAndText calls the stored function 'pg_catalog.phraseto_tsquery(regconfig, text) tsquery' on db.

func PhrasetoTsqueryByText

func PhrasetoTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error)

PhrasetoTsqueryByText calls the stored function 'pg_catalog.phraseto_tsquery(text) tsquery' on db.

func Pi

func Pi(ctx context.Context, db DB) (float64, error)

Pi calls the stored function 'pg_catalog.pi() double precision' on db.

func PlaintoTsqueryByRegconfigAndText

func PlaintoTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)

PlaintoTsqueryByRegconfigAndText calls the stored function 'pg_catalog.plainto_tsquery(regconfig, text) tsquery' on db.

func PlaintoTsqueryByText

func PlaintoTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error)

PlaintoTsqueryByText calls the stored function 'pg_catalog.plainto_tsquery(text) tsquery' on db.

func PlpgsqlCallHandler

func PlpgsqlCallHandler(ctx context.Context, db DB) (pgtypes.LanguageHandler, error)

PlpgsqlCallHandler calls the stored function 'pg_catalog.plpgsql_call_handler() language_handler' on db.

func PlpgsqlInlineHandler

func PlpgsqlInlineHandler(ctx context.Context, db DB, p0 pgtypes.Internal) error

PlpgsqlInlineHandler calls the stored function 'pg_catalog.plpgsql_inline_handler(internal)' on db.

func PlpgsqlValidator

func PlpgsqlValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error

PlpgsqlValidator calls the stored function 'pg_catalog.plpgsql_validator(oid)' on db.

func PointAbove

func PointAbove(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointAbove calls the stored function 'pg_catalog.point_above(point, point) boolean' on db.

func PointAdd

func PointAdd(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error)

PointAdd calls the stored function 'pg_catalog.point_add(point, point) point' on db.

func PointBelow

func PointBelow(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointBelow calls the stored function 'pg_catalog.point_below(point, point) boolean' on db.

func PointByBox

func PointByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Point, error)

PointByBox calls the stored function 'pg_catalog.point(box) point' on db.

func PointByCircle

func PointByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Point, error)

PointByCircle calls the stored function 'pg_catalog.point(circle) point' on db.

func PointByDoublePrecisionAndDoublePrecision

func PointByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (pgtypes.Point, error)

PointByDoublePrecisionAndDoublePrecision calls the stored function 'pg_catalog.point(double precision, double precision) point' on db.

func PointByLseg

func PointByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (pgtypes.Point, error)

PointByLseg calls the stored function 'pg_catalog.point(lseg) point' on db.

func PointByPath

func PointByPath(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Point, error)

PointByPath calls the stored function 'pg_catalog.point(path) point' on db.

func PointByPolygon

func PointByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Point, error)

PointByPolygon calls the stored function 'pg_catalog.point(polygon) point' on db.

func PointDistance

func PointDistance(ctx context.Context, db DB, p0, p1 pgtypes.Point) (float64, error)

PointDistance calls the stored function 'pg_catalog.point_distance(point, point) double precision' on db.

func PointDiv

func PointDiv(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error)

PointDiv calls the stored function 'pg_catalog.point_div(point, point) point' on db.

func PointEq

func PointEq(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointEq calls the stored function 'pg_catalog.point_eq(point, point) boolean' on db.

func PointHoriz

func PointHoriz(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointHoriz calls the stored function 'pg_catalog.point_horiz(point, point) boolean' on db.

func PointLeft

func PointLeft(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointLeft calls the stored function 'pg_catalog.point_left(point, point) boolean' on db.

func PointMul

func PointMul(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error)

PointMul calls the stored function 'pg_catalog.point_mul(point, point) point' on db.

func PointNe

func PointNe(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointNe calls the stored function 'pg_catalog.point_ne(point, point) boolean' on db.

func PointRecv

func PointRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Point, error)

PointRecv calls the stored function 'pg_catalog.point_recv(internal) point' on db.

func PointRight

func PointRight(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointRight calls the stored function 'pg_catalog.point_right(point, point) boolean' on db.

func PointSend

func PointSend(ctx context.Context, db DB, p0 pgtypes.Point) ([]byte, error)

PointSend calls the stored function 'pg_catalog.point_send(point) bytea' on db.

func PointSub

func PointSub(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error)

PointSub calls the stored function 'pg_catalog.point_sub(point, point) point' on db.

func PointVert

func PointVert(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error)

PointVert calls the stored function 'pg_catalog.point_vert(point, point) boolean' on db.

func PolyAbove

func PolyAbove(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyAbove calls the stored function 'pg_catalog.poly_above(polygon, polygon) boolean' on db.

func PolyBelow

func PolyBelow(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyBelow calls the stored function 'pg_catalog.poly_below(polygon, polygon) boolean' on db.

func PolyCenter

func PolyCenter(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Point, error)

PolyCenter calls the stored function 'pg_catalog.poly_center(polygon) point' on db.

func PolyContain

func PolyContain(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyContain calls the stored function 'pg_catalog.poly_contain(polygon, polygon) boolean' on db.

func PolyContainPt

func PolyContainPt(ctx context.Context, db DB, p0 pgtypes.Polygon, p1 pgtypes.Point) (bool, error)

PolyContainPt calls the stored function 'pg_catalog.poly_contain_pt(polygon, point) boolean' on db.

func PolyContained

func PolyContained(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyContained calls the stored function 'pg_catalog.poly_contained(polygon, polygon) boolean' on db.

func PolyDistance

func PolyDistance(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (float64, error)

PolyDistance calls the stored function 'pg_catalog.poly_distance(polygon, polygon) double precision' on db.

func PolyLeft

func PolyLeft(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyLeft calls the stored function 'pg_catalog.poly_left(polygon, polygon) boolean' on db.

func PolyNpoints

func PolyNpoints(ctx context.Context, db DB, p0 pgtypes.Polygon) (int, error)

PolyNpoints calls the stored function 'pg_catalog.poly_npoints(polygon) integer' on db.

func PolyOverabove

func PolyOverabove(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyOverabove calls the stored function 'pg_catalog.poly_overabove(polygon, polygon) boolean' on db.

func PolyOverbelow

func PolyOverbelow(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyOverbelow calls the stored function 'pg_catalog.poly_overbelow(polygon, polygon) boolean' on db.

func PolyOverlap

func PolyOverlap(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyOverlap calls the stored function 'pg_catalog.poly_overlap(polygon, polygon) boolean' on db.

func PolyOverleft

func PolyOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyOverleft calls the stored function 'pg_catalog.poly_overleft(polygon, polygon) boolean' on db.

func PolyOverright

func PolyOverright(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyOverright calls the stored function 'pg_catalog.poly_overright(polygon, polygon) boolean' on db.

func PolyRecv

func PolyRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Polygon, error)

PolyRecv calls the stored function 'pg_catalog.poly_recv(internal) polygon' on db.

func PolyRight

func PolyRight(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolyRight calls the stored function 'pg_catalog.poly_right(polygon, polygon) boolean' on db.

func PolySame

func PolySame(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error)

PolySame calls the stored function 'pg_catalog.poly_same(polygon, polygon) boolean' on db.

func PolySend

func PolySend(ctx context.Context, db DB, p0 pgtypes.Polygon) ([]byte, error)

PolySend calls the stored function 'pg_catalog.poly_send(polygon) bytea' on db.

func PolygonByBox

func PolygonByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Polygon, error)

PolygonByBox calls the stored function 'pg_catalog.polygon(box) polygon' on db.

func PolygonByCircle

func PolygonByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Polygon, error)

PolygonByCircle calls the stored function 'pg_catalog.polygon(circle) polygon' on db.

func PolygonByIntegerAndCircle

func PolygonByIntegerAndCircle(ctx context.Context, db DB, p0 int, p1 pgtypes.Circle) (pgtypes.Polygon, error)

PolygonByIntegerAndCircle calls the stored function 'pg_catalog.polygon(integer, circle) polygon' on db.

func PolygonByPath

func PolygonByPath(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Polygon, error)

PolygonByPath calls the stored function 'pg_catalog.polygon(path) polygon' on db.

func Popen

func Popen(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Path, error)

Popen calls the stored function 'pg_catalog.popen(path) path' on db.

func PositionByBitAndBit

func PositionByBitAndBit(ctx context.Context, db DB, p0, p1 uint8) (int, error)

PositionByBitAndBit calls the stored function 'pg_catalog.position(bit, bit) integer' on db.

func PositionByByteaAndBytea

func PositionByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) (int, error)

PositionByByteaAndBytea calls the stored function 'pg_catalog.position(bytea, bytea) integer' on db.

func PositionByTextAndText

func PositionByTextAndText(ctx context.Context, db DB, p0, p1 string) (int, error)

PositionByTextAndText calls the stored function 'pg_catalog.position(text, text) integer' on db.

func Positionjoinsel

func Positionjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Positionjoinsel calls the stored function 'pg_catalog.positionjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Positionsel

func Positionsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Positionsel calls the stored function 'pg_catalog.positionsel(internal, oid, internal, integer) double precision' on db.

func PostgresqlFdwValidator

func PostgresqlFdwValidator(ctx context.Context, db DB, p0 StringSlice, p1 pgtypes.Oid) (bool, error)

PostgresqlFdwValidator calls the stored function 'pg_catalog.postgresql_fdw_validator(text, oid) boolean' on db.

func PowByDoublePrecisionAndDoublePrecision

func PowByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (float64, error)

PowByDoublePrecisionAndDoublePrecision calls the stored function 'pg_catalog.pow(double precision, double precision) double precision' on db.

func PowByNumericAndNumeric

func PowByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

PowByNumericAndNumeric calls the stored function 'pg_catalog.pow(numeric, numeric) numeric' on db.

func PowerByDoublePrecisionAndDoublePrecision

func PowerByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (float64, error)

PowerByDoublePrecisionAndDoublePrecision calls the stored function 'pg_catalog.power(double precision, double precision) double precision' on db.

func PowerByNumericAndNumeric

func PowerByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error)

PowerByNumericAndNumeric calls the stored function 'pg_catalog.power(numeric, numeric) numeric' on db.

func Prefixjoinsel

func Prefixjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Prefixjoinsel calls the stored function 'pg_catalog.prefixjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Prefixsel

func Prefixsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Prefixsel calls the stored function 'pg_catalog.prefixsel(internal, oid, internal, integer) double precision' on db.

func PrsdEnd

func PrsdEnd(ctx context.Context, db DB, p0 pgtypes.Internal) error

PrsdEnd calls the stored function 'pg_catalog.prsd_end(internal)' on db.

func PrsdHeadline

func PrsdHeadline(ctx context.Context, db DB, p0, p1 pgtypes.Internal, p2 pgtypes.Tsquery) (pgtypes.Internal, error)

PrsdHeadline calls the stored function 'pg_catalog.prsd_headline(internal, internal, tsquery) internal' on db.

func PrsdLextype

func PrsdLextype(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

PrsdLextype calls the stored function 'pg_catalog.prsd_lextype(internal) internal' on db.

func PrsdNexttoken

func PrsdNexttoken(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

PrsdNexttoken calls the stored function 'pg_catalog.prsd_nexttoken(internal, internal, internal) internal' on db.

func PrsdStart

func PrsdStart(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error)

PrsdStart calls the stored function 'pg_catalog.prsd_start(internal, integer) internal' on db.

func PtContainedCircle

func PtContainedCircle(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Circle) (bool, error)

PtContainedCircle calls the stored function 'pg_catalog.pt_contained_circle(point, circle) boolean' on db.

func PtContainedPoly

func PtContainedPoly(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Polygon) (bool, error)

PtContainedPoly calls the stored function 'pg_catalog.pt_contained_poly(point, polygon) boolean' on db.

func QueryToXML

func QueryToXML(ctx context.Context, db DB, query string, nulls, tableforest bool, targetns string) ([]byte, error)

QueryToXML calls the stored function 'pg_catalog.query_to_xml(text, boolean, boolean, text) xml' on db.

func QueryToXMLAndXmlschema

func QueryToXMLAndXmlschema(ctx context.Context, db DB, query string, nulls, tableforest bool, targetns string) ([]byte, error)

QueryToXMLAndXmlschema calls the stored function 'pg_catalog.query_to_xml_and_xmlschema(text, boolean, boolean, text) xml' on db.

func QueryToXmlschema

func QueryToXmlschema(ctx context.Context, db DB, query string, nulls, tableforest bool, targetns string) ([]byte, error)

QueryToXmlschema calls the stored function 'pg_catalog.query_to_xmlschema(text, boolean, boolean, text) xml' on db.

func Querytree

func Querytree(ctx context.Context, db DB, p0 pgtypes.Tsquery) (string, error)

Querytree calls the stored function 'pg_catalog.querytree(tsquery) text' on db.

func QuoteIdent

func QuoteIdent(ctx context.Context, db DB, p0 string) (string, error)

QuoteIdent calls the stored function 'pg_catalog.quote_ident(text) text' on db.

func QuoteLiteralByAnyelement

func QuoteLiteralByAnyelement(ctx context.Context, db DB, p0 pgtypes.Anyelement) (string, error)

QuoteLiteralByAnyelement calls the stored function 'pg_catalog.quote_literal(anyelement) text' on db.

func QuoteLiteralByText

func QuoteLiteralByText(ctx context.Context, db DB, p0 string) (string, error)

QuoteLiteralByText calls the stored function 'pg_catalog.quote_literal(text) text' on db.

func QuoteNullableByAnyelement

func QuoteNullableByAnyelement(ctx context.Context, db DB, p0 pgtypes.Anyelement) (string, error)

QuoteNullableByAnyelement calls the stored function 'pg_catalog.quote_nullable(anyelement) text' on db.

func QuoteNullableByText

func QuoteNullableByText(ctx context.Context, db DB, p0 string) (string, error)

QuoteNullableByText calls the stored function 'pg_catalog.quote_nullable(text) text' on db.

func RIFKeyCascadeDel

func RIFKeyCascadeDel(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyCascadeDel calls the stored function 'pg_catalog.RI_FKey_cascade_del() trigger' on db.

func RIFKeyCascadeUpd

func RIFKeyCascadeUpd(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyCascadeUpd calls the stored function 'pg_catalog.RI_FKey_cascade_upd() trigger' on db.

func RIFKeyCheckIns

func RIFKeyCheckIns(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyCheckIns calls the stored function 'pg_catalog.RI_FKey_check_ins() trigger' on db.

func RIFKeyCheckUpd

func RIFKeyCheckUpd(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyCheckUpd calls the stored function 'pg_catalog.RI_FKey_check_upd() trigger' on db.

func RIFKeyNoactionDel

func RIFKeyNoactionDel(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyNoactionDel calls the stored function 'pg_catalog.RI_FKey_noaction_del() trigger' on db.

func RIFKeyNoactionUpd

func RIFKeyNoactionUpd(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyNoactionUpd calls the stored function 'pg_catalog.RI_FKey_noaction_upd() trigger' on db.

func RIFKeyRestrictDel

func RIFKeyRestrictDel(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyRestrictDel calls the stored function 'pg_catalog.RI_FKey_restrict_del() trigger' on db.

func RIFKeyRestrictUpd

func RIFKeyRestrictUpd(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeyRestrictUpd calls the stored function 'pg_catalog.RI_FKey_restrict_upd() trigger' on db.

func RIFKeySetdefaultDel

func RIFKeySetdefaultDel(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeySetdefaultDel calls the stored function 'pg_catalog.RI_FKey_setdefault_del() trigger' on db.

func RIFKeySetdefaultUpd

func RIFKeySetdefaultUpd(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeySetdefaultUpd calls the stored function 'pg_catalog.RI_FKey_setdefault_upd() trigger' on db.

func RIFKeySetnullDel

func RIFKeySetnullDel(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeySetnullDel calls the stored function 'pg_catalog.RI_FKey_setnull_del() trigger' on db.

func RIFKeySetnullUpd

func RIFKeySetnullUpd(ctx context.Context, db DB) (pgtypes.Trigger, error)

RIFKeySetnullUpd calls the stored function 'pg_catalog.RI_FKey_setnull_upd() trigger' on db.

func Radians

func Radians(ctx context.Context, db DB, p0 float64) (float64, error)

Radians calls the stored function 'pg_catalog.radians(double precision) double precision' on db.

func Radius

func Radius(ctx context.Context, db DB, p0 pgtypes.Circle) (float64, error)

Radius calls the stored function 'pg_catalog.radius(circle) double precision' on db.

func Random

func Random(ctx context.Context, db DB) (float64, error)

Random calls the stored function 'pg_catalog.random() double precision' on db.

func RangeAdjacent

func RangeAdjacent(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeAdjacent calls the stored function 'pg_catalog.range_adjacent(anyrange, anyrange) boolean' on db.

func RangeAdjacentMultirange

func RangeAdjacentMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeAdjacentMultirange calls the stored function 'pg_catalog.range_adjacent_multirange(anyrange, anymultirange) boolean' on db.

func RangeAfter

func RangeAfter(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeAfter calls the stored function 'pg_catalog.range_after(anyrange, anyrange) boolean' on db.

func RangeAfterMultirange

func RangeAfterMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeAfterMultirange calls the stored function 'pg_catalog.range_after_multirange(anyrange, anymultirange) boolean' on db.

func RangeAggFinalfn

func RangeAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange) (pgtypes.Anymultirange, error)

RangeAggFinalfn calls the stored function 'pg_catalog.range_agg_finalfn(internal, anyrange) anymultirange' on db.

func RangeAggTransfn

func RangeAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange) (pgtypes.Internal, error)

RangeAggTransfn calls the stored function 'pg_catalog.range_agg_transfn(internal, anyrange) internal' on db.

func RangeBefore

func RangeBefore(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeBefore calls the stored function 'pg_catalog.range_before(anyrange, anyrange) boolean' on db.

func RangeBeforeMultirange

func RangeBeforeMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeBeforeMultirange calls the stored function 'pg_catalog.range_before_multirange(anyrange, anymultirange) boolean' on db.

func RangeCmp

func RangeCmp(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (int, error)

RangeCmp calls the stored function 'pg_catalog.range_cmp(anyrange, anyrange) integer' on db.

func RangeContainedBy

func RangeContainedBy(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeContainedBy calls the stored function 'pg_catalog.range_contained_by(anyrange, anyrange) boolean' on db.

func RangeContainedByMultirange

func RangeContainedByMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeContainedByMultirange calls the stored function 'pg_catalog.range_contained_by_multirange(anyrange, anymultirange) boolean' on db.

func RangeContains

func RangeContains(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeContains calls the stored function 'pg_catalog.range_contains(anyrange, anyrange) boolean' on db.

func RangeContainsElem

func RangeContainsElem(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anyelement) (bool, error)

RangeContainsElem calls the stored function 'pg_catalog.range_contains_elem(anyrange, anyelement) boolean' on db.

func RangeContainsMultirange

func RangeContainsMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeContainsMultirange calls the stored function 'pg_catalog.range_contains_multirange(anyrange, anymultirange) boolean' on db.

func RangeEq

func RangeEq(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeEq calls the stored function 'pg_catalog.range_eq(anyrange, anyrange) boolean' on db.

func RangeGe

func RangeGe(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeGe calls the stored function 'pg_catalog.range_ge(anyrange, anyrange) boolean' on db.

func RangeGistConsistent

func RangeGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)

RangeGistConsistent calls the stored function 'pg_catalog.range_gist_consistent(internal, anyrange, smallint, oid, internal) boolean' on db.

func RangeGistPenalty

func RangeGistPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)

RangeGistPenalty calls the stored function 'pg_catalog.range_gist_penalty(internal, internal, internal) internal' on db.

func RangeGistPicksplit

func RangeGistPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)

RangeGistPicksplit calls the stored function 'pg_catalog.range_gist_picksplit(internal, internal) internal' on db.

func RangeGistSame

func RangeGistSame(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange, p2 pgtypes.Internal) (pgtypes.Internal, error)

RangeGistSame calls the stored function 'pg_catalog.range_gist_same(anyrange, anyrange, internal) internal' on db.

func RangeGistUnion

func RangeGistUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Anyrange, error)

RangeGistUnion calls the stored function 'pg_catalog.range_gist_union(internal, internal) anyrange' on db.

func RangeGt

func RangeGt(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeGt calls the stored function 'pg_catalog.range_gt(anyrange, anyrange) boolean' on db.

func RangeIntersect

func RangeIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)

RangeIntersect calls the stored function 'pg_catalog.range_intersect(anyrange, anyrange) anyrange' on db.

func RangeIntersectAggTransfn

func RangeIntersectAggTransfn(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)

RangeIntersectAggTransfn calls the stored function 'pg_catalog.range_intersect_agg_transfn(anyrange, anyrange) anyrange' on db.

func RangeLe

func RangeLe(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeLe calls the stored function 'pg_catalog.range_le(anyrange, anyrange) boolean' on db.

func RangeLt

func RangeLt(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeLt calls the stored function 'pg_catalog.range_lt(anyrange, anyrange) boolean' on db.

func RangeMergeByAnymultirange

func RangeMergeByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyrange, error)

RangeMergeByAnymultirange calls the stored function 'pg_catalog.range_merge(anymultirange) anyrange' on db.

func RangeMergeByAnyrangeAndAnyrange

func RangeMergeByAnyrangeAndAnyrange(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)

RangeMergeByAnyrangeAndAnyrange calls the stored function 'pg_catalog.range_merge(anyrange, anyrange) anyrange' on db.

func RangeMinus

func RangeMinus(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)

RangeMinus calls the stored function 'pg_catalog.range_minus(anyrange, anyrange) anyrange' on db.

func RangeNe

func RangeNe(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeNe calls the stored function 'pg_catalog.range_ne(anyrange, anyrange) boolean' on db.

func RangeOverlaps

func RangeOverlaps(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeOverlaps calls the stored function 'pg_catalog.range_overlaps(anyrange, anyrange) boolean' on db.

func RangeOverlapsMultirange

func RangeOverlapsMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeOverlapsMultirange calls the stored function 'pg_catalog.range_overlaps_multirange(anyrange, anymultirange) boolean' on db.

func RangeOverleft

func RangeOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeOverleft calls the stored function 'pg_catalog.range_overleft(anyrange, anyrange) boolean' on db.

func RangeOverleftMultirange

func RangeOverleftMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeOverleftMultirange calls the stored function 'pg_catalog.range_overleft_multirange(anyrange, anymultirange) boolean' on db.

func RangeOverright

func RangeOverright(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error)

RangeOverright calls the stored function 'pg_catalog.range_overright(anyrange, anyrange) boolean' on db.

func RangeOverrightMultirange

func RangeOverrightMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)

RangeOverrightMultirange calls the stored function 'pg_catalog.range_overright_multirange(anyrange, anymultirange) boolean' on db.

func RangeRecv

func RangeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anyrange, error)

RangeRecv calls the stored function 'pg_catalog.range_recv(internal, oid, integer) anyrange' on db.

func RangeSend

func RangeSend(ctx context.Context, db DB, p0 pgtypes.Anyrange) ([]byte, error)

RangeSend calls the stored function 'pg_catalog.range_send(anyrange) bytea' on db.

func RangeTypanalyze

func RangeTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

RangeTypanalyze calls the stored function 'pg_catalog.range_typanalyze(internal) boolean' on db.

func RangeUnion

func RangeUnion(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)

RangeUnion calls the stored function 'pg_catalog.range_union(anyrange, anyrange) anyrange' on db.

func Rangesel

func Rangesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Rangesel calls the stored function 'pg_catalog.rangesel(internal, oid, internal, integer) double precision' on db.

func RawArraySubscriptHandler

func RawArraySubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

RawArraySubscriptHandler calls the stored function 'pg_catalog.raw_array_subscript_handler(internal) internal' on db.

func RecordEq

func RecordEq(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordEq calls the stored function 'pg_catalog.record_eq(record, record) boolean' on db.

func RecordGe

func RecordGe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordGe calls the stored function 'pg_catalog.record_ge(record, record) boolean' on db.

func RecordGt

func RecordGt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordGt calls the stored function 'pg_catalog.record_gt(record, record) boolean' on db.

func RecordImageEq

func RecordImageEq(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordImageEq calls the stored function 'pg_catalog.record_image_eq(record, record) boolean' on db.

func RecordImageGe

func RecordImageGe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordImageGe calls the stored function 'pg_catalog.record_image_ge(record, record) boolean' on db.

func RecordImageGt

func RecordImageGt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordImageGt calls the stored function 'pg_catalog.record_image_gt(record, record) boolean' on db.

func RecordImageLe

func RecordImageLe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordImageLe calls the stored function 'pg_catalog.record_image_le(record, record) boolean' on db.

func RecordImageLt

func RecordImageLt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordImageLt calls the stored function 'pg_catalog.record_image_lt(record, record) boolean' on db.

func RecordImageNe

func RecordImageNe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordImageNe calls the stored function 'pg_catalog.record_image_ne(record, record) boolean' on db.

func RecordLe

func RecordLe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordLe calls the stored function 'pg_catalog.record_le(record, record) boolean' on db.

func RecordLt

func RecordLt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordLt calls the stored function 'pg_catalog.record_lt(record, record) boolean' on db.

func RecordNe

func RecordNe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error)

RecordNe calls the stored function 'pg_catalog.record_ne(record, record) boolean' on db.

func RecordRecv

func RecordRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Record, error)

RecordRecv calls the stored function 'pg_catalog.record_recv(internal, oid, integer) record' on db.

func RecordSend

func RecordSend(ctx context.Context, db DB, p0 pgtypes.Record) ([]byte, error)

RecordSend calls the stored function 'pg_catalog.record_send(record) bytea' on db.

func Regclass

func Regclass(ctx context.Context, db DB, p0 string) (pgtypes.Regclass, error)

Regclass calls the stored function 'pg_catalog.regclass(text) regclass' on db.

func Regclassrecv

func Regclassrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regclass, error)

Regclassrecv calls the stored function 'pg_catalog.regclassrecv(internal) regclass' on db.

func Regclasssend

func Regclasssend(ctx context.Context, db DB, p0 pgtypes.Regclass) ([]byte, error)

Regclasssend calls the stored function 'pg_catalog.regclasssend(regclass) bytea' on db.

func Regcollationrecv

func Regcollationrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regcollation, error)

Regcollationrecv calls the stored function 'pg_catalog.regcollationrecv(internal) regcollation' on db.

func Regcollationsend

func Regcollationsend(ctx context.Context, db DB, p0 pgtypes.Regcollation) ([]byte, error)

Regcollationsend calls the stored function 'pg_catalog.regcollationsend(regcollation) bytea' on db.

func Regconfigrecv

func Regconfigrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regconfig, error)

Regconfigrecv calls the stored function 'pg_catalog.regconfigrecv(internal) regconfig' on db.

func Regconfigsend

func Regconfigsend(ctx context.Context, db DB, p0 pgtypes.Regconfig) ([]byte, error)

Regconfigsend calls the stored function 'pg_catalog.regconfigsend(regconfig) bytea' on db.

func Regdictionaryrecv

func Regdictionaryrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regdictionary, error)

Regdictionaryrecv calls the stored function 'pg_catalog.regdictionaryrecv(internal) regdictionary' on db.

func Regdictionarysend

func Regdictionarysend(ctx context.Context, db DB, p0 pgtypes.Regdictionary) ([]byte, error)

Regdictionarysend calls the stored function 'pg_catalog.regdictionarysend(regdictionary) bytea' on db.

func Regexeqjoinsel

func Regexeqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Regexeqjoinsel calls the stored function 'pg_catalog.regexeqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Regexeqsel

func Regexeqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Regexeqsel calls the stored function 'pg_catalog.regexeqsel(internal, oid, internal, integer) double precision' on db.

func Regexnejoinsel

func Regexnejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Regexnejoinsel calls the stored function 'pg_catalog.regexnejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Regexnesel

func Regexnesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Regexnesel calls the stored function 'pg_catalog.regexnesel(internal, oid, internal, integer) double precision' on db.

func RegexpReplaceByTextTextAndText

func RegexpReplaceByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error)

RegexpReplaceByTextTextAndText calls the stored function 'pg_catalog.regexp_replace(text, text, text) text' on db.

func RegexpReplaceByTextTextTextAndText

func RegexpReplaceByTextTextTextAndText(ctx context.Context, db DB, p0, p1, p2, p3 string) (string, error)

RegexpReplaceByTextTextTextAndText calls the stored function 'pg_catalog.regexp_replace(text, text, text, text) text' on db.

func RegexpSplitToTableByTextAndText

func RegexpSplitToTableByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

RegexpSplitToTableByTextAndText calls the stored function 'pg_catalog.regexp_split_to_table(text, text) text' on db.

func RegexpSplitToTableByTextTextAndText

func RegexpSplitToTableByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error)

RegexpSplitToTableByTextTextAndText calls the stored function 'pg_catalog.regexp_split_to_table(text, text, text) text' on db.

func Regnamespacerecv

func Regnamespacerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regnamespace, error)

Regnamespacerecv calls the stored function 'pg_catalog.regnamespacerecv(internal) regnamespace' on db.

func Regnamespacesend

func Regnamespacesend(ctx context.Context, db DB, p0 pgtypes.Regnamespace) ([]byte, error)

Regnamespacesend calls the stored function 'pg_catalog.regnamespacesend(regnamespace) bytea' on db.

func Regoperatorrecv

func Regoperatorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regoperator, error)

Regoperatorrecv calls the stored function 'pg_catalog.regoperatorrecv(internal) regoperator' on db.

func Regoperatorsend

func Regoperatorsend(ctx context.Context, db DB, p0 pgtypes.Regoperator) ([]byte, error)

Regoperatorsend calls the stored function 'pg_catalog.regoperatorsend(regoperator) bytea' on db.

func Regoperrecv

func Regoperrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regoper, error)

Regoperrecv calls the stored function 'pg_catalog.regoperrecv(internal) regoper' on db.

func Regopersend

func Regopersend(ctx context.Context, db DB, p0 pgtypes.Regoper) ([]byte, error)

Regopersend calls the stored function 'pg_catalog.regopersend(regoper) bytea' on db.

func Regprocedurerecv

func Regprocedurerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regprocedure, error)

Regprocedurerecv calls the stored function 'pg_catalog.regprocedurerecv(internal) regprocedure' on db.

func Regproceduresend

func Regproceduresend(ctx context.Context, db DB, p0 pgtypes.Regprocedure) ([]byte, error)

Regproceduresend calls the stored function 'pg_catalog.regproceduresend(regprocedure) bytea' on db.

func Regprocrecv

func Regprocrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regproc, error)

Regprocrecv calls the stored function 'pg_catalog.regprocrecv(internal) regproc' on db.

func Regprocsend

func Regprocsend(ctx context.Context, db DB, p0 pgtypes.Regproc) ([]byte, error)

Regprocsend calls the stored function 'pg_catalog.regprocsend(regproc) bytea' on db.

func Regrolerecv

func Regrolerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regrole, error)

Regrolerecv calls the stored function 'pg_catalog.regrolerecv(internal) regrole' on db.

func Regrolesend

func Regrolesend(ctx context.Context, db DB, p0 pgtypes.Regrole) ([]byte, error)

Regrolesend calls the stored function 'pg_catalog.regrolesend(regrole) bytea' on db.

func Regtyperecv

func Regtyperecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regtype, error)

Regtyperecv calls the stored function 'pg_catalog.regtyperecv(internal) regtype' on db.

func Regtypesend

func Regtypesend(ctx context.Context, db DB, p0 pgtypes.Regtype) ([]byte, error)

Regtypesend calls the stored function 'pg_catalog.regtypesend(regtype) bytea' on db.

func Repeat

func Repeat(ctx context.Context, db DB, p0 string, p1 int) (string, error)

Repeat calls the stored function 'pg_catalog.repeat(text, integer) text' on db.

func Replace

func Replace(ctx context.Context, db DB, p0, p1, p2 string) (string, error)

Replace calls the stored function 'pg_catalog.replace(text, text, text) text' on db.

func Reverse

func Reverse(ctx context.Context, db DB, p0 string) (string, error)

Reverse calls the stored function 'pg_catalog.reverse(text) text' on db.

func Right(ctx context.Context, db DB, p0 string, p1 int) (string, error)

Right calls the stored function 'pg_catalog.right(text, integer) text' on db.

func RoundByDoublePrecision

func RoundByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

RoundByDoublePrecision calls the stored function 'pg_catalog.round(double precision) double precision' on db.

func RoundByNumeric

func RoundByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

RoundByNumeric calls the stored function 'pg_catalog.round(numeric) numeric' on db.

func RoundByNumericAndInteger

func RoundByNumericAndInteger(ctx context.Context, db DB, p0 float64, p1 int) (float64, error)

RoundByNumericAndInteger calls the stored function 'pg_catalog.round(numeric, integer) numeric' on db.

func RowSecurityActiveByOid

func RowSecurityActiveByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error)

RowSecurityActiveByOid calls the stored function 'pg_catalog.row_security_active(oid) boolean' on db.

func RowSecurityActiveByText

func RowSecurityActiveByText(ctx context.Context, db DB, p0 string) (bool, error)

RowSecurityActiveByText calls the stored function 'pg_catalog.row_security_active(text) boolean' on db.

func RowToJSONByRecord

func RowToJSONByRecord(ctx context.Context, db DB, p0 pgtypes.Record) ([]byte, error)

RowToJSONByRecord calls the stored function 'pg_catalog.row_to_json(record) json' on db.

func RowToJSONByRecordAndBoolean

func RowToJSONByRecordAndBoolean(ctx context.Context, db DB, p0 pgtypes.Record, p1 bool) ([]byte, error)

RowToJSONByRecordAndBoolean calls the stored function 'pg_catalog.row_to_json(record, boolean) json' on db.

func RpadByTextAndInteger

func RpadByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error)

RpadByTextAndInteger calls the stored function 'pg_catalog.rpad(text, integer) text' on db.

func RpadByTextIntegerAndText

func RpadByTextIntegerAndText(ctx context.Context, db DB, p0 string, p1 int, p2 string) (string, error)

RpadByTextIntegerAndText calls the stored function 'pg_catalog.rpad(text, integer, text) text' on db.

func RtrimByByteaAndBytea

func RtrimByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

RtrimByByteaAndBytea calls the stored function 'pg_catalog.rtrim(bytea, bytea) bytea' on db.

func RtrimByText

func RtrimByText(ctx context.Context, db DB, p0 string) (string, error)

RtrimByText calls the stored function 'pg_catalog.rtrim(text) text' on db.

func RtrimByTextAndText

func RtrimByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

RtrimByTextAndText calls the stored function 'pg_catalog.rtrim(text, text) text' on db.

func Scalargejoinsel

func Scalargejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Scalargejoinsel calls the stored function 'pg_catalog.scalargejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Scalargesel

func Scalargesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Scalargesel calls the stored function 'pg_catalog.scalargesel(internal, oid, internal, integer) double precision' on db.

func Scalargtjoinsel

func Scalargtjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Scalargtjoinsel calls the stored function 'pg_catalog.scalargtjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Scalargtsel

func Scalargtsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Scalargtsel calls the stored function 'pg_catalog.scalargtsel(internal, oid, internal, integer) double precision' on db.

func Scalarlejoinsel

func Scalarlejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Scalarlejoinsel calls the stored function 'pg_catalog.scalarlejoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Scalarlesel

func Scalarlesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Scalarlesel calls the stored function 'pg_catalog.scalarlesel(internal, oid, internal, integer) double precision' on db.

func Scalarltjoinsel

func Scalarltjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Scalarltjoinsel calls the stored function 'pg_catalog.scalarltjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Scalarltsel

func Scalarltsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Scalarltsel calls the stored function 'pg_catalog.scalarltsel(internal, oid, internal, integer) double precision' on db.

func Scale

func Scale(ctx context.Context, db DB, p0 float64) (int, error)

Scale calls the stored function 'pg_catalog.scale(numeric) integer' on db.

func SchemaToXML

func SchemaToXML(ctx context.Context, db DB, schema string, nulls, tableforest bool, targetns string) ([]byte, error)

SchemaToXML calls the stored function 'pg_catalog.schema_to_xml(name, boolean, boolean, text) xml' on db.

func SchemaToXMLAndXmlschema

func SchemaToXMLAndXmlschema(ctx context.Context, db DB, schema string, nulls, tableforest bool, targetns string) ([]byte, error)

SchemaToXMLAndXmlschema calls the stored function 'pg_catalog.schema_to_xml_and_xmlschema(name, boolean, boolean, text) xml' on db.

func SchemaToXmlschema

func SchemaToXmlschema(ctx context.Context, db DB, schema string, nulls, tableforest bool, targetns string) ([]byte, error)

SchemaToXmlschema calls the stored function 'pg_catalog.schema_to_xmlschema(name, boolean, boolean, text) xml' on db.

func SessionUser

func SessionUser(ctx context.Context, db DB) (string, error)

SessionUser calls the stored function 'pg_catalog.session_user() name' on db.

func SetBitByBitIntegerAndInteger

func SetBitByBitIntegerAndInteger(ctx context.Context, db DB, p0 uint8, p1, p2 int) (uint8, error)

SetBitByBitIntegerAndInteger calls the stored function 'pg_catalog.set_bit(bit, integer, integer) bit' on db.

func SetBitByByteaBigintAndInteger

func SetBitByByteaBigintAndInteger(ctx context.Context, db DB, p0 []byte, p1 int64, p2 int) ([]byte, error)

SetBitByByteaBigintAndInteger calls the stored function 'pg_catalog.set_bit(bytea, bigint, integer) bytea' on db.

func SetByte

func SetByte(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error)

SetByte calls the stored function 'pg_catalog.set_byte(bytea, integer, integer) bytea' on db.

func SetConfig

func SetConfig(ctx context.Context, db DB, p0, p1 string, p2 bool) (string, error)

SetConfig calls the stored function 'pg_catalog.set_config(text, text, boolean) text' on db.

func SetErrorLogger

func SetErrorLogger(logger interface{})

SetErrorLogger sets the package error logger. Valid logger types:

io.Writer
func(string, ...interface{}) (int, error) // fmt.Printf
func(string, ...interface{}) // log.Printf

func SetLogger

func SetLogger(logger interface{})

SetLogger sets the package logger. Valid logger types:

io.Writer
func(string, ...interface{}) (int, error) // fmt.Printf
func(string, ...interface{}) // log.Printf

func SetMasklenByCidrAndInteger

func SetMasklenByCidrAndInteger(ctx context.Context, db DB, p0 pgtypes.Cidr, p1 int) (pgtypes.Cidr, error)

SetMasklenByCidrAndInteger calls the stored function 'pg_catalog.set_masklen(cidr, integer) cidr' on db.

func SetMasklenByInetAndInteger

func SetMasklenByInetAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error)

SetMasklenByInetAndInteger calls the stored function 'pg_catalog.set_masklen(inet, integer) inet' on db.

func Setseed

func Setseed(ctx context.Context, db DB, p0 float64) error

Setseed calls the stored function 'pg_catalog.setseed(double precision)' on db.

func SetvalByRegclassAndBigint

func SetvalByRegclassAndBigint(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) (int64, error)

SetvalByRegclassAndBigint calls the stored function 'pg_catalog.setval(regclass, bigint) bigint' on db.

func SetvalByRegclassBigintAndBoolean

func SetvalByRegclassBigintAndBoolean(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64, p2 bool) (int64, error)

SetvalByRegclassBigintAndBoolean calls the stored function 'pg_catalog.setval(regclass, bigint, boolean) bigint' on db.

func SetweightByTsvectorAndChar

func SetweightByTsvectorAndChar(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Char) (pgtypes.Tsvector, error)

SetweightByTsvectorAndChar calls the stored function 'pg_catalog.setweight(tsvector, "char") tsvector' on db.

func SetweightByTsvectorCharAndText

func SetweightByTsvectorCharAndText(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Char, p2 StringSlice) (pgtypes.Tsvector, error)

SetweightByTsvectorCharAndText calls the stored function 'pg_catalog.setweight(tsvector, "char", text) tsvector' on db.

func Sha224

func Sha224(ctx context.Context, db DB, p0 []byte) ([]byte, error)

Sha224 calls the stored function 'pg_catalog.sha224(bytea) bytea' on db.

func Sha256

func Sha256(ctx context.Context, db DB, p0 []byte) ([]byte, error)

Sha256 calls the stored function 'pg_catalog.sha256(bytea) bytea' on db.

func Sha384

func Sha384(ctx context.Context, db DB, p0 []byte) ([]byte, error)

Sha384 calls the stored function 'pg_catalog.sha384(bytea) bytea' on db.

func Sha512

func Sha512(ctx context.Context, db DB, p0 []byte) ([]byte, error)

Sha512 calls the stored function 'pg_catalog.sha512(bytea) bytea' on db.

func ShiftJis2004ToEucJis2004

func ShiftJis2004ToEucJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

ShiftJis2004ToEucJis2004 calls the stored function 'pg_catalog.shift_jis_2004_to_euc_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.

func ShiftJis2004ToUTF8

func ShiftJis2004ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

ShiftJis2004ToUTF8 calls the stored function 'pg_catalog.shift_jis_2004_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func ShobjDescription

func ShobjDescription(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (string, error)

ShobjDescription calls the stored function 'pg_catalog.shobj_description(oid, name) text' on db.

func SignByDoublePrecision

func SignByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

SignByDoublePrecision calls the stored function 'pg_catalog.sign(double precision) double precision' on db.

func SignByNumeric

func SignByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

SignByNumeric calls the stored function 'pg_catalog.sign(numeric) numeric' on db.

func SimilarEscape

func SimilarEscape(ctx context.Context, db DB, p0, p1 string) (string, error)

SimilarEscape calls the stored function 'pg_catalog.similar_escape(text, text) text' on db.

func SimilarToEscapeByText

func SimilarToEscapeByText(ctx context.Context, db DB, p0 string) (string, error)

SimilarToEscapeByText calls the stored function 'pg_catalog.similar_to_escape(text) text' on db.

func SimilarToEscapeByTextAndText

func SimilarToEscapeByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

SimilarToEscapeByTextAndText calls the stored function 'pg_catalog.similar_to_escape(text, text) text' on db.

func Sin

func Sin(ctx context.Context, db DB, p0 float64) (float64, error)

Sin calls the stored function 'pg_catalog.sin(double precision) double precision' on db.

func Sind

func Sind(ctx context.Context, db DB, p0 float64) (float64, error)

Sind calls the stored function 'pg_catalog.sind(double precision) double precision' on db.

func Sinh

func Sinh(ctx context.Context, db DB, p0 float64) (float64, error)

Sinh calls the stored function 'pg_catalog.sinh(double precision) double precision' on db.

func SjisToEucJp

func SjisToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

SjisToEucJp calls the stored function 'pg_catalog.sjis_to_euc_jp(integer, integer, cstring, internal, integer, boolean) integer' on db.

func SjisToMic

func SjisToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

SjisToMic calls the stored function 'pg_catalog.sjis_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func SjisToUTF8

func SjisToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

SjisToUTF8 calls the stored function 'pg_catalog.sjis_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Slope

func Slope(ctx context.Context, db DB, p0, p1 pgtypes.Point) (float64, error)

Slope calls the stored function 'pg_catalog.slope(point, point) double precision' on db.

func SpgBboxQuadConfig

func SpgBboxQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgBboxQuadConfig calls the stored function 'pg_catalog.spg_bbox_quad_config(internal, internal)' on db.

func SpgBoxQuadChoose

func SpgBoxQuadChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgBoxQuadChoose calls the stored function 'pg_catalog.spg_box_quad_choose(internal, internal)' on db.

func SpgBoxQuadConfig

func SpgBoxQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgBoxQuadConfig calls the stored function 'pg_catalog.spg_box_quad_config(internal, internal)' on db.

func SpgBoxQuadInnerConsistent

func SpgBoxQuadInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgBoxQuadInnerConsistent calls the stored function 'pg_catalog.spg_box_quad_inner_consistent(internal, internal)' on db.

func SpgBoxQuadLeafConsistent

func SpgBoxQuadLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error)

SpgBoxQuadLeafConsistent calls the stored function 'pg_catalog.spg_box_quad_leaf_consistent(internal, internal) boolean' on db.

func SpgBoxQuadPicksplit

func SpgBoxQuadPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgBoxQuadPicksplit calls the stored function 'pg_catalog.spg_box_quad_picksplit(internal, internal)' on db.

func SpgKdChoose

func SpgKdChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgKdChoose calls the stored function 'pg_catalog.spg_kd_choose(internal, internal)' on db.

func SpgKdConfig

func SpgKdConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgKdConfig calls the stored function 'pg_catalog.spg_kd_config(internal, internal)' on db.

func SpgKdInnerConsistent

func SpgKdInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgKdInnerConsistent calls the stored function 'pg_catalog.spg_kd_inner_consistent(internal, internal)' on db.

func SpgKdPicksplit

func SpgKdPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgKdPicksplit calls the stored function 'pg_catalog.spg_kd_picksplit(internal, internal)' on db.

func SpgPolyQuadCompress

func SpgPolyQuadCompress(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Box, error)

SpgPolyQuadCompress calls the stored function 'pg_catalog.spg_poly_quad_compress(polygon) box' on db.

func SpgQuadChoose

func SpgQuadChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgQuadChoose calls the stored function 'pg_catalog.spg_quad_choose(internal, internal)' on db.

func SpgQuadConfig

func SpgQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgQuadConfig calls the stored function 'pg_catalog.spg_quad_config(internal, internal)' on db.

func SpgQuadInnerConsistent

func SpgQuadInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgQuadInnerConsistent calls the stored function 'pg_catalog.spg_quad_inner_consistent(internal, internal)' on db.

func SpgQuadLeafConsistent

func SpgQuadLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error)

SpgQuadLeafConsistent calls the stored function 'pg_catalog.spg_quad_leaf_consistent(internal, internal) boolean' on db.

func SpgQuadPicksplit

func SpgQuadPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgQuadPicksplit calls the stored function 'pg_catalog.spg_quad_picksplit(internal, internal)' on db.

func SpgRangeQuadChoose

func SpgRangeQuadChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgRangeQuadChoose calls the stored function 'pg_catalog.spg_range_quad_choose(internal, internal)' on db.

func SpgRangeQuadConfig

func SpgRangeQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgRangeQuadConfig calls the stored function 'pg_catalog.spg_range_quad_config(internal, internal)' on db.

func SpgRangeQuadInnerConsistent

func SpgRangeQuadInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgRangeQuadInnerConsistent calls the stored function 'pg_catalog.spg_range_quad_inner_consistent(internal, internal)' on db.

func SpgRangeQuadLeafConsistent

func SpgRangeQuadLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error)

SpgRangeQuadLeafConsistent calls the stored function 'pg_catalog.spg_range_quad_leaf_consistent(internal, internal) boolean' on db.

func SpgRangeQuadPicksplit

func SpgRangeQuadPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgRangeQuadPicksplit calls the stored function 'pg_catalog.spg_range_quad_picksplit(internal, internal)' on db.

func SpgTextChoose

func SpgTextChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgTextChoose calls the stored function 'pg_catalog.spg_text_choose(internal, internal)' on db.

func SpgTextConfig

func SpgTextConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgTextConfig calls the stored function 'pg_catalog.spg_text_config(internal, internal)' on db.

func SpgTextInnerConsistent

func SpgTextInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgTextInnerConsistent calls the stored function 'pg_catalog.spg_text_inner_consistent(internal, internal)' on db.

func SpgTextLeafConsistent

func SpgTextLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error)

SpgTextLeafConsistent calls the stored function 'pg_catalog.spg_text_leaf_consistent(internal, internal) boolean' on db.

func SpgTextPicksplit

func SpgTextPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error

SpgTextPicksplit calls the stored function 'pg_catalog.spg_text_picksplit(internal, internal)' on db.

func Spghandler

func Spghandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error)

Spghandler calls the stored function 'pg_catalog.spghandler(internal) index_am_handler' on db.

func SplitPart

func SplitPart(ctx context.Context, db DB, p0, p1 string, p2 int) (string, error)

SplitPart calls the stored function 'pg_catalog.split_part(text, text, integer) text' on db.

func SqrtByDoublePrecision

func SqrtByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

SqrtByDoublePrecision calls the stored function 'pg_catalog.sqrt(double precision) double precision' on db.

func SqrtByNumeric

func SqrtByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

SqrtByNumeric calls the stored function 'pg_catalog.sqrt(numeric) numeric' on db.

func StartsWith

func StartsWith(ctx context.Context, db DB, p0, p1 string) (bool, error)

StartsWith calls the stored function 'pg_catalog.starts_with(text, text) boolean' on db.

func StatementTimestamp

func StatementTimestamp(ctx context.Context, db DB) (time.Time, error)

StatementTimestamp calls the stored function 'pg_catalog.statement_timestamp() timestamp with time zone' on db.

func StringAggFinalfn

func StringAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error)

StringAggFinalfn calls the stored function 'pg_catalog.string_agg_finalfn(internal) text' on db.

func StringAggTransfn

func StringAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 string) (pgtypes.Internal, error)

StringAggTransfn calls the stored function 'pg_catalog.string_agg_transfn(internal, text, text) internal' on db.

func StringToTableByTextAndText

func StringToTableByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

StringToTableByTextAndText calls the stored function 'pg_catalog.string_to_table(text, text) text' on db.

func StringToTableByTextTextAndText

func StringToTableByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error)

StringToTableByTextTextAndText calls the stored function 'pg_catalog.string_to_table(text, text, text) text' on db.

func Strip

func Strip(ctx context.Context, db DB, p0 pgtypes.Tsvector) (pgtypes.Tsvector, error)

Strip calls the stored function 'pg_catalog.strip(tsvector) tsvector' on db.

func Strpos

func Strpos(ctx context.Context, db DB, p0, p1 string) (int, error)

Strpos calls the stored function 'pg_catalog.strpos(text, text) integer' on db.

func SubstrByByteaAndInteger

func SubstrByByteaAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error)

SubstrByByteaAndInteger calls the stored function 'pg_catalog.substr(bytea, integer) bytea' on db.

func SubstrByByteaIntegerAndInteger

func SubstrByByteaIntegerAndInteger(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error)

SubstrByByteaIntegerAndInteger calls the stored function 'pg_catalog.substr(bytea, integer, integer) bytea' on db.

func SubstrByTextAndInteger

func SubstrByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error)

SubstrByTextAndInteger calls the stored function 'pg_catalog.substr(text, integer) text' on db.

func SubstrByTextIntegerAndInteger

func SubstrByTextIntegerAndInteger(ctx context.Context, db DB, p0 string, p1, p2 int) (string, error)

SubstrByTextIntegerAndInteger calls the stored function 'pg_catalog.substr(text, integer, integer) text' on db.

func SubstringByBitAndInteger

func SubstringByBitAndInteger(ctx context.Context, db DB, p0 uint8, p1 int) (uint8, error)

SubstringByBitAndInteger calls the stored function 'pg_catalog.substring(bit, integer) bit' on db.

func SubstringByBitIntegerAndInteger

func SubstringByBitIntegerAndInteger(ctx context.Context, db DB, p0 uint8, p1, p2 int) (uint8, error)

SubstringByBitIntegerAndInteger calls the stored function 'pg_catalog.substring(bit, integer, integer) bit' on db.

func SubstringByByteaAndInteger

func SubstringByByteaAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error)

SubstringByByteaAndInteger calls the stored function 'pg_catalog.substring(bytea, integer) bytea' on db.

func SubstringByByteaIntegerAndInteger

func SubstringByByteaIntegerAndInteger(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error)

SubstringByByteaIntegerAndInteger calls the stored function 'pg_catalog.substring(bytea, integer, integer) bytea' on db.

func SubstringByTextAndInteger

func SubstringByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error)

SubstringByTextAndInteger calls the stored function 'pg_catalog.substring(text, integer) text' on db.

func SubstringByTextAndText

func SubstringByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error)

SubstringByTextAndText calls the stored function 'pg_catalog.substring(text, text) text' on db.

func SubstringByTextIntegerAndInteger

func SubstringByTextIntegerAndInteger(ctx context.Context, db DB, p0 string, p1, p2 int) (string, error)

SubstringByTextIntegerAndInteger calls the stored function 'pg_catalog.substring(text, integer, integer) text' on db.

func SubstringByTextTextAndText

func SubstringByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error)

SubstringByTextTextAndText calls the stored function 'pg_catalog.substring(text, text, text) text' on db.

func SuppressRedundantUpdatesTrigger

func SuppressRedundantUpdatesTrigger(ctx context.Context, db DB) (pgtypes.Trigger, error)

SuppressRedundantUpdatesTrigger calls the stored function 'pg_catalog.suppress_redundant_updates_trigger() trigger' on db.

func System

func System(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TsmHandler, error)

System calls the stored function 'pg_catalog.system(internal) tsm_handler' on db.

func TableToXML

func TableToXML(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, targetns string) ([]byte, error)

TableToXML calls the stored function 'pg_catalog.table_to_xml(regclass, boolean, boolean, text) xml' on db.

func TableToXMLAndXmlschema

func TableToXMLAndXmlschema(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, targetns string) ([]byte, error)

TableToXMLAndXmlschema calls the stored function 'pg_catalog.table_to_xml_and_xmlschema(regclass, boolean, boolean, text) xml' on db.

func TableToXmlschema

func TableToXmlschema(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, targetns string) ([]byte, error)

TableToXmlschema calls the stored function 'pg_catalog.table_to_xmlschema(regclass, boolean, boolean, text) xml' on db.

func Tan

func Tan(ctx context.Context, db DB, p0 float64) (float64, error)

Tan calls the stored function 'pg_catalog.tan(double precision) double precision' on db.

func Tand

func Tand(ctx context.Context, db DB, p0 float64) (float64, error)

Tand calls the stored function 'pg_catalog.tand(double precision) double precision' on db.

func Tanh

func Tanh(ctx context.Context, db DB, p0 float64) (float64, error)

Tanh calls the stored function 'pg_catalog.tanh(double precision) double precision' on db.

func TextByBoolean

func TextByBoolean(ctx context.Context, db DB, p0 bool) (string, error)

TextByBoolean calls the stored function 'pg_catalog.text(boolean) text' on db.

func TextByChar

func TextByChar(ctx context.Context, db DB, p0 pgtypes.Char) (string, error)

TextByChar calls the stored function 'pg_catalog.text("char") text' on db.

func TextByCharacter

func TextByCharacter(ctx context.Context, db DB, p0 string) (string, error)

TextByCharacter calls the stored function 'pg_catalog.text(character) text' on db.

func TextByInet

func TextByInet(ctx context.Context, db DB, p0 string) (string, error)

TextByInet calls the stored function 'pg_catalog.text(inet) text' on db.

func TextByName

func TextByName(ctx context.Context, db DB, p0 string) (string, error)

TextByName calls the stored function 'pg_catalog.text(name) text' on db.

func TextByXML

func TextByXML(ctx context.Context, db DB, p0 []byte) (string, error)

TextByXML calls the stored function 'pg_catalog.text(xml) text' on db.

func TextGe

func TextGe(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextGe calls the stored function 'pg_catalog.text_ge(text, text) boolean' on db.

func TextGt

func TextGt(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextGt calls the stored function 'pg_catalog.text_gt(text, text) boolean' on db.

func TextLarger

func TextLarger(ctx context.Context, db DB, p0, p1 string) (string, error)

TextLarger calls the stored function 'pg_catalog.text_larger(text, text) text' on db.

func TextLe

func TextLe(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextLe calls the stored function 'pg_catalog.text_le(text, text) boolean' on db.

func TextLt

func TextLt(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextLt calls the stored function 'pg_catalog.text_lt(text, text) boolean' on db.

func TextPatternGe

func TextPatternGe(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextPatternGe calls the stored function 'pg_catalog.text_pattern_ge(text, text) boolean' on db.

func TextPatternGt

func TextPatternGt(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextPatternGt calls the stored function 'pg_catalog.text_pattern_gt(text, text) boolean' on db.

func TextPatternLe

func TextPatternLe(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextPatternLe calls the stored function 'pg_catalog.text_pattern_le(text, text) boolean' on db.

func TextPatternLt

func TextPatternLt(ctx context.Context, db DB, p0, p1 string) (bool, error)

TextPatternLt calls the stored function 'pg_catalog.text_pattern_lt(text, text) boolean' on db.

func TextSmaller

func TextSmaller(ctx context.Context, db DB, p0, p1 string) (string, error)

TextSmaller calls the stored function 'pg_catalog.text_smaller(text, text) text' on db.

func Textanycat

func Textanycat(ctx context.Context, db DB, p0 string, p1 pgtypes.Anynonarray) (string, error)

Textanycat calls the stored function 'pg_catalog.textanycat(text, anynonarray) text' on db.

func Textcat

func Textcat(ctx context.Context, db DB, p0, p1 string) (string, error)

Textcat calls the stored function 'pg_catalog.textcat(text, text) text' on db.

func Texteq

func Texteq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Texteq calls the stored function 'pg_catalog.texteq(text, text) boolean' on db.

func Texteqname

func Texteqname(ctx context.Context, db DB, p0, p1 string) (bool, error)

Texteqname calls the stored function 'pg_catalog.texteqname(text, name) boolean' on db.

func Textgename

func Textgename(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textgename calls the stored function 'pg_catalog.textgename(text, name) boolean' on db.

func Textgtname

func Textgtname(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textgtname calls the stored function 'pg_catalog.textgtname(text, name) boolean' on db.

func Texticlike

func Texticlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Texticlike calls the stored function 'pg_catalog.texticlike(text, text) boolean' on db.

func TexticlikeSupport

func TexticlikeSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

TexticlikeSupport calls the stored function 'pg_catalog.texticlike_support(internal) internal' on db.

func Texticnlike

func Texticnlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Texticnlike calls the stored function 'pg_catalog.texticnlike(text, text) boolean' on db.

func Texticregexeq

func Texticregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Texticregexeq calls the stored function 'pg_catalog.texticregexeq(text, text) boolean' on db.

func TexticregexeqSupport

func TexticregexeqSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

TexticregexeqSupport calls the stored function 'pg_catalog.texticregexeq_support(internal) internal' on db.

func Texticregexne

func Texticregexne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Texticregexne calls the stored function 'pg_catalog.texticregexne(text, text) boolean' on db.

func Textlen

func Textlen(ctx context.Context, db DB, p0 string) (int, error)

Textlen calls the stored function 'pg_catalog.textlen(text) integer' on db.

func Textlename

func Textlename(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textlename calls the stored function 'pg_catalog.textlename(text, name) boolean' on db.

func Textlike

func Textlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textlike calls the stored function 'pg_catalog.textlike(text, text) boolean' on db.

func TextlikeSupport

func TextlikeSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

TextlikeSupport calls the stored function 'pg_catalog.textlike_support(internal) internal' on db.

func Textltname

func Textltname(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textltname calls the stored function 'pg_catalog.textltname(text, name) boolean' on db.

func Textne

func Textne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textne calls the stored function 'pg_catalog.textne(text, text) boolean' on db.

func Textnename

func Textnename(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textnename calls the stored function 'pg_catalog.textnename(text, name) boolean' on db.

func Textnlike

func Textnlike(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textnlike calls the stored function 'pg_catalog.textnlike(text, text) boolean' on db.

func Textrecv

func Textrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error)

Textrecv calls the stored function 'pg_catalog.textrecv(internal) text' on db.

func Textregexeq

func Textregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textregexeq calls the stored function 'pg_catalog.textregexeq(text, text) boolean' on db.

func TextregexeqSupport

func TextregexeqSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

TextregexeqSupport calls the stored function 'pg_catalog.textregexeq_support(internal) internal' on db.

func Textregexne

func Textregexne(ctx context.Context, db DB, p0, p1 string) (bool, error)

Textregexne calls the stored function 'pg_catalog.textregexne(text, text) boolean' on db.

func Textsend

func Textsend(ctx context.Context, db DB, p0 string) ([]byte, error)

Textsend calls the stored function 'pg_catalog.textsend(text) bytea' on db.

func ThesaurusInit

func ThesaurusInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

ThesaurusInit calls the stored function 'pg_catalog.thesaurus_init(internal) internal' on db.

func ThesaurusLexize

func ThesaurusLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)

ThesaurusLexize calls the stored function 'pg_catalog.thesaurus_lexize(internal, internal, internal, internal) internal' on db.

func Tideq

func Tideq(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error)

Tideq calls the stored function 'pg_catalog.tideq(tid, tid) boolean' on db.

func Tidge

func Tidge(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error)

Tidge calls the stored function 'pg_catalog.tidge(tid, tid) boolean' on db.

func Tidgt

func Tidgt(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error)

Tidgt calls the stored function 'pg_catalog.tidgt(tid, tid) boolean' on db.

func Tidlarger

func Tidlarger(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (pgtypes.Tid, error)

Tidlarger calls the stored function 'pg_catalog.tidlarger(tid, tid) tid' on db.

func Tidle

func Tidle(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error)

Tidle calls the stored function 'pg_catalog.tidle(tid, tid) boolean' on db.

func Tidlt

func Tidlt(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error)

Tidlt calls the stored function 'pg_catalog.tidlt(tid, tid) boolean' on db.

func Tidne

func Tidne(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error)

Tidne calls the stored function 'pg_catalog.tidne(tid, tid) boolean' on db.

func Tidrecv

func Tidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Tid, error)

Tidrecv calls the stored function 'pg_catalog.tidrecv(internal) tid' on db.

func Tidsend

func Tidsend(ctx context.Context, db DB, p0 pgtypes.Tid) ([]byte, error)

Tidsend calls the stored function 'pg_catalog.tidsend(tid) bytea' on db.

func Tidsmaller

func Tidsmaller(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (pgtypes.Tid, error)

Tidsmaller calls the stored function 'pg_catalog.tidsmaller(tid, tid) tid' on db.

func TimeByInterval

func TimeByInterval(ctx context.Context, db DB, p0 []byte) (time.Time, error)

TimeByInterval calls the stored function 'pg_catalog.time(interval) time without time zone' on db.

func TimeByTimeWithTimeZone

func TimeByTimeWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimeByTimeWithTimeZone calls the stored function 'pg_catalog.time(time with time zone) time without time zone' on db.

func TimeByTimeWithoutTimeZoneAndInteger

func TimeByTimeWithoutTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)

TimeByTimeWithoutTimeZoneAndInteger calls the stored function 'pg_catalog.time(time without time zone, integer) time without time zone' on db.

func TimeByTimestampWithTimeZone

func TimeByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimeByTimestampWithTimeZone calls the stored function 'pg_catalog.time(timestamp with time zone) time without time zone' on db.

func TimeByTimestampWithoutTimeZone

func TimeByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimeByTimestampWithoutTimeZone calls the stored function 'pg_catalog.time(timestamp without time zone) time without time zone' on db.

func TimeCmp

func TimeCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimeCmp calls the stored function 'pg_catalog.time_cmp(time without time zone, time without time zone) integer' on db.

func TimeEq

func TimeEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimeEq calls the stored function 'pg_catalog.time_eq(time without time zone, time without time zone) boolean' on db.

func TimeGe

func TimeGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimeGe calls the stored function 'pg_catalog.time_ge(time without time zone, time without time zone) boolean' on db.

func TimeGt

func TimeGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimeGt calls the stored function 'pg_catalog.time_gt(time without time zone, time without time zone) boolean' on db.

func TimeHash

func TimeHash(ctx context.Context, db DB, p0 time.Time) (int, error)

TimeHash calls the stored function 'pg_catalog.time_hash(time without time zone) integer' on db.

func TimeHashExtended

func TimeHashExtended(ctx context.Context, db DB, p0 time.Time, p1 int64) (int64, error)

TimeHashExtended calls the stored function 'pg_catalog.time_hash_extended(time without time zone, bigint) bigint' on db.

func TimeLarger

func TimeLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimeLarger calls the stored function 'pg_catalog.time_larger(time without time zone, time without time zone) time without time zone' on db.

func TimeLe

func TimeLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimeLe calls the stored function 'pg_catalog.time_le(time without time zone, time without time zone) boolean' on db.

func TimeLt

func TimeLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimeLt calls the stored function 'pg_catalog.time_lt(time without time zone, time without time zone) boolean' on db.

func TimeMiInterval

func TimeMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimeMiInterval calls the stored function 'pg_catalog.time_mi_interval(time without time zone, interval) time without time zone' on db.

func TimeMiTime

func TimeMiTime(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)

TimeMiTime calls the stored function 'pg_catalog.time_mi_time(time without time zone, time without time zone) interval' on db.

func TimeNe

func TimeNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimeNe calls the stored function 'pg_catalog.time_ne(time without time zone, time without time zone) boolean' on db.

func TimePlInterval

func TimePlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimePlInterval calls the stored function 'pg_catalog.time_pl_interval(time without time zone, interval) time without time zone' on db.

func TimeRecv

func TimeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)

TimeRecv calls the stored function 'pg_catalog.time_recv(internal, oid, integer) time without time zone' on db.

func TimeSend

func TimeSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

TimeSend calls the stored function 'pg_catalog.time_send(time without time zone) bytea' on db.

func TimeSmaller

func TimeSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimeSmaller calls the stored function 'pg_catalog.time_smaller(time without time zone, time without time zone) time without time zone' on db.

func TimeSupport

func TimeSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

TimeSupport calls the stored function 'pg_catalog.time_support(internal) internal' on db.

func TimedatePl

func TimedatePl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimedatePl calls the stored function 'pg_catalog.timedate_pl(time without time zone, date) timestamp without time zone' on db.

func Timeofday

func Timeofday(ctx context.Context, db DB) (string, error)

Timeofday calls the stored function 'pg_catalog.timeofday() text' on db.

func TimestampByDate

func TimestampByDate(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimestampByDate calls the stored function 'pg_catalog.timestamp(date) timestamp without time zone' on db.

func TimestampByDateAndTimeWithoutTimeZone

func TimestampByDateAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestampByDateAndTimeWithoutTimeZone calls the stored function 'pg_catalog.timestamp(date, time without time zone) timestamp without time zone' on db.

func TimestampByTimestampWithTimeZone

func TimestampByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimestampByTimestampWithTimeZone calls the stored function 'pg_catalog.timestamp(timestamp with time zone) timestamp without time zone' on db.

func TimestampByTimestampWithoutTimeZoneAndInteger

func TimestampByTimestampWithoutTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)

TimestampByTimestampWithoutTimeZoneAndInteger calls the stored function 'pg_catalog.timestamp(timestamp without time zone, integer) timestamp without time zone' on db.

func TimestampCmp

func TimestampCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimestampCmp calls the stored function 'pg_catalog.timestamp_cmp(timestamp without time zone, timestamp without time zone) integer' on db.

func TimestampCmpDate

func TimestampCmpDate(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimestampCmpDate calls the stored function 'pg_catalog.timestamp_cmp_date(timestamp without time zone, date) integer' on db.

func TimestampCmpTimestamptz

func TimestampCmpTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimestampCmpTimestamptz calls the stored function 'pg_catalog.timestamp_cmp_timestamptz(timestamp without time zone, timestamp with time zone) integer' on db.

func TimestampEq

func TimestampEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampEq calls the stored function 'pg_catalog.timestamp_eq(timestamp without time zone, timestamp without time zone) boolean' on db.

func TimestampEqDate

func TimestampEqDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampEqDate calls the stored function 'pg_catalog.timestamp_eq_date(timestamp without time zone, date) boolean' on db.

func TimestampEqTimestamptz

func TimestampEqTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampEqTimestamptz calls the stored function 'pg_catalog.timestamp_eq_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.

func TimestampGe

func TimestampGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampGe calls the stored function 'pg_catalog.timestamp_ge(timestamp without time zone, timestamp without time zone) boolean' on db.

func TimestampGeDate

func TimestampGeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampGeDate calls the stored function 'pg_catalog.timestamp_ge_date(timestamp without time zone, date) boolean' on db.

func TimestampGeTimestamptz

func TimestampGeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampGeTimestamptz calls the stored function 'pg_catalog.timestamp_ge_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.

func TimestampGt

func TimestampGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampGt calls the stored function 'pg_catalog.timestamp_gt(timestamp without time zone, timestamp without time zone) boolean' on db.

func TimestampGtDate

func TimestampGtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampGtDate calls the stored function 'pg_catalog.timestamp_gt_date(timestamp without time zone, date) boolean' on db.

func TimestampGtTimestamptz

func TimestampGtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampGtTimestamptz calls the stored function 'pg_catalog.timestamp_gt_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.

func TimestampHash

func TimestampHash(ctx context.Context, db DB, p0 time.Time) (int, error)

TimestampHash calls the stored function 'pg_catalog.timestamp_hash(timestamp without time zone) integer' on db.

func TimestampHashExtended

func TimestampHashExtended(ctx context.Context, db DB, p0 time.Time, p1 int64) (int64, error)

TimestampHashExtended calls the stored function 'pg_catalog.timestamp_hash_extended(timestamp without time zone, bigint) bigint' on db.

func TimestampLarger

func TimestampLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestampLarger calls the stored function 'pg_catalog.timestamp_larger(timestamp without time zone, timestamp without time zone) timestamp without time zone' on db.

func TimestampLe

func TimestampLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampLe calls the stored function 'pg_catalog.timestamp_le(timestamp without time zone, timestamp without time zone) boolean' on db.

func TimestampLeDate

func TimestampLeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampLeDate calls the stored function 'pg_catalog.timestamp_le_date(timestamp without time zone, date) boolean' on db.

func TimestampLeTimestamptz

func TimestampLeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampLeTimestamptz calls the stored function 'pg_catalog.timestamp_le_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.

func TimestampLt

func TimestampLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampLt calls the stored function 'pg_catalog.timestamp_lt(timestamp without time zone, timestamp without time zone) boolean' on db.

func TimestampLtDate

func TimestampLtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampLtDate calls the stored function 'pg_catalog.timestamp_lt_date(timestamp without time zone, date) boolean' on db.

func TimestampLtTimestamptz

func TimestampLtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampLtTimestamptz calls the stored function 'pg_catalog.timestamp_lt_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.

func TimestampMi

func TimestampMi(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)

TimestampMi calls the stored function 'pg_catalog.timestamp_mi(timestamp without time zone, timestamp without time zone) interval' on db.

func TimestampMiInterval

func TimestampMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimestampMiInterval calls the stored function 'pg_catalog.timestamp_mi_interval(timestamp without time zone, interval) timestamp without time zone' on db.

func TimestampNe

func TimestampNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampNe calls the stored function 'pg_catalog.timestamp_ne(timestamp without time zone, timestamp without time zone) boolean' on db.

func TimestampNeDate

func TimestampNeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampNeDate calls the stored function 'pg_catalog.timestamp_ne_date(timestamp without time zone, date) boolean' on db.

func TimestampNeTimestamptz

func TimestampNeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestampNeTimestamptz calls the stored function 'pg_catalog.timestamp_ne_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.

func TimestampPlInterval

func TimestampPlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimestampPlInterval calls the stored function 'pg_catalog.timestamp_pl_interval(timestamp without time zone, interval) timestamp without time zone' on db.

func TimestampRecv

func TimestampRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)

TimestampRecv calls the stored function 'pg_catalog.timestamp_recv(internal, oid, integer) timestamp without time zone' on db.

func TimestampSend

func TimestampSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

TimestampSend calls the stored function 'pg_catalog.timestamp_send(timestamp without time zone) bytea' on db.

func TimestampSmaller

func TimestampSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestampSmaller calls the stored function 'pg_catalog.timestamp_smaller(timestamp without time zone, timestamp without time zone) timestamp without time zone' on db.

func TimestampSortsupport

func TimestampSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

TimestampSortsupport calls the stored function 'pg_catalog.timestamp_sortsupport(internal)' on db.

func TimestampSupport

func TimestampSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

TimestampSupport calls the stored function 'pg_catalog.timestamp_support(internal) internal' on db.

func Timestamptypmodin

func Timestamptypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Timestamptypmodin calls the stored function 'pg_catalog.timestamptypmodin(cstring) integer' on db.

func TimestamptzByDate

func TimestamptzByDate(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimestamptzByDate calls the stored function 'pg_catalog.timestamptz(date) timestamp with time zone' on db.

func TimestamptzByDateAndTimeWithTimeZone

func TimestamptzByDateAndTimeWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestamptzByDateAndTimeWithTimeZone calls the stored function 'pg_catalog.timestamptz(date, time with time zone) timestamp with time zone' on db.

func TimestamptzByDateAndTimeWithoutTimeZone

func TimestamptzByDateAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestamptzByDateAndTimeWithoutTimeZone calls the stored function 'pg_catalog.timestamptz(date, time without time zone) timestamp with time zone' on db.

func TimestamptzByTimestampWithTimeZoneAndInteger

func TimestamptzByTimestampWithTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)

TimestamptzByTimestampWithTimeZoneAndInteger calls the stored function 'pg_catalog.timestamptz(timestamp with time zone, integer) timestamp with time zone' on db.

func TimestamptzByTimestampWithoutTimeZone

func TimestamptzByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimestamptzByTimestampWithoutTimeZone calls the stored function 'pg_catalog.timestamptz(timestamp without time zone) timestamp with time zone' on db.

func TimestamptzCmp

func TimestamptzCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimestamptzCmp calls the stored function 'pg_catalog.timestamptz_cmp(timestamp with time zone, timestamp with time zone) integer' on db.

func TimestamptzCmpDate

func TimestamptzCmpDate(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimestamptzCmpDate calls the stored function 'pg_catalog.timestamptz_cmp_date(timestamp with time zone, date) integer' on db.

func TimestamptzCmpTimestamp

func TimestamptzCmpTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimestamptzCmpTimestamp calls the stored function 'pg_catalog.timestamptz_cmp_timestamp(timestamp with time zone, timestamp without time zone) integer' on db.

func TimestamptzEq

func TimestamptzEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzEq calls the stored function 'pg_catalog.timestamptz_eq(timestamp with time zone, timestamp with time zone) boolean' on db.

func TimestamptzEqDate

func TimestamptzEqDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzEqDate calls the stored function 'pg_catalog.timestamptz_eq_date(timestamp with time zone, date) boolean' on db.

func TimestamptzEqTimestamp

func TimestamptzEqTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzEqTimestamp calls the stored function 'pg_catalog.timestamptz_eq_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.

func TimestamptzGe

func TimestamptzGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzGe calls the stored function 'pg_catalog.timestamptz_ge(timestamp with time zone, timestamp with time zone) boolean' on db.

func TimestamptzGeDate

func TimestamptzGeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzGeDate calls the stored function 'pg_catalog.timestamptz_ge_date(timestamp with time zone, date) boolean' on db.

func TimestamptzGeTimestamp

func TimestamptzGeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzGeTimestamp calls the stored function 'pg_catalog.timestamptz_ge_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.

func TimestamptzGt

func TimestamptzGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzGt calls the stored function 'pg_catalog.timestamptz_gt(timestamp with time zone, timestamp with time zone) boolean' on db.

func TimestamptzGtDate

func TimestamptzGtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzGtDate calls the stored function 'pg_catalog.timestamptz_gt_date(timestamp with time zone, date) boolean' on db.

func TimestamptzGtTimestamp

func TimestamptzGtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzGtTimestamp calls the stored function 'pg_catalog.timestamptz_gt_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.

func TimestamptzLarger

func TimestamptzLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestamptzLarger calls the stored function 'pg_catalog.timestamptz_larger(timestamp with time zone, timestamp with time zone) timestamp with time zone' on db.

func TimestamptzLe

func TimestamptzLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzLe calls the stored function 'pg_catalog.timestamptz_le(timestamp with time zone, timestamp with time zone) boolean' on db.

func TimestamptzLeDate

func TimestamptzLeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzLeDate calls the stored function 'pg_catalog.timestamptz_le_date(timestamp with time zone, date) boolean' on db.

func TimestamptzLeTimestamp

func TimestamptzLeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzLeTimestamp calls the stored function 'pg_catalog.timestamptz_le_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.

func TimestamptzLt

func TimestamptzLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzLt calls the stored function 'pg_catalog.timestamptz_lt(timestamp with time zone, timestamp with time zone) boolean' on db.

func TimestamptzLtDate

func TimestamptzLtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzLtDate calls the stored function 'pg_catalog.timestamptz_lt_date(timestamp with time zone, date) boolean' on db.

func TimestamptzLtTimestamp

func TimestamptzLtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzLtTimestamp calls the stored function 'pg_catalog.timestamptz_lt_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.

func TimestamptzMi

func TimestamptzMi(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)

TimestamptzMi calls the stored function 'pg_catalog.timestamptz_mi(timestamp with time zone, timestamp with time zone) interval' on db.

func TimestamptzMiInterval

func TimestamptzMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimestamptzMiInterval calls the stored function 'pg_catalog.timestamptz_mi_interval(timestamp with time zone, interval) timestamp with time zone' on db.

func TimestamptzNe

func TimestamptzNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzNe calls the stored function 'pg_catalog.timestamptz_ne(timestamp with time zone, timestamp with time zone) boolean' on db.

func TimestamptzNeDate

func TimestamptzNeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzNeDate calls the stored function 'pg_catalog.timestamptz_ne_date(timestamp with time zone, date) boolean' on db.

func TimestamptzNeTimestamp

func TimestamptzNeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimestamptzNeTimestamp calls the stored function 'pg_catalog.timestamptz_ne_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.

func TimestamptzPlInterval

func TimestamptzPlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimestamptzPlInterval calls the stored function 'pg_catalog.timestamptz_pl_interval(timestamp with time zone, interval) timestamp with time zone' on db.

func TimestamptzRecv

func TimestamptzRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)

TimestamptzRecv calls the stored function 'pg_catalog.timestamptz_recv(internal, oid, integer) timestamp with time zone' on db.

func TimestamptzSend

func TimestamptzSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

TimestamptzSend calls the stored function 'pg_catalog.timestamptz_send(timestamp with time zone) bytea' on db.

func TimestamptzSmaller

func TimestamptzSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimestamptzSmaller calls the stored function 'pg_catalog.timestamptz_smaller(timestamp with time zone, timestamp with time zone) timestamp with time zone' on db.

func Timestamptztypmodin

func Timestamptztypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Timestamptztypmodin calls the stored function 'pg_catalog.timestamptztypmodin(cstring) integer' on db.

func Timetypmodin

func Timetypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Timetypmodin calls the stored function 'pg_catalog.timetypmodin(cstring) integer' on db.

func TimetzByTimeWithTimeZoneAndInteger

func TimetzByTimeWithTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)

TimetzByTimeWithTimeZoneAndInteger calls the stored function 'pg_catalog.timetz(time with time zone, integer) time with time zone' on db.

func TimetzByTimeWithoutTimeZone

func TimetzByTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimetzByTimeWithoutTimeZone calls the stored function 'pg_catalog.timetz(time without time zone) time with time zone' on db.

func TimetzByTimestampWithTimeZone

func TimetzByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)

TimetzByTimestampWithTimeZone calls the stored function 'pg_catalog.timetz(timestamp with time zone) time with time zone' on db.

func TimetzCmp

func TimetzCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error)

TimetzCmp calls the stored function 'pg_catalog.timetz_cmp(time with time zone, time with time zone) integer' on db.

func TimetzEq

func TimetzEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimetzEq calls the stored function 'pg_catalog.timetz_eq(time with time zone, time with time zone) boolean' on db.

func TimetzGe

func TimetzGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimetzGe calls the stored function 'pg_catalog.timetz_ge(time with time zone, time with time zone) boolean' on db.

func TimetzGt

func TimetzGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimetzGt calls the stored function 'pg_catalog.timetz_gt(time with time zone, time with time zone) boolean' on db.

func TimetzHash

func TimetzHash(ctx context.Context, db DB, p0 time.Time) (int, error)

TimetzHash calls the stored function 'pg_catalog.timetz_hash(time with time zone) integer' on db.

func TimetzHashExtended

func TimetzHashExtended(ctx context.Context, db DB, p0 time.Time, p1 int64) (int64, error)

TimetzHashExtended calls the stored function 'pg_catalog.timetz_hash_extended(time with time zone, bigint) bigint' on db.

func TimetzLarger

func TimetzLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimetzLarger calls the stored function 'pg_catalog.timetz_larger(time with time zone, time with time zone) time with time zone' on db.

func TimetzLe

func TimetzLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimetzLe calls the stored function 'pg_catalog.timetz_le(time with time zone, time with time zone) boolean' on db.

func TimetzLt

func TimetzLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimetzLt calls the stored function 'pg_catalog.timetz_lt(time with time zone, time with time zone) boolean' on db.

func TimetzMiInterval

func TimetzMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimetzMiInterval calls the stored function 'pg_catalog.timetz_mi_interval(time with time zone, interval) time with time zone' on db.

func TimetzNe

func TimetzNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error)

TimetzNe calls the stored function 'pg_catalog.timetz_ne(time with time zone, time with time zone) boolean' on db.

func TimetzPlInterval

func TimetzPlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error)

TimetzPlInterval calls the stored function 'pg_catalog.timetz_pl_interval(time with time zone, interval) time with time zone' on db.

func TimetzRecv

func TimetzRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)

TimetzRecv calls the stored function 'pg_catalog.timetz_recv(internal, oid, integer) time with time zone' on db.

func TimetzSend

func TimetzSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error)

TimetzSend calls the stored function 'pg_catalog.timetz_send(time with time zone) bytea' on db.

func TimetzSmaller

func TimetzSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimetzSmaller calls the stored function 'pg_catalog.timetz_smaller(time with time zone, time with time zone) time with time zone' on db.

func TimetzdatePl

func TimetzdatePl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)

TimetzdatePl calls the stored function 'pg_catalog.timetzdate_pl(time with time zone, date) timestamp with time zone' on db.

func Timetztypmodin

func Timetztypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Timetztypmodin calls the stored function 'pg_catalog.timetztypmodin(cstring) integer' on db.

func TimezoneByIntervalAndTimeWithTimeZone

func TimezoneByIntervalAndTimeWithTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

TimezoneByIntervalAndTimeWithTimeZone calls the stored function 'pg_catalog.timezone(interval, time with time zone) time with time zone' on db.

func TimezoneByIntervalAndTimestampWithTimeZone

func TimezoneByIntervalAndTimestampWithTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

TimezoneByIntervalAndTimestampWithTimeZone calls the stored function 'pg_catalog.timezone(interval, timestamp with time zone) timestamp without time zone' on db.

func TimezoneByIntervalAndTimestampWithoutTimeZone

func TimezoneByIntervalAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)

TimezoneByIntervalAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.timezone(interval, timestamp without time zone) timestamp with time zone' on db.

func TimezoneByTextAndTimeWithTimeZone

func TimezoneByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)

TimezoneByTextAndTimeWithTimeZone calls the stored function 'pg_catalog.timezone(text, time with time zone) time with time zone' on db.

func TimezoneByTextAndTimestampWithTimeZone

func TimezoneByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)

TimezoneByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.timezone(text, timestamp with time zone) timestamp without time zone' on db.

func TimezoneByTextAndTimestampWithoutTimeZone

func TimezoneByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)

TimezoneByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.timezone(text, timestamp without time zone) timestamp with time zone' on db.

func ToASCIIByText

func ToASCIIByText(ctx context.Context, db DB, p0 string) (string, error)

ToASCIIByText calls the stored function 'pg_catalog.to_ascii(text) text' on db.

func ToASCIIByTextAndInteger

func ToASCIIByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error)

ToASCIIByTextAndInteger calls the stored function 'pg_catalog.to_ascii(text, integer) text' on db.

func ToASCIIByTextAndName

func ToASCIIByTextAndName(ctx context.Context, db DB, p0, p1 string) (string, error)

ToASCIIByTextAndName calls the stored function 'pg_catalog.to_ascii(text, name) text' on db.

func ToCharByBigintAndText

func ToCharByBigintAndText(ctx context.Context, db DB, p0 int64, p1 string) (string, error)

ToCharByBigintAndText calls the stored function 'pg_catalog.to_char(bigint, text) text' on db.

func ToCharByDoublePrecisionAndText

func ToCharByDoublePrecisionAndText(ctx context.Context, db DB, p0 float64, p1 string) (string, error)

ToCharByDoublePrecisionAndText calls the stored function 'pg_catalog.to_char(double precision, text) text' on db.

func ToCharByIntegerAndText

func ToCharByIntegerAndText(ctx context.Context, db DB, p0 int, p1 string) (string, error)

ToCharByIntegerAndText calls the stored function 'pg_catalog.to_char(integer, text) text' on db.

func ToCharByIntervalAndText

func ToCharByIntervalAndText(ctx context.Context, db DB, p0 []byte, p1 string) (string, error)

ToCharByIntervalAndText calls the stored function 'pg_catalog.to_char(interval, text) text' on db.

func ToCharByNumericAndText

func ToCharByNumericAndText(ctx context.Context, db DB, p0 float64, p1 string) (string, error)

ToCharByNumericAndText calls the stored function 'pg_catalog.to_char(numeric, text) text' on db.

func ToCharByRealAndText

func ToCharByRealAndText(ctx context.Context, db DB, p0 float32, p1 string) (string, error)

ToCharByRealAndText calls the stored function 'pg_catalog.to_char(real, text) text' on db.

func ToCharByTimestampWithTimeZoneAndText

func ToCharByTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0 time.Time, p1 string) (string, error)

ToCharByTimestampWithTimeZoneAndText calls the stored function 'pg_catalog.to_char(timestamp with time zone, text) text' on db.

func ToCharByTimestampWithoutTimeZoneAndText

func ToCharByTimestampWithoutTimeZoneAndText(ctx context.Context, db DB, p0 time.Time, p1 string) (string, error)

ToCharByTimestampWithoutTimeZoneAndText calls the stored function 'pg_catalog.to_char(timestamp without time zone, text) text' on db.

func ToDate

func ToDate(ctx context.Context, db DB, p0, p1 string) (time.Time, error)

ToDate calls the stored function 'pg_catalog.to_date(text, text) date' on db.

func ToHexByBigint

func ToHexByBigint(ctx context.Context, db DB, p0 int64) (string, error)

ToHexByBigint calls the stored function 'pg_catalog.to_hex(bigint) text' on db.

func ToHexByInteger

func ToHexByInteger(ctx context.Context, db DB, p0 int) (string, error)

ToHexByInteger calls the stored function 'pg_catalog.to_hex(integer) text' on db.

func ToJSON

func ToJSON(ctx context.Context, db DB, p0 pgtypes.Anyelement) ([]byte, error)

ToJSON calls the stored function 'pg_catalog.to_json(anyelement) json' on db.

func ToJsonb

func ToJsonb(ctx context.Context, db DB, p0 pgtypes.Anyelement) ([]byte, error)

ToJsonb calls the stored function 'pg_catalog.to_jsonb(anyelement) jsonb' on db.

func ToNumber

func ToNumber(ctx context.Context, db DB, p0, p1 string) (float64, error)

ToNumber calls the stored function 'pg_catalog.to_number(text, text) numeric' on db.

func ToRegclass

func ToRegclass(ctx context.Context, db DB, p0 string) (pgtypes.Regclass, error)

ToRegclass calls the stored function 'pg_catalog.to_regclass(text) regclass' on db.

func ToRegcollation

func ToRegcollation(ctx context.Context, db DB, p0 string) (pgtypes.Regcollation, error)

ToRegcollation calls the stored function 'pg_catalog.to_regcollation(text) regcollation' on db.

func ToRegnamespace

func ToRegnamespace(ctx context.Context, db DB, p0 string) (pgtypes.Regnamespace, error)

ToRegnamespace calls the stored function 'pg_catalog.to_regnamespace(text) regnamespace' on db.

func ToRegoper

func ToRegoper(ctx context.Context, db DB, p0 string) (pgtypes.Regoper, error)

ToRegoper calls the stored function 'pg_catalog.to_regoper(text) regoper' on db.

func ToRegoperator

func ToRegoperator(ctx context.Context, db DB, p0 string) (pgtypes.Regoperator, error)

ToRegoperator calls the stored function 'pg_catalog.to_regoperator(text) regoperator' on db.

func ToRegproc

func ToRegproc(ctx context.Context, db DB, p0 string) (pgtypes.Regproc, error)

ToRegproc calls the stored function 'pg_catalog.to_regproc(text) regproc' on db.

func ToRegprocedure

func ToRegprocedure(ctx context.Context, db DB, p0 string) (pgtypes.Regprocedure, error)

ToRegprocedure calls the stored function 'pg_catalog.to_regprocedure(text) regprocedure' on db.

func ToRegrole

func ToRegrole(ctx context.Context, db DB, p0 string) (pgtypes.Regrole, error)

ToRegrole calls the stored function 'pg_catalog.to_regrole(text) regrole' on db.

func ToRegtype

func ToRegtype(ctx context.Context, db DB, p0 string) (pgtypes.Regtype, error)

ToRegtype calls the stored function 'pg_catalog.to_regtype(text) regtype' on db.

func ToTimestampByDoublePrecision

func ToTimestampByDoublePrecision(ctx context.Context, db DB, p0 float64) (time.Time, error)

ToTimestampByDoublePrecision calls the stored function 'pg_catalog.to_timestamp(double precision) timestamp with time zone' on db.

func ToTimestampByTextAndText

func ToTimestampByTextAndText(ctx context.Context, db DB, p0, p1 string) (time.Time, error)

ToTimestampByTextAndText calls the stored function 'pg_catalog.to_timestamp(text, text) timestamp with time zone' on db.

func ToTsqueryByRegconfigAndText

func ToTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)

ToTsqueryByRegconfigAndText calls the stored function 'pg_catalog.to_tsquery(regconfig, text) tsquery' on db.

func ToTsqueryByText

func ToTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error)

ToTsqueryByText calls the stored function 'pg_catalog.to_tsquery(text) tsquery' on db.

func ToTsvectorByJSON

func ToTsvectorByJSON(ctx context.Context, db DB, p0 []byte) (pgtypes.Tsvector, error)

ToTsvectorByJSON calls the stored function 'pg_catalog.to_tsvector(json) tsvector' on db.

func ToTsvectorByJsonb

func ToTsvectorByJsonb(ctx context.Context, db DB, p0 []byte) (pgtypes.Tsvector, error)

ToTsvectorByJsonb calls the stored function 'pg_catalog.to_tsvector(jsonb) tsvector' on db.

func ToTsvectorByRegconfigAndJSON

func ToTsvectorByRegconfigAndJSON(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte) (pgtypes.Tsvector, error)

ToTsvectorByRegconfigAndJSON calls the stored function 'pg_catalog.to_tsvector(regconfig, json) tsvector' on db.

func ToTsvectorByRegconfigAndJsonb

func ToTsvectorByRegconfigAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte) (pgtypes.Tsvector, error)

ToTsvectorByRegconfigAndJsonb calls the stored function 'pg_catalog.to_tsvector(regconfig, jsonb) tsvector' on db.

func ToTsvectorByRegconfigAndText

func ToTsvectorByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsvector, error)

ToTsvectorByRegconfigAndText calls the stored function 'pg_catalog.to_tsvector(regconfig, text) tsvector' on db.

func ToTsvectorByText

func ToTsvectorByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsvector, error)

ToTsvectorByText calls the stored function 'pg_catalog.to_tsvector(text) tsvector' on db.

func TransactionTimestamp

func TransactionTimestamp(ctx context.Context, db DB) (time.Time, error)

TransactionTimestamp calls the stored function 'pg_catalog.transaction_timestamp() timestamp with time zone' on db.

func Translate

func Translate(ctx context.Context, db DB, p0, p1, p2 string) (string, error)

Translate calls the stored function 'pg_catalog.translate(text, text, text) text' on db.

func TrimArray

func TrimArray(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (pgtypes.Anyarray, error)

TrimArray calls the stored function 'pg_catalog.trim_array(anyarray, integer) anyarray' on db.

func TrimScale

func TrimScale(ctx context.Context, db DB, p0 float64) (float64, error)

TrimScale calls the stored function 'pg_catalog.trim_scale(numeric) numeric' on db.

func TruncByDoublePrecision

func TruncByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error)

TruncByDoublePrecision calls the stored function 'pg_catalog.trunc(double precision) double precision' on db.

func TruncByMacaddr

func TruncByMacaddr(ctx context.Context, db DB, p0 pgtypes.Macaddr) (pgtypes.Macaddr, error)

TruncByMacaddr calls the stored function 'pg_catalog.trunc(macaddr) macaddr' on db.

func TruncByMacaddr8

func TruncByMacaddr8(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr8, error)

TruncByMacaddr8 calls the stored function 'pg_catalog.trunc(macaddr8) macaddr8' on db.

func TruncByNumeric

func TruncByNumeric(ctx context.Context, db DB, p0 float64) (float64, error)

TruncByNumeric calls the stored function 'pg_catalog.trunc(numeric) numeric' on db.

func TruncByNumericAndInteger

func TruncByNumericAndInteger(ctx context.Context, db DB, p0 float64, p1 int) (float64, error)

TruncByNumericAndInteger calls the stored function 'pg_catalog.trunc(numeric, integer) numeric' on db.

func TsDeleteByTsvectorAndText

func TsDeleteByTsvectorAndText(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 string) (pgtypes.Tsvector, error)

TsDeleteByTsvectorAndText calls the stored function 'pg_catalog.ts_delete(tsvector, text) tsvector' on db.

func TsFilter

func TsFilter(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 []pgtypes.Char) (pgtypes.Tsvector, error)

TsFilter calls the stored function 'pg_catalog.ts_filter(tsvector, "char") tsvector' on db.

func TsHeadlineByJSONAndTsquery

func TsHeadlineByJSONAndTsquery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery) ([]byte, error)

TsHeadlineByJSONAndTsquery calls the stored function 'pg_catalog.ts_headline(json, tsquery) json' on db.

func TsHeadlineByJSONTsqueryAndText

func TsHeadlineByJSONTsqueryAndText(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery, p2 string) ([]byte, error)

TsHeadlineByJSONTsqueryAndText calls the stored function 'pg_catalog.ts_headline(json, tsquery, text) json' on db.

func TsHeadlineByJsonbAndTsquery

func TsHeadlineByJsonbAndTsquery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery) ([]byte, error)

TsHeadlineByJsonbAndTsquery calls the stored function 'pg_catalog.ts_headline(jsonb, tsquery) jsonb' on db.

func TsHeadlineByJsonbTsqueryAndText

func TsHeadlineByJsonbTsqueryAndText(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery, p2 string) ([]byte, error)

TsHeadlineByJsonbTsqueryAndText calls the stored function 'pg_catalog.ts_headline(jsonb, tsquery, text) jsonb' on db.

func TsHeadlineByRegconfigJSONAndTsquery

func TsHeadlineByRegconfigJSONAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery) ([]byte, error)

TsHeadlineByRegconfigJSONAndTsquery calls the stored function 'pg_catalog.ts_headline(regconfig, json, tsquery) json' on db.

func TsHeadlineByRegconfigJSONTsqueryAndText

func TsHeadlineByRegconfigJSONTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery, p3 string) ([]byte, error)

TsHeadlineByRegconfigJSONTsqueryAndText calls the stored function 'pg_catalog.ts_headline(regconfig, json, tsquery, text) json' on db.

func TsHeadlineByRegconfigJsonbAndTsquery

func TsHeadlineByRegconfigJsonbAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery) ([]byte, error)

TsHeadlineByRegconfigJsonbAndTsquery calls the stored function 'pg_catalog.ts_headline(regconfig, jsonb, tsquery) jsonb' on db.

func TsHeadlineByRegconfigJsonbTsqueryAndText

func TsHeadlineByRegconfigJsonbTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery, p3 string) ([]byte, error)

TsHeadlineByRegconfigJsonbTsqueryAndText calls the stored function 'pg_catalog.ts_headline(regconfig, jsonb, tsquery, text) jsonb' on db.

func TsHeadlineByRegconfigTextAndTsquery

func TsHeadlineByRegconfigTextAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string, p2 pgtypes.Tsquery) (string, error)

TsHeadlineByRegconfigTextAndTsquery calls the stored function 'pg_catalog.ts_headline(regconfig, text, tsquery) text' on db.

func TsHeadlineByRegconfigTextTsqueryAndText

func TsHeadlineByRegconfigTextTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string, p2 pgtypes.Tsquery, p3 string) (string, error)

TsHeadlineByRegconfigTextTsqueryAndText calls the stored function 'pg_catalog.ts_headline(regconfig, text, tsquery, text) text' on db.

func TsHeadlineByTextAndTsquery

func TsHeadlineByTextAndTsquery(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery) (string, error)

TsHeadlineByTextAndTsquery calls the stored function 'pg_catalog.ts_headline(text, tsquery) text' on db.

func TsHeadlineByTextTsqueryAndText

func TsHeadlineByTextTsqueryAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery, p2 string) (string, error)

TsHeadlineByTextTsqueryAndText calls the stored function 'pg_catalog.ts_headline(text, tsquery, text) text' on db.

func TsMatchQv

func TsMatchQv(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Tsvector) (bool, error)

TsMatchQv calls the stored function 'pg_catalog.ts_match_qv(tsquery, tsvector) boolean' on db.

func TsMatchTq

func TsMatchTq(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery) (bool, error)

TsMatchTq calls the stored function 'pg_catalog.ts_match_tq(text, tsquery) boolean' on db.

func TsMatchTt

func TsMatchTt(ctx context.Context, db DB, p0, p1 string) (bool, error)

TsMatchTt calls the stored function 'pg_catalog.ts_match_tt(text, text) boolean' on db.

func TsMatchVq

func TsMatchVq(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (bool, error)

TsMatchVq calls the stored function 'pg_catalog.ts_match_vq(tsvector, tsquery) boolean' on db.

func TsParseByParserNameAndTxt

func TsParseByParserNameAndTxt(ctx context.Context, db DB, parserName, txt string) (int, string, error)

TsParseByParserNameAndTxt calls the stored function 'pg_catalog.ts_parse(text, text) (integer, text)' on db.

func TsParseByParserOidAndTxt

func TsParseByParserOidAndTxt(ctx context.Context, db DB, parserOid pgtypes.Oid, txt string) (int, string, error)

TsParseByParserOidAndTxt calls the stored function 'pg_catalog.ts_parse(oid, text) (integer, text)' on db.

func TsRankByRealTsvectorAndTsquery

func TsRankByRealTsvectorAndTsquery(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery) (float32, error)

TsRankByRealTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank(real, tsvector, tsquery) real' on db.

func TsRankByRealTsvectorTsqueryAndInteger

func TsRankByRealTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery, p3 int) (float32, error)

TsRankByRealTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank(real, tsvector, tsquery, integer) real' on db.

func TsRankByTsvectorAndTsquery

func TsRankByTsvectorAndTsquery(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (float32, error)

TsRankByTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank(tsvector, tsquery) real' on db.

func TsRankByTsvectorTsqueryAndInteger

func TsRankByTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery, p2 int) (float32, error)

TsRankByTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank(tsvector, tsquery, integer) real' on db.

func TsRankCdByRealTsvectorAndTsquery

func TsRankCdByRealTsvectorAndTsquery(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery) (float32, error)

TsRankCdByRealTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank_cd(real, tsvector, tsquery) real' on db.

func TsRankCdByRealTsvectorTsqueryAndInteger

func TsRankCdByRealTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery, p3 int) (float32, error)

TsRankCdByRealTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank_cd(real, tsvector, tsquery, integer) real' on db.

func TsRankCdByTsvectorAndTsquery

func TsRankCdByTsvectorAndTsquery(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (float32, error)

TsRankCdByTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank_cd(tsvector, tsquery) real' on db.

func TsRankCdByTsvectorTsqueryAndInteger

func TsRankCdByTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery, p2 int) (float32, error)

TsRankCdByTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank_cd(tsvector, tsquery, integer) real' on db.

func TsRewriteByTsqueryAndText

func TsRewriteByTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 string) (pgtypes.Tsquery, error)

TsRewriteByTsqueryAndText calls the stored function 'pg_catalog.ts_rewrite(tsquery, text) tsquery' on db.

func TsRewriteByTsqueryTsqueryAndTsquery

func TsRewriteByTsqueryTsqueryAndTsquery(ctx context.Context, db DB, p0, p1, p2 pgtypes.Tsquery) (pgtypes.Tsquery, error)

TsRewriteByTsqueryTsqueryAndTsquery calls the stored function 'pg_catalog.ts_rewrite(tsquery, tsquery, tsquery) tsquery' on db.

func TsStatByQuery

func TsStatByQuery(ctx context.Context, db DB, query string) (string, int, int, error)

TsStatByQuery calls the stored function 'pg_catalog.ts_stat(text) (text, integer, integer)' on db.

func TsStatByQueryAndWeights

func TsStatByQueryAndWeights(ctx context.Context, db DB, query, weights string) (string, int, int, error)

TsStatByQueryAndWeights calls the stored function 'pg_catalog.ts_stat(text, text) (text, integer, integer)' on db.

func TsTokenTypeByParserName

func TsTokenTypeByParserName(ctx context.Context, db DB, parserName string) (int, string, string, error)

TsTokenTypeByParserName calls the stored function 'pg_catalog.ts_token_type(text) (integer, text, text)' on db.

func TsTokenTypeByParserOid

func TsTokenTypeByParserOid(ctx context.Context, db DB, parserOid pgtypes.Oid) (int, string, string, error)

TsTokenTypeByParserOid calls the stored function 'pg_catalog.ts_token_type(oid) (integer, text, text)' on db.

func TsTypanalyze

func TsTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error)

TsTypanalyze calls the stored function 'pg_catalog.ts_typanalyze(internal) boolean' on db.

func Tsmatchjoinsel

func Tsmatchjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)

Tsmatchjoinsel calls the stored function 'pg_catalog.tsmatchjoinsel(internal, oid, internal, smallint, internal) double precision' on db.

func Tsmatchsel

func Tsmatchsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)

Tsmatchsel calls the stored function 'pg_catalog.tsmatchsel(internal, oid, internal, integer) double precision' on db.

func Tsmultirange

func Tsmultirange(ctx context.Context, db DB) (pgtypes.Tsmultirange, error)

Tsmultirange calls the stored function 'pg_catalog.tsmultirange() tsmultirange' on db.

func TsmultirangeByTsrange

func TsmultirangeByTsrange(ctx context.Context, db DB, p0 pgtypes.Tsrange) (pgtypes.Tsmultirange, error)

TsmultirangeByTsrange calls the stored function 'pg_catalog.tsmultirange(tsrange) tsmultirange' on db.

func TsqMcontained

func TsqMcontained(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqMcontained calls the stored function 'pg_catalog.tsq_mcontained(tsquery, tsquery) boolean' on db.

func TsqMcontains

func TsqMcontains(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqMcontains calls the stored function 'pg_catalog.tsq_mcontains(tsquery, tsquery) boolean' on db.

func TsqueryAnd

func TsqueryAnd(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error)

TsqueryAnd calls the stored function 'pg_catalog.tsquery_and(tsquery, tsquery) tsquery' on db.

func TsqueryCmp

func TsqueryCmp(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (int, error)

TsqueryCmp calls the stored function 'pg_catalog.tsquery_cmp(tsquery, tsquery) integer' on db.

func TsqueryEq

func TsqueryEq(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqueryEq calls the stored function 'pg_catalog.tsquery_eq(tsquery, tsquery) boolean' on db.

func TsqueryGe

func TsqueryGe(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqueryGe calls the stored function 'pg_catalog.tsquery_ge(tsquery, tsquery) boolean' on db.

func TsqueryGt

func TsqueryGt(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqueryGt calls the stored function 'pg_catalog.tsquery_gt(tsquery, tsquery) boolean' on db.

func TsqueryLe

func TsqueryLe(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqueryLe calls the stored function 'pg_catalog.tsquery_le(tsquery, tsquery) boolean' on db.

func TsqueryLt

func TsqueryLt(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqueryLt calls the stored function 'pg_catalog.tsquery_lt(tsquery, tsquery) boolean' on db.

func TsqueryNe

func TsqueryNe(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error)

TsqueryNe calls the stored function 'pg_catalog.tsquery_ne(tsquery, tsquery) boolean' on db.

func TsqueryNot

func TsqueryNot(ctx context.Context, db DB, p0 pgtypes.Tsquery) (pgtypes.Tsquery, error)

TsqueryNot calls the stored function 'pg_catalog.tsquery_not(tsquery) tsquery' on db.

func TsqueryOr

func TsqueryOr(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error)

TsqueryOr calls the stored function 'pg_catalog.tsquery_or(tsquery, tsquery) tsquery' on db.

func TsqueryPhraseByTsqueryAndTsquery

func TsqueryPhraseByTsqueryAndTsquery(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error)

TsqueryPhraseByTsqueryAndTsquery calls the stored function 'pg_catalog.tsquery_phrase(tsquery, tsquery) tsquery' on db.

func TsqueryPhraseByTsqueryTsqueryAndInteger

func TsqueryPhraseByTsqueryTsqueryAndInteger(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery, p2 int) (pgtypes.Tsquery, error)

TsqueryPhraseByTsqueryTsqueryAndInteger calls the stored function 'pg_catalog.tsquery_phrase(tsquery, tsquery, integer) tsquery' on db.

func Tsqueryrecv

func Tsqueryrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Tsquery, error)

Tsqueryrecv calls the stored function 'pg_catalog.tsqueryrecv(internal) tsquery' on db.

func Tsquerysend

func Tsquerysend(ctx context.Context, db DB, p0 pgtypes.Tsquery) ([]byte, error)

Tsquerysend calls the stored function 'pg_catalog.tsquerysend(tsquery) bytea' on db.

func TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone

func TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Tsrange, error)

TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.tsrange(timestamp without time zone, timestamp without time zone) tsrange' on db.

func TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText

func TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Tsrange, error)

TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText calls the stored function 'pg_catalog.tsrange(timestamp without time zone, timestamp without time zone, text) tsrange' on db.

func TsrangeSubdiff

func TsrangeSubdiff(ctx context.Context, db DB, p0, p1 time.Time) (float64, error)

TsrangeSubdiff calls the stored function 'pg_catalog.tsrange_subdiff(timestamp without time zone, timestamp without time zone) double precision' on db.

func Tstzmultirange

func Tstzmultirange(ctx context.Context, db DB) (pgtypes.Tstzmultirange, error)

Tstzmultirange calls the stored function 'pg_catalog.tstzmultirange() tstzmultirange' on db.

func TstzmultirangeByTstzrange

func TstzmultirangeByTstzrange(ctx context.Context, db DB, p0 pgtypes.Tstzrange) (pgtypes.Tstzmultirange, error)

TstzmultirangeByTstzrange calls the stored function 'pg_catalog.tstzmultirange(tstzrange) tstzmultirange' on db.

func TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone

func TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Tstzrange, error)

TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.tstzrange(timestamp with time zone, timestamp with time zone) tstzrange' on db.

func TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText

func TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Tstzrange, error)

TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText calls the stored function 'pg_catalog.tstzrange(timestamp with time zone, timestamp with time zone, text) tstzrange' on db.

func TstzrangeSubdiff

func TstzrangeSubdiff(ctx context.Context, db DB, p0, p1 time.Time) (float64, error)

TstzrangeSubdiff calls the stored function 'pg_catalog.tstzrange_subdiff(timestamp with time zone, timestamp with time zone) double precision' on db.

func TsvectorCmp

func TsvectorCmp(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (int, error)

TsvectorCmp calls the stored function 'pg_catalog.tsvector_cmp(tsvector, tsvector) integer' on db.

func TsvectorConcat

func TsvectorConcat(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (pgtypes.Tsvector, error)

TsvectorConcat calls the stored function 'pg_catalog.tsvector_concat(tsvector, tsvector) tsvector' on db.

func TsvectorEq

func TsvectorEq(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error)

TsvectorEq calls the stored function 'pg_catalog.tsvector_eq(tsvector, tsvector) boolean' on db.

func TsvectorGe

func TsvectorGe(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error)

TsvectorGe calls the stored function 'pg_catalog.tsvector_ge(tsvector, tsvector) boolean' on db.

func TsvectorGt

func TsvectorGt(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error)

TsvectorGt calls the stored function 'pg_catalog.tsvector_gt(tsvector, tsvector) boolean' on db.

func TsvectorLe

func TsvectorLe(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error)

TsvectorLe calls the stored function 'pg_catalog.tsvector_le(tsvector, tsvector) boolean' on db.

func TsvectorLt

func TsvectorLt(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error)

TsvectorLt calls the stored function 'pg_catalog.tsvector_lt(tsvector, tsvector) boolean' on db.

func TsvectorNe

func TsvectorNe(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error)

TsvectorNe calls the stored function 'pg_catalog.tsvector_ne(tsvector, tsvector) boolean' on db.

func TsvectorUpdateTrigger

func TsvectorUpdateTrigger(ctx context.Context, db DB) (pgtypes.Trigger, error)

TsvectorUpdateTrigger calls the stored function 'pg_catalog.tsvector_update_trigger() trigger' on db.

func TsvectorUpdateTriggerColumn

func TsvectorUpdateTriggerColumn(ctx context.Context, db DB) (pgtypes.Trigger, error)

TsvectorUpdateTriggerColumn calls the stored function 'pg_catalog.tsvector_update_trigger_column() trigger' on db.

func Tsvectorrecv

func Tsvectorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Tsvector, error)

Tsvectorrecv calls the stored function 'pg_catalog.tsvectorrecv(internal) tsvector' on db.

func Tsvectorsend

func Tsvectorsend(ctx context.Context, db DB, p0 pgtypes.Tsvector) ([]byte, error)

Tsvectorsend calls the stored function 'pg_catalog.tsvectorsend(tsvector) bytea' on db.

func TxidCurrent

func TxidCurrent(ctx context.Context, db DB) (int64, error)

TxidCurrent calls the stored function 'pg_catalog.txid_current() bigint' on db.

func TxidCurrentIfAssigned

func TxidCurrentIfAssigned(ctx context.Context, db DB) (int64, error)

TxidCurrentIfAssigned calls the stored function 'pg_catalog.txid_current_if_assigned() bigint' on db.

func TxidCurrentSnapshot

func TxidCurrentSnapshot(ctx context.Context, db DB) (pgtypes.TxidSnapshot, error)

TxidCurrentSnapshot calls the stored function 'pg_catalog.txid_current_snapshot() txid_snapshot' on db.

func TxidSnapshotRecv

func TxidSnapshotRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TxidSnapshot, error)

TxidSnapshotRecv calls the stored function 'pg_catalog.txid_snapshot_recv(internal) txid_snapshot' on db.

func TxidSnapshotSend

func TxidSnapshotSend(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) ([]byte, error)

TxidSnapshotSend calls the stored function 'pg_catalog.txid_snapshot_send(txid_snapshot) bytea' on db.

func TxidSnapshotXip

func TxidSnapshotXip(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) (int64, error)

TxidSnapshotXip calls the stored function 'pg_catalog.txid_snapshot_xip(txid_snapshot) bigint' on db.

func TxidSnapshotXmax

func TxidSnapshotXmax(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) (int64, error)

TxidSnapshotXmax calls the stored function 'pg_catalog.txid_snapshot_xmax(txid_snapshot) bigint' on db.

func TxidSnapshotXmin

func TxidSnapshotXmin(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) (int64, error)

TxidSnapshotXmin calls the stored function 'pg_catalog.txid_snapshot_xmin(txid_snapshot) bigint' on db.

func TxidStatus

func TxidStatus(ctx context.Context, db DB, p0 int64) (string, error)

TxidStatus calls the stored function 'pg_catalog.txid_status(bigint) text' on db.

func TxidVisibleInSnapshot

func TxidVisibleInSnapshot(ctx context.Context, db DB, p0 int64, p1 pgtypes.TxidSnapshot) (bool, error)

TxidVisibleInSnapshot calls the stored function 'pg_catalog.txid_visible_in_snapshot(bigint, txid_snapshot) boolean' on db.

func UTF8ToBig5

func UTF8ToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToBig5 calls the stored function 'pg_catalog.utf8_to_big5(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToEucCn

func UTF8ToEucCn(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToEucCn calls the stored function 'pg_catalog.utf8_to_euc_cn(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToEucJis2004

func UTF8ToEucJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToEucJis2004 calls the stored function 'pg_catalog.utf8_to_euc_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToEucJp

func UTF8ToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToEucJp calls the stored function 'pg_catalog.utf8_to_euc_jp(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToEucKr

func UTF8ToEucKr(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToEucKr calls the stored function 'pg_catalog.utf8_to_euc_kr(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToEucTw

func UTF8ToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToEucTw calls the stored function 'pg_catalog.utf8_to_euc_tw(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToGb18030

func UTF8ToGb18030(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToGb18030 calls the stored function 'pg_catalog.utf8_to_gb18030(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToGbk

func UTF8ToGbk(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToGbk calls the stored function 'pg_catalog.utf8_to_gbk(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToIso8859

func UTF8ToIso8859(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToIso8859 calls the stored function 'pg_catalog.utf8_to_iso8859(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToIso88591

func UTF8ToIso88591(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToIso88591 calls the stored function 'pg_catalog.utf8_to_iso8859_1(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToJohab

func UTF8ToJohab(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToJohab calls the stored function 'pg_catalog.utf8_to_johab(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToKoi8r

func UTF8ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToKoi8r calls the stored function 'pg_catalog.utf8_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToKoi8u

func UTF8ToKoi8u(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToKoi8u calls the stored function 'pg_catalog.utf8_to_koi8u(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToShiftJis2004

func UTF8ToShiftJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToShiftJis2004 calls the stored function 'pg_catalog.utf8_to_shift_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToSjis

func UTF8ToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToSjis calls the stored function 'pg_catalog.utf8_to_sjis(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToUhc

func UTF8ToUhc(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToUhc calls the stored function 'pg_catalog.utf8_to_uhc(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UTF8ToWin

func UTF8ToWin(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UTF8ToWin calls the stored function 'pg_catalog.utf8_to_win(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UUIDCmp

func UUIDCmp(ctx context.Context, db DB, p0, p1 uuid.UUID) (int, error)

UUIDCmp calls the stored function 'pg_catalog.uuid_cmp(uuid, uuid) integer' on db.

func UUIDEq

func UUIDEq(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error)

UUIDEq calls the stored function 'pg_catalog.uuid_eq(uuid, uuid) boolean' on db.

func UUIDGe

func UUIDGe(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error)

UUIDGe calls the stored function 'pg_catalog.uuid_ge(uuid, uuid) boolean' on db.

func UUIDGt

func UUIDGt(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error)

UUIDGt calls the stored function 'pg_catalog.uuid_gt(uuid, uuid) boolean' on db.

func UUIDHash

func UUIDHash(ctx context.Context, db DB, p0 uuid.UUID) (int, error)

UUIDHash calls the stored function 'pg_catalog.uuid_hash(uuid) integer' on db.

func UUIDHashExtended

func UUIDHashExtended(ctx context.Context, db DB, p0 uuid.UUID, p1 int64) (int64, error)

UUIDHashExtended calls the stored function 'pg_catalog.uuid_hash_extended(uuid, bigint) bigint' on db.

func UUIDLe

func UUIDLe(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error)

UUIDLe calls the stored function 'pg_catalog.uuid_le(uuid, uuid) boolean' on db.

func UUIDLt

func UUIDLt(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error)

UUIDLt calls the stored function 'pg_catalog.uuid_lt(uuid, uuid) boolean' on db.

func UUIDNe

func UUIDNe(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error)

UUIDNe calls the stored function 'pg_catalog.uuid_ne(uuid, uuid) boolean' on db.

func UUIDRecv

func UUIDRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (uuid.UUID, error)

UUIDRecv calls the stored function 'pg_catalog.uuid_recv(internal) uuid' on db.

func UUIDSend

func UUIDSend(ctx context.Context, db DB, p0 uuid.UUID) ([]byte, error)

UUIDSend calls the stored function 'pg_catalog.uuid_send(uuid) bytea' on db.

func UUIDSortsupport

func UUIDSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error

UUIDSortsupport calls the stored function 'pg_catalog.uuid_sortsupport(internal)' on db.

func UhcToUTF8

func UhcToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

UhcToUTF8 calls the stored function 'pg_catalog.uhc_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func UniqueKeyRecheck

func UniqueKeyRecheck(ctx context.Context, db DB) (pgtypes.Trigger, error)

UniqueKeyRecheck calls the stored function 'pg_catalog.unique_key_recheck() trigger' on db.

func Unistr

func Unistr(ctx context.Context, db DB, p0 string) (string, error)

Unistr calls the stored function 'pg_catalog.unistr(text) text' on db.

func Unknownrecv

func Unknownrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Unknown, error)

Unknownrecv calls the stored function 'pg_catalog.unknownrecv(internal) unknown' on db.

func Unknownsend

func Unknownsend(ctx context.Context, db DB, p0 pgtypes.Unknown) ([]byte, error)

Unknownsend calls the stored function 'pg_catalog.unknownsend(unknown) bytea' on db.

func UnnestByAnyarray

func UnnestByAnyarray(ctx context.Context, db DB, p0 pgtypes.Anyarray) (pgtypes.Anyelement, error)

UnnestByAnyarray calls the stored function 'pg_catalog.unnest(anyarray) anyelement' on db.

func UnnestByAnymultirange

func UnnestByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyrange, error)

UnnestByAnymultirange calls the stored function 'pg_catalog.unnest(anymultirange) anyrange' on db.

func UpperByAnymultirange

func UpperByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyelement, error)

UpperByAnymultirange calls the stored function 'pg_catalog.upper(anymultirange) anyelement' on db.

func UpperByAnyrange

func UpperByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (pgtypes.Anyelement, error)

UpperByAnyrange calls the stored function 'pg_catalog.upper(anyrange) anyelement' on db.

func UpperByText

func UpperByText(ctx context.Context, db DB, p0 string) (string, error)

UpperByText calls the stored function 'pg_catalog.upper(text) text' on db.

func UpperIncByAnymultirange

func UpperIncByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error)

UpperIncByAnymultirange calls the stored function 'pg_catalog.upper_inc(anymultirange) boolean' on db.

func UpperIncByAnyrange

func UpperIncByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error)

UpperIncByAnyrange calls the stored function 'pg_catalog.upper_inc(anyrange) boolean' on db.

func UpperInfByAnymultirange

func UpperInfByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error)

UpperInfByAnymultirange calls the stored function 'pg_catalog.upper_inf(anymultirange) boolean' on db.

func UpperInfByAnyrange

func UpperInfByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error)

UpperInfByAnyrange calls the stored function 'pg_catalog.upper_inf(anyrange) boolean' on db.

func Varbit

func Varbit(ctx context.Context, db DB, p0 []byte, p1 int, p2 bool) ([]byte, error)

Varbit calls the stored function 'pg_catalog.varbit(bit varying, integer, boolean) bit varying' on db.

func VarbitRecv

func VarbitRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) ([]byte, error)

VarbitRecv calls the stored function 'pg_catalog.varbit_recv(internal, oid, integer) bit varying' on db.

func VarbitSend

func VarbitSend(ctx context.Context, db DB, p0 []byte) ([]byte, error)

VarbitSend calls the stored function 'pg_catalog.varbit_send(bit varying) bytea' on db.

func VarbitSupport

func VarbitSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

VarbitSupport calls the stored function 'pg_catalog.varbit_support(internal) internal' on db.

func Varbitcmp

func Varbitcmp(ctx context.Context, db DB, p0, p1 []byte) (int, error)

Varbitcmp calls the stored function 'pg_catalog.varbitcmp(bit varying, bit varying) integer' on db.

func Varbiteq

func Varbiteq(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Varbiteq calls the stored function 'pg_catalog.varbiteq(bit varying, bit varying) boolean' on db.

func Varbitge

func Varbitge(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Varbitge calls the stored function 'pg_catalog.varbitge(bit varying, bit varying) boolean' on db.

func Varbitgt

func Varbitgt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Varbitgt calls the stored function 'pg_catalog.varbitgt(bit varying, bit varying) boolean' on db.

func Varbitle

func Varbitle(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Varbitle calls the stored function 'pg_catalog.varbitle(bit varying, bit varying) boolean' on db.

func Varbitlt

func Varbitlt(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Varbitlt calls the stored function 'pg_catalog.varbitlt(bit varying, bit varying) boolean' on db.

func Varbitne

func Varbitne(ctx context.Context, db DB, p0, p1 []byte) (bool, error)

Varbitne calls the stored function 'pg_catalog.varbitne(bit varying, bit varying) boolean' on db.

func Varbittypmodin

func Varbittypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Varbittypmodin calls the stored function 'pg_catalog.varbittypmodin(cstring) integer' on db.

func VarcharByCharacterVaryingIntegerAndBoolean

func VarcharByCharacterVaryingIntegerAndBoolean(ctx context.Context, db DB, p0 string, p1 int, p2 bool) (string, error)

VarcharByCharacterVaryingIntegerAndBoolean calls the stored function 'pg_catalog.varchar(character varying, integer, boolean) character varying' on db.

func VarcharByName

func VarcharByName(ctx context.Context, db DB, p0 string) (string, error)

VarcharByName calls the stored function 'pg_catalog.varchar(name) character varying' on db.

func VarcharSupport

func VarcharSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)

VarcharSupport calls the stored function 'pg_catalog.varchar_support(internal) internal' on db.

func Varcharrecv

func Varcharrecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (string, error)

Varcharrecv calls the stored function 'pg_catalog.varcharrecv(internal, oid, integer) character varying' on db.

func Varcharsend

func Varcharsend(ctx context.Context, db DB, p0 string) ([]byte, error)

Varcharsend calls the stored function 'pg_catalog.varcharsend(character varying) bytea' on db.

func Varchartypmodin

func Varchartypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error)

Varchartypmodin calls the stored function 'pg_catalog.varchartypmodin(cstring) integer' on db.

func Version

func Version(ctx context.Context, db DB) (string, error)

Version calls the stored function 'pg_catalog.version() text' on db.

func VoidRecv

func VoidRecv(ctx context.Context, db DB, p0 pgtypes.Internal) error

VoidRecv calls the stored function 'pg_catalog.void_recv(internal)' on db.

func VoidSend

func VoidSend(ctx context.Context, db DB, p0 pgtypes.Void) ([]byte, error)

VoidSend calls the stored function 'pg_catalog.void_send(void) bytea' on db.

func WebsearchToTsqueryByRegconfigAndText

func WebsearchToTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)

WebsearchToTsqueryByRegconfigAndText calls the stored function 'pg_catalog.websearch_to_tsquery(regconfig, text) tsquery' on db.

func WebsearchToTsqueryByText

func WebsearchToTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error)

WebsearchToTsqueryByText calls the stored function 'pg_catalog.websearch_to_tsquery(text) tsquery' on db.

func Width

func Width(ctx context.Context, db DB, p0 pgtypes.Box) (float64, error)

Width calls the stored function 'pg_catalog.width(box) double precision' on db.

func WidthBucketByAnycompatibleAndAnycompatiblearray

func WidthBucketByAnycompatibleAndAnycompatiblearray(ctx context.Context, db DB, p0 pgtypes.Anycompatible, p1 pgtypes.Anycompatiblearray) (int, error)

WidthBucketByAnycompatibleAndAnycompatiblearray calls the stored function 'pg_catalog.width_bucket(anycompatible, anycompatiblearray) integer' on db.

func WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger

func WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger(ctx context.Context, db DB, p0, p1, p2 float64, p3 int) (int, error)

WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger calls the stored function 'pg_catalog.width_bucket(double precision, double precision, double precision, integer) integer' on db.

func WidthBucketByNumericNumericNumericAndInteger

func WidthBucketByNumericNumericNumericAndInteger(ctx context.Context, db DB, p0, p1, p2 float64, p3 int) (int, error)

WidthBucketByNumericNumericNumericAndInteger calls the stored function 'pg_catalog.width_bucket(numeric, numeric, numeric, integer) integer' on db.

func Win1250ToLatin2

func Win1250ToLatin2(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win1250ToLatin2 calls the stored function 'pg_catalog.win1250_to_latin2(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win1250ToMic

func Win1250ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win1250ToMic calls the stored function 'pg_catalog.win1250_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win1251ToIso

func Win1251ToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win1251ToIso calls the stored function 'pg_catalog.win1251_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win1251ToKoi8r

func Win1251ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win1251ToKoi8r calls the stored function 'pg_catalog.win1251_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win1251ToMic

func Win1251ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win1251ToMic calls the stored function 'pg_catalog.win1251_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win1251ToWin866

func Win1251ToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win1251ToWin866 calls the stored function 'pg_catalog.win1251_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win866ToIso

func Win866ToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win866ToIso calls the stored function 'pg_catalog.win866_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win866ToKoi8r

func Win866ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win866ToKoi8r calls the stored function 'pg_catalog.win866_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win866ToMic

func Win866ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win866ToMic calls the stored function 'pg_catalog.win866_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.

func Win866ToWin1251

func Win866ToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

Win866ToWin1251 calls the stored function 'pg_catalog.win866_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.

func WinToUTF8

func WinToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)

WinToUTF8 calls the stored function 'pg_catalog.win_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.

func XML

func XML(ctx context.Context, db DB, p0 string) ([]byte, error)

XML calls the stored function 'pg_catalog.xml(text) xml' on db.

func XMLIsWellFormed

func XMLIsWellFormed(ctx context.Context, db DB, p0 string) (bool, error)

XMLIsWellFormed calls the stored function 'pg_catalog.xml_is_well_formed(text) boolean' on db.

func XMLIsWellFormedContent

func XMLIsWellFormedContent(ctx context.Context, db DB, p0 string) (bool, error)

XMLIsWellFormedContent calls the stored function 'pg_catalog.xml_is_well_formed_content(text) boolean' on db.

func XMLIsWellFormedDocument

func XMLIsWellFormedDocument(ctx context.Context, db DB, p0 string) (bool, error)

XMLIsWellFormedDocument calls the stored function 'pg_catalog.xml_is_well_formed_document(text) boolean' on db.

func XMLRecv

func XMLRecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error)

XMLRecv calls the stored function 'pg_catalog.xml_recv(internal) xml' on db.

func XMLSend

func XMLSend(ctx context.Context, db DB, p0 []byte) ([]byte, error)

XMLSend calls the stored function 'pg_catalog.xml_send(xml) bytea' on db.

func Xid

func Xid(ctx context.Context, db DB, p0 pgtypes.Xid8) (pgtypes.Xid, error)

Xid calls the stored function 'pg_catalog.xid(xid8) xid' on db.

func Xid8cmp

func Xid8cmp(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (int, error)

Xid8cmp calls the stored function 'pg_catalog.xid8cmp(xid8, xid8) integer' on db.

func Xid8eq

func Xid8eq(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error)

Xid8eq calls the stored function 'pg_catalog.xid8eq(xid8, xid8) boolean' on db.

func Xid8ge

func Xid8ge(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error)

Xid8ge calls the stored function 'pg_catalog.xid8ge(xid8, xid8) boolean' on db.

func Xid8gt

func Xid8gt(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error)

Xid8gt calls the stored function 'pg_catalog.xid8gt(xid8, xid8) boolean' on db.

func Xid8le

func Xid8le(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error)

Xid8le calls the stored function 'pg_catalog.xid8le(xid8, xid8) boolean' on db.

func Xid8lt

func Xid8lt(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error)

Xid8lt calls the stored function 'pg_catalog.xid8lt(xid8, xid8) boolean' on db.

func Xid8ne

func Xid8ne(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error)

Xid8ne calls the stored function 'pg_catalog.xid8ne(xid8, xid8) boolean' on db.

func Xid8recv

func Xid8recv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Xid8, error)

Xid8recv calls the stored function 'pg_catalog.xid8recv(internal) xid8' on db.

func Xid8send

func Xid8send(ctx context.Context, db DB, p0 pgtypes.Xid8) ([]byte, error)

Xid8send calls the stored function 'pg_catalog.xid8send(xid8) bytea' on db.

func Xideq

func Xideq(ctx context.Context, db DB, p0, p1 pgtypes.Xid) (bool, error)

Xideq calls the stored function 'pg_catalog.xideq(xid, xid) boolean' on db.

func Xideqint4

func Xideqint4(ctx context.Context, db DB, p0 pgtypes.Xid, p1 int) (bool, error)

Xideqint4 calls the stored function 'pg_catalog.xideqint4(xid, integer) boolean' on db.

func Xidneq

func Xidneq(ctx context.Context, db DB, p0, p1 pgtypes.Xid) (bool, error)

Xidneq calls the stored function 'pg_catalog.xidneq(xid, xid) boolean' on db.

func Xidneqint4

func Xidneqint4(ctx context.Context, db DB, p0 pgtypes.Xid, p1 int) (bool, error)

Xidneqint4 calls the stored function 'pg_catalog.xidneqint4(xid, integer) boolean' on db.

func Xidrecv

func Xidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Xid, error)

Xidrecv calls the stored function 'pg_catalog.xidrecv(internal) xid' on db.

func Xidsend

func Xidsend(ctx context.Context, db DB, p0 pgtypes.Xid) ([]byte, error)

Xidsend calls the stored function 'pg_catalog.xidsend(xid) bytea' on db.

func Xmlcomment

func Xmlcomment(ctx context.Context, db DB, p0 string) ([]byte, error)

Xmlcomment calls the stored function 'pg_catalog.xmlcomment(text) xml' on db.

func Xmlconcat2

func Xmlconcat2(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error)

Xmlconcat2 calls the stored function 'pg_catalog.xmlconcat2(xml, xml) xml' on db.

func Xmlexists

func Xmlexists(ctx context.Context, db DB, p0 string, p1 []byte) (bool, error)

Xmlexists calls the stored function 'pg_catalog.xmlexists(text, xml) boolean' on db.

func Xmlvalidate

func Xmlvalidate(ctx context.Context, db DB, p0 []byte, p1 string) (bool, error)

Xmlvalidate calls the stored function 'pg_catalog.xmlvalidate(xml, text) boolean' on db.

func XpathByTextAndXML

func XpathByTextAndXML(ctx context.Context, db DB, p0 string, p1 []byte) ([][]byte, error)

XpathByTextAndXML calls the stored function 'pg_catalog.xpath(text, xml) xml' on db.

func XpathByTextXMLAndText

func XpathByTextXMLAndText(ctx context.Context, db DB, p0 string, p1 []byte, p2 StringSlice) ([][]byte, error)

XpathByTextXMLAndText calls the stored function 'pg_catalog.xpath(text, xml, text) xml' on db.

func XpathExistsByTextAndXML

func XpathExistsByTextAndXML(ctx context.Context, db DB, p0 string, p1 []byte) (bool, error)

XpathExistsByTextAndXML calls the stored function 'pg_catalog.xpath_exists(text, xml) boolean' on db.

func XpathExistsByTextXMLAndText

func XpathExistsByTextXMLAndText(ctx context.Context, db DB, p0 string, p1 []byte, p2 StringSlice) (bool, error)

XpathExistsByTextXMLAndText calls the stored function 'pg_catalog.xpath_exists(text, xml, text) boolean' on db.

Types

type DB

type DB interface {
	ExecContext(context.Context, string, ...interface{}) (sql.Result, error)
	QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
	QueryRowContext(context.Context, string, ...interface{}) *sql.Row
}

DB is the common interface for database operations that can be used with types from schema 'pg_catalog'.

This works with both database/sql.DB and database/sql.Tx.

type ErrDecodeFailed

type ErrDecodeFailed struct {
	Err error
}

ErrDecodeFailed is the decode failed error.

func (*ErrDecodeFailed) Error

func (err *ErrDecodeFailed) Error() string

Error satisfies the error interface.

func (*ErrDecodeFailed) Unwrap

func (err *ErrDecodeFailed) Unwrap() error

Unwrap satisfies the unwrap interface.

type ErrInsertFailed

type ErrInsertFailed struct {
	Err error
}

ErrInsertFailed is the insert failed error.

func (*ErrInsertFailed) Error

func (err *ErrInsertFailed) Error() string

Error satisfies the error interface.

func (*ErrInsertFailed) Unwrap

func (err *ErrInsertFailed) Unwrap() error

Unwrap satisfies the unwrap interface.

type ErrUpdateFailed

type ErrUpdateFailed struct {
	Err error
}

ErrUpdateFailed is the update failed error.

func (*ErrUpdateFailed) Error

func (err *ErrUpdateFailed) Error() string

Error satisfies the error interface.

func (*ErrUpdateFailed) Unwrap

func (err *ErrUpdateFailed) Unwrap() error

Unwrap satisfies the unwrap interface.

type ErrUpsertFailed

type ErrUpsertFailed struct {
	Err error
}

ErrUpsertFailed is the upsert failed error.

func (*ErrUpsertFailed) Error

func (err *ErrUpsertFailed) Error() string

Error satisfies the error interface.

func (*ErrUpsertFailed) Unwrap

func (err *ErrUpsertFailed) Unwrap() error

Unwrap satisfies the unwrap interface.

type Error

type Error string

Error is an error.

const (
	// ErrAlreadyExists is the already exists error.
	ErrAlreadyExists Error = "already exists"
	// ErrDoesNotExist is the does not exist error.
	ErrDoesNotExist Error = "does not exist"
	// ErrMarkedForDeletion is the marked for deletion error.
	ErrMarkedForDeletion Error = "marked for deletion"
)

Error values.

const ErrInvalidStringSlice Error = "invalid StringSlice"

ErrInvalidStringSlice is the invalid StringSlice error.

func (Error) Error

func (err Error) Error() string

Error satisfies the error interface.

type PgAggregate

type PgAggregate struct {
	Tableoid         pgtypes.Oid     `json:"tableoid"`         // tableoid
	Cmax             pgtypes.Cid     `json:"cmax"`             // cmax
	Xmax             pgtypes.Xid     `json:"xmax"`             // xmax
	Cmin             pgtypes.Cid     `json:"cmin"`             // cmin
	Xmin             pgtypes.Xid     `json:"xmin"`             // xmin
	Ctid             pgtypes.Tid     `json:"ctid"`             // ctid
	Aggfnoid         pgtypes.Regproc `json:"aggfnoid"`         // aggfnoid
	Aggkind          pgtypes.Char    `json:"aggkind"`          // aggkind
	Aggnumdirectargs int16           `json:"aggnumdirectargs"` // aggnumdirectargs
	Aggtransfn       pgtypes.Regproc `json:"aggtransfn"`       // aggtransfn
	Aggfinalfn       pgtypes.Regproc `json:"aggfinalfn"`       // aggfinalfn
	Aggcombinefn     pgtypes.Regproc `json:"aggcombinefn"`     // aggcombinefn
	Aggserialfn      pgtypes.Regproc `json:"aggserialfn"`      // aggserialfn
	Aggdeserialfn    pgtypes.Regproc `json:"aggdeserialfn"`    // aggdeserialfn
	Aggmtransfn      pgtypes.Regproc `json:"aggmtransfn"`      // aggmtransfn
	Aggminvtransfn   pgtypes.Regproc `json:"aggminvtransfn"`   // aggminvtransfn
	Aggmfinalfn      pgtypes.Regproc `json:"aggmfinalfn"`      // aggmfinalfn
	Aggfinalextra    bool            `json:"aggfinalextra"`    // aggfinalextra
	Aggmfinalextra   bool            `json:"aggmfinalextra"`   // aggmfinalextra
	Aggfinalmodify   pgtypes.Char    `json:"aggfinalmodify"`   // aggfinalmodify
	Aggmfinalmodify  pgtypes.Char    `json:"aggmfinalmodify"`  // aggmfinalmodify
	Aggsortop        pgtypes.Oid     `json:"aggsortop"`        // aggsortop
	Aggtranstype     pgtypes.Oid     `json:"aggtranstype"`     // aggtranstype
	Aggtransspace    int             `json:"aggtransspace"`    // aggtransspace
	Aggmtranstype    pgtypes.Oid     `json:"aggmtranstype"`    // aggmtranstype
	Aggmtransspace   int             `json:"aggmtransspace"`   // aggmtransspace
	Agginitval       sql.NullString  `json:"agginitval"`       // agginitval
	Aggminitval      sql.NullString  `json:"aggminitval"`      // aggminitval
	// contains filtered or unexported fields
}

PgAggregate represents a row from 'pg_catalog.pg_aggregate'.

func PgAggregateByAggfnoid

func PgAggregateByAggfnoid(ctx context.Context, db DB, aggfnoid pgtypes.Regproc) (*PgAggregate, error)

PgAggregateByAggfnoid retrieves a row from 'pg_catalog.pg_aggregate' as a PgAggregate.

Generated from index 'pg_aggregate_fnoid_index'.

func (*PgAggregate) Delete

func (pa *PgAggregate) Delete(ctx context.Context, db DB) error

Delete deletes the PgAggregate from the database.

func (*PgAggregate) Deleted

func (pa *PgAggregate) Deleted() bool

Deleted returns true when the PgAggregate has been marked for deletion from the database.

func (*PgAggregate) Exists

func (pa *PgAggregate) Exists() bool

Exists returns true when the PgAggregate exists in the database.

func (*PgAggregate) Insert

func (pa *PgAggregate) Insert(ctx context.Context, db DB) error

Insert inserts the PgAggregate to the database.

func (*PgAggregate) Save

func (pa *PgAggregate) Save(ctx context.Context, db DB) error

Save saves the PgAggregate to the database.

func (*PgAggregate) Update

func (pa *PgAggregate) Update(ctx context.Context, db DB) error

Update updates a PgAggregate in the database.

func (*PgAggregate) Upsert

func (pa *PgAggregate) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAggregate.

type PgAm

type PgAm struct {
	Tableoid  pgtypes.Oid     `json:"tableoid"`  // tableoid
	Cmax      pgtypes.Cid     `json:"cmax"`      // cmax
	Xmax      pgtypes.Xid     `json:"xmax"`      // xmax
	Cmin      pgtypes.Cid     `json:"cmin"`      // cmin
	Xmin      pgtypes.Xid     `json:"xmin"`      // xmin
	Ctid      pgtypes.Tid     `json:"ctid"`      // ctid
	Oid       pgtypes.Oid     `json:"oid"`       // oid
	Amname    string          `json:"amname"`    // amname
	Amhandler pgtypes.Regproc `json:"amhandler"` // amhandler
	Amtype    pgtypes.Char    `json:"amtype"`    // amtype
	// contains filtered or unexported fields
}

PgAm represents a row from 'pg_catalog.pg_am'.

func PgAmByAmname

func PgAmByAmname(ctx context.Context, db DB, amname string) (*PgAm, error)

PgAmByAmname retrieves a row from 'pg_catalog.pg_am' as a PgAm.

Generated from index 'pg_am_name_index'.

func PgAmByOid

func PgAmByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAm, error)

PgAmByOid retrieves a row from 'pg_catalog.pg_am' as a PgAm.

Generated from index 'pg_am_oid_index'.

func (*PgAm) Delete

func (pa *PgAm) Delete(ctx context.Context, db DB) error

Delete deletes the PgAm from the database.

func (*PgAm) Deleted

func (pa *PgAm) Deleted() bool

Deleted returns true when the PgAm has been marked for deletion from the database.

func (*PgAm) Exists

func (pa *PgAm) Exists() bool

Exists returns true when the PgAm exists in the database.

func (*PgAm) Insert

func (pa *PgAm) Insert(ctx context.Context, db DB) error

Insert inserts the PgAm to the database.

func (*PgAm) Save

func (pa *PgAm) Save(ctx context.Context, db DB) error

Save saves the PgAm to the database.

func (*PgAm) Update

func (pa *PgAm) Update(ctx context.Context, db DB) error

Update updates a PgAm in the database.

func (*PgAm) Upsert

func (pa *PgAm) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAm.

type PgAmop

type PgAmop struct {
	Tableoid       pgtypes.Oid  `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid  `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid  `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid  `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid  `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid  `json:"ctid"`           // ctid
	Oid            pgtypes.Oid  `json:"oid"`            // oid
	Amopfamily     pgtypes.Oid  `json:"amopfamily"`     // amopfamily
	Amoplefttype   pgtypes.Oid  `json:"amoplefttype"`   // amoplefttype
	Amoprighttype  pgtypes.Oid  `json:"amoprighttype"`  // amoprighttype
	Amopstrategy   int16        `json:"amopstrategy"`   // amopstrategy
	Amoppurpose    pgtypes.Char `json:"amoppurpose"`    // amoppurpose
	Amopopr        pgtypes.Oid  `json:"amopopr"`        // amopopr
	Amopmethod     pgtypes.Oid  `json:"amopmethod"`     // amopmethod
	Amopsortfamily pgtypes.Oid  `json:"amopsortfamily"` // amopsortfamily
	// contains filtered or unexported fields
}

PgAmop represents a row from 'pg_catalog.pg_amop'.

func PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy

func PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy(ctx context.Context, db DB, amopfamily, amoplefttype, amoprighttype pgtypes.Oid, amopstrategy int16) (*PgAmop, error)

PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy retrieves a row from 'pg_catalog.pg_amop' as a PgAmop.

Generated from index 'pg_amop_fam_strat_index'.

func PgAmopByAmopoprAmoppurposeAmopfamily

func PgAmopByAmopoprAmoppurposeAmopfamily(ctx context.Context, db DB, amopopr pgtypes.Oid, amoppurpose pgtypes.Char, amopfamily pgtypes.Oid) (*PgAmop, error)

PgAmopByAmopoprAmoppurposeAmopfamily retrieves a row from 'pg_catalog.pg_amop' as a PgAmop.

Generated from index 'pg_amop_opr_fam_index'.

func PgAmopByOid

func PgAmopByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAmop, error)

PgAmopByOid retrieves a row from 'pg_catalog.pg_amop' as a PgAmop.

Generated from index 'pg_amop_oid_index'.

func (*PgAmop) Delete

func (pa *PgAmop) Delete(ctx context.Context, db DB) error

Delete deletes the PgAmop from the database.

func (*PgAmop) Deleted

func (pa *PgAmop) Deleted() bool

Deleted returns true when the PgAmop has been marked for deletion from the database.

func (*PgAmop) Exists

func (pa *PgAmop) Exists() bool

Exists returns true when the PgAmop exists in the database.

func (*PgAmop) Insert

func (pa *PgAmop) Insert(ctx context.Context, db DB) error

Insert inserts the PgAmop to the database.

func (*PgAmop) Save

func (pa *PgAmop) Save(ctx context.Context, db DB) error

Save saves the PgAmop to the database.

func (*PgAmop) Update

func (pa *PgAmop) Update(ctx context.Context, db DB) error

Update updates a PgAmop in the database.

func (*PgAmop) Upsert

func (pa *PgAmop) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAmop.

type PgAmproc

type PgAmproc struct {
	Tableoid        pgtypes.Oid     `json:"tableoid"`        // tableoid
	Cmax            pgtypes.Cid     `json:"cmax"`            // cmax
	Xmax            pgtypes.Xid     `json:"xmax"`            // xmax
	Cmin            pgtypes.Cid     `json:"cmin"`            // cmin
	Xmin            pgtypes.Xid     `json:"xmin"`            // xmin
	Ctid            pgtypes.Tid     `json:"ctid"`            // ctid
	Oid             pgtypes.Oid     `json:"oid"`             // oid
	Amprocfamily    pgtypes.Oid     `json:"amprocfamily"`    // amprocfamily
	Amproclefttype  pgtypes.Oid     `json:"amproclefttype"`  // amproclefttype
	Amprocrighttype pgtypes.Oid     `json:"amprocrighttype"` // amprocrighttype
	Amprocnum       int16           `json:"amprocnum"`       // amprocnum
	Amproc          pgtypes.Regproc `json:"amproc"`          // amproc
	// contains filtered or unexported fields
}

PgAmproc represents a row from 'pg_catalog.pg_amproc'.

func PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum

func PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum(ctx context.Context, db DB, amprocfamily, amproclefttype, amprocrighttype pgtypes.Oid, amprocnum int16) (*PgAmproc, error)

PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum retrieves a row from 'pg_catalog.pg_amproc' as a PgAmproc.

Generated from index 'pg_amproc_fam_proc_index'.

func PgAmprocByOid

func PgAmprocByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAmproc, error)

PgAmprocByOid retrieves a row from 'pg_catalog.pg_amproc' as a PgAmproc.

Generated from index 'pg_amproc_oid_index'.

func (*PgAmproc) Delete

func (pa *PgAmproc) Delete(ctx context.Context, db DB) error

Delete deletes the PgAmproc from the database.

func (*PgAmproc) Deleted

func (pa *PgAmproc) Deleted() bool

Deleted returns true when the PgAmproc has been marked for deletion from the database.

func (*PgAmproc) Exists

func (pa *PgAmproc) Exists() bool

Exists returns true when the PgAmproc exists in the database.

func (*PgAmproc) Insert

func (pa *PgAmproc) Insert(ctx context.Context, db DB) error

Insert inserts the PgAmproc to the database.

func (*PgAmproc) Save

func (pa *PgAmproc) Save(ctx context.Context, db DB) error

Save saves the PgAmproc to the database.

func (*PgAmproc) Update

func (pa *PgAmproc) Update(ctx context.Context, db DB) error

Update updates a PgAmproc in the database.

func (*PgAmproc) Upsert

func (pa *PgAmproc) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAmproc.

type PgAttrdef

type PgAttrdef struct {
	Tableoid pgtypes.Oid        `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid        `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid        `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid        `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid        `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid        `json:"ctid"`     // ctid
	Oid      pgtypes.Oid        `json:"oid"`      // oid
	Adrelid  pgtypes.Oid        `json:"adrelid"`  // adrelid
	Adnum    int16              `json:"adnum"`    // adnum
	Adbin    pgtypes.PgNodeTree `json:"adbin"`    // adbin
	// contains filtered or unexported fields
}

PgAttrdef represents a row from 'pg_catalog.pg_attrdef'.

func PgAttrdefByAdrelidAdnum

func PgAttrdefByAdrelidAdnum(ctx context.Context, db DB, adrelid pgtypes.Oid, adnum int16) (*PgAttrdef, error)

PgAttrdefByAdrelidAdnum retrieves a row from 'pg_catalog.pg_attrdef' as a PgAttrdef.

Generated from index 'pg_attrdef_adrelid_adnum_index'.

func PgAttrdefByOid

func PgAttrdefByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAttrdef, error)

PgAttrdefByOid retrieves a row from 'pg_catalog.pg_attrdef' as a PgAttrdef.

Generated from index 'pg_attrdef_oid_index'.

func (*PgAttrdef) Delete

func (pa *PgAttrdef) Delete(ctx context.Context, db DB) error

Delete deletes the PgAttrdef from the database.

func (*PgAttrdef) Deleted

func (pa *PgAttrdef) Deleted() bool

Deleted returns true when the PgAttrdef has been marked for deletion from the database.

func (*PgAttrdef) Exists

func (pa *PgAttrdef) Exists() bool

Exists returns true when the PgAttrdef exists in the database.

func (*PgAttrdef) Insert

func (pa *PgAttrdef) Insert(ctx context.Context, db DB) error

Insert inserts the PgAttrdef to the database.

func (*PgAttrdef) Save

func (pa *PgAttrdef) Save(ctx context.Context, db DB) error

Save saves the PgAttrdef to the database.

func (*PgAttrdef) Update

func (pa *PgAttrdef) Update(ctx context.Context, db DB) error

Update updates a PgAttrdef in the database.

func (*PgAttrdef) Upsert

func (pa *PgAttrdef) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAttrdef.

type PgAttribute

type PgAttribute struct {
	Tableoid       pgtypes.Oid           `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid           `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid           `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid           `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid           `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid           `json:"ctid"`           // ctid
	Attrelid       pgtypes.Oid           `json:"attrelid"`       // attrelid
	Attname        string                `json:"attname"`        // attname
	Atttypid       pgtypes.Oid           `json:"atttypid"`       // atttypid
	Attstattarget  int                   `json:"attstattarget"`  // attstattarget
	Attlen         int16                 `json:"attlen"`         // attlen
	Attnum         int16                 `json:"attnum"`         // attnum
	Attndims       int                   `json:"attndims"`       // attndims
	Attcacheoff    int                   `json:"attcacheoff"`    // attcacheoff
	Atttypmod      int                   `json:"atttypmod"`      // atttypmod
	Attbyval       bool                  `json:"attbyval"`       // attbyval
	Attalign       pgtypes.Char          `json:"attalign"`       // attalign
	Attstorage     pgtypes.Char          `json:"attstorage"`     // attstorage
	Attcompression pgtypes.Char          `json:"attcompression"` // attcompression
	Attnotnull     bool                  `json:"attnotnull"`     // attnotnull
	Atthasdef      bool                  `json:"atthasdef"`      // atthasdef
	Atthasmissing  bool                  `json:"atthasmissing"`  // atthasmissing
	Attidentity    pgtypes.Char          `json:"attidentity"`    // attidentity
	Attgenerated   pgtypes.Char          `json:"attgenerated"`   // attgenerated
	Attisdropped   bool                  `json:"attisdropped"`   // attisdropped
	Attislocal     bool                  `json:"attislocal"`     // attislocal
	Attinhcount    int                   `json:"attinhcount"`    // attinhcount
	Attcollation   pgtypes.Oid           `json:"attcollation"`   // attcollation
	Attacl         []pgtypes.NullAclitem `json:"attacl"`         // attacl
	Attoptions     []sql.NullString      `json:"attoptions"`     // attoptions
	Attfdwoptions  []sql.NullString      `json:"attfdwoptions"`  // attfdwoptions
	Attmissingval  pgtypes.NullAnyarray  `json:"attmissingval"`  // attmissingval
	// contains filtered or unexported fields
}

PgAttribute represents a row from 'pg_catalog.pg_attribute'.

func PgAttributeByAttrelidAttname

func PgAttributeByAttrelidAttname(ctx context.Context, db DB, attrelid pgtypes.Oid, attname string) (*PgAttribute, error)

PgAttributeByAttrelidAttname retrieves a row from 'pg_catalog.pg_attribute' as a PgAttribute.

Generated from index 'pg_attribute_relid_attnam_index'.

func PgAttributeByAttrelidAttnum

func PgAttributeByAttrelidAttnum(ctx context.Context, db DB, attrelid pgtypes.Oid, attnum int16) (*PgAttribute, error)

PgAttributeByAttrelidAttnum retrieves a row from 'pg_catalog.pg_attribute' as a PgAttribute.

Generated from index 'pg_attribute_relid_attnum_index'.

func (*PgAttribute) Delete

func (pa *PgAttribute) Delete(ctx context.Context, db DB) error

Delete deletes the PgAttribute from the database.

func (*PgAttribute) Deleted

func (pa *PgAttribute) Deleted() bool

Deleted returns true when the PgAttribute has been marked for deletion from the database.

func (*PgAttribute) Exists

func (pa *PgAttribute) Exists() bool

Exists returns true when the PgAttribute exists in the database.

func (*PgAttribute) Insert

func (pa *PgAttribute) Insert(ctx context.Context, db DB) error

Insert inserts the PgAttribute to the database.

func (*PgAttribute) Save

func (pa *PgAttribute) Save(ctx context.Context, db DB) error

Save saves the PgAttribute to the database.

func (*PgAttribute) Update

func (pa *PgAttribute) Update(ctx context.Context, db DB) error

Update updates a PgAttribute in the database.

func (*PgAttribute) Upsert

func (pa *PgAttribute) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAttribute.

type PgAuthMember

type PgAuthMember struct {
	Tableoid    pgtypes.Oid `json:"tableoid"`     // tableoid
	Cmax        pgtypes.Cid `json:"cmax"`         // cmax
	Xmax        pgtypes.Xid `json:"xmax"`         // xmax
	Cmin        pgtypes.Cid `json:"cmin"`         // cmin
	Xmin        pgtypes.Xid `json:"xmin"`         // xmin
	Ctid        pgtypes.Tid `json:"ctid"`         // ctid
	Roleid      pgtypes.Oid `json:"roleid"`       // roleid
	Member      pgtypes.Oid `json:"member"`       // member
	Grantor     pgtypes.Oid `json:"grantor"`      // grantor
	AdminOption bool        `json:"admin_option"` // admin_option
	// contains filtered or unexported fields
}

PgAuthMember represents a row from 'pg_catalog.pg_auth_members'.

func PgAuthMemberByMemberRoleid

func PgAuthMemberByMemberRoleid(ctx context.Context, db DB, member, roleid pgtypes.Oid) (*PgAuthMember, error)

PgAuthMemberByMemberRoleid retrieves a row from 'pg_catalog.pg_auth_members' as a PgAuthMember.

Generated from index 'pg_auth_members_member_role_index'.

func PgAuthMemberByRoleidMember

func PgAuthMemberByRoleidMember(ctx context.Context, db DB, roleid, member pgtypes.Oid) (*PgAuthMember, error)

PgAuthMemberByRoleidMember retrieves a row from 'pg_catalog.pg_auth_members' as a PgAuthMember.

Generated from index 'pg_auth_members_role_member_index'.

func (*PgAuthMember) Delete

func (pam *PgAuthMember) Delete(ctx context.Context, db DB) error

Delete deletes the PgAuthMember from the database.

func (*PgAuthMember) Deleted

func (pam *PgAuthMember) Deleted() bool

Deleted returns true when the PgAuthMember has been marked for deletion from the database.

func (*PgAuthMember) Exists

func (pam *PgAuthMember) Exists() bool

Exists returns true when the PgAuthMember exists in the database.

func (*PgAuthMember) Insert

func (pam *PgAuthMember) Insert(ctx context.Context, db DB) error

Insert inserts the PgAuthMember to the database.

func (*PgAuthMember) Save

func (pam *PgAuthMember) Save(ctx context.Context, db DB) error

Save saves the PgAuthMember to the database.

func (*PgAuthMember) Update

func (pam *PgAuthMember) Update(ctx context.Context, db DB) error

Update updates a PgAuthMember in the database.

func (*PgAuthMember) Upsert

func (pam *PgAuthMember) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAuthMember.

type PgAuthid

type PgAuthid struct {
	Tableoid       pgtypes.Oid    `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid    `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid    `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid    `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid    `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid    `json:"ctid"`           // ctid
	Oid            pgtypes.Oid    `json:"oid"`            // oid
	Rolname        string         `json:"rolname"`        // rolname
	Rolsuper       bool           `json:"rolsuper"`       // rolsuper
	Rolinherit     bool           `json:"rolinherit"`     // rolinherit
	Rolcreaterole  bool           `json:"rolcreaterole"`  // rolcreaterole
	Rolcreatedb    bool           `json:"rolcreatedb"`    // rolcreatedb
	Rolcanlogin    bool           `json:"rolcanlogin"`    // rolcanlogin
	Rolreplication bool           `json:"rolreplication"` // rolreplication
	Rolbypassrls   bool           `json:"rolbypassrls"`   // rolbypassrls
	Rolconnlimit   int            `json:"rolconnlimit"`   // rolconnlimit
	Rolpassword    sql.NullString `json:"rolpassword"`    // rolpassword
	Rolvaliduntil  sql.NullTime   `json:"rolvaliduntil"`  // rolvaliduntil
	// contains filtered or unexported fields
}

PgAuthid represents a row from 'pg_catalog.pg_authid'.

func PgAuthidByOid

func PgAuthidByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAuthid, error)

PgAuthidByOid retrieves a row from 'pg_catalog.pg_authid' as a PgAuthid.

Generated from index 'pg_authid_oid_index'.

func PgAuthidByRolname

func PgAuthidByRolname(ctx context.Context, db DB, rolname string) (*PgAuthid, error)

PgAuthidByRolname retrieves a row from 'pg_catalog.pg_authid' as a PgAuthid.

Generated from index 'pg_authid_rolname_index'.

func (*PgAuthid) Delete

func (pa *PgAuthid) Delete(ctx context.Context, db DB) error

Delete deletes the PgAuthid from the database.

func (*PgAuthid) Deleted

func (pa *PgAuthid) Deleted() bool

Deleted returns true when the PgAuthid has been marked for deletion from the database.

func (*PgAuthid) Exists

func (pa *PgAuthid) Exists() bool

Exists returns true when the PgAuthid exists in the database.

func (*PgAuthid) Insert

func (pa *PgAuthid) Insert(ctx context.Context, db DB) error

Insert inserts the PgAuthid to the database.

func (*PgAuthid) Save

func (pa *PgAuthid) Save(ctx context.Context, db DB) error

Save saves the PgAuthid to the database.

func (*PgAuthid) Update

func (pa *PgAuthid) Update(ctx context.Context, db DB) error

Update updates a PgAuthid in the database.

func (*PgAuthid) Upsert

func (pa *PgAuthid) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgAuthid.

type PgAvailableExtension

type PgAvailableExtension struct {
	Name             sql.NullString `json:"name"`              // name
	DefaultVersion   sql.NullString `json:"default_version"`   // default_version
	InstalledVersion sql.NullString `json:"installed_version"` // installed_version
	Comment          sql.NullString `json:"comment"`           // comment
}

PgAvailableExtension represents a row from 'pg_catalog.pg_available_extensions'.

type PgAvailableExtensionVersion

type PgAvailableExtensionVersion struct {
	Name        sql.NullString   `json:"name"`        // name
	Version     sql.NullString   `json:"version"`     // version
	Installed   sql.NullBool     `json:"installed"`   // installed
	Superuser   sql.NullBool     `json:"superuser"`   // superuser
	Trusted     sql.NullBool     `json:"trusted"`     // trusted
	Relocatable sql.NullBool     `json:"relocatable"` // relocatable
	Schema      sql.NullString   `json:"schema"`      // schema
	Requires    []sql.NullString `json:"requires"`    // requires
	Comment     sql.NullString   `json:"comment"`     // comment
}

PgAvailableExtensionVersion represents a row from 'pg_catalog.pg_available_extension_versions'.

type PgBackendMemoryContext

type PgBackendMemoryContext struct {
	Name         sql.NullString `json:"name"`          // name
	Ident        sql.NullString `json:"ident"`         // ident
	Parent       sql.NullString `json:"parent"`        // parent
	Level        sql.NullInt64  `json:"level"`         // level
	TotalBytes   sql.NullInt64  `json:"total_bytes"`   // total_bytes
	TotalNblocks sql.NullInt64  `json:"total_nblocks"` // total_nblocks
	FreeBytes    sql.NullInt64  `json:"free_bytes"`    // free_bytes
	FreeChunks   sql.NullInt64  `json:"free_chunks"`   // free_chunks
	UsedBytes    sql.NullInt64  `json:"used_bytes"`    // used_bytes
}

PgBackendMemoryContext represents a row from 'pg_catalog.pg_backend_memory_contexts'.

type PgCast

type PgCast struct {
	Tableoid    pgtypes.Oid  `json:"tableoid"`    // tableoid
	Cmax        pgtypes.Cid  `json:"cmax"`        // cmax
	Xmax        pgtypes.Xid  `json:"xmax"`        // xmax
	Cmin        pgtypes.Cid  `json:"cmin"`        // cmin
	Xmin        pgtypes.Xid  `json:"xmin"`        // xmin
	Ctid        pgtypes.Tid  `json:"ctid"`        // ctid
	Oid         pgtypes.Oid  `json:"oid"`         // oid
	Castsource  pgtypes.Oid  `json:"castsource"`  // castsource
	Casttarget  pgtypes.Oid  `json:"casttarget"`  // casttarget
	Castfunc    pgtypes.Oid  `json:"castfunc"`    // castfunc
	Castcontext pgtypes.Char `json:"castcontext"` // castcontext
	Castmethod  pgtypes.Char `json:"castmethod"`  // castmethod
	// contains filtered or unexported fields
}

PgCast represents a row from 'pg_catalog.pg_cast'.

func PgCastByCastsourceCasttarget

func PgCastByCastsourceCasttarget(ctx context.Context, db DB, castsource, casttarget pgtypes.Oid) (*PgCast, error)

PgCastByCastsourceCasttarget retrieves a row from 'pg_catalog.pg_cast' as a PgCast.

Generated from index 'pg_cast_source_target_index'.

func PgCastByOid

func PgCastByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgCast, error)

PgCastByOid retrieves a row from 'pg_catalog.pg_cast' as a PgCast.

Generated from index 'pg_cast_oid_index'.

func (*PgCast) Delete

func (pc *PgCast) Delete(ctx context.Context, db DB) error

Delete deletes the PgCast from the database.

func (*PgCast) Deleted

func (pc *PgCast) Deleted() bool

Deleted returns true when the PgCast has been marked for deletion from the database.

func (*PgCast) Exists

func (pc *PgCast) Exists() bool

Exists returns true when the PgCast exists in the database.

func (*PgCast) Insert

func (pc *PgCast) Insert(ctx context.Context, db DB) error

Insert inserts the PgCast to the database.

func (*PgCast) Save

func (pc *PgCast) Save(ctx context.Context, db DB) error

Save saves the PgCast to the database.

func (*PgCast) Update

func (pc *PgCast) Update(ctx context.Context, db DB) error

Update updates a PgCast in the database.

func (*PgCast) Upsert

func (pc *PgCast) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgCast.

type PgClass

type PgClass struct {
	Tableoid            pgtypes.Oid            `json:"tableoid"`            // tableoid
	Cmax                pgtypes.Cid            `json:"cmax"`                // cmax
	Xmax                pgtypes.Xid            `json:"xmax"`                // xmax
	Cmin                pgtypes.Cid            `json:"cmin"`                // cmin
	Xmin                pgtypes.Xid            `json:"xmin"`                // xmin
	Ctid                pgtypes.Tid            `json:"ctid"`                // ctid
	Oid                 pgtypes.Oid            `json:"oid"`                 // oid
	Relname             string                 `json:"relname"`             // relname
	Relnamespace        pgtypes.Oid            `json:"relnamespace"`        // relnamespace
	Reltype             pgtypes.Oid            `json:"reltype"`             // reltype
	Reloftype           pgtypes.Oid            `json:"reloftype"`           // reloftype
	Relowner            pgtypes.Oid            `json:"relowner"`            // relowner
	Relam               pgtypes.Oid            `json:"relam"`               // relam
	Relfilenode         pgtypes.Oid            `json:"relfilenode"`         // relfilenode
	Reltablespace       pgtypes.Oid            `json:"reltablespace"`       // reltablespace
	Relpages            int                    `json:"relpages"`            // relpages
	Reltuples           float32                `json:"reltuples"`           // reltuples
	Relallvisible       int                    `json:"relallvisible"`       // relallvisible
	Reltoastrelid       pgtypes.Oid            `json:"reltoastrelid"`       // reltoastrelid
	Relhasindex         bool                   `json:"relhasindex"`         // relhasindex
	Relisshared         bool                   `json:"relisshared"`         // relisshared
	Relpersistence      pgtypes.Char           `json:"relpersistence"`      // relpersistence
	Relkind             pgtypes.Char           `json:"relkind"`             // relkind
	Relnatts            int16                  `json:"relnatts"`            // relnatts
	Relchecks           int16                  `json:"relchecks"`           // relchecks
	Relhasrules         bool                   `json:"relhasrules"`         // relhasrules
	Relhastriggers      bool                   `json:"relhastriggers"`      // relhastriggers
	Relhassubclass      bool                   `json:"relhassubclass"`      // relhassubclass
	Relrowsecurity      bool                   `json:"relrowsecurity"`      // relrowsecurity
	Relforcerowsecurity bool                   `json:"relforcerowsecurity"` // relforcerowsecurity
	Relispopulated      bool                   `json:"relispopulated"`      // relispopulated
	Relreplident        pgtypes.Char           `json:"relreplident"`        // relreplident
	Relispartition      bool                   `json:"relispartition"`      // relispartition
	Relrewrite          pgtypes.Oid            `json:"relrewrite"`          // relrewrite
	Relfrozenxid        pgtypes.Xid            `json:"relfrozenxid"`        // relfrozenxid
	Relminmxid          pgtypes.Xid            `json:"relminmxid"`          // relminmxid
	Relacl              []pgtypes.NullAclitem  `json:"relacl"`              // relacl
	Reloptions          []sql.NullString       `json:"reloptions"`          // reloptions
	Relpartbound        pgtypes.NullPgNodeTree `json:"relpartbound"`        // relpartbound
	// contains filtered or unexported fields
}

PgClass represents a row from 'pg_catalog.pg_class'.

func PgClassByOid

func PgClassByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgClass, error)

PgClassByOid retrieves a row from 'pg_catalog.pg_class' as a PgClass.

Generated from index 'pg_class_oid_index'.

func PgClassByRelnameRelnamespace

func PgClassByRelnameRelnamespace(ctx context.Context, db DB, relname string, relnamespace pgtypes.Oid) (*PgClass, error)

PgClassByRelnameRelnamespace retrieves a row from 'pg_catalog.pg_class' as a PgClass.

Generated from index 'pg_class_relname_nsp_index'.

func PgClassByReltablespaceRelfilenode

func PgClassByReltablespaceRelfilenode(ctx context.Context, db DB, reltablespace, relfilenode pgtypes.Oid) ([]*PgClass, error)

PgClassByReltablespaceRelfilenode retrieves a row from 'pg_catalog.pg_class' as a PgClass.

Generated from index 'pg_class_tblspc_relfilenode_index'.

func (*PgClass) Delete

func (pc *PgClass) Delete(ctx context.Context, db DB) error

Delete deletes the PgClass from the database.

func (*PgClass) Deleted

func (pc *PgClass) Deleted() bool

Deleted returns true when the PgClass has been marked for deletion from the database.

func (*PgClass) Exists

func (pc *PgClass) Exists() bool

Exists returns true when the PgClass exists in the database.

func (*PgClass) Insert

func (pc *PgClass) Insert(ctx context.Context, db DB) error

Insert inserts the PgClass to the database.

func (*PgClass) Save

func (pc *PgClass) Save(ctx context.Context, db DB) error

Save saves the PgClass to the database.

func (*PgClass) Update

func (pc *PgClass) Update(ctx context.Context, db DB) error

Update updates a PgClass in the database.

func (*PgClass) Upsert

func (pc *PgClass) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgClass.

type PgCollation

type PgCollation struct {
	Tableoid            pgtypes.Oid    `json:"tableoid"`            // tableoid
	Cmax                pgtypes.Cid    `json:"cmax"`                // cmax
	Xmax                pgtypes.Xid    `json:"xmax"`                // xmax
	Cmin                pgtypes.Cid    `json:"cmin"`                // cmin
	Xmin                pgtypes.Xid    `json:"xmin"`                // xmin
	Ctid                pgtypes.Tid    `json:"ctid"`                // ctid
	Oid                 pgtypes.Oid    `json:"oid"`                 // oid
	Collname            string         `json:"collname"`            // collname
	Collnamespace       pgtypes.Oid    `json:"collnamespace"`       // collnamespace
	Collowner           pgtypes.Oid    `json:"collowner"`           // collowner
	Collprovider        pgtypes.Char   `json:"collprovider"`        // collprovider
	Collisdeterministic bool           `json:"collisdeterministic"` // collisdeterministic
	Collencoding        int            `json:"collencoding"`        // collencoding
	Collcollate         string         `json:"collcollate"`         // collcollate
	Collctype           string         `json:"collctype"`           // collctype
	Collversion         sql.NullString `json:"collversion"`         // collversion
	// contains filtered or unexported fields
}

PgCollation represents a row from 'pg_catalog.pg_collation'.

func PgCollationByCollnameCollencodingCollnamespace

func PgCollationByCollnameCollencodingCollnamespace(ctx context.Context, db DB, collname string, collencoding int, collnamespace pgtypes.Oid) (*PgCollation, error)

PgCollationByCollnameCollencodingCollnamespace retrieves a row from 'pg_catalog.pg_collation' as a PgCollation.

Generated from index 'pg_collation_name_enc_nsp_index'.

func PgCollationByOid

func PgCollationByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgCollation, error)

PgCollationByOid retrieves a row from 'pg_catalog.pg_collation' as a PgCollation.

Generated from index 'pg_collation_oid_index'.

func (*PgCollation) Delete

func (pc *PgCollation) Delete(ctx context.Context, db DB) error

Delete deletes the PgCollation from the database.

func (*PgCollation) Deleted

func (pc *PgCollation) Deleted() bool

Deleted returns true when the PgCollation has been marked for deletion from the database.

func (*PgCollation) Exists

func (pc *PgCollation) Exists() bool

Exists returns true when the PgCollation exists in the database.

func (*PgCollation) Insert

func (pc *PgCollation) Insert(ctx context.Context, db DB) error

Insert inserts the PgCollation to the database.

func (*PgCollation) Save

func (pc *PgCollation) Save(ctx context.Context, db DB) error

Save saves the PgCollation to the database.

func (*PgCollation) Update

func (pc *PgCollation) Update(ctx context.Context, db DB) error

Update updates a PgCollation in the database.

func (*PgCollation) Upsert

func (pc *PgCollation) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgCollation.

type PgConfig

type PgConfig struct {
	Name    sql.NullString `json:"name"`    // name
	Setting sql.NullString `json:"setting"` // setting
}

PgConfig represents a row from 'pg_catalog.pg_config'.

type PgConstraint

type PgConstraint struct {
	Tableoid      pgtypes.Oid            `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid            `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid            `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid            `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid            `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid            `json:"ctid"`          // ctid
	Oid           pgtypes.Oid            `json:"oid"`           // oid
	Conname       string                 `json:"conname"`       // conname
	Connamespace  pgtypes.Oid            `json:"connamespace"`  // connamespace
	Contype       pgtypes.Char           `json:"contype"`       // contype
	Condeferrable bool                   `json:"condeferrable"` // condeferrable
	Condeferred   bool                   `json:"condeferred"`   // condeferred
	Convalidated  bool                   `json:"convalidated"`  // convalidated
	Conrelid      pgtypes.Oid            `json:"conrelid"`      // conrelid
	Contypid      pgtypes.Oid            `json:"contypid"`      // contypid
	Conindid      pgtypes.Oid            `json:"conindid"`      // conindid
	Conparentid   pgtypes.Oid            `json:"conparentid"`   // conparentid
	Confrelid     pgtypes.Oid            `json:"confrelid"`     // confrelid
	Confupdtype   pgtypes.Char           `json:"confupdtype"`   // confupdtype
	Confdeltype   pgtypes.Char           `json:"confdeltype"`   // confdeltype
	Confmatchtype pgtypes.Char           `json:"confmatchtype"` // confmatchtype
	Conislocal    bool                   `json:"conislocal"`    // conislocal
	Coninhcount   int                    `json:"coninhcount"`   // coninhcount
	Connoinherit  bool                   `json:"connoinherit"`  // connoinherit
	Conkey        []sql.NullInt64        `json:"conkey"`        // conkey
	Confkey       []sql.NullInt64        `json:"confkey"`       // confkey
	Conpfeqop     []pgtypes.NullOid      `json:"conpfeqop"`     // conpfeqop
	Conppeqop     []pgtypes.NullOid      `json:"conppeqop"`     // conppeqop
	Conffeqop     []pgtypes.NullOid      `json:"conffeqop"`     // conffeqop
	Conexclop     []pgtypes.NullOid      `json:"conexclop"`     // conexclop
	Conbin        pgtypes.NullPgNodeTree `json:"conbin"`        // conbin
	// contains filtered or unexported fields
}

PgConstraint represents a row from 'pg_catalog.pg_constraint'.

func PgConstraintByConnameConnamespace

func PgConstraintByConnameConnamespace(ctx context.Context, db DB, conname string, connamespace pgtypes.Oid) ([]*PgConstraint, error)

PgConstraintByConnameConnamespace retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.

Generated from index 'pg_constraint_conname_nsp_index'.

func PgConstraintByConparentid

func PgConstraintByConparentid(ctx context.Context, db DB, conparentid pgtypes.Oid) ([]*PgConstraint, error)

PgConstraintByConparentid retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.

Generated from index 'pg_constraint_conparentid_index'.

func PgConstraintByConrelidContypidConname

func PgConstraintByConrelidContypidConname(ctx context.Context, db DB, conrelid, contypid pgtypes.Oid, conname string) (*PgConstraint, error)

PgConstraintByConrelidContypidConname retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.

Generated from index 'pg_constraint_conrelid_contypid_conname_index'.

func PgConstraintByContypid

func PgConstraintByContypid(ctx context.Context, db DB, contypid pgtypes.Oid) ([]*PgConstraint, error)

PgConstraintByContypid retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.

Generated from index 'pg_constraint_contypid_index'.

func PgConstraintByOid

func PgConstraintByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgConstraint, error)

PgConstraintByOid retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.

Generated from index 'pg_constraint_oid_index'.

func (*PgConstraint) Delete

func (pc *PgConstraint) Delete(ctx context.Context, db DB) error

Delete deletes the PgConstraint from the database.

func (*PgConstraint) Deleted

func (pc *PgConstraint) Deleted() bool

Deleted returns true when the PgConstraint has been marked for deletion from the database.

func (*PgConstraint) Exists

func (pc *PgConstraint) Exists() bool

Exists returns true when the PgConstraint exists in the database.

func (*PgConstraint) Insert

func (pc *PgConstraint) Insert(ctx context.Context, db DB) error

Insert inserts the PgConstraint to the database.

func (*PgConstraint) Save

func (pc *PgConstraint) Save(ctx context.Context, db DB) error

Save saves the PgConstraint to the database.

func (*PgConstraint) Update

func (pc *PgConstraint) Update(ctx context.Context, db DB) error

Update updates a PgConstraint in the database.

func (*PgConstraint) Upsert

func (pc *PgConstraint) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgConstraint.

type PgConversion

type PgConversion struct {
	Tableoid       pgtypes.Oid     `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid     `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid     `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid     `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid     `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid     `json:"ctid"`           // ctid
	Oid            pgtypes.Oid     `json:"oid"`            // oid
	Conname        string          `json:"conname"`        // conname
	Connamespace   pgtypes.Oid     `json:"connamespace"`   // connamespace
	Conowner       pgtypes.Oid     `json:"conowner"`       // conowner
	Conforencoding int             `json:"conforencoding"` // conforencoding
	Contoencoding  int             `json:"contoencoding"`  // contoencoding
	Conproc        pgtypes.Regproc `json:"conproc"`        // conproc
	Condefault     bool            `json:"condefault"`     // condefault
	// contains filtered or unexported fields
}

PgConversion represents a row from 'pg_catalog.pg_conversion'.

func PgConversionByConnameConnamespace

func PgConversionByConnameConnamespace(ctx context.Context, db DB, conname string, connamespace pgtypes.Oid) (*PgConversion, error)

PgConversionByConnameConnamespace retrieves a row from 'pg_catalog.pg_conversion' as a PgConversion.

Generated from index 'pg_conversion_name_nsp_index'.

func PgConversionByConnamespaceConforencodingContoencodingOid

func PgConversionByConnamespaceConforencodingContoencodingOid(ctx context.Context, db DB, connamespace pgtypes.Oid, conforencoding, contoencoding int, oid pgtypes.Oid) (*PgConversion, error)

PgConversionByConnamespaceConforencodingContoencodingOid retrieves a row from 'pg_catalog.pg_conversion' as a PgConversion.

Generated from index 'pg_conversion_default_index'.

func PgConversionByOid

func PgConversionByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgConversion, error)

PgConversionByOid retrieves a row from 'pg_catalog.pg_conversion' as a PgConversion.

Generated from index 'pg_conversion_oid_index'.

func (*PgConversion) Delete

func (pc *PgConversion) Delete(ctx context.Context, db DB) error

Delete deletes the PgConversion from the database.

func (*PgConversion) Deleted

func (pc *PgConversion) Deleted() bool

Deleted returns true when the PgConversion has been marked for deletion from the database.

func (*PgConversion) Exists

func (pc *PgConversion) Exists() bool

Exists returns true when the PgConversion exists in the database.

func (*PgConversion) Insert

func (pc *PgConversion) Insert(ctx context.Context, db DB) error

Insert inserts the PgConversion to the database.

func (*PgConversion) Save

func (pc *PgConversion) Save(ctx context.Context, db DB) error

Save saves the PgConversion to the database.

func (*PgConversion) Update

func (pc *PgConversion) Update(ctx context.Context, db DB) error

Update updates a PgConversion in the database.

func (*PgConversion) Upsert

func (pc *PgConversion) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgConversion.

type PgCursor

type PgCursor struct {
	Name         sql.NullString `json:"name"`          // name
	Statement    sql.NullString `json:"statement"`     // statement
	IsHoldable   sql.NullBool   `json:"is_holdable"`   // is_holdable
	IsBinary     sql.NullBool   `json:"is_binary"`     // is_binary
	IsScrollable sql.NullBool   `json:"is_scrollable"` // is_scrollable
	CreationTime sql.NullTime   `json:"creation_time"` // creation_time
}

PgCursor represents a row from 'pg_catalog.pg_cursors'.

type PgDatabase

type PgDatabase struct {
	Tableoid      pgtypes.Oid           `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid           `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid           `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid           `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid           `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid           `json:"ctid"`          // ctid
	Oid           pgtypes.Oid           `json:"oid"`           // oid
	Datname       string                `json:"datname"`       // datname
	Datdba        pgtypes.Oid           `json:"datdba"`        // datdba
	Encoding      int                   `json:"encoding"`      // encoding
	Datcollate    string                `json:"datcollate"`    // datcollate
	Datctype      string                `json:"datctype"`      // datctype
	Datistemplate bool                  `json:"datistemplate"` // datistemplate
	Datallowconn  bool                  `json:"datallowconn"`  // datallowconn
	Datconnlimit  int                   `json:"datconnlimit"`  // datconnlimit
	Datlastsysoid pgtypes.Oid           `json:"datlastsysoid"` // datlastsysoid
	Datfrozenxid  pgtypes.Xid           `json:"datfrozenxid"`  // datfrozenxid
	Datminmxid    pgtypes.Xid           `json:"datminmxid"`    // datminmxid
	Dattablespace pgtypes.Oid           `json:"dattablespace"` // dattablespace
	Datacl        []pgtypes.NullAclitem `json:"datacl"`        // datacl
	// contains filtered or unexported fields
}

PgDatabase represents a row from 'pg_catalog.pg_database'.

func PgDatabaseByDatname

func PgDatabaseByDatname(ctx context.Context, db DB, datname string) (*PgDatabase, error)

PgDatabaseByDatname retrieves a row from 'pg_catalog.pg_database' as a PgDatabase.

Generated from index 'pg_database_datname_index'.

func PgDatabaseByOid

func PgDatabaseByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgDatabase, error)

PgDatabaseByOid retrieves a row from 'pg_catalog.pg_database' as a PgDatabase.

Generated from index 'pg_database_oid_index'.

func (*PgDatabase) Delete

func (pd *PgDatabase) Delete(ctx context.Context, db DB) error

Delete deletes the PgDatabase from the database.

func (*PgDatabase) Deleted

func (pd *PgDatabase) Deleted() bool

Deleted returns true when the PgDatabase has been marked for deletion from the database.

func (*PgDatabase) Exists

func (pd *PgDatabase) Exists() bool

Exists returns true when the PgDatabase exists in the database.

func (*PgDatabase) Insert

func (pd *PgDatabase) Insert(ctx context.Context, db DB) error

Insert inserts the PgDatabase to the database.

func (*PgDatabase) Save

func (pd *PgDatabase) Save(ctx context.Context, db DB) error

Save saves the PgDatabase to the database.

func (*PgDatabase) Update

func (pd *PgDatabase) Update(ctx context.Context, db DB) error

Update updates a PgDatabase in the database.

func (*PgDatabase) Upsert

func (pd *PgDatabase) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgDatabase.

type PgDbRoleSetting

type PgDbRoleSetting struct {
	Tableoid    pgtypes.Oid      `json:"tableoid"`    // tableoid
	Cmax        pgtypes.Cid      `json:"cmax"`        // cmax
	Xmax        pgtypes.Xid      `json:"xmax"`        // xmax
	Cmin        pgtypes.Cid      `json:"cmin"`        // cmin
	Xmin        pgtypes.Xid      `json:"xmin"`        // xmin
	Ctid        pgtypes.Tid      `json:"ctid"`        // ctid
	Setdatabase pgtypes.Oid      `json:"setdatabase"` // setdatabase
	Setrole     pgtypes.Oid      `json:"setrole"`     // setrole
	Setconfig   []sql.NullString `json:"setconfig"`   // setconfig
	// contains filtered or unexported fields
}

PgDbRoleSetting represents a row from 'pg_catalog.pg_db_role_setting'.

func PgDbRoleSettingBySetdatabaseSetrole

func PgDbRoleSettingBySetdatabaseSetrole(ctx context.Context, db DB, setdatabase, setrole pgtypes.Oid) (*PgDbRoleSetting, error)

PgDbRoleSettingBySetdatabaseSetrole retrieves a row from 'pg_catalog.pg_db_role_setting' as a PgDbRoleSetting.

Generated from index 'pg_db_role_setting_databaseid_rol_index'.

func (*PgDbRoleSetting) Delete

func (pdrs *PgDbRoleSetting) Delete(ctx context.Context, db DB) error

Delete deletes the PgDbRoleSetting from the database.

func (*PgDbRoleSetting) Deleted

func (pdrs *PgDbRoleSetting) Deleted() bool

Deleted returns true when the PgDbRoleSetting has been marked for deletion from the database.

func (*PgDbRoleSetting) Exists

func (pdrs *PgDbRoleSetting) Exists() bool

Exists returns true when the PgDbRoleSetting exists in the database.

func (*PgDbRoleSetting) Insert

func (pdrs *PgDbRoleSetting) Insert(ctx context.Context, db DB) error

Insert inserts the PgDbRoleSetting to the database.

func (*PgDbRoleSetting) Save

func (pdrs *PgDbRoleSetting) Save(ctx context.Context, db DB) error

Save saves the PgDbRoleSetting to the database.

func (*PgDbRoleSetting) Update

func (pdrs *PgDbRoleSetting) Update(ctx context.Context, db DB) error

Update updates a PgDbRoleSetting in the database.

func (*PgDbRoleSetting) Upsert

func (pdrs *PgDbRoleSetting) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgDbRoleSetting.

type PgDefaultACL

type PgDefaultACL struct {
	Tableoid        pgtypes.Oid       `json:"tableoid"`        // tableoid
	Cmax            pgtypes.Cid       `json:"cmax"`            // cmax
	Xmax            pgtypes.Xid       `json:"xmax"`            // xmax
	Cmin            pgtypes.Cid       `json:"cmin"`            // cmin
	Xmin            pgtypes.Xid       `json:"xmin"`            // xmin
	Ctid            pgtypes.Tid       `json:"ctid"`            // ctid
	Oid             pgtypes.Oid       `json:"oid"`             // oid
	Defaclrole      pgtypes.Oid       `json:"defaclrole"`      // defaclrole
	Defaclnamespace pgtypes.Oid       `json:"defaclnamespace"` // defaclnamespace
	Defaclobjtype   pgtypes.Char      `json:"defaclobjtype"`   // defaclobjtype
	Defaclacl       []pgtypes.Aclitem `json:"defaclacl"`       // defaclacl
	// contains filtered or unexported fields
}

PgDefaultACL represents a row from 'pg_catalog.pg_default_acl'.

func PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype

func PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype(ctx context.Context, db DB, defaclrole, defaclnamespace pgtypes.Oid, defaclobjtype pgtypes.Char) (*PgDefaultACL, error)

PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype retrieves a row from 'pg_catalog.pg_default_acl' as a PgDefaultACL.

Generated from index 'pg_default_acl_role_nsp_obj_index'.

func PgDefaultACLByOid

func PgDefaultACLByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgDefaultACL, error)

PgDefaultACLByOid retrieves a row from 'pg_catalog.pg_default_acl' as a PgDefaultACL.

Generated from index 'pg_default_acl_oid_index'.

func (*PgDefaultACL) Delete

func (pda *PgDefaultACL) Delete(ctx context.Context, db DB) error

Delete deletes the PgDefaultACL from the database.

func (*PgDefaultACL) Deleted

func (pda *PgDefaultACL) Deleted() bool

Deleted returns true when the PgDefaultACL has been marked for deletion from the database.

func (*PgDefaultACL) Exists

func (pda *PgDefaultACL) Exists() bool

Exists returns true when the PgDefaultACL exists in the database.

func (*PgDefaultACL) Insert

func (pda *PgDefaultACL) Insert(ctx context.Context, db DB) error

Insert inserts the PgDefaultACL to the database.

func (*PgDefaultACL) Save

func (pda *PgDefaultACL) Save(ctx context.Context, db DB) error

Save saves the PgDefaultACL to the database.

func (*PgDefaultACL) Update

func (pda *PgDefaultACL) Update(ctx context.Context, db DB) error

Update updates a PgDefaultACL in the database.

func (*PgDefaultACL) Upsert

func (pda *PgDefaultACL) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgDefaultACL.

type PgDepend

type PgDepend struct {
	Tableoid    pgtypes.Oid  `json:"tableoid"`    // tableoid
	Cmax        pgtypes.Cid  `json:"cmax"`        // cmax
	Xmax        pgtypes.Xid  `json:"xmax"`        // xmax
	Cmin        pgtypes.Cid  `json:"cmin"`        // cmin
	Xmin        pgtypes.Xid  `json:"xmin"`        // xmin
	Ctid        pgtypes.Tid  `json:"ctid"`        // ctid
	Classid     pgtypes.Oid  `json:"classid"`     // classid
	Objid       pgtypes.Oid  `json:"objid"`       // objid
	Objsubid    int          `json:"objsubid"`    // objsubid
	Refclassid  pgtypes.Oid  `json:"refclassid"`  // refclassid
	Refobjid    pgtypes.Oid  `json:"refobjid"`    // refobjid
	Refobjsubid int          `json:"refobjsubid"` // refobjsubid
	Deptype     pgtypes.Char `json:"deptype"`     // deptype
}

PgDepend represents a row from 'pg_catalog.pg_depend'.

func PgDependByClassidObjidObjsubid

func PgDependByClassidObjidObjsubid(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) ([]*PgDepend, error)

PgDependByClassidObjidObjsubid retrieves a row from 'pg_catalog.pg_depend' as a PgDepend.

Generated from index 'pg_depend_depender_index'.

func PgDependByRefclassidRefobjidRefobjsubid

func PgDependByRefclassidRefobjidRefobjsubid(ctx context.Context, db DB, refclassid, refobjid pgtypes.Oid, refobjsubid int) ([]*PgDepend, error)

PgDependByRefclassidRefobjidRefobjsubid retrieves a row from 'pg_catalog.pg_depend' as a PgDepend.

Generated from index 'pg_depend_reference_index'.

type PgDescription

type PgDescription struct {
	Tableoid    pgtypes.Oid `json:"tableoid"`    // tableoid
	Cmax        pgtypes.Cid `json:"cmax"`        // cmax
	Xmax        pgtypes.Xid `json:"xmax"`        // xmax
	Cmin        pgtypes.Cid `json:"cmin"`        // cmin
	Xmin        pgtypes.Xid `json:"xmin"`        // xmin
	Ctid        pgtypes.Tid `json:"ctid"`        // ctid
	Objoid      pgtypes.Oid `json:"objoid"`      // objoid
	Classoid    pgtypes.Oid `json:"classoid"`    // classoid
	Objsubid    int         `json:"objsubid"`    // objsubid
	Description string      `json:"description"` // description
	// contains filtered or unexported fields
}

PgDescription represents a row from 'pg_catalog.pg_description'.

func PgDescriptionByObjoidClassoidObjsubid

func PgDescriptionByObjoidClassoidObjsubid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int) (*PgDescription, error)

PgDescriptionByObjoidClassoidObjsubid retrieves a row from 'pg_catalog.pg_description' as a PgDescription.

Generated from index 'pg_description_o_c_o_index'.

func (*PgDescription) Delete

func (pd *PgDescription) Delete(ctx context.Context, db DB) error

Delete deletes the PgDescription from the database.

func (*PgDescription) Deleted

func (pd *PgDescription) Deleted() bool

Deleted returns true when the PgDescription has been marked for deletion from the database.

func (*PgDescription) Exists

func (pd *PgDescription) Exists() bool

Exists returns true when the PgDescription exists in the database.

func (*PgDescription) Insert

func (pd *PgDescription) Insert(ctx context.Context, db DB) error

Insert inserts the PgDescription to the database.

func (*PgDescription) Save

func (pd *PgDescription) Save(ctx context.Context, db DB) error

Save saves the PgDescription to the database.

func (*PgDescription) Update

func (pd *PgDescription) Update(ctx context.Context, db DB) error

Update updates a PgDescription in the database.

func (*PgDescription) Upsert

func (pd *PgDescription) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgDescription.

type PgEnum

type PgEnum struct {
	Tableoid      pgtypes.Oid `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid `json:"ctid"`          // ctid
	Oid           pgtypes.Oid `json:"oid"`           // oid
	Enumtypid     pgtypes.Oid `json:"enumtypid"`     // enumtypid
	Enumsortorder float32     `json:"enumsortorder"` // enumsortorder
	Enumlabel     string      `json:"enumlabel"`     // enumlabel
	// contains filtered or unexported fields
}

PgEnum represents a row from 'pg_catalog.pg_enum'.

func PgEnumByEnumtypidEnumlabel

func PgEnumByEnumtypidEnumlabel(ctx context.Context, db DB, enumtypid pgtypes.Oid, enumlabel string) (*PgEnum, error)

PgEnumByEnumtypidEnumlabel retrieves a row from 'pg_catalog.pg_enum' as a PgEnum.

Generated from index 'pg_enum_typid_label_index'.

func PgEnumByEnumtypidEnumsortorder

func PgEnumByEnumtypidEnumsortorder(ctx context.Context, db DB, enumtypid pgtypes.Oid, enumsortorder float32) (*PgEnum, error)

PgEnumByEnumtypidEnumsortorder retrieves a row from 'pg_catalog.pg_enum' as a PgEnum.

Generated from index 'pg_enum_typid_sortorder_index'.

func PgEnumByOid

func PgEnumByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgEnum, error)

PgEnumByOid retrieves a row from 'pg_catalog.pg_enum' as a PgEnum.

Generated from index 'pg_enum_oid_index'.

func (*PgEnum) Delete

func (pe *PgEnum) Delete(ctx context.Context, db DB) error

Delete deletes the PgEnum from the database.

func (*PgEnum) Deleted

func (pe *PgEnum) Deleted() bool

Deleted returns true when the PgEnum has been marked for deletion from the database.

func (*PgEnum) Exists

func (pe *PgEnum) Exists() bool

Exists returns true when the PgEnum exists in the database.

func (*PgEnum) Insert

func (pe *PgEnum) Insert(ctx context.Context, db DB) error

Insert inserts the PgEnum to the database.

func (*PgEnum) Save

func (pe *PgEnum) Save(ctx context.Context, db DB) error

Save saves the PgEnum to the database.

func (*PgEnum) Update

func (pe *PgEnum) Update(ctx context.Context, db DB) error

Update updates a PgEnum in the database.

func (*PgEnum) Upsert

func (pe *PgEnum) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgEnum.

type PgEventTrigger

type PgEventTrigger struct {
	Tableoid   pgtypes.Oid      `json:"tableoid"`   // tableoid
	Cmax       pgtypes.Cid      `json:"cmax"`       // cmax
	Xmax       pgtypes.Xid      `json:"xmax"`       // xmax
	Cmin       pgtypes.Cid      `json:"cmin"`       // cmin
	Xmin       pgtypes.Xid      `json:"xmin"`       // xmin
	Ctid       pgtypes.Tid      `json:"ctid"`       // ctid
	Oid        pgtypes.Oid      `json:"oid"`        // oid
	Evtname    string           `json:"evtname"`    // evtname
	Evtevent   string           `json:"evtevent"`   // evtevent
	Evtowner   pgtypes.Oid      `json:"evtowner"`   // evtowner
	Evtfoid    pgtypes.Oid      `json:"evtfoid"`    // evtfoid
	Evtenabled pgtypes.Char     `json:"evtenabled"` // evtenabled
	Evttags    []sql.NullString `json:"evttags"`    // evttags
	// contains filtered or unexported fields
}

PgEventTrigger represents a row from 'pg_catalog.pg_event_trigger'.

func PgEventTriggerByEvtname

func PgEventTriggerByEvtname(ctx context.Context, db DB, evtname string) (*PgEventTrigger, error)

PgEventTriggerByEvtname retrieves a row from 'pg_catalog.pg_event_trigger' as a PgEventTrigger.

Generated from index 'pg_event_trigger_evtname_index'.

func PgEventTriggerByOid

func PgEventTriggerByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgEventTrigger, error)

PgEventTriggerByOid retrieves a row from 'pg_catalog.pg_event_trigger' as a PgEventTrigger.

Generated from index 'pg_event_trigger_oid_index'.

func (*PgEventTrigger) Delete

func (pet *PgEventTrigger) Delete(ctx context.Context, db DB) error

Delete deletes the PgEventTrigger from the database.

func (*PgEventTrigger) Deleted

func (pet *PgEventTrigger) Deleted() bool

Deleted returns true when the PgEventTrigger has been marked for deletion from the database.

func (*PgEventTrigger) Exists

func (pet *PgEventTrigger) Exists() bool

Exists returns true when the PgEventTrigger exists in the database.

func (*PgEventTrigger) Insert

func (pet *PgEventTrigger) Insert(ctx context.Context, db DB) error

Insert inserts the PgEventTrigger to the database.

func (*PgEventTrigger) Save

func (pet *PgEventTrigger) Save(ctx context.Context, db DB) error

Save saves the PgEventTrigger to the database.

func (*PgEventTrigger) Update

func (pet *PgEventTrigger) Update(ctx context.Context, db DB) error

Update updates a PgEventTrigger in the database.

func (*PgEventTrigger) Upsert

func (pet *PgEventTrigger) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgEventTrigger.

type PgExtension

type PgExtension struct {
	Tableoid       pgtypes.Oid       `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid       `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid       `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid       `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid       `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid       `json:"ctid"`           // ctid
	Oid            pgtypes.Oid       `json:"oid"`            // oid
	Extname        string            `json:"extname"`        // extname
	Extowner       pgtypes.Oid       `json:"extowner"`       // extowner
	Extnamespace   pgtypes.Oid       `json:"extnamespace"`   // extnamespace
	Extrelocatable bool              `json:"extrelocatable"` // extrelocatable
	Extversion     string            `json:"extversion"`     // extversion
	Extconfig      []pgtypes.NullOid `json:"extconfig"`      // extconfig
	Extcondition   []sql.NullString  `json:"extcondition"`   // extcondition
	// contains filtered or unexported fields
}

PgExtension represents a row from 'pg_catalog.pg_extension'.

func PgExtensionByExtname

func PgExtensionByExtname(ctx context.Context, db DB, extname string) (*PgExtension, error)

PgExtensionByExtname retrieves a row from 'pg_catalog.pg_extension' as a PgExtension.

Generated from index 'pg_extension_name_index'.

func PgExtensionByOid

func PgExtensionByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgExtension, error)

PgExtensionByOid retrieves a row from 'pg_catalog.pg_extension' as a PgExtension.

Generated from index 'pg_extension_oid_index'.

func (*PgExtension) Delete

func (pe *PgExtension) Delete(ctx context.Context, db DB) error

Delete deletes the PgExtension from the database.

func (*PgExtension) Deleted

func (pe *PgExtension) Deleted() bool

Deleted returns true when the PgExtension has been marked for deletion from the database.

func (*PgExtension) Exists

func (pe *PgExtension) Exists() bool

Exists returns true when the PgExtension exists in the database.

func (*PgExtension) Insert

func (pe *PgExtension) Insert(ctx context.Context, db DB) error

Insert inserts the PgExtension to the database.

func (*PgExtension) Save

func (pe *PgExtension) Save(ctx context.Context, db DB) error

Save saves the PgExtension to the database.

func (*PgExtension) Update

func (pe *PgExtension) Update(ctx context.Context, db DB) error

Update updates a PgExtension in the database.

func (*PgExtension) Upsert

func (pe *PgExtension) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgExtension.

type PgFileSetting

type PgFileSetting struct {
	Sourcefile sql.NullString `json:"sourcefile"` // sourcefile
	Sourceline sql.NullInt64  `json:"sourceline"` // sourceline
	Seqno      sql.NullInt64  `json:"seqno"`      // seqno
	Name       sql.NullString `json:"name"`       // name
	Setting    sql.NullString `json:"setting"`    // setting
	Applied    sql.NullBool   `json:"applied"`    // applied
	Error      sql.NullString `json:"error"`      // error
}

PgFileSetting represents a row from 'pg_catalog.pg_file_settings'.

type PgForeignDataWrapper

type PgForeignDataWrapper struct {
	Tableoid     pgtypes.Oid           `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid           `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid           `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid           `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid           `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid           `json:"ctid"`         // ctid
	Oid          pgtypes.Oid           `json:"oid"`          // oid
	Fdwname      string                `json:"fdwname"`      // fdwname
	Fdwowner     pgtypes.Oid           `json:"fdwowner"`     // fdwowner
	Fdwhandler   pgtypes.Oid           `json:"fdwhandler"`   // fdwhandler
	Fdwvalidator pgtypes.Oid           `json:"fdwvalidator"` // fdwvalidator
	Fdwacl       []pgtypes.NullAclitem `json:"fdwacl"`       // fdwacl
	Fdwoptions   []sql.NullString      `json:"fdwoptions"`   // fdwoptions
	// contains filtered or unexported fields
}

PgForeignDataWrapper represents a row from 'pg_catalog.pg_foreign_data_wrapper'.

func PgForeignDataWrapperByFdwname

func PgForeignDataWrapperByFdwname(ctx context.Context, db DB, fdwname string) (*PgForeignDataWrapper, error)

PgForeignDataWrapperByFdwname retrieves a row from 'pg_catalog.pg_foreign_data_wrapper' as a PgForeignDataWrapper.

Generated from index 'pg_foreign_data_wrapper_name_index'.

func PgForeignDataWrapperByOid

func PgForeignDataWrapperByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgForeignDataWrapper, error)

PgForeignDataWrapperByOid retrieves a row from 'pg_catalog.pg_foreign_data_wrapper' as a PgForeignDataWrapper.

Generated from index 'pg_foreign_data_wrapper_oid_index'.

func (*PgForeignDataWrapper) Delete

func (pfdw *PgForeignDataWrapper) Delete(ctx context.Context, db DB) error

Delete deletes the PgForeignDataWrapper from the database.

func (*PgForeignDataWrapper) Deleted

func (pfdw *PgForeignDataWrapper) Deleted() bool

Deleted returns true when the PgForeignDataWrapper has been marked for deletion from the database.

func (*PgForeignDataWrapper) Exists

func (pfdw *PgForeignDataWrapper) Exists() bool

Exists returns true when the PgForeignDataWrapper exists in the database.

func (*PgForeignDataWrapper) Insert

func (pfdw *PgForeignDataWrapper) Insert(ctx context.Context, db DB) error

Insert inserts the PgForeignDataWrapper to the database.

func (*PgForeignDataWrapper) Save

func (pfdw *PgForeignDataWrapper) Save(ctx context.Context, db DB) error

Save saves the PgForeignDataWrapper to the database.

func (*PgForeignDataWrapper) Update

func (pfdw *PgForeignDataWrapper) Update(ctx context.Context, db DB) error

Update updates a PgForeignDataWrapper in the database.

func (*PgForeignDataWrapper) Upsert

func (pfdw *PgForeignDataWrapper) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgForeignDataWrapper.

type PgForeignServer

type PgForeignServer struct {
	Tableoid   pgtypes.Oid           `json:"tableoid"`   // tableoid
	Cmax       pgtypes.Cid           `json:"cmax"`       // cmax
	Xmax       pgtypes.Xid           `json:"xmax"`       // xmax
	Cmin       pgtypes.Cid           `json:"cmin"`       // cmin
	Xmin       pgtypes.Xid           `json:"xmin"`       // xmin
	Ctid       pgtypes.Tid           `json:"ctid"`       // ctid
	Oid        pgtypes.Oid           `json:"oid"`        // oid
	Srvname    string                `json:"srvname"`    // srvname
	Srvowner   pgtypes.Oid           `json:"srvowner"`   // srvowner
	Srvfdw     pgtypes.Oid           `json:"srvfdw"`     // srvfdw
	Srvtype    sql.NullString        `json:"srvtype"`    // srvtype
	Srvversion sql.NullString        `json:"srvversion"` // srvversion
	Srvacl     []pgtypes.NullAclitem `json:"srvacl"`     // srvacl
	Srvoptions []sql.NullString      `json:"srvoptions"` // srvoptions
	// contains filtered or unexported fields
}

PgForeignServer represents a row from 'pg_catalog.pg_foreign_server'.

func PgForeignServerByOid

func PgForeignServerByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgForeignServer, error)

PgForeignServerByOid retrieves a row from 'pg_catalog.pg_foreign_server' as a PgForeignServer.

Generated from index 'pg_foreign_server_oid_index'.

func PgForeignServerBySrvname

func PgForeignServerBySrvname(ctx context.Context, db DB, srvname string) (*PgForeignServer, error)

PgForeignServerBySrvname retrieves a row from 'pg_catalog.pg_foreign_server' as a PgForeignServer.

Generated from index 'pg_foreign_server_name_index'.

func (*PgForeignServer) Delete

func (pfs *PgForeignServer) Delete(ctx context.Context, db DB) error

Delete deletes the PgForeignServer from the database.

func (*PgForeignServer) Deleted

func (pfs *PgForeignServer) Deleted() bool

Deleted returns true when the PgForeignServer has been marked for deletion from the database.

func (*PgForeignServer) Exists

func (pfs *PgForeignServer) Exists() bool

Exists returns true when the PgForeignServer exists in the database.

func (*PgForeignServer) Insert

func (pfs *PgForeignServer) Insert(ctx context.Context, db DB) error

Insert inserts the PgForeignServer to the database.

func (*PgForeignServer) Save

func (pfs *PgForeignServer) Save(ctx context.Context, db DB) error

Save saves the PgForeignServer to the database.

func (*PgForeignServer) Update

func (pfs *PgForeignServer) Update(ctx context.Context, db DB) error

Update updates a PgForeignServer in the database.

func (*PgForeignServer) Upsert

func (pfs *PgForeignServer) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgForeignServer.

type PgForeignTable

type PgForeignTable struct {
	Tableoid  pgtypes.Oid      `json:"tableoid"`  // tableoid
	Cmax      pgtypes.Cid      `json:"cmax"`      // cmax
	Xmax      pgtypes.Xid      `json:"xmax"`      // xmax
	Cmin      pgtypes.Cid      `json:"cmin"`      // cmin
	Xmin      pgtypes.Xid      `json:"xmin"`      // xmin
	Ctid      pgtypes.Tid      `json:"ctid"`      // ctid
	Ftrelid   pgtypes.Oid      `json:"ftrelid"`   // ftrelid
	Ftserver  pgtypes.Oid      `json:"ftserver"`  // ftserver
	Ftoptions []sql.NullString `json:"ftoptions"` // ftoptions
	// contains filtered or unexported fields
}

PgForeignTable represents a row from 'pg_catalog.pg_foreign_table'.

func PgForeignTableByFtrelid

func PgForeignTableByFtrelid(ctx context.Context, db DB, ftrelid pgtypes.Oid) (*PgForeignTable, error)

PgForeignTableByFtrelid retrieves a row from 'pg_catalog.pg_foreign_table' as a PgForeignTable.

Generated from index 'pg_foreign_table_relid_index'.

func (*PgForeignTable) Delete

func (pft *PgForeignTable) Delete(ctx context.Context, db DB) error

Delete deletes the PgForeignTable from the database.

func (*PgForeignTable) Deleted

func (pft *PgForeignTable) Deleted() bool

Deleted returns true when the PgForeignTable has been marked for deletion from the database.

func (*PgForeignTable) Exists

func (pft *PgForeignTable) Exists() bool

Exists returns true when the PgForeignTable exists in the database.

func (*PgForeignTable) Insert

func (pft *PgForeignTable) Insert(ctx context.Context, db DB) error

Insert inserts the PgForeignTable to the database.

func (*PgForeignTable) Save

func (pft *PgForeignTable) Save(ctx context.Context, db DB) error

Save saves the PgForeignTable to the database.

func (*PgForeignTable) Update

func (pft *PgForeignTable) Update(ctx context.Context, db DB) error

Update updates a PgForeignTable in the database.

func (*PgForeignTable) Upsert

func (pft *PgForeignTable) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgForeignTable.

type PgGroup

type PgGroup struct {
	Groname  sql.NullString    `json:"groname"`  // groname
	Grosysid pgtypes.NullOid   `json:"grosysid"` // grosysid
	Grolist  []pgtypes.NullOid `json:"grolist"`  // grolist
}

PgGroup represents a row from 'pg_catalog.pg_group'.

type PgHbaFileRule

type PgHbaFileRule struct {
	LineNumber sql.NullInt64    `json:"line_number"` // line_number
	Type       sql.NullString   `json:"type"`        // type
	Database   []sql.NullString `json:"database"`    // database
	UserName   []sql.NullString `json:"user_name"`   // user_name
	Address    sql.NullString   `json:"address"`     // address
	Netmask    sql.NullString   `json:"netmask"`     // netmask
	AuthMethod sql.NullString   `json:"auth_method"` // auth_method
	Options    []sql.NullString `json:"options"`     // options
	Error      sql.NullString   `json:"error"`       // error
}

PgHbaFileRule represents a row from 'pg_catalog.pg_hba_file_rules'.

type PgIndex

type PgIndex struct {
	Tableoid       pgtypes.Oid            `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid            `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid            `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid            `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid            `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid            `json:"ctid"`           // ctid
	Indexrelid     pgtypes.Oid            `json:"indexrelid"`     // indexrelid
	Indrelid       pgtypes.Oid            `json:"indrelid"`       // indrelid
	Indnatts       int16                  `json:"indnatts"`       // indnatts
	Indnkeyatts    int16                  `json:"indnkeyatts"`    // indnkeyatts
	Indisunique    bool                   `json:"indisunique"`    // indisunique
	Indisprimary   bool                   `json:"indisprimary"`   // indisprimary
	Indisexclusion bool                   `json:"indisexclusion"` // indisexclusion
	Indimmediate   bool                   `json:"indimmediate"`   // indimmediate
	Indisclustered bool                   `json:"indisclustered"` // indisclustered
	Indisvalid     bool                   `json:"indisvalid"`     // indisvalid
	Indcheckxmin   bool                   `json:"indcheckxmin"`   // indcheckxmin
	Indisready     bool                   `json:"indisready"`     // indisready
	Indislive      bool                   `json:"indislive"`      // indislive
	Indisreplident bool                   `json:"indisreplident"` // indisreplident
	Indkey         pgtypes.Int2vector     `json:"indkey"`         // indkey
	Indcollation   pgtypes.Oidvector      `json:"indcollation"`   // indcollation
	Indclass       pgtypes.Oidvector      `json:"indclass"`       // indclass
	Indoption      pgtypes.Int2vector     `json:"indoption"`      // indoption
	Indexprs       pgtypes.NullPgNodeTree `json:"indexprs"`       // indexprs
	Indpred        pgtypes.NullPgNodeTree `json:"indpred"`        // indpred
	// contains filtered or unexported fields
}

PgIndex represents a row from 'pg_catalog.pg_index'.

func PgIndexByIndexrelid

func PgIndexByIndexrelid(ctx context.Context, db DB, indexrelid pgtypes.Oid) (*PgIndex, error)

PgIndexByIndexrelid retrieves a row from 'pg_catalog.pg_index' as a PgIndex.

Generated from index 'pg_index_indexrelid_index'.

func PgIndexByIndrelid

func PgIndexByIndrelid(ctx context.Context, db DB, indrelid pgtypes.Oid) ([]*PgIndex, error)

PgIndexByIndrelid retrieves a row from 'pg_catalog.pg_index' as a PgIndex.

Generated from index 'pg_index_indrelid_index'.

func (*PgIndex) Delete

func (pi *PgIndex) Delete(ctx context.Context, db DB) error

Delete deletes the PgIndex from the database.

func (*PgIndex) Deleted

func (pi *PgIndex) Deleted() bool

Deleted returns true when the PgIndex has been marked for deletion from the database.

func (*PgIndex) Exists

func (pi *PgIndex) Exists() bool

Exists returns true when the PgIndex exists in the database.

func (*PgIndex) Insert

func (pi *PgIndex) Insert(ctx context.Context, db DB) error

Insert inserts the PgIndex to the database.

func (*PgIndex) Save

func (pi *PgIndex) Save(ctx context.Context, db DB) error

Save saves the PgIndex to the database.

func (*PgIndex) Update

func (pi *PgIndex) Update(ctx context.Context, db DB) error

Update updates a PgIndex in the database.

func (*PgIndex) Upsert

func (pi *PgIndex) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgIndex.

type PgInherit

type PgInherit struct {
	Tableoid         pgtypes.Oid `json:"tableoid"`         // tableoid
	Cmax             pgtypes.Cid `json:"cmax"`             // cmax
	Xmax             pgtypes.Xid `json:"xmax"`             // xmax
	Cmin             pgtypes.Cid `json:"cmin"`             // cmin
	Xmin             pgtypes.Xid `json:"xmin"`             // xmin
	Ctid             pgtypes.Tid `json:"ctid"`             // ctid
	Inhrelid         pgtypes.Oid `json:"inhrelid"`         // inhrelid
	Inhparent        pgtypes.Oid `json:"inhparent"`        // inhparent
	Inhseqno         int         `json:"inhseqno"`         // inhseqno
	Inhdetachpending bool        `json:"inhdetachpending"` // inhdetachpending
	// contains filtered or unexported fields
}

PgInherit represents a row from 'pg_catalog.pg_inherits'.

func PgInheritByInhrelidInhseqno

func PgInheritByInhrelidInhseqno(ctx context.Context, db DB, inhrelid pgtypes.Oid, inhseqno int) (*PgInherit, error)

PgInheritByInhrelidInhseqno retrieves a row from 'pg_catalog.pg_inherits' as a PgInherit.

Generated from index 'pg_inherits_relid_seqno_index'.

func PgInheritsByInhparent

func PgInheritsByInhparent(ctx context.Context, db DB, inhparent pgtypes.Oid) ([]*PgInherit, error)

PgInheritsByInhparent retrieves a row from 'pg_catalog.pg_inherits' as a PgInherit.

Generated from index 'pg_inherits_parent_index'.

func (*PgInherit) Delete

func (pi *PgInherit) Delete(ctx context.Context, db DB) error

Delete deletes the PgInherit from the database.

func (*PgInherit) Deleted

func (pi *PgInherit) Deleted() bool

Deleted returns true when the PgInherit has been marked for deletion from the database.

func (*PgInherit) Exists

func (pi *PgInherit) Exists() bool

Exists returns true when the PgInherit exists in the database.

func (*PgInherit) Insert

func (pi *PgInherit) Insert(ctx context.Context, db DB) error

Insert inserts the PgInherit to the database.

func (*PgInherit) Save

func (pi *PgInherit) Save(ctx context.Context, db DB) error

Save saves the PgInherit to the database.

func (*PgInherit) Update

func (pi *PgInherit) Update(ctx context.Context, db DB) error

Update updates a PgInherit in the database.

func (*PgInherit) Upsert

func (pi *PgInherit) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgInherit.

type PgInitPriv

type PgInitPriv struct {
	Tableoid  pgtypes.Oid       `json:"tableoid"`  // tableoid
	Cmax      pgtypes.Cid       `json:"cmax"`      // cmax
	Xmax      pgtypes.Xid       `json:"xmax"`      // xmax
	Cmin      pgtypes.Cid       `json:"cmin"`      // cmin
	Xmin      pgtypes.Xid       `json:"xmin"`      // xmin
	Ctid      pgtypes.Tid       `json:"ctid"`      // ctid
	Objoid    pgtypes.Oid       `json:"objoid"`    // objoid
	Classoid  pgtypes.Oid       `json:"classoid"`  // classoid
	Objsubid  int               `json:"objsubid"`  // objsubid
	Privtype  pgtypes.Char      `json:"privtype"`  // privtype
	Initprivs []pgtypes.Aclitem `json:"initprivs"` // initprivs
	// contains filtered or unexported fields
}

PgInitPriv represents a row from 'pg_catalog.pg_init_privs'.

func PgInitPrivByObjoidClassoidObjsubid

func PgInitPrivByObjoidClassoidObjsubid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int) (*PgInitPriv, error)

PgInitPrivByObjoidClassoidObjsubid retrieves a row from 'pg_catalog.pg_init_privs' as a PgInitPriv.

Generated from index 'pg_init_privs_o_c_o_index'.

func (*PgInitPriv) Delete

func (pip *PgInitPriv) Delete(ctx context.Context, db DB) error

Delete deletes the PgInitPriv from the database.

func (*PgInitPriv) Deleted

func (pip *PgInitPriv) Deleted() bool

Deleted returns true when the PgInitPriv has been marked for deletion from the database.

func (*PgInitPriv) Exists

func (pip *PgInitPriv) Exists() bool

Exists returns true when the PgInitPriv exists in the database.

func (*PgInitPriv) Insert

func (pip *PgInitPriv) Insert(ctx context.Context, db DB) error

Insert inserts the PgInitPriv to the database.

func (*PgInitPriv) Save

func (pip *PgInitPriv) Save(ctx context.Context, db DB) error

Save saves the PgInitPriv to the database.

func (*PgInitPriv) Update

func (pip *PgInitPriv) Update(ctx context.Context, db DB) error

Update updates a PgInitPriv in the database.

func (*PgInitPriv) Upsert

func (pip *PgInitPriv) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgInitPriv.

type PgLanguage

type PgLanguage struct {
	Tableoid      pgtypes.Oid           `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid           `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid           `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid           `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid           `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid           `json:"ctid"`          // ctid
	Oid           pgtypes.Oid           `json:"oid"`           // oid
	Lanname       string                `json:"lanname"`       // lanname
	Lanowner      pgtypes.Oid           `json:"lanowner"`      // lanowner
	Lanispl       bool                  `json:"lanispl"`       // lanispl
	Lanpltrusted  bool                  `json:"lanpltrusted"`  // lanpltrusted
	Lanplcallfoid pgtypes.Oid           `json:"lanplcallfoid"` // lanplcallfoid
	Laninline     pgtypes.Oid           `json:"laninline"`     // laninline
	Lanvalidator  pgtypes.Oid           `json:"lanvalidator"`  // lanvalidator
	Lanacl        []pgtypes.NullAclitem `json:"lanacl"`        // lanacl
	// contains filtered or unexported fields
}

PgLanguage represents a row from 'pg_catalog.pg_language'.

func PgLanguageByLanname

func PgLanguageByLanname(ctx context.Context, db DB, lanname string) (*PgLanguage, error)

PgLanguageByLanname retrieves a row from 'pg_catalog.pg_language' as a PgLanguage.

Generated from index 'pg_language_name_index'.

func PgLanguageByOid

func PgLanguageByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgLanguage, error)

PgLanguageByOid retrieves a row from 'pg_catalog.pg_language' as a PgLanguage.

Generated from index 'pg_language_oid_index'.

func (*PgLanguage) Delete

func (pl *PgLanguage) Delete(ctx context.Context, db DB) error

Delete deletes the PgLanguage from the database.

func (*PgLanguage) Deleted

func (pl *PgLanguage) Deleted() bool

Deleted returns true when the PgLanguage has been marked for deletion from the database.

func (*PgLanguage) Exists

func (pl *PgLanguage) Exists() bool

Exists returns true when the PgLanguage exists in the database.

func (*PgLanguage) Insert

func (pl *PgLanguage) Insert(ctx context.Context, db DB) error

Insert inserts the PgLanguage to the database.

func (*PgLanguage) Save

func (pl *PgLanguage) Save(ctx context.Context, db DB) error

Save saves the PgLanguage to the database.

func (*PgLanguage) Update

func (pl *PgLanguage) Update(ctx context.Context, db DB) error

Update updates a PgLanguage in the database.

func (*PgLanguage) Upsert

func (pl *PgLanguage) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgLanguage.

type PgLargeobject

type PgLargeobject struct {
	Tableoid pgtypes.Oid `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid `json:"ctid"`     // ctid
	Loid     pgtypes.Oid `json:"loid"`     // loid
	Pageno   int         `json:"pageno"`   // pageno
	Data     []byte      `json:"data"`     // data
	// contains filtered or unexported fields
}

PgLargeobject represents a row from 'pg_catalog.pg_largeobject'.

func PgLargeobjectByLoidPageno

func PgLargeobjectByLoidPageno(ctx context.Context, db DB, loid pgtypes.Oid, pageno int) (*PgLargeobject, error)

PgLargeobjectByLoidPageno retrieves a row from 'pg_catalog.pg_largeobject' as a PgLargeobject.

Generated from index 'pg_largeobject_loid_pn_index'.

func (*PgLargeobject) Delete

func (pl *PgLargeobject) Delete(ctx context.Context, db DB) error

Delete deletes the PgLargeobject from the database.

func (*PgLargeobject) Deleted

func (pl *PgLargeobject) Deleted() bool

Deleted returns true when the PgLargeobject has been marked for deletion from the database.

func (*PgLargeobject) Exists

func (pl *PgLargeobject) Exists() bool

Exists returns true when the PgLargeobject exists in the database.

func (*PgLargeobject) Insert

func (pl *PgLargeobject) Insert(ctx context.Context, db DB) error

Insert inserts the PgLargeobject to the database.

func (*PgLargeobject) Save

func (pl *PgLargeobject) Save(ctx context.Context, db DB) error

Save saves the PgLargeobject to the database.

func (*PgLargeobject) Update

func (pl *PgLargeobject) Update(ctx context.Context, db DB) error

Update updates a PgLargeobject in the database.

func (*PgLargeobject) Upsert

func (pl *PgLargeobject) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgLargeobject.

type PgLargeobjectMetadatum

type PgLargeobjectMetadatum struct {
	Tableoid pgtypes.Oid           `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid           `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid           `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid           `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid           `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid           `json:"ctid"`     // ctid
	Oid      pgtypes.Oid           `json:"oid"`      // oid
	Lomowner pgtypes.Oid           `json:"lomowner"` // lomowner
	Lomacl   []pgtypes.NullAclitem `json:"lomacl"`   // lomacl
	// contains filtered or unexported fields
}

PgLargeobjectMetadatum represents a row from 'pg_catalog.pg_largeobject_metadata'.

func PgLargeobjectMetadatumByOid

func PgLargeobjectMetadatumByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgLargeobjectMetadatum, error)

PgLargeobjectMetadatumByOid retrieves a row from 'pg_catalog.pg_largeobject_metadata' as a PgLargeobjectMetadatum.

Generated from index 'pg_largeobject_metadata_oid_index'.

func (*PgLargeobjectMetadatum) Delete

func (plm *PgLargeobjectMetadatum) Delete(ctx context.Context, db DB) error

Delete deletes the PgLargeobjectMetadatum from the database.

func (*PgLargeobjectMetadatum) Deleted

func (plm *PgLargeobjectMetadatum) Deleted() bool

Deleted returns true when the PgLargeobjectMetadatum has been marked for deletion from the database.

func (*PgLargeobjectMetadatum) Exists

func (plm *PgLargeobjectMetadatum) Exists() bool

Exists returns true when the PgLargeobjectMetadatum exists in the database.

func (*PgLargeobjectMetadatum) Insert

func (plm *PgLargeobjectMetadatum) Insert(ctx context.Context, db DB) error

Insert inserts the PgLargeobjectMetadatum to the database.

func (*PgLargeobjectMetadatum) Save

func (plm *PgLargeobjectMetadatum) Save(ctx context.Context, db DB) error

Save saves the PgLargeobjectMetadatum to the database.

func (*PgLargeobjectMetadatum) Update

func (plm *PgLargeobjectMetadatum) Update(ctx context.Context, db DB) error

Update updates a PgLargeobjectMetadatum in the database.

func (*PgLargeobjectMetadatum) Upsert

func (plm *PgLargeobjectMetadatum) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgLargeobjectMetadatum.

type PgLock

type PgLock struct {
	Locktype           sql.NullString  `json:"locktype"`           // locktype
	Database           pgtypes.NullOid `json:"database"`           // database
	Relation           pgtypes.NullOid `json:"relation"`           // relation
	Page               sql.NullInt64   `json:"page"`               // page
	Tuple              sql.NullInt64   `json:"tuple"`              // tuple
	Virtualxid         sql.NullString  `json:"virtualxid"`         // virtualxid
	Transactionid      pgtypes.NullXid `json:"transactionid"`      // transactionid
	Classid            pgtypes.NullOid `json:"classid"`            // classid
	Objid              pgtypes.NullOid `json:"objid"`              // objid
	Objsubid           sql.NullInt64   `json:"objsubid"`           // objsubid
	Virtualtransaction sql.NullString  `json:"virtualtransaction"` // virtualtransaction
	Pid                sql.NullInt64   `json:"pid"`                // pid
	Mode               sql.NullString  `json:"mode"`               // mode
	Granted            sql.NullBool    `json:"granted"`            // granted
	Fastpath           sql.NullBool    `json:"fastpath"`           // fastpath
	Waitstart          sql.NullTime    `json:"waitstart"`          // waitstart
}

PgLock represents a row from 'pg_catalog.pg_locks'.

type PgMatview

type PgMatview struct {
	Schemaname   sql.NullString `json:"schemaname"`   // schemaname
	Matviewname  sql.NullString `json:"matviewname"`  // matviewname
	Matviewowner sql.NullString `json:"matviewowner"` // matviewowner
	Tablespace   sql.NullString `json:"tablespace"`   // tablespace
	Hasindexes   sql.NullBool   `json:"hasindexes"`   // hasindexes
	Ispopulated  sql.NullBool   `json:"ispopulated"`  // ispopulated
	Definition   sql.NullString `json:"definition"`   // definition
}

PgMatview represents a row from 'pg_catalog.pg_matviews'.

type PgNamespace

type PgNamespace struct {
	Tableoid pgtypes.Oid           `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid           `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid           `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid           `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid           `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid           `json:"ctid"`     // ctid
	Oid      pgtypes.Oid           `json:"oid"`      // oid
	Nspname  string                `json:"nspname"`  // nspname
	Nspowner pgtypes.Oid           `json:"nspowner"` // nspowner
	Nspacl   []pgtypes.NullAclitem `json:"nspacl"`   // nspacl
	// contains filtered or unexported fields
}

PgNamespace represents a row from 'pg_catalog.pg_namespace'.

func PgNamespaceByNspname

func PgNamespaceByNspname(ctx context.Context, db DB, nspname string) (*PgNamespace, error)

PgNamespaceByNspname retrieves a row from 'pg_catalog.pg_namespace' as a PgNamespace.

Generated from index 'pg_namespace_nspname_index'.

func PgNamespaceByOid

func PgNamespaceByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgNamespace, error)

PgNamespaceByOid retrieves a row from 'pg_catalog.pg_namespace' as a PgNamespace.

Generated from index 'pg_namespace_oid_index'.

func (*PgNamespace) Delete

func (pn *PgNamespace) Delete(ctx context.Context, db DB) error

Delete deletes the PgNamespace from the database.

func (*PgNamespace) Deleted

func (pn *PgNamespace) Deleted() bool

Deleted returns true when the PgNamespace has been marked for deletion from the database.

func (*PgNamespace) Exists

func (pn *PgNamespace) Exists() bool

Exists returns true when the PgNamespace exists in the database.

func (*PgNamespace) Insert

func (pn *PgNamespace) Insert(ctx context.Context, db DB) error

Insert inserts the PgNamespace to the database.

func (*PgNamespace) Save

func (pn *PgNamespace) Save(ctx context.Context, db DB) error

Save saves the PgNamespace to the database.

func (*PgNamespace) Update

func (pn *PgNamespace) Update(ctx context.Context, db DB) error

Update updates a PgNamespace in the database.

func (*PgNamespace) Upsert

func (pn *PgNamespace) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgNamespace.

type PgOpclass

type PgOpclass struct {
	Tableoid     pgtypes.Oid `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid `json:"ctid"`         // ctid
	Oid          pgtypes.Oid `json:"oid"`          // oid
	Opcmethod    pgtypes.Oid `json:"opcmethod"`    // opcmethod
	Opcname      string      `json:"opcname"`      // opcname
	Opcnamespace pgtypes.Oid `json:"opcnamespace"` // opcnamespace
	Opcowner     pgtypes.Oid `json:"opcowner"`     // opcowner
	Opcfamily    pgtypes.Oid `json:"opcfamily"`    // opcfamily
	Opcintype    pgtypes.Oid `json:"opcintype"`    // opcintype
	Opcdefault   bool        `json:"opcdefault"`   // opcdefault
	Opckeytype   pgtypes.Oid `json:"opckeytype"`   // opckeytype
	// contains filtered or unexported fields
}

PgOpclass represents a row from 'pg_catalog.pg_opclass'.

func PgOpclassByOid

func PgOpclassByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgOpclass, error)

PgOpclassByOid retrieves a row from 'pg_catalog.pg_opclass' as a PgOpclass.

Generated from index 'pg_opclass_oid_index'.

func PgOpclassByOpcmethodOpcnameOpcnamespace

func PgOpclassByOpcmethodOpcnameOpcnamespace(ctx context.Context, db DB, opcmethod pgtypes.Oid, opcname string, opcnamespace pgtypes.Oid) (*PgOpclass, error)

PgOpclassByOpcmethodOpcnameOpcnamespace retrieves a row from 'pg_catalog.pg_opclass' as a PgOpclass.

Generated from index 'pg_opclass_am_name_nsp_index'.

func (*PgOpclass) Delete

func (po *PgOpclass) Delete(ctx context.Context, db DB) error

Delete deletes the PgOpclass from the database.

func (*PgOpclass) Deleted

func (po *PgOpclass) Deleted() bool

Deleted returns true when the PgOpclass has been marked for deletion from the database.

func (*PgOpclass) Exists

func (po *PgOpclass) Exists() bool

Exists returns true when the PgOpclass exists in the database.

func (*PgOpclass) Insert

func (po *PgOpclass) Insert(ctx context.Context, db DB) error

Insert inserts the PgOpclass to the database.

func (*PgOpclass) Save

func (po *PgOpclass) Save(ctx context.Context, db DB) error

Save saves the PgOpclass to the database.

func (*PgOpclass) Update

func (po *PgOpclass) Update(ctx context.Context, db DB) error

Update updates a PgOpclass in the database.

func (*PgOpclass) Upsert

func (po *PgOpclass) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgOpclass.

type PgOperator

type PgOperator struct {
	Tableoid     pgtypes.Oid     `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid     `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid     `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid     `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid     `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid     `json:"ctid"`         // ctid
	Oid          pgtypes.Oid     `json:"oid"`          // oid
	Oprname      string          `json:"oprname"`      // oprname
	Oprnamespace pgtypes.Oid     `json:"oprnamespace"` // oprnamespace
	Oprowner     pgtypes.Oid     `json:"oprowner"`     // oprowner
	Oprkind      pgtypes.Char    `json:"oprkind"`      // oprkind
	Oprcanmerge  bool            `json:"oprcanmerge"`  // oprcanmerge
	Oprcanhash   bool            `json:"oprcanhash"`   // oprcanhash
	Oprleft      pgtypes.Oid     `json:"oprleft"`      // oprleft
	Oprright     pgtypes.Oid     `json:"oprright"`     // oprright
	Oprresult    pgtypes.Oid     `json:"oprresult"`    // oprresult
	Oprcom       pgtypes.Oid     `json:"oprcom"`       // oprcom
	Oprnegate    pgtypes.Oid     `json:"oprnegate"`    // oprnegate
	Oprcode      pgtypes.Regproc `json:"oprcode"`      // oprcode
	Oprrest      pgtypes.Regproc `json:"oprrest"`      // oprrest
	Oprjoin      pgtypes.Regproc `json:"oprjoin"`      // oprjoin
	// contains filtered or unexported fields
}

PgOperator represents a row from 'pg_catalog.pg_operator'.

func PgOperatorByOid

func PgOperatorByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgOperator, error)

PgOperatorByOid retrieves a row from 'pg_catalog.pg_operator' as a PgOperator.

Generated from index 'pg_operator_oid_index'.

func PgOperatorByOprnameOprleftOprrightOprnamespace

func PgOperatorByOprnameOprleftOprrightOprnamespace(ctx context.Context, db DB, oprname string, oprleft, oprright, oprnamespace pgtypes.Oid) (*PgOperator, error)

PgOperatorByOprnameOprleftOprrightOprnamespace retrieves a row from 'pg_catalog.pg_operator' as a PgOperator.

Generated from index 'pg_operator_oprname_l_r_n_index'.

func (*PgOperator) Delete

func (po *PgOperator) Delete(ctx context.Context, db DB) error

Delete deletes the PgOperator from the database.

func (*PgOperator) Deleted

func (po *PgOperator) Deleted() bool

Deleted returns true when the PgOperator has been marked for deletion from the database.

func (*PgOperator) Exists

func (po *PgOperator) Exists() bool

Exists returns true when the PgOperator exists in the database.

func (*PgOperator) Insert

func (po *PgOperator) Insert(ctx context.Context, db DB) error

Insert inserts the PgOperator to the database.

func (*PgOperator) Save

func (po *PgOperator) Save(ctx context.Context, db DB) error

Save saves the PgOperator to the database.

func (*PgOperator) Update

func (po *PgOperator) Update(ctx context.Context, db DB) error

Update updates a PgOperator in the database.

func (*PgOperator) Upsert

func (po *PgOperator) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgOperator.

type PgOpfamily

type PgOpfamily struct {
	Tableoid     pgtypes.Oid `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid `json:"ctid"`         // ctid
	Oid          pgtypes.Oid `json:"oid"`          // oid
	Opfmethod    pgtypes.Oid `json:"opfmethod"`    // opfmethod
	Opfname      string      `json:"opfname"`      // opfname
	Opfnamespace pgtypes.Oid `json:"opfnamespace"` // opfnamespace
	Opfowner     pgtypes.Oid `json:"opfowner"`     // opfowner
	// contains filtered or unexported fields
}

PgOpfamily represents a row from 'pg_catalog.pg_opfamily'.

func PgOpfamilyByOid

func PgOpfamilyByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgOpfamily, error)

PgOpfamilyByOid retrieves a row from 'pg_catalog.pg_opfamily' as a PgOpfamily.

Generated from index 'pg_opfamily_oid_index'.

func PgOpfamilyByOpfmethodOpfnameOpfnamespace

func PgOpfamilyByOpfmethodOpfnameOpfnamespace(ctx context.Context, db DB, opfmethod pgtypes.Oid, opfname string, opfnamespace pgtypes.Oid) (*PgOpfamily, error)

PgOpfamilyByOpfmethodOpfnameOpfnamespace retrieves a row from 'pg_catalog.pg_opfamily' as a PgOpfamily.

Generated from index 'pg_opfamily_am_name_nsp_index'.

func (*PgOpfamily) Delete

func (po *PgOpfamily) Delete(ctx context.Context, db DB) error

Delete deletes the PgOpfamily from the database.

func (*PgOpfamily) Deleted

func (po *PgOpfamily) Deleted() bool

Deleted returns true when the PgOpfamily has been marked for deletion from the database.

func (*PgOpfamily) Exists

func (po *PgOpfamily) Exists() bool

Exists returns true when the PgOpfamily exists in the database.

func (*PgOpfamily) Insert

func (po *PgOpfamily) Insert(ctx context.Context, db DB) error

Insert inserts the PgOpfamily to the database.

func (*PgOpfamily) Save

func (po *PgOpfamily) Save(ctx context.Context, db DB) error

Save saves the PgOpfamily to the database.

func (*PgOpfamily) Update

func (po *PgOpfamily) Update(ctx context.Context, db DB) error

Update updates a PgOpfamily in the database.

func (*PgOpfamily) Upsert

func (po *PgOpfamily) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgOpfamily.

type PgPartitionedTable

type PgPartitionedTable struct {
	Tableoid      pgtypes.Oid            `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid            `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid            `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid            `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid            `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid            `json:"ctid"`          // ctid
	Partrelid     pgtypes.Oid            `json:"partrelid"`     // partrelid
	Partstrat     pgtypes.Char           `json:"partstrat"`     // partstrat
	Partnatts     int16                  `json:"partnatts"`     // partnatts
	Partdefid     pgtypes.Oid            `json:"partdefid"`     // partdefid
	Partattrs     pgtypes.Int2vector     `json:"partattrs"`     // partattrs
	Partclass     pgtypes.Oidvector      `json:"partclass"`     // partclass
	Partcollation pgtypes.Oidvector      `json:"partcollation"` // partcollation
	Partexprs     pgtypes.NullPgNodeTree `json:"partexprs"`     // partexprs
	// contains filtered or unexported fields
}

PgPartitionedTable represents a row from 'pg_catalog.pg_partitioned_table'.

func PgPartitionedTableByPartrelid

func PgPartitionedTableByPartrelid(ctx context.Context, db DB, partrelid pgtypes.Oid) (*PgPartitionedTable, error)

PgPartitionedTableByPartrelid retrieves a row from 'pg_catalog.pg_partitioned_table' as a PgPartitionedTable.

Generated from index 'pg_partitioned_table_partrelid_index'.

func (*PgPartitionedTable) Delete

func (ppt *PgPartitionedTable) Delete(ctx context.Context, db DB) error

Delete deletes the PgPartitionedTable from the database.

func (*PgPartitionedTable) Deleted

func (ppt *PgPartitionedTable) Deleted() bool

Deleted returns true when the PgPartitionedTable has been marked for deletion from the database.

func (*PgPartitionedTable) Exists

func (ppt *PgPartitionedTable) Exists() bool

Exists returns true when the PgPartitionedTable exists in the database.

func (*PgPartitionedTable) Insert

func (ppt *PgPartitionedTable) Insert(ctx context.Context, db DB) error

Insert inserts the PgPartitionedTable to the database.

func (*PgPartitionedTable) Save

func (ppt *PgPartitionedTable) Save(ctx context.Context, db DB) error

Save saves the PgPartitionedTable to the database.

func (*PgPartitionedTable) Update

func (ppt *PgPartitionedTable) Update(ctx context.Context, db DB) error

Update updates a PgPartitionedTable in the database.

func (*PgPartitionedTable) Upsert

func (ppt *PgPartitionedTable) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgPartitionedTable.

type PgPolicy

type PgPolicy struct {
	Schemaname sql.NullString   `json:"schemaname"` // schemaname
	Tablename  sql.NullString   `json:"tablename"`  // tablename
	Policyname sql.NullString   `json:"policyname"` // policyname
	Permissive sql.NullString   `json:"permissive"` // permissive
	Roles      []sql.NullString `json:"roles"`      // roles
	Cmd        sql.NullString   `json:"cmd"`        // cmd
	Qual       sql.NullString   `json:"qual"`       // qual
	WithCheck  sql.NullString   `json:"with_check"` // with_check
}

PgPolicy represents a row from 'pg_catalog.pg_policies'.

func PgPolicyByOid

func PgPolicyByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgPolicy, error)

PgPolicyByOid retrieves a row from 'pg_catalog.pg_policy' as a PgPolicy.

Generated from index 'pg_policy_oid_index'.

func PgPolicyByPolrelidPolname

func PgPolicyByPolrelidPolname(ctx context.Context, db DB, polrelid pgtypes.Oid, polname string) (*PgPolicy, error)

PgPolicyByPolrelidPolname retrieves a row from 'pg_catalog.pg_policy' as a PgPolicy.

Generated from index 'pg_policy_polrelid_polname_index'.

func (*PgPolicy) Delete

func (pp *PgPolicy) Delete(ctx context.Context, db DB) error

Delete deletes the PgPolicy from the database.

func (*PgPolicy) Deleted

func (pp *PgPolicy) Deleted() bool

Deleted returns true when the PgPolicy has been marked for deletion from the database.

func (*PgPolicy) Exists

func (pp *PgPolicy) Exists() bool

Exists returns true when the PgPolicy exists in the database.

func (*PgPolicy) Insert

func (pp *PgPolicy) Insert(ctx context.Context, db DB) error

Insert inserts the PgPolicy to the database.

func (*PgPolicy) Save

func (pp *PgPolicy) Save(ctx context.Context, db DB) error

Save saves the PgPolicy to the database.

func (*PgPolicy) Update

func (pp *PgPolicy) Update(ctx context.Context, db DB) error

Update updates a PgPolicy in the database.

func (*PgPolicy) Upsert

func (pp *PgPolicy) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgPolicy.

type PgPreparedStatement

type PgPreparedStatement struct {
	Name           sql.NullString        `json:"name"`            // name
	Statement      sql.NullString        `json:"statement"`       // statement
	PrepareTime    sql.NullTime          `json:"prepare_time"`    // prepare_time
	ParameterTypes []pgtypes.NullRegtype `json:"parameter_types"` // parameter_types
	FromSQL        sql.NullBool          `json:"from_sql"`        // from_sql
	GenericPlans   sql.NullInt64         `json:"generic_plans"`   // generic_plans
	CustomPlans    sql.NullInt64         `json:"custom_plans"`    // custom_plans
}

PgPreparedStatement represents a row from 'pg_catalog.pg_prepared_statements'.

type PgPreparedXact

type PgPreparedXact struct {
	Transaction pgtypes.NullXid `json:"transaction"` // transaction
	Gid         sql.NullString  `json:"gid"`         // gid
	Prepared    sql.NullTime    `json:"prepared"`    // prepared
	Owner       sql.NullString  `json:"owner"`       // owner
	Database    sql.NullString  `json:"database"`    // database
}

PgPreparedXact represents a row from 'pg_catalog.pg_prepared_xacts'.

type PgProc

type PgProc struct {
	Tableoid        pgtypes.Oid            `json:"tableoid"`        // tableoid
	Cmax            pgtypes.Cid            `json:"cmax"`            // cmax
	Xmax            pgtypes.Xid            `json:"xmax"`            // xmax
	Cmin            pgtypes.Cid            `json:"cmin"`            // cmin
	Xmin            pgtypes.Xid            `json:"xmin"`            // xmin
	Ctid            pgtypes.Tid            `json:"ctid"`            // ctid
	Oid             pgtypes.Oid            `json:"oid"`             // oid
	Proname         string                 `json:"proname"`         // proname
	Pronamespace    pgtypes.Oid            `json:"pronamespace"`    // pronamespace
	Proowner        pgtypes.Oid            `json:"proowner"`        // proowner
	Prolang         pgtypes.Oid            `json:"prolang"`         // prolang
	Procost         float32                `json:"procost"`         // procost
	Prorows         float32                `json:"prorows"`         // prorows
	Provariadic     pgtypes.Oid            `json:"provariadic"`     // provariadic
	Prosupport      pgtypes.Regproc        `json:"prosupport"`      // prosupport
	Prokind         pgtypes.Char           `json:"prokind"`         // prokind
	Prosecdef       bool                   `json:"prosecdef"`       // prosecdef
	Proleakproof    bool                   `json:"proleakproof"`    // proleakproof
	Proisstrict     bool                   `json:"proisstrict"`     // proisstrict
	Proretset       bool                   `json:"proretset"`       // proretset
	Provolatile     pgtypes.Char           `json:"provolatile"`     // provolatile
	Proparallel     pgtypes.Char           `json:"proparallel"`     // proparallel
	Pronargs        int16                  `json:"pronargs"`        // pronargs
	Pronargdefaults int16                  `json:"pronargdefaults"` // pronargdefaults
	Prorettype      pgtypes.Oid            `json:"prorettype"`      // prorettype
	Proargtypes     pgtypes.Oidvector      `json:"proargtypes"`     // proargtypes
	Proallargtypes  []pgtypes.NullOid      `json:"proallargtypes"`  // proallargtypes
	Proargmodes     []pgtypes.NullChar     `json:"proargmodes"`     // proargmodes
	Proargnames     []sql.NullString       `json:"proargnames"`     // proargnames
	Proargdefaults  pgtypes.NullPgNodeTree `json:"proargdefaults"`  // proargdefaults
	Protrftypes     []pgtypes.NullOid      `json:"protrftypes"`     // protrftypes
	Prosrc          string                 `json:"prosrc"`          // prosrc
	Probin          sql.NullString         `json:"probin"`          // probin
	Prosqlbody      pgtypes.NullPgNodeTree `json:"prosqlbody"`      // prosqlbody
	Proconfig       []sql.NullString       `json:"proconfig"`       // proconfig
	Proacl          []pgtypes.NullAclitem  `json:"proacl"`          // proacl
	// contains filtered or unexported fields
}

PgProc represents a row from 'pg_catalog.pg_proc'.

func PgProcByOid

func PgProcByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgProc, error)

PgProcByOid retrieves a row from 'pg_catalog.pg_proc' as a PgProc.

Generated from index 'pg_proc_oid_index'.

func PgProcByPronameProargtypesPronamespace

func PgProcByPronameProargtypesPronamespace(ctx context.Context, db DB, proname string, proargtypes pgtypes.Oidvector, pronamespace pgtypes.Oid) (*PgProc, error)

PgProcByPronameProargtypesPronamespace retrieves a row from 'pg_catalog.pg_proc' as a PgProc.

Generated from index 'pg_proc_proname_args_nsp_index'.

func (*PgProc) Delete

func (pp *PgProc) Delete(ctx context.Context, db DB) error

Delete deletes the PgProc from the database.

func (*PgProc) Deleted

func (pp *PgProc) Deleted() bool

Deleted returns true when the PgProc has been marked for deletion from the database.

func (*PgProc) Exists

func (pp *PgProc) Exists() bool

Exists returns true when the PgProc exists in the database.

func (*PgProc) Insert

func (pp *PgProc) Insert(ctx context.Context, db DB) error

Insert inserts the PgProc to the database.

func (*PgProc) Save

func (pp *PgProc) Save(ctx context.Context, db DB) error

Save saves the PgProc to the database.

func (*PgProc) Update

func (pp *PgProc) Update(ctx context.Context, db DB) error

Update updates a PgProc in the database.

func (*PgProc) Upsert

func (pp *PgProc) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgProc.

type PgPublication

type PgPublication struct {
	Tableoid     pgtypes.Oid `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid `json:"ctid"`         // ctid
	Oid          pgtypes.Oid `json:"oid"`          // oid
	Pubname      string      `json:"pubname"`      // pubname
	Pubowner     pgtypes.Oid `json:"pubowner"`     // pubowner
	Puballtables bool        `json:"puballtables"` // puballtables
	Pubinsert    bool        `json:"pubinsert"`    // pubinsert
	Pubupdate    bool        `json:"pubupdate"`    // pubupdate
	Pubdelete    bool        `json:"pubdelete"`    // pubdelete
	Pubtruncate  bool        `json:"pubtruncate"`  // pubtruncate
	Pubviaroot   bool        `json:"pubviaroot"`   // pubviaroot
	// contains filtered or unexported fields
}

PgPublication represents a row from 'pg_catalog.pg_publication'.

func PgPublicationByOid

func PgPublicationByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgPublication, error)

PgPublicationByOid retrieves a row from 'pg_catalog.pg_publication' as a PgPublication.

Generated from index 'pg_publication_oid_index'.

func PgPublicationByPubname

func PgPublicationByPubname(ctx context.Context, db DB, pubname string) (*PgPublication, error)

PgPublicationByPubname retrieves a row from 'pg_catalog.pg_publication' as a PgPublication.

Generated from index 'pg_publication_pubname_index'.

func (*PgPublication) Delete

func (pp *PgPublication) Delete(ctx context.Context, db DB) error

Delete deletes the PgPublication from the database.

func (*PgPublication) Deleted

func (pp *PgPublication) Deleted() bool

Deleted returns true when the PgPublication has been marked for deletion from the database.

func (*PgPublication) Exists

func (pp *PgPublication) Exists() bool

Exists returns true when the PgPublication exists in the database.

func (*PgPublication) Insert

func (pp *PgPublication) Insert(ctx context.Context, db DB) error

Insert inserts the PgPublication to the database.

func (*PgPublication) Save

func (pp *PgPublication) Save(ctx context.Context, db DB) error

Save saves the PgPublication to the database.

func (*PgPublication) Update

func (pp *PgPublication) Update(ctx context.Context, db DB) error

Update updates a PgPublication in the database.

func (*PgPublication) Upsert

func (pp *PgPublication) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgPublication.

type PgPublicationRel

type PgPublicationRel struct {
	Tableoid pgtypes.Oid `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid `json:"ctid"`     // ctid
	Oid      pgtypes.Oid `json:"oid"`      // oid
	Prpubid  pgtypes.Oid `json:"prpubid"`  // prpubid
	Prrelid  pgtypes.Oid `json:"prrelid"`  // prrelid
	// contains filtered or unexported fields
}

PgPublicationRel represents a row from 'pg_catalog.pg_publication_rel'.

func PgPublicationRelByOid

func PgPublicationRelByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgPublicationRel, error)

PgPublicationRelByOid retrieves a row from 'pg_catalog.pg_publication_rel' as a PgPublicationRel.

Generated from index 'pg_publication_rel_oid_index'.

func PgPublicationRelByPrrelidPrpubid

func PgPublicationRelByPrrelidPrpubid(ctx context.Context, db DB, prrelid, prpubid pgtypes.Oid) (*PgPublicationRel, error)

PgPublicationRelByPrrelidPrpubid retrieves a row from 'pg_catalog.pg_publication_rel' as a PgPublicationRel.

Generated from index 'pg_publication_rel_prrelid_prpubid_index'.

func (*PgPublicationRel) Delete

func (ppr *PgPublicationRel) Delete(ctx context.Context, db DB) error

Delete deletes the PgPublicationRel from the database.

func (*PgPublicationRel) Deleted

func (ppr *PgPublicationRel) Deleted() bool

Deleted returns true when the PgPublicationRel has been marked for deletion from the database.

func (*PgPublicationRel) Exists

func (ppr *PgPublicationRel) Exists() bool

Exists returns true when the PgPublicationRel exists in the database.

func (*PgPublicationRel) Insert

func (ppr *PgPublicationRel) Insert(ctx context.Context, db DB) error

Insert inserts the PgPublicationRel to the database.

func (*PgPublicationRel) Save

func (ppr *PgPublicationRel) Save(ctx context.Context, db DB) error

Save saves the PgPublicationRel to the database.

func (*PgPublicationRel) Update

func (ppr *PgPublicationRel) Update(ctx context.Context, db DB) error

Update updates a PgPublicationRel in the database.

func (*PgPublicationRel) Upsert

func (ppr *PgPublicationRel) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgPublicationRel.

type PgPublicationTable

type PgPublicationTable struct {
	Pubname    sql.NullString `json:"pubname"`    // pubname
	Schemaname sql.NullString `json:"schemaname"` // schemaname
	Tablename  sql.NullString `json:"tablename"`  // tablename
}

PgPublicationTable represents a row from 'pg_catalog.pg_publication_tables'.

type PgRange

type PgRange struct {
	Tableoid      pgtypes.Oid     `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid     `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid     `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid     `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid     `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid     `json:"ctid"`          // ctid
	Rngtypid      pgtypes.Oid     `json:"rngtypid"`      // rngtypid
	Rngsubtype    pgtypes.Oid     `json:"rngsubtype"`    // rngsubtype
	Rngmultitypid pgtypes.Oid     `json:"rngmultitypid"` // rngmultitypid
	Rngcollation  pgtypes.Oid     `json:"rngcollation"`  // rngcollation
	Rngsubopc     pgtypes.Oid     `json:"rngsubopc"`     // rngsubopc
	Rngcanonical  pgtypes.Regproc `json:"rngcanonical"`  // rngcanonical
	Rngsubdiff    pgtypes.Regproc `json:"rngsubdiff"`    // rngsubdiff
	// contains filtered or unexported fields
}

PgRange represents a row from 'pg_catalog.pg_range'.

func PgRangeByRngmultitypid

func PgRangeByRngmultitypid(ctx context.Context, db DB, rngmultitypid pgtypes.Oid) (*PgRange, error)

PgRangeByRngmultitypid retrieves a row from 'pg_catalog.pg_range' as a PgRange.

Generated from index 'pg_range_rngmultitypid_index'.

func PgRangeByRngtypid

func PgRangeByRngtypid(ctx context.Context, db DB, rngtypid pgtypes.Oid) (*PgRange, error)

PgRangeByRngtypid retrieves a row from 'pg_catalog.pg_range' as a PgRange.

Generated from index 'pg_range_rngtypid_index'.

func (*PgRange) Delete

func (pr *PgRange) Delete(ctx context.Context, db DB) error

Delete deletes the PgRange from the database.

func (*PgRange) Deleted

func (pr *PgRange) Deleted() bool

Deleted returns true when the PgRange has been marked for deletion from the database.

func (*PgRange) Exists

func (pr *PgRange) Exists() bool

Exists returns true when the PgRange exists in the database.

func (*PgRange) Insert

func (pr *PgRange) Insert(ctx context.Context, db DB) error

Insert inserts the PgRange to the database.

func (*PgRange) Save

func (pr *PgRange) Save(ctx context.Context, db DB) error

Save saves the PgRange to the database.

func (*PgRange) Update

func (pr *PgRange) Update(ctx context.Context, db DB) error

Update updates a PgRange in the database.

func (*PgRange) Upsert

func (pr *PgRange) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgRange.

type PgReplicationOrigin

type PgReplicationOrigin struct {
	Tableoid pgtypes.Oid `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid `json:"ctid"`     // ctid
	Roident  pgtypes.Oid `json:"roident"`  // roident
	Roname   string      `json:"roname"`   // roname
	// contains filtered or unexported fields
}

PgReplicationOrigin represents a row from 'pg_catalog.pg_replication_origin'.

func PgReplicationOriginByRoident

func PgReplicationOriginByRoident(ctx context.Context, db DB, roident pgtypes.Oid) (*PgReplicationOrigin, error)

PgReplicationOriginByRoident retrieves a row from 'pg_catalog.pg_replication_origin' as a PgReplicationOrigin.

Generated from index 'pg_replication_origin_roiident_index'.

func PgReplicationOriginByRoname

func PgReplicationOriginByRoname(ctx context.Context, db DB, roname string) (*PgReplicationOrigin, error)

PgReplicationOriginByRoname retrieves a row from 'pg_catalog.pg_replication_origin' as a PgReplicationOrigin.

Generated from index 'pg_replication_origin_roname_index'.

func (*PgReplicationOrigin) Delete

func (pro *PgReplicationOrigin) Delete(ctx context.Context, db DB) error

Delete deletes the PgReplicationOrigin from the database.

func (*PgReplicationOrigin) Deleted

func (pro *PgReplicationOrigin) Deleted() bool

Deleted returns true when the PgReplicationOrigin has been marked for deletion from the database.

func (*PgReplicationOrigin) Exists

func (pro *PgReplicationOrigin) Exists() bool

Exists returns true when the PgReplicationOrigin exists in the database.

func (*PgReplicationOrigin) Insert

func (pro *PgReplicationOrigin) Insert(ctx context.Context, db DB) error

Insert inserts the PgReplicationOrigin to the database.

func (*PgReplicationOrigin) Save

func (pro *PgReplicationOrigin) Save(ctx context.Context, db DB) error

Save saves the PgReplicationOrigin to the database.

func (*PgReplicationOrigin) Update

func (pro *PgReplicationOrigin) Update(ctx context.Context, db DB) error

Update updates a PgReplicationOrigin in the database.

func (*PgReplicationOrigin) Upsert

func (pro *PgReplicationOrigin) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgReplicationOrigin.

type PgReplicationOriginStatus

type PgReplicationOriginStatus struct {
	LocalID    pgtypes.NullOid   `json:"local_id"`    // local_id
	ExternalID sql.NullString    `json:"external_id"` // external_id
	RemoteLsn  pgtypes.NullPgLsn `json:"remote_lsn"`  // remote_lsn
	LocalLsn   pgtypes.NullPgLsn `json:"local_lsn"`   // local_lsn
}

PgReplicationOriginStatus represents a row from 'pg_catalog.pg_replication_origin_status'.

type PgReplicationSlot

type PgReplicationSlot struct {
	SlotName          sql.NullString    `json:"slot_name"`           // slot_name
	Plugin            sql.NullString    `json:"plugin"`              // plugin
	SlotType          sql.NullString    `json:"slot_type"`           // slot_type
	Datoid            pgtypes.NullOid   `json:"datoid"`              // datoid
	Database          sql.NullString    `json:"database"`            // database
	Temporary         sql.NullBool      `json:"temporary"`           // temporary
	Active            sql.NullBool      `json:"active"`              // active
	ActivePid         sql.NullInt64     `json:"active_pid"`          // active_pid
	Xmin              pgtypes.NullXid   `json:"xmin"`                // xmin
	CatalogXmin       pgtypes.NullXid   `json:"catalog_xmin"`        // catalog_xmin
	RestartLsn        pgtypes.NullPgLsn `json:"restart_lsn"`         // restart_lsn
	ConfirmedFlushLsn pgtypes.NullPgLsn `json:"confirmed_flush_lsn"` // confirmed_flush_lsn
	WalStatus         sql.NullString    `json:"wal_status"`          // wal_status
	SafeWalSize       sql.NullInt64     `json:"safe_wal_size"`       // safe_wal_size
	TwoPhase          sql.NullBool      `json:"two_phase"`           // two_phase
}

PgReplicationSlot represents a row from 'pg_catalog.pg_replication_slots'.

type PgRewrite

type PgRewrite struct {
	Tableoid  pgtypes.Oid        `json:"tableoid"`   // tableoid
	Cmax      pgtypes.Cid        `json:"cmax"`       // cmax
	Xmax      pgtypes.Xid        `json:"xmax"`       // xmax
	Cmin      pgtypes.Cid        `json:"cmin"`       // cmin
	Xmin      pgtypes.Xid        `json:"xmin"`       // xmin
	Ctid      pgtypes.Tid        `json:"ctid"`       // ctid
	Oid       pgtypes.Oid        `json:"oid"`        // oid
	Rulename  string             `json:"rulename"`   // rulename
	EvClass   pgtypes.Oid        `json:"ev_class"`   // ev_class
	EvType    pgtypes.Char       `json:"ev_type"`    // ev_type
	EvEnabled pgtypes.Char       `json:"ev_enabled"` // ev_enabled
	IsInstead bool               `json:"is_instead"` // is_instead
	EvQual    pgtypes.PgNodeTree `json:"ev_qual"`    // ev_qual
	EvAction  pgtypes.PgNodeTree `json:"ev_action"`  // ev_action
	// contains filtered or unexported fields
}

PgRewrite represents a row from 'pg_catalog.pg_rewrite'.

func PgRewriteByEvClassRulename

func PgRewriteByEvClassRulename(ctx context.Context, db DB, evClass pgtypes.Oid, rulename string) (*PgRewrite, error)

PgRewriteByEvClassRulename retrieves a row from 'pg_catalog.pg_rewrite' as a PgRewrite.

Generated from index 'pg_rewrite_rel_rulename_index'.

func PgRewriteByOid

func PgRewriteByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgRewrite, error)

PgRewriteByOid retrieves a row from 'pg_catalog.pg_rewrite' as a PgRewrite.

Generated from index 'pg_rewrite_oid_index'.

func (*PgRewrite) Delete

func (pr *PgRewrite) Delete(ctx context.Context, db DB) error

Delete deletes the PgRewrite from the database.

func (*PgRewrite) Deleted

func (pr *PgRewrite) Deleted() bool

Deleted returns true when the PgRewrite has been marked for deletion from the database.

func (*PgRewrite) Exists

func (pr *PgRewrite) Exists() bool

Exists returns true when the PgRewrite exists in the database.

func (*PgRewrite) Insert

func (pr *PgRewrite) Insert(ctx context.Context, db DB) error

Insert inserts the PgRewrite to the database.

func (*PgRewrite) Save

func (pr *PgRewrite) Save(ctx context.Context, db DB) error

Save saves the PgRewrite to the database.

func (*PgRewrite) Update

func (pr *PgRewrite) Update(ctx context.Context, db DB) error

Update updates a PgRewrite in the database.

func (*PgRewrite) Upsert

func (pr *PgRewrite) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgRewrite.

type PgRole

type PgRole struct {
	Rolname        sql.NullString   `json:"rolname"`        // rolname
	Rolsuper       sql.NullBool     `json:"rolsuper"`       // rolsuper
	Rolinherit     sql.NullBool     `json:"rolinherit"`     // rolinherit
	Rolcreaterole  sql.NullBool     `json:"rolcreaterole"`  // rolcreaterole
	Rolcreatedb    sql.NullBool     `json:"rolcreatedb"`    // rolcreatedb
	Rolcanlogin    sql.NullBool     `json:"rolcanlogin"`    // rolcanlogin
	Rolreplication sql.NullBool     `json:"rolreplication"` // rolreplication
	Rolconnlimit   sql.NullInt64    `json:"rolconnlimit"`   // rolconnlimit
	Rolpassword    sql.NullString   `json:"rolpassword"`    // rolpassword
	Rolvaliduntil  sql.NullTime     `json:"rolvaliduntil"`  // rolvaliduntil
	Rolbypassrls   sql.NullBool     `json:"rolbypassrls"`   // rolbypassrls
	Rolconfig      []sql.NullString `json:"rolconfig"`      // rolconfig
	Oid            pgtypes.NullOid  `json:"oid"`            // oid
}

PgRole represents a row from 'pg_catalog.pg_roles'.

type PgRule

type PgRule struct {
	Schemaname sql.NullString `json:"schemaname"` // schemaname
	Tablename  sql.NullString `json:"tablename"`  // tablename
	Rulename   sql.NullString `json:"rulename"`   // rulename
	Definition sql.NullString `json:"definition"` // definition
}

PgRule represents a row from 'pg_catalog.pg_rules'.

type PgSeclabel

type PgSeclabel struct {
	Objoid       pgtypes.NullOid `json:"objoid"`       // objoid
	Classoid     pgtypes.NullOid `json:"classoid"`     // classoid
	Objsubid     sql.NullInt64   `json:"objsubid"`     // objsubid
	Objtype      sql.NullString  `json:"objtype"`      // objtype
	Objnamespace pgtypes.NullOid `json:"objnamespace"` // objnamespace
	Objname      sql.NullString  `json:"objname"`      // objname
	Provider     sql.NullString  `json:"provider"`     // provider
	Label        sql.NullString  `json:"label"`        // label
}

PgSeclabel represents a row from 'pg_catalog.pg_seclabels'.

func PgSeclabelByObjoidClassoidObjsubidProvider

func PgSeclabelByObjoidClassoidObjsubidProvider(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int, provider string) (*PgSeclabel, error)

PgSeclabelByObjoidClassoidObjsubidProvider retrieves a row from 'pg_catalog.pg_seclabel' as a PgSeclabel.

Generated from index 'pg_seclabel_object_index'.

func (*PgSeclabel) Delete

func (ps *PgSeclabel) Delete(ctx context.Context, db DB) error

Delete deletes the PgSeclabel from the database.

func (*PgSeclabel) Deleted

func (ps *PgSeclabel) Deleted() bool

Deleted returns true when the PgSeclabel has been marked for deletion from the database.

func (*PgSeclabel) Exists

func (ps *PgSeclabel) Exists() bool

Exists returns true when the PgSeclabel exists in the database.

func (*PgSeclabel) Insert

func (ps *PgSeclabel) Insert(ctx context.Context, db DB) error

Insert inserts the PgSeclabel to the database.

func (*PgSeclabel) Save

func (ps *PgSeclabel) Save(ctx context.Context, db DB) error

Save saves the PgSeclabel to the database.

func (*PgSeclabel) Update

func (ps *PgSeclabel) Update(ctx context.Context, db DB) error

Update updates a PgSeclabel in the database.

func (*PgSeclabel) Upsert

func (ps *PgSeclabel) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgSeclabel.

type PgSequence

type PgSequence struct {
	Schemaname    sql.NullString      `json:"schemaname"`    // schemaname
	Sequencename  sql.NullString      `json:"sequencename"`  // sequencename
	Sequenceowner sql.NullString      `json:"sequenceowner"` // sequenceowner
	DataType      pgtypes.NullRegtype `json:"data_type"`     // data_type
	StartValue    sql.NullInt64       `json:"start_value"`   // start_value
	MinValue      sql.NullInt64       `json:"min_value"`     // min_value
	MaxValue      sql.NullInt64       `json:"max_value"`     // max_value
	IncrementBy   sql.NullInt64       `json:"increment_by"`  // increment_by
	Cycle         sql.NullBool        `json:"cycle"`         // cycle
	CacheSize     sql.NullInt64       `json:"cache_size"`    // cache_size
	LastValue     sql.NullInt64       `json:"last_value"`    // last_value
}

PgSequence represents a row from 'pg_catalog.pg_sequences'.

func PgSequenceBySeqrelid

func PgSequenceBySeqrelid(ctx context.Context, db DB, seqrelid pgtypes.Oid) (*PgSequence, error)

PgSequenceBySeqrelid retrieves a row from 'pg_catalog.pg_sequence' as a PgSequence.

Generated from index 'pg_sequence_seqrelid_index'.

func (*PgSequence) Delete

func (ps *PgSequence) Delete(ctx context.Context, db DB) error

Delete deletes the PgSequence from the database.

func (*PgSequence) Deleted

func (ps *PgSequence) Deleted() bool

Deleted returns true when the PgSequence has been marked for deletion from the database.

func (*PgSequence) Exists

func (ps *PgSequence) Exists() bool

Exists returns true when the PgSequence exists in the database.

func (*PgSequence) Insert

func (ps *PgSequence) Insert(ctx context.Context, db DB) error

Insert inserts the PgSequence to the database.

func (*PgSequence) Save

func (ps *PgSequence) Save(ctx context.Context, db DB) error

Save saves the PgSequence to the database.

func (*PgSequence) Update

func (ps *PgSequence) Update(ctx context.Context, db DB) error

Update updates a PgSequence in the database.

func (*PgSequence) Upsert

func (ps *PgSequence) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgSequence.

type PgSetting

type PgSetting struct {
	Name           sql.NullString   `json:"name"`            // name
	Setting        sql.NullString   `json:"setting"`         // setting
	Unit           sql.NullString   `json:"unit"`            // unit
	Category       sql.NullString   `json:"category"`        // category
	ShortDesc      sql.NullString   `json:"short_desc"`      // short_desc
	ExtraDesc      sql.NullString   `json:"extra_desc"`      // extra_desc
	Context        sql.NullString   `json:"context"`         // context
	Vartype        sql.NullString   `json:"vartype"`         // vartype
	Source         sql.NullString   `json:"source"`          // source
	MinVal         sql.NullString   `json:"min_val"`         // min_val
	MaxVal         sql.NullString   `json:"max_val"`         // max_val
	Enumvals       []sql.NullString `json:"enumvals"`        // enumvals
	BootVal        sql.NullString   `json:"boot_val"`        // boot_val
	ResetVal       sql.NullString   `json:"reset_val"`       // reset_val
	Sourcefile     sql.NullString   `json:"sourcefile"`      // sourcefile
	Sourceline     sql.NullInt64    `json:"sourceline"`      // sourceline
	PendingRestart sql.NullBool     `json:"pending_restart"` // pending_restart
}

PgSetting represents a row from 'pg_catalog.pg_settings'.

type PgShadow

type PgShadow struct {
	Usename      sql.NullString   `json:"usename"`      // usename
	Usesysid     pgtypes.NullOid  `json:"usesysid"`     // usesysid
	Usecreatedb  sql.NullBool     `json:"usecreatedb"`  // usecreatedb
	Usesuper     sql.NullBool     `json:"usesuper"`     // usesuper
	Userepl      sql.NullBool     `json:"userepl"`      // userepl
	Usebypassrls sql.NullBool     `json:"usebypassrls"` // usebypassrls
	Passwd       sql.NullString   `json:"passwd"`       // passwd
	Valuntil     sql.NullTime     `json:"valuntil"`     // valuntil
	Useconfig    []sql.NullString `json:"useconfig"`    // useconfig
}

PgShadow represents a row from 'pg_catalog.pg_shadow'.

type PgShdepend

type PgShdepend struct {
	Tableoid   pgtypes.Oid  `json:"tableoid"`   // tableoid
	Cmax       pgtypes.Cid  `json:"cmax"`       // cmax
	Xmax       pgtypes.Xid  `json:"xmax"`       // xmax
	Cmin       pgtypes.Cid  `json:"cmin"`       // cmin
	Xmin       pgtypes.Xid  `json:"xmin"`       // xmin
	Ctid       pgtypes.Tid  `json:"ctid"`       // ctid
	Dbid       pgtypes.Oid  `json:"dbid"`       // dbid
	Classid    pgtypes.Oid  `json:"classid"`    // classid
	Objid      pgtypes.Oid  `json:"objid"`      // objid
	Objsubid   int          `json:"objsubid"`   // objsubid
	Refclassid pgtypes.Oid  `json:"refclassid"` // refclassid
	Refobjid   pgtypes.Oid  `json:"refobjid"`   // refobjid
	Deptype    pgtypes.Char `json:"deptype"`    // deptype
}

PgShdepend represents a row from 'pg_catalog.pg_shdepend'.

func PgShdependByDbidClassidObjidObjsubid

func PgShdependByDbidClassidObjidObjsubid(ctx context.Context, db DB, dbid, classid, objid pgtypes.Oid, objsubid int) ([]*PgShdepend, error)

PgShdependByDbidClassidObjidObjsubid retrieves a row from 'pg_catalog.pg_shdepend' as a PgShdepend.

Generated from index 'pg_shdepend_depender_index'.

func PgShdependByRefclassidRefobjid

func PgShdependByRefclassidRefobjid(ctx context.Context, db DB, refclassid, refobjid pgtypes.Oid) ([]*PgShdepend, error)

PgShdependByRefclassidRefobjid retrieves a row from 'pg_catalog.pg_shdepend' as a PgShdepend.

Generated from index 'pg_shdepend_reference_index'.

type PgShdescription

type PgShdescription struct {
	Tableoid    pgtypes.Oid `json:"tableoid"`    // tableoid
	Cmax        pgtypes.Cid `json:"cmax"`        // cmax
	Xmax        pgtypes.Xid `json:"xmax"`        // xmax
	Cmin        pgtypes.Cid `json:"cmin"`        // cmin
	Xmin        pgtypes.Xid `json:"xmin"`        // xmin
	Ctid        pgtypes.Tid `json:"ctid"`        // ctid
	Objoid      pgtypes.Oid `json:"objoid"`      // objoid
	Classoid    pgtypes.Oid `json:"classoid"`    // classoid
	Description string      `json:"description"` // description
	// contains filtered or unexported fields
}

PgShdescription represents a row from 'pg_catalog.pg_shdescription'.

func PgShdescriptionByObjoidClassoid

func PgShdescriptionByObjoidClassoid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid) (*PgShdescription, error)

PgShdescriptionByObjoidClassoid retrieves a row from 'pg_catalog.pg_shdescription' as a PgShdescription.

Generated from index 'pg_shdescription_o_c_index'.

func (*PgShdescription) Delete

func (ps *PgShdescription) Delete(ctx context.Context, db DB) error

Delete deletes the PgShdescription from the database.

func (*PgShdescription) Deleted

func (ps *PgShdescription) Deleted() bool

Deleted returns true when the PgShdescription has been marked for deletion from the database.

func (*PgShdescription) Exists

func (ps *PgShdescription) Exists() bool

Exists returns true when the PgShdescription exists in the database.

func (*PgShdescription) Insert

func (ps *PgShdescription) Insert(ctx context.Context, db DB) error

Insert inserts the PgShdescription to the database.

func (*PgShdescription) Save

func (ps *PgShdescription) Save(ctx context.Context, db DB) error

Save saves the PgShdescription to the database.

func (*PgShdescription) Update

func (ps *PgShdescription) Update(ctx context.Context, db DB) error

Update updates a PgShdescription in the database.

func (*PgShdescription) Upsert

func (ps *PgShdescription) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgShdescription.

type PgShmemAllocation

type PgShmemAllocation struct {
	Name          sql.NullString `json:"name"`           // name
	Off           sql.NullInt64  `json:"off"`            // off
	Size          sql.NullInt64  `json:"size"`           // size
	AllocatedSize sql.NullInt64  `json:"allocated_size"` // allocated_size
}

PgShmemAllocation represents a row from 'pg_catalog.pg_shmem_allocations'.

type PgShseclabel

type PgShseclabel struct {
	Tableoid pgtypes.Oid `json:"tableoid"` // tableoid
	Cmax     pgtypes.Cid `json:"cmax"`     // cmax
	Xmax     pgtypes.Xid `json:"xmax"`     // xmax
	Cmin     pgtypes.Cid `json:"cmin"`     // cmin
	Xmin     pgtypes.Xid `json:"xmin"`     // xmin
	Ctid     pgtypes.Tid `json:"ctid"`     // ctid
	Objoid   pgtypes.Oid `json:"objoid"`   // objoid
	Classoid pgtypes.Oid `json:"classoid"` // classoid
	Provider string      `json:"provider"` // provider
	Label    string      `json:"label"`    // label
	// contains filtered or unexported fields
}

PgShseclabel represents a row from 'pg_catalog.pg_shseclabel'.

func PgShseclabelByObjoidClassoidProvider

func PgShseclabelByObjoidClassoidProvider(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, provider string) (*PgShseclabel, error)

PgShseclabelByObjoidClassoidProvider retrieves a row from 'pg_catalog.pg_shseclabel' as a PgShseclabel.

Generated from index 'pg_shseclabel_object_index'.

func (*PgShseclabel) Delete

func (ps *PgShseclabel) Delete(ctx context.Context, db DB) error

Delete deletes the PgShseclabel from the database.

func (*PgShseclabel) Deleted

func (ps *PgShseclabel) Deleted() bool

Deleted returns true when the PgShseclabel has been marked for deletion from the database.

func (*PgShseclabel) Exists

func (ps *PgShseclabel) Exists() bool

Exists returns true when the PgShseclabel exists in the database.

func (*PgShseclabel) Insert

func (ps *PgShseclabel) Insert(ctx context.Context, db DB) error

Insert inserts the PgShseclabel to the database.

func (*PgShseclabel) Save

func (ps *PgShseclabel) Save(ctx context.Context, db DB) error

Save saves the PgShseclabel to the database.

func (*PgShseclabel) Update

func (ps *PgShseclabel) Update(ctx context.Context, db DB) error

Update updates a PgShseclabel in the database.

func (*PgShseclabel) Upsert

func (ps *PgShseclabel) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgShseclabel.

type PgStat

type PgStat struct {
	Schemaname          sql.NullString       `json:"schemaname"`             // schemaname
	Tablename           sql.NullString       `json:"tablename"`              // tablename
	Attname             sql.NullString       `json:"attname"`                // attname
	Inherited           sql.NullBool         `json:"inherited"`              // inherited
	NullFrac            sql.NullFloat64      `json:"null_frac"`              // null_frac
	AvgWidth            sql.NullInt64        `json:"avg_width"`              // avg_width
	NDistinct           sql.NullFloat64      `json:"n_distinct"`             // n_distinct
	MostCommonVals      pgtypes.NullAnyarray `json:"most_common_vals"`       // most_common_vals
	MostCommonFreqs     []sql.NullFloat64    `json:"most_common_freqs"`      // most_common_freqs
	HistogramBounds     pgtypes.NullAnyarray `json:"histogram_bounds"`       // histogram_bounds
	Correlation         sql.NullFloat64      `json:"correlation"`            // correlation
	MostCommonElems     pgtypes.NullAnyarray `json:"most_common_elems"`      // most_common_elems
	MostCommonElemFreqs []sql.NullFloat64    `json:"most_common_elem_freqs"` // most_common_elem_freqs
	ElemCountHistogram  []sql.NullFloat64    `json:"elem_count_histogram"`   // elem_count_histogram
}

PgStat represents a row from 'pg_catalog.pg_stats'.

type PgStatActivity

type PgStatActivity struct {
	Datid           pgtypes.NullOid `json:"datid"`            // datid
	Datname         sql.NullString  `json:"datname"`          // datname
	Pid             sql.NullInt64   `json:"pid"`              // pid
	LeaderPid       sql.NullInt64   `json:"leader_pid"`       // leader_pid
	Usesysid        pgtypes.NullOid `json:"usesysid"`         // usesysid
	Usename         sql.NullString  `json:"usename"`          // usename
	ApplicationName sql.NullString  `json:"application_name"` // application_name
	ClientAddr      sql.NullString  `json:"client_addr"`      // client_addr
	ClientHostname  sql.NullString  `json:"client_hostname"`  // client_hostname
	ClientPort      sql.NullInt64   `json:"client_port"`      // client_port
	BackendStart    sql.NullTime    `json:"backend_start"`    // backend_start
	XactStart       sql.NullTime    `json:"xact_start"`       // xact_start
	QueryStart      sql.NullTime    `json:"query_start"`      // query_start
	StateChange     sql.NullTime    `json:"state_change"`     // state_change
	WaitEventType   sql.NullString  `json:"wait_event_type"`  // wait_event_type
	WaitEvent       sql.NullString  `json:"wait_event"`       // wait_event
	State           sql.NullString  `json:"state"`            // state
	BackendXid      pgtypes.NullXid `json:"backend_xid"`      // backend_xid
	BackendXmin     pgtypes.NullXid `json:"backend_xmin"`     // backend_xmin
	QueryID         sql.NullInt64   `json:"query_id"`         // query_id
	Query           sql.NullString  `json:"query"`            // query
	BackendType     sql.NullString  `json:"backend_type"`     // backend_type
}

PgStatActivity represents a row from 'pg_catalog.pg_stat_activity'.

type PgStatAllIndex

type PgStatAllIndex struct {
	Relid        pgtypes.NullOid `json:"relid"`         // relid
	Indexrelid   pgtypes.NullOid `json:"indexrelid"`    // indexrelid
	Schemaname   sql.NullString  `json:"schemaname"`    // schemaname
	Relname      sql.NullString  `json:"relname"`       // relname
	Indexrelname sql.NullString  `json:"indexrelname"`  // indexrelname
	IdxScan      sql.NullInt64   `json:"idx_scan"`      // idx_scan
	IdxTupRead   sql.NullInt64   `json:"idx_tup_read"`  // idx_tup_read
	IdxTupFetch  sql.NullInt64   `json:"idx_tup_fetch"` // idx_tup_fetch
}

PgStatAllIndex represents a row from 'pg_catalog.pg_stat_all_indexes'.

type PgStatAllTable

type PgStatAllTable struct {
	Relid            pgtypes.NullOid `json:"relid"`               // relid
	Schemaname       sql.NullString  `json:"schemaname"`          // schemaname
	Relname          sql.NullString  `json:"relname"`             // relname
	SeqScan          sql.NullInt64   `json:"seq_scan"`            // seq_scan
	SeqTupRead       sql.NullInt64   `json:"seq_tup_read"`        // seq_tup_read
	IdxScan          sql.NullInt64   `json:"idx_scan"`            // idx_scan
	IdxTupFetch      sql.NullInt64   `json:"idx_tup_fetch"`       // idx_tup_fetch
	NTupIns          sql.NullInt64   `json:"n_tup_ins"`           // n_tup_ins
	NTupUpd          sql.NullInt64   `json:"n_tup_upd"`           // n_tup_upd
	NTupDel          sql.NullInt64   `json:"n_tup_del"`           // n_tup_del
	NTupHotUpd       sql.NullInt64   `json:"n_tup_hot_upd"`       // n_tup_hot_upd
	NLiveTup         sql.NullInt64   `json:"n_live_tup"`          // n_live_tup
	NDeadTup         sql.NullInt64   `json:"n_dead_tup"`          // n_dead_tup
	NModSinceAnalyze sql.NullInt64   `json:"n_mod_since_analyze"` // n_mod_since_analyze
	NInsSinceVacuum  sql.NullInt64   `json:"n_ins_since_vacuum"`  // n_ins_since_vacuum
	LastVacuum       sql.NullTime    `json:"last_vacuum"`         // last_vacuum
	LastAutovacuum   sql.NullTime    `json:"last_autovacuum"`     // last_autovacuum
	LastAnalyze      sql.NullTime    `json:"last_analyze"`        // last_analyze
	LastAutoanalyze  sql.NullTime    `json:"last_autoanalyze"`    // last_autoanalyze
	VacuumCount      sql.NullInt64   `json:"vacuum_count"`        // vacuum_count
	AutovacuumCount  sql.NullInt64   `json:"autovacuum_count"`    // autovacuum_count
	AnalyzeCount     sql.NullInt64   `json:"analyze_count"`       // analyze_count
	AutoanalyzeCount sql.NullInt64   `json:"autoanalyze_count"`   // autoanalyze_count
}

PgStatAllTable represents a row from 'pg_catalog.pg_stat_all_tables'.

type PgStatArchiver

type PgStatArchiver struct {
	ArchivedCount    sql.NullInt64  `json:"archived_count"`     // archived_count
	LastArchivedWal  sql.NullString `json:"last_archived_wal"`  // last_archived_wal
	LastArchivedTime sql.NullTime   `json:"last_archived_time"` // last_archived_time
	FailedCount      sql.NullInt64  `json:"failed_count"`       // failed_count
	LastFailedWal    sql.NullString `json:"last_failed_wal"`    // last_failed_wal
	LastFailedTime   sql.NullTime   `json:"last_failed_time"`   // last_failed_time
	StatsReset       sql.NullTime   `json:"stats_reset"`        // stats_reset
}

PgStatArchiver represents a row from 'pg_catalog.pg_stat_archiver'.

type PgStatBgwriter

type PgStatBgwriter struct {
	CheckpointsTimed    sql.NullInt64   `json:"checkpoints_timed"`     // checkpoints_timed
	CheckpointsReq      sql.NullInt64   `json:"checkpoints_req"`       // checkpoints_req
	CheckpointWriteTime sql.NullFloat64 `json:"checkpoint_write_time"` // checkpoint_write_time
	CheckpointSyncTime  sql.NullFloat64 `json:"checkpoint_sync_time"`  // checkpoint_sync_time
	BuffersCheckpoint   sql.NullInt64   `json:"buffers_checkpoint"`    // buffers_checkpoint
	BuffersClean        sql.NullInt64   `json:"buffers_clean"`         // buffers_clean
	MaxwrittenClean     sql.NullInt64   `json:"maxwritten_clean"`      // maxwritten_clean
	BuffersBackend      sql.NullInt64   `json:"buffers_backend"`       // buffers_backend
	BuffersBackendFsync sql.NullInt64   `json:"buffers_backend_fsync"` // buffers_backend_fsync
	BuffersAlloc        sql.NullInt64   `json:"buffers_alloc"`         // buffers_alloc
	StatsReset          sql.NullTime    `json:"stats_reset"`           // stats_reset
}

PgStatBgwriter represents a row from 'pg_catalog.pg_stat_bgwriter'.

type PgStatDatabase

type PgStatDatabase struct {
	Datid                 pgtypes.NullOid `json:"datid"`                    // datid
	Datname               sql.NullString  `json:"datname"`                  // datname
	Numbackends           sql.NullInt64   `json:"numbackends"`              // numbackends
	XactCommit            sql.NullInt64   `json:"xact_commit"`              // xact_commit
	XactRollback          sql.NullInt64   `json:"xact_rollback"`            // xact_rollback
	BlksRead              sql.NullInt64   `json:"blks_read"`                // blks_read
	BlksHit               sql.NullInt64   `json:"blks_hit"`                 // blks_hit
	TupReturned           sql.NullInt64   `json:"tup_returned"`             // tup_returned
	TupFetched            sql.NullInt64   `json:"tup_fetched"`              // tup_fetched
	TupInserted           sql.NullInt64   `json:"tup_inserted"`             // tup_inserted
	TupUpdated            sql.NullInt64   `json:"tup_updated"`              // tup_updated
	TupDeleted            sql.NullInt64   `json:"tup_deleted"`              // tup_deleted
	Conflicts             sql.NullInt64   `json:"conflicts"`                // conflicts
	TempFiles             sql.NullInt64   `json:"temp_files"`               // temp_files
	TempBytes             sql.NullInt64   `json:"temp_bytes"`               // temp_bytes
	Deadlocks             sql.NullInt64   `json:"deadlocks"`                // deadlocks
	ChecksumFailures      sql.NullInt64   `json:"checksum_failures"`        // checksum_failures
	ChecksumLastFailure   sql.NullTime    `json:"checksum_last_failure"`    // checksum_last_failure
	BlkReadTime           sql.NullFloat64 `json:"blk_read_time"`            // blk_read_time
	BlkWriteTime          sql.NullFloat64 `json:"blk_write_time"`           // blk_write_time
	SessionTime           sql.NullFloat64 `json:"session_time"`             // session_time
	ActiveTime            sql.NullFloat64 `json:"active_time"`              // active_time
	IdleInTransactionTime sql.NullFloat64 `json:"idle_in_transaction_time"` // idle_in_transaction_time
	Sessions              sql.NullInt64   `json:"sessions"`                 // sessions
	SessionsAbandoned     sql.NullInt64   `json:"sessions_abandoned"`       // sessions_abandoned
	SessionsFatal         sql.NullInt64   `json:"sessions_fatal"`           // sessions_fatal
	SessionsKilled        sql.NullInt64   `json:"sessions_killed"`          // sessions_killed
	StatsReset            sql.NullTime    `json:"stats_reset"`              // stats_reset
}

PgStatDatabase represents a row from 'pg_catalog.pg_stat_database'.

type PgStatDatabaseConflict

type PgStatDatabaseConflict struct {
	Datid           pgtypes.NullOid `json:"datid"`            // datid
	Datname         sql.NullString  `json:"datname"`          // datname
	ConflTablespace sql.NullInt64   `json:"confl_tablespace"` // confl_tablespace
	ConflLock       sql.NullInt64   `json:"confl_lock"`       // confl_lock
	ConflSnapshot   sql.NullInt64   `json:"confl_snapshot"`   // confl_snapshot
	ConflBufferpin  sql.NullInt64   `json:"confl_bufferpin"`  // confl_bufferpin
	ConflDeadlock   sql.NullInt64   `json:"confl_deadlock"`   // confl_deadlock
}

PgStatDatabaseConflict represents a row from 'pg_catalog.pg_stat_database_conflicts'.

type PgStatGssapi

type PgStatGssapi struct {
	Pid              sql.NullInt64  `json:"pid"`               // pid
	GssAuthenticated sql.NullBool   `json:"gss_authenticated"` // gss_authenticated
	Principal        sql.NullString `json:"principal"`         // principal
	Encrypted        sql.NullBool   `json:"encrypted"`         // encrypted
}

PgStatGssapi represents a row from 'pg_catalog.pg_stat_gssapi'.

type PgStatProgressAnalyze

type PgStatProgressAnalyze struct {
	Pid                    sql.NullInt64   `json:"pid"`                       // pid
	Datid                  pgtypes.NullOid `json:"datid"`                     // datid
	Datname                sql.NullString  `json:"datname"`                   // datname
	Relid                  pgtypes.NullOid `json:"relid"`                     // relid
	Phase                  sql.NullString  `json:"phase"`                     // phase
	SampleBlksTotal        sql.NullInt64   `json:"sample_blks_total"`         // sample_blks_total
	SampleBlksScanned      sql.NullInt64   `json:"sample_blks_scanned"`       // sample_blks_scanned
	ExtStatsTotal          sql.NullInt64   `json:"ext_stats_total"`           // ext_stats_total
	ExtStatsComputed       sql.NullInt64   `json:"ext_stats_computed"`        // ext_stats_computed
	ChildTablesTotal       sql.NullInt64   `json:"child_tables_total"`        // child_tables_total
	ChildTablesDone        sql.NullInt64   `json:"child_tables_done"`         // child_tables_done
	CurrentChildTableRelid pgtypes.NullOid `json:"current_child_table_relid"` // current_child_table_relid
}

PgStatProgressAnalyze represents a row from 'pg_catalog.pg_stat_progress_analyze'.

type PgStatProgressBasebackup

type PgStatProgressBasebackup struct {
	Pid                 sql.NullInt64  `json:"pid"`                  // pid
	Phase               sql.NullString `json:"phase"`                // phase
	BackupTotal         sql.NullInt64  `json:"backup_total"`         // backup_total
	BackupStreamed      sql.NullInt64  `json:"backup_streamed"`      // backup_streamed
	TablespacesTotal    sql.NullInt64  `json:"tablespaces_total"`    // tablespaces_total
	TablespacesStreamed sql.NullInt64  `json:"tablespaces_streamed"` // tablespaces_streamed
}

PgStatProgressBasebackup represents a row from 'pg_catalog.pg_stat_progress_basebackup'.

type PgStatProgressCluster

type PgStatProgressCluster struct {
	Pid               sql.NullInt64   `json:"pid"`                 // pid
	Datid             pgtypes.NullOid `json:"datid"`               // datid
	Datname           sql.NullString  `json:"datname"`             // datname
	Relid             pgtypes.NullOid `json:"relid"`               // relid
	Command           sql.NullString  `json:"command"`             // command
	Phase             sql.NullString  `json:"phase"`               // phase
	ClusterIndexRelid pgtypes.NullOid `json:"cluster_index_relid"` // cluster_index_relid
	HeapTuplesScanned sql.NullInt64   `json:"heap_tuples_scanned"` // heap_tuples_scanned
	HeapTuplesWritten sql.NullInt64   `json:"heap_tuples_written"` // heap_tuples_written
	HeapBlksTotal     sql.NullInt64   `json:"heap_blks_total"`     // heap_blks_total
	HeapBlksScanned   sql.NullInt64   `json:"heap_blks_scanned"`   // heap_blks_scanned
	IndexRebuildCount sql.NullInt64   `json:"index_rebuild_count"` // index_rebuild_count
}

PgStatProgressCluster represents a row from 'pg_catalog.pg_stat_progress_cluster'.

type PgStatProgressCopy

type PgStatProgressCopy struct {
	Pid             sql.NullInt64   `json:"pid"`              // pid
	Datid           pgtypes.NullOid `json:"datid"`            // datid
	Datname         sql.NullString  `json:"datname"`          // datname
	Relid           pgtypes.NullOid `json:"relid"`            // relid
	Command         sql.NullString  `json:"command"`          // command
	Type            sql.NullString  `json:"type"`             // type
	BytesProcessed  sql.NullInt64   `json:"bytes_processed"`  // bytes_processed
	BytesTotal      sql.NullInt64   `json:"bytes_total"`      // bytes_total
	TuplesProcessed sql.NullInt64   `json:"tuples_processed"` // tuples_processed
	TuplesExcluded  sql.NullInt64   `json:"tuples_excluded"`  // tuples_excluded
}

PgStatProgressCopy represents a row from 'pg_catalog.pg_stat_progress_copy'.

type PgStatProgressCreateIndex

type PgStatProgressCreateIndex struct {
	Pid              sql.NullInt64   `json:"pid"`                // pid
	Datid            pgtypes.NullOid `json:"datid"`              // datid
	Datname          sql.NullString  `json:"datname"`            // datname
	Relid            pgtypes.NullOid `json:"relid"`              // relid
	IndexRelid       pgtypes.NullOid `json:"index_relid"`        // index_relid
	Command          sql.NullString  `json:"command"`            // command
	Phase            sql.NullString  `json:"phase"`              // phase
	LockersTotal     sql.NullInt64   `json:"lockers_total"`      // lockers_total
	LockersDone      sql.NullInt64   `json:"lockers_done"`       // lockers_done
	CurrentLockerPid sql.NullInt64   `json:"current_locker_pid"` // current_locker_pid
	BlocksTotal      sql.NullInt64   `json:"blocks_total"`       // blocks_total
	BlocksDone       sql.NullInt64   `json:"blocks_done"`        // blocks_done
	TuplesTotal      sql.NullInt64   `json:"tuples_total"`       // tuples_total
	TuplesDone       sql.NullInt64   `json:"tuples_done"`        // tuples_done
	PartitionsTotal  sql.NullInt64   `json:"partitions_total"`   // partitions_total
	PartitionsDone   sql.NullInt64   `json:"partitions_done"`    // partitions_done
}

PgStatProgressCreateIndex represents a row from 'pg_catalog.pg_stat_progress_create_index'.

type PgStatProgressVacuum

type PgStatProgressVacuum struct {
	Pid              sql.NullInt64   `json:"pid"`                // pid
	Datid            pgtypes.NullOid `json:"datid"`              // datid
	Datname          sql.NullString  `json:"datname"`            // datname
	Relid            pgtypes.NullOid `json:"relid"`              // relid
	Phase            sql.NullString  `json:"phase"`              // phase
	HeapBlksTotal    sql.NullInt64   `json:"heap_blks_total"`    // heap_blks_total
	HeapBlksScanned  sql.NullInt64   `json:"heap_blks_scanned"`  // heap_blks_scanned
	HeapBlksVacuumed sql.NullInt64   `json:"heap_blks_vacuumed"` // heap_blks_vacuumed
	IndexVacuumCount sql.NullInt64   `json:"index_vacuum_count"` // index_vacuum_count
	MaxDeadTuples    sql.NullInt64   `json:"max_dead_tuples"`    // max_dead_tuples
	NumDeadTuples    sql.NullInt64   `json:"num_dead_tuples"`    // num_dead_tuples
}

PgStatProgressVacuum represents a row from 'pg_catalog.pg_stat_progress_vacuum'.

type PgStatReplication

type PgStatReplication struct {
	Pid             sql.NullInt64     `json:"pid"`              // pid
	Usesysid        pgtypes.NullOid   `json:"usesysid"`         // usesysid
	Usename         sql.NullString    `json:"usename"`          // usename
	ApplicationName sql.NullString    `json:"application_name"` // application_name
	ClientAddr      sql.NullString    `json:"client_addr"`      // client_addr
	ClientHostname  sql.NullString    `json:"client_hostname"`  // client_hostname
	ClientPort      sql.NullInt64     `json:"client_port"`      // client_port
	BackendStart    sql.NullTime      `json:"backend_start"`    // backend_start
	BackendXmin     pgtypes.NullXid   `json:"backend_xmin"`     // backend_xmin
	State           sql.NullString    `json:"state"`            // state
	SentLsn         pgtypes.NullPgLsn `json:"sent_lsn"`         // sent_lsn
	WriteLsn        pgtypes.NullPgLsn `json:"write_lsn"`        // write_lsn
	FlushLsn        pgtypes.NullPgLsn `json:"flush_lsn"`        // flush_lsn
	ReplayLsn       pgtypes.NullPgLsn `json:"replay_lsn"`       // replay_lsn
	WriteLag        []byte            `json:"write_lag"`        // write_lag
	FlushLag        []byte            `json:"flush_lag"`        // flush_lag
	ReplayLag       []byte            `json:"replay_lag"`       // replay_lag
	SyncPriority    sql.NullInt64     `json:"sync_priority"`    // sync_priority
	SyncState       sql.NullString    `json:"sync_state"`       // sync_state
	ReplyTime       sql.NullTime      `json:"reply_time"`       // reply_time
}

PgStatReplication represents a row from 'pg_catalog.pg_stat_replication'.

type PgStatReplicationSlot

type PgStatReplicationSlot struct {
	SlotName    sql.NullString `json:"slot_name"`    // slot_name
	SpillTxns   sql.NullInt64  `json:"spill_txns"`   // spill_txns
	SpillCount  sql.NullInt64  `json:"spill_count"`  // spill_count
	SpillBytes  sql.NullInt64  `json:"spill_bytes"`  // spill_bytes
	StreamTxns  sql.NullInt64  `json:"stream_txns"`  // stream_txns
	StreamCount sql.NullInt64  `json:"stream_count"` // stream_count
	StreamBytes sql.NullInt64  `json:"stream_bytes"` // stream_bytes
	TotalTxns   sql.NullInt64  `json:"total_txns"`   // total_txns
	TotalBytes  sql.NullInt64  `json:"total_bytes"`  // total_bytes
	StatsReset  sql.NullTime   `json:"stats_reset"`  // stats_reset
}

PgStatReplicationSlot represents a row from 'pg_catalog.pg_stat_replication_slots'.

type PgStatSlru

type PgStatSlru struct {
	Name        sql.NullString `json:"name"`         // name
	BlksZeroed  sql.NullInt64  `json:"blks_zeroed"`  // blks_zeroed
	BlksHit     sql.NullInt64  `json:"blks_hit"`     // blks_hit
	BlksRead    sql.NullInt64  `json:"blks_read"`    // blks_read
	BlksWritten sql.NullInt64  `json:"blks_written"` // blks_written
	BlksExists  sql.NullInt64  `json:"blks_exists"`  // blks_exists
	Flushes     sql.NullInt64  `json:"flushes"`      // flushes
	Truncates   sql.NullInt64  `json:"truncates"`    // truncates
	StatsReset  sql.NullTime   `json:"stats_reset"`  // stats_reset
}

PgStatSlru represents a row from 'pg_catalog.pg_stat_slru'.

type PgStatSsl

type PgStatSsl struct {
	Pid          sql.NullInt64   `json:"pid"`           // pid
	Ssl          sql.NullBool    `json:"ssl"`           // ssl
	Version      sql.NullString  `json:"version"`       // version
	Cipher       sql.NullString  `json:"cipher"`        // cipher
	Bits         sql.NullInt64   `json:"bits"`          // bits
	ClientDn     sql.NullString  `json:"client_dn"`     // client_dn
	ClientSerial sql.NullFloat64 `json:"client_serial"` // client_serial
	IssuerDn     sql.NullString  `json:"issuer_dn"`     // issuer_dn
}

PgStatSsl represents a row from 'pg_catalog.pg_stat_ssl'.

type PgStatSubscription

type PgStatSubscription struct {
	Subid              pgtypes.NullOid   `json:"subid"`                 // subid
	Subname            sql.NullString    `json:"subname"`               // subname
	Pid                sql.NullInt64     `json:"pid"`                   // pid
	Relid              pgtypes.NullOid   `json:"relid"`                 // relid
	ReceivedLsn        pgtypes.NullPgLsn `json:"received_lsn"`          // received_lsn
	LastMsgSendTime    sql.NullTime      `json:"last_msg_send_time"`    // last_msg_send_time
	LastMsgReceiptTime sql.NullTime      `json:"last_msg_receipt_time"` // last_msg_receipt_time
	LatestEndLsn       pgtypes.NullPgLsn `json:"latest_end_lsn"`        // latest_end_lsn
	LatestEndTime      sql.NullTime      `json:"latest_end_time"`       // latest_end_time
}

PgStatSubscription represents a row from 'pg_catalog.pg_stat_subscription'.

type PgStatSysIndex

type PgStatSysIndex struct {
	Relid        pgtypes.NullOid `json:"relid"`         // relid
	Indexrelid   pgtypes.NullOid `json:"indexrelid"`    // indexrelid
	Schemaname   sql.NullString  `json:"schemaname"`    // schemaname
	Relname      sql.NullString  `json:"relname"`       // relname
	Indexrelname sql.NullString  `json:"indexrelname"`  // indexrelname
	IdxScan      sql.NullInt64   `json:"idx_scan"`      // idx_scan
	IdxTupRead   sql.NullInt64   `json:"idx_tup_read"`  // idx_tup_read
	IdxTupFetch  sql.NullInt64   `json:"idx_tup_fetch"` // idx_tup_fetch
}

PgStatSysIndex represents a row from 'pg_catalog.pg_stat_sys_indexes'.

type PgStatSysTable

type PgStatSysTable struct {
	Relid            pgtypes.NullOid `json:"relid"`               // relid
	Schemaname       sql.NullString  `json:"schemaname"`          // schemaname
	Relname          sql.NullString  `json:"relname"`             // relname
	SeqScan          sql.NullInt64   `json:"seq_scan"`            // seq_scan
	SeqTupRead       sql.NullInt64   `json:"seq_tup_read"`        // seq_tup_read
	IdxScan          sql.NullInt64   `json:"idx_scan"`            // idx_scan
	IdxTupFetch      sql.NullInt64   `json:"idx_tup_fetch"`       // idx_tup_fetch
	NTupIns          sql.NullInt64   `json:"n_tup_ins"`           // n_tup_ins
	NTupUpd          sql.NullInt64   `json:"n_tup_upd"`           // n_tup_upd
	NTupDel          sql.NullInt64   `json:"n_tup_del"`           // n_tup_del
	NTupHotUpd       sql.NullInt64   `json:"n_tup_hot_upd"`       // n_tup_hot_upd
	NLiveTup         sql.NullInt64   `json:"n_live_tup"`          // n_live_tup
	NDeadTup         sql.NullInt64   `json:"n_dead_tup"`          // n_dead_tup
	NModSinceAnalyze sql.NullInt64   `json:"n_mod_since_analyze"` // n_mod_since_analyze
	NInsSinceVacuum  sql.NullInt64   `json:"n_ins_since_vacuum"`  // n_ins_since_vacuum
	LastVacuum       sql.NullTime    `json:"last_vacuum"`         // last_vacuum
	LastAutovacuum   sql.NullTime    `json:"last_autovacuum"`     // last_autovacuum
	LastAnalyze      sql.NullTime    `json:"last_analyze"`        // last_analyze
	LastAutoanalyze  sql.NullTime    `json:"last_autoanalyze"`    // last_autoanalyze
	VacuumCount      sql.NullInt64   `json:"vacuum_count"`        // vacuum_count
	AutovacuumCount  sql.NullInt64   `json:"autovacuum_count"`    // autovacuum_count
	AnalyzeCount     sql.NullInt64   `json:"analyze_count"`       // analyze_count
	AutoanalyzeCount sql.NullInt64   `json:"autoanalyze_count"`   // autoanalyze_count
}

PgStatSysTable represents a row from 'pg_catalog.pg_stat_sys_tables'.

type PgStatUserFunction

type PgStatUserFunction struct {
	Funcid     pgtypes.NullOid `json:"funcid"`     // funcid
	Schemaname sql.NullString  `json:"schemaname"` // schemaname
	Funcname   sql.NullString  `json:"funcname"`   // funcname
	Calls      sql.NullInt64   `json:"calls"`      // calls
	TotalTime  sql.NullFloat64 `json:"total_time"` // total_time
	SelfTime   sql.NullFloat64 `json:"self_time"`  // self_time
}

PgStatUserFunction represents a row from 'pg_catalog.pg_stat_user_functions'.

type PgStatUserIndex

type PgStatUserIndex struct {
	Relid        pgtypes.NullOid `json:"relid"`         // relid
	Indexrelid   pgtypes.NullOid `json:"indexrelid"`    // indexrelid
	Schemaname   sql.NullString  `json:"schemaname"`    // schemaname
	Relname      sql.NullString  `json:"relname"`       // relname
	Indexrelname sql.NullString  `json:"indexrelname"`  // indexrelname
	IdxScan      sql.NullInt64   `json:"idx_scan"`      // idx_scan
	IdxTupRead   sql.NullInt64   `json:"idx_tup_read"`  // idx_tup_read
	IdxTupFetch  sql.NullInt64   `json:"idx_tup_fetch"` // idx_tup_fetch
}

PgStatUserIndex represents a row from 'pg_catalog.pg_stat_user_indexes'.

type PgStatUserTable

type PgStatUserTable struct {
	Relid            pgtypes.NullOid `json:"relid"`               // relid
	Schemaname       sql.NullString  `json:"schemaname"`          // schemaname
	Relname          sql.NullString  `json:"relname"`             // relname
	SeqScan          sql.NullInt64   `json:"seq_scan"`            // seq_scan
	SeqTupRead       sql.NullInt64   `json:"seq_tup_read"`        // seq_tup_read
	IdxScan          sql.NullInt64   `json:"idx_scan"`            // idx_scan
	IdxTupFetch      sql.NullInt64   `json:"idx_tup_fetch"`       // idx_tup_fetch
	NTupIns          sql.NullInt64   `json:"n_tup_ins"`           // n_tup_ins
	NTupUpd          sql.NullInt64   `json:"n_tup_upd"`           // n_tup_upd
	NTupDel          sql.NullInt64   `json:"n_tup_del"`           // n_tup_del
	NTupHotUpd       sql.NullInt64   `json:"n_tup_hot_upd"`       // n_tup_hot_upd
	NLiveTup         sql.NullInt64   `json:"n_live_tup"`          // n_live_tup
	NDeadTup         sql.NullInt64   `json:"n_dead_tup"`          // n_dead_tup
	NModSinceAnalyze sql.NullInt64   `json:"n_mod_since_analyze"` // n_mod_since_analyze
	NInsSinceVacuum  sql.NullInt64   `json:"n_ins_since_vacuum"`  // n_ins_since_vacuum
	LastVacuum       sql.NullTime    `json:"last_vacuum"`         // last_vacuum
	LastAutovacuum   sql.NullTime    `json:"last_autovacuum"`     // last_autovacuum
	LastAnalyze      sql.NullTime    `json:"last_analyze"`        // last_analyze
	LastAutoanalyze  sql.NullTime    `json:"last_autoanalyze"`    // last_autoanalyze
	VacuumCount      sql.NullInt64   `json:"vacuum_count"`        // vacuum_count
	AutovacuumCount  sql.NullInt64   `json:"autovacuum_count"`    // autovacuum_count
	AnalyzeCount     sql.NullInt64   `json:"analyze_count"`       // analyze_count
	AutoanalyzeCount sql.NullInt64   `json:"autoanalyze_count"`   // autoanalyze_count
}

PgStatUserTable represents a row from 'pg_catalog.pg_stat_user_tables'.

type PgStatWal

type PgStatWal struct {
	WalRecords     sql.NullInt64   `json:"wal_records"`      // wal_records
	WalFpi         sql.NullInt64   `json:"wal_fpi"`          // wal_fpi
	WalBytes       sql.NullFloat64 `json:"wal_bytes"`        // wal_bytes
	WalBuffersFull sql.NullInt64   `json:"wal_buffers_full"` // wal_buffers_full
	WalWrite       sql.NullInt64   `json:"wal_write"`        // wal_write
	WalSync        sql.NullInt64   `json:"wal_sync"`         // wal_sync
	WalWriteTime   sql.NullFloat64 `json:"wal_write_time"`   // wal_write_time
	WalSyncTime    sql.NullFloat64 `json:"wal_sync_time"`    // wal_sync_time
	StatsReset     sql.NullTime    `json:"stats_reset"`      // stats_reset
}

PgStatWal represents a row from 'pg_catalog.pg_stat_wal'.

type PgStatWalReceiver

type PgStatWalReceiver struct {
	Pid                sql.NullInt64     `json:"pid"`                   // pid
	Status             sql.NullString    `json:"status"`                // status
	ReceiveStartLsn    pgtypes.NullPgLsn `json:"receive_start_lsn"`     // receive_start_lsn
	ReceiveStartTli    sql.NullInt64     `json:"receive_start_tli"`     // receive_start_tli
	WrittenLsn         pgtypes.NullPgLsn `json:"written_lsn"`           // written_lsn
	FlushedLsn         pgtypes.NullPgLsn `json:"flushed_lsn"`           // flushed_lsn
	ReceivedTli        sql.NullInt64     `json:"received_tli"`          // received_tli
	LastMsgSendTime    sql.NullTime      `json:"last_msg_send_time"`    // last_msg_send_time
	LastMsgReceiptTime sql.NullTime      `json:"last_msg_receipt_time"` // last_msg_receipt_time
	LatestEndLsn       pgtypes.NullPgLsn `json:"latest_end_lsn"`        // latest_end_lsn
	LatestEndTime      sql.NullTime      `json:"latest_end_time"`       // latest_end_time
	SlotName           sql.NullString    `json:"slot_name"`             // slot_name
	SenderHost         sql.NullString    `json:"sender_host"`           // sender_host
	SenderPort         sql.NullInt64     `json:"sender_port"`           // sender_port
	Conninfo           sql.NullString    `json:"conninfo"`              // conninfo
}

PgStatWalReceiver represents a row from 'pg_catalog.pg_stat_wal_receiver'.

type PgStatXactAllTable

type PgStatXactAllTable struct {
	Relid       pgtypes.NullOid `json:"relid"`         // relid
	Schemaname  sql.NullString  `json:"schemaname"`    // schemaname
	Relname     sql.NullString  `json:"relname"`       // relname
	SeqScan     sql.NullInt64   `json:"seq_scan"`      // seq_scan
	SeqTupRead  sql.NullInt64   `json:"seq_tup_read"`  // seq_tup_read
	IdxScan     sql.NullInt64   `json:"idx_scan"`      // idx_scan
	IdxTupFetch sql.NullInt64   `json:"idx_tup_fetch"` // idx_tup_fetch
	NTupIns     sql.NullInt64   `json:"n_tup_ins"`     // n_tup_ins
	NTupUpd     sql.NullInt64   `json:"n_tup_upd"`     // n_tup_upd
	NTupDel     sql.NullInt64   `json:"n_tup_del"`     // n_tup_del
	NTupHotUpd  sql.NullInt64   `json:"n_tup_hot_upd"` // n_tup_hot_upd
}

PgStatXactAllTable represents a row from 'pg_catalog.pg_stat_xact_all_tables'.

type PgStatXactSysTable

type PgStatXactSysTable struct {
	Relid       pgtypes.NullOid `json:"relid"`         // relid
	Schemaname  sql.NullString  `json:"schemaname"`    // schemaname
	Relname     sql.NullString  `json:"relname"`       // relname
	SeqScan     sql.NullInt64   `json:"seq_scan"`      // seq_scan
	SeqTupRead  sql.NullInt64   `json:"seq_tup_read"`  // seq_tup_read
	IdxScan     sql.NullInt64   `json:"idx_scan"`      // idx_scan
	IdxTupFetch sql.NullInt64   `json:"idx_tup_fetch"` // idx_tup_fetch
	NTupIns     sql.NullInt64   `json:"n_tup_ins"`     // n_tup_ins
	NTupUpd     sql.NullInt64   `json:"n_tup_upd"`     // n_tup_upd
	NTupDel     sql.NullInt64   `json:"n_tup_del"`     // n_tup_del
	NTupHotUpd  sql.NullInt64   `json:"n_tup_hot_upd"` // n_tup_hot_upd
}

PgStatXactSysTable represents a row from 'pg_catalog.pg_stat_xact_sys_tables'.

type PgStatXactUserFunction

type PgStatXactUserFunction struct {
	Funcid     pgtypes.NullOid `json:"funcid"`     // funcid
	Schemaname sql.NullString  `json:"schemaname"` // schemaname
	Funcname   sql.NullString  `json:"funcname"`   // funcname
	Calls      sql.NullInt64   `json:"calls"`      // calls
	TotalTime  sql.NullFloat64 `json:"total_time"` // total_time
	SelfTime   sql.NullFloat64 `json:"self_time"`  // self_time
}

PgStatXactUserFunction represents a row from 'pg_catalog.pg_stat_xact_user_functions'.

type PgStatXactUserTable

type PgStatXactUserTable struct {
	Relid       pgtypes.NullOid `json:"relid"`         // relid
	Schemaname  sql.NullString  `json:"schemaname"`    // schemaname
	Relname     sql.NullString  `json:"relname"`       // relname
	SeqScan     sql.NullInt64   `json:"seq_scan"`      // seq_scan
	SeqTupRead  sql.NullInt64   `json:"seq_tup_read"`  // seq_tup_read
	IdxScan     sql.NullInt64   `json:"idx_scan"`      // idx_scan
	IdxTupFetch sql.NullInt64   `json:"idx_tup_fetch"` // idx_tup_fetch
	NTupIns     sql.NullInt64   `json:"n_tup_ins"`     // n_tup_ins
	NTupUpd     sql.NullInt64   `json:"n_tup_upd"`     // n_tup_upd
	NTupDel     sql.NullInt64   `json:"n_tup_del"`     // n_tup_del
	NTupHotUpd  sql.NullInt64   `json:"n_tup_hot_upd"` // n_tup_hot_upd
}

PgStatXactUserTable represents a row from 'pg_catalog.pg_stat_xact_user_tables'.

type PgStatioAllIndex

type PgStatioAllIndex struct {
	Relid        pgtypes.NullOid `json:"relid"`         // relid
	Indexrelid   pgtypes.NullOid `json:"indexrelid"`    // indexrelid
	Schemaname   sql.NullString  `json:"schemaname"`    // schemaname
	Relname      sql.NullString  `json:"relname"`       // relname
	Indexrelname sql.NullString  `json:"indexrelname"`  // indexrelname
	IdxBlksRead  sql.NullInt64   `json:"idx_blks_read"` // idx_blks_read
	IdxBlksHit   sql.NullInt64   `json:"idx_blks_hit"`  // idx_blks_hit
}

PgStatioAllIndex represents a row from 'pg_catalog.pg_statio_all_indexes'.

type PgStatioAllSequence

type PgStatioAllSequence struct {
	Relid      pgtypes.NullOid `json:"relid"`      // relid
	Schemaname sql.NullString  `json:"schemaname"` // schemaname
	Relname    sql.NullString  `json:"relname"`    // relname
	BlksRead   sql.NullInt64   `json:"blks_read"`  // blks_read
	BlksHit    sql.NullInt64   `json:"blks_hit"`   // blks_hit
}

PgStatioAllSequence represents a row from 'pg_catalog.pg_statio_all_sequences'.

type PgStatioAllTable

type PgStatioAllTable struct {
	Relid         pgtypes.NullOid `json:"relid"`           // relid
	Schemaname    sql.NullString  `json:"schemaname"`      // schemaname
	Relname       sql.NullString  `json:"relname"`         // relname
	HeapBlksRead  sql.NullInt64   `json:"heap_blks_read"`  // heap_blks_read
	HeapBlksHit   sql.NullInt64   `json:"heap_blks_hit"`   // heap_blks_hit
	IdxBlksRead   sql.NullInt64   `json:"idx_blks_read"`   // idx_blks_read
	IdxBlksHit    sql.NullInt64   `json:"idx_blks_hit"`    // idx_blks_hit
	ToastBlksRead sql.NullInt64   `json:"toast_blks_read"` // toast_blks_read
	ToastBlksHit  sql.NullInt64   `json:"toast_blks_hit"`  // toast_blks_hit
	TidxBlksRead  sql.NullInt64   `json:"tidx_blks_read"`  // tidx_blks_read
	TidxBlksHit   sql.NullInt64   `json:"tidx_blks_hit"`   // tidx_blks_hit
}

PgStatioAllTable represents a row from 'pg_catalog.pg_statio_all_tables'.

type PgStatioSysIndex

type PgStatioSysIndex struct {
	Relid        pgtypes.NullOid `json:"relid"`         // relid
	Indexrelid   pgtypes.NullOid `json:"indexrelid"`    // indexrelid
	Schemaname   sql.NullString  `json:"schemaname"`    // schemaname
	Relname      sql.NullString  `json:"relname"`       // relname
	Indexrelname sql.NullString  `json:"indexrelname"`  // indexrelname
	IdxBlksRead  sql.NullInt64   `json:"idx_blks_read"` // idx_blks_read
	IdxBlksHit   sql.NullInt64   `json:"idx_blks_hit"`  // idx_blks_hit
}

PgStatioSysIndex represents a row from 'pg_catalog.pg_statio_sys_indexes'.

type PgStatioSysSequence

type PgStatioSysSequence struct {
	Relid      pgtypes.NullOid `json:"relid"`      // relid
	Schemaname sql.NullString  `json:"schemaname"` // schemaname
	Relname    sql.NullString  `json:"relname"`    // relname
	BlksRead   sql.NullInt64   `json:"blks_read"`  // blks_read
	BlksHit    sql.NullInt64   `json:"blks_hit"`   // blks_hit
}

PgStatioSysSequence represents a row from 'pg_catalog.pg_statio_sys_sequences'.

type PgStatioSysTable

type PgStatioSysTable struct {
	Relid         pgtypes.NullOid `json:"relid"`           // relid
	Schemaname    sql.NullString  `json:"schemaname"`      // schemaname
	Relname       sql.NullString  `json:"relname"`         // relname
	HeapBlksRead  sql.NullInt64   `json:"heap_blks_read"`  // heap_blks_read
	HeapBlksHit   sql.NullInt64   `json:"heap_blks_hit"`   // heap_blks_hit
	IdxBlksRead   sql.NullInt64   `json:"idx_blks_read"`   // idx_blks_read
	IdxBlksHit    sql.NullInt64   `json:"idx_blks_hit"`    // idx_blks_hit
	ToastBlksRead sql.NullInt64   `json:"toast_blks_read"` // toast_blks_read
	ToastBlksHit  sql.NullInt64   `json:"toast_blks_hit"`  // toast_blks_hit
	TidxBlksRead  sql.NullInt64   `json:"tidx_blks_read"`  // tidx_blks_read
	TidxBlksHit   sql.NullInt64   `json:"tidx_blks_hit"`   // tidx_blks_hit
}

PgStatioSysTable represents a row from 'pg_catalog.pg_statio_sys_tables'.

type PgStatioUserIndex

type PgStatioUserIndex struct {
	Relid        pgtypes.NullOid `json:"relid"`         // relid
	Indexrelid   pgtypes.NullOid `json:"indexrelid"`    // indexrelid
	Schemaname   sql.NullString  `json:"schemaname"`    // schemaname
	Relname      sql.NullString  `json:"relname"`       // relname
	Indexrelname sql.NullString  `json:"indexrelname"`  // indexrelname
	IdxBlksRead  sql.NullInt64   `json:"idx_blks_read"` // idx_blks_read
	IdxBlksHit   sql.NullInt64   `json:"idx_blks_hit"`  // idx_blks_hit
}

PgStatioUserIndex represents a row from 'pg_catalog.pg_statio_user_indexes'.

type PgStatioUserSequence

type PgStatioUserSequence struct {
	Relid      pgtypes.NullOid `json:"relid"`      // relid
	Schemaname sql.NullString  `json:"schemaname"` // schemaname
	Relname    sql.NullString  `json:"relname"`    // relname
	BlksRead   sql.NullInt64   `json:"blks_read"`  // blks_read
	BlksHit    sql.NullInt64   `json:"blks_hit"`   // blks_hit
}

PgStatioUserSequence represents a row from 'pg_catalog.pg_statio_user_sequences'.

type PgStatioUserTable

type PgStatioUserTable struct {
	Relid         pgtypes.NullOid `json:"relid"`           // relid
	Schemaname    sql.NullString  `json:"schemaname"`      // schemaname
	Relname       sql.NullString  `json:"relname"`         // relname
	HeapBlksRead  sql.NullInt64   `json:"heap_blks_read"`  // heap_blks_read
	HeapBlksHit   sql.NullInt64   `json:"heap_blks_hit"`   // heap_blks_hit
	IdxBlksRead   sql.NullInt64   `json:"idx_blks_read"`   // idx_blks_read
	IdxBlksHit    sql.NullInt64   `json:"idx_blks_hit"`    // idx_blks_hit
	ToastBlksRead sql.NullInt64   `json:"toast_blks_read"` // toast_blks_read
	ToastBlksHit  sql.NullInt64   `json:"toast_blks_hit"`  // toast_blks_hit
	TidxBlksRead  sql.NullInt64   `json:"tidx_blks_read"`  // tidx_blks_read
	TidxBlksHit   sql.NullInt64   `json:"tidx_blks_hit"`   // tidx_blks_hit
}

PgStatioUserTable represents a row from 'pg_catalog.pg_statio_user_tables'.

type PgStatistic

type PgStatistic struct {
	Tableoid    pgtypes.Oid          `json:"tableoid"`    // tableoid
	Cmax        pgtypes.Cid          `json:"cmax"`        // cmax
	Xmax        pgtypes.Xid          `json:"xmax"`        // xmax
	Cmin        pgtypes.Cid          `json:"cmin"`        // cmin
	Xmin        pgtypes.Xid          `json:"xmin"`        // xmin
	Ctid        pgtypes.Tid          `json:"ctid"`        // ctid
	Starelid    pgtypes.Oid          `json:"starelid"`    // starelid
	Staattnum   int16                `json:"staattnum"`   // staattnum
	Stainherit  bool                 `json:"stainherit"`  // stainherit
	Stanullfrac float32              `json:"stanullfrac"` // stanullfrac
	Stawidth    int                  `json:"stawidth"`    // stawidth
	Stadistinct float32              `json:"stadistinct"` // stadistinct
	Stakind1    int16                `json:"stakind1"`    // stakind1
	Stakind2    int16                `json:"stakind2"`    // stakind2
	Stakind3    int16                `json:"stakind3"`    // stakind3
	Stakind4    int16                `json:"stakind4"`    // stakind4
	Stakind5    int16                `json:"stakind5"`    // stakind5
	Staop1      pgtypes.Oid          `json:"staop1"`      // staop1
	Staop2      pgtypes.Oid          `json:"staop2"`      // staop2
	Staop3      pgtypes.Oid          `json:"staop3"`      // staop3
	Staop4      pgtypes.Oid          `json:"staop4"`      // staop4
	Staop5      pgtypes.Oid          `json:"staop5"`      // staop5
	Stacoll1    pgtypes.Oid          `json:"stacoll1"`    // stacoll1
	Stacoll2    pgtypes.Oid          `json:"stacoll2"`    // stacoll2
	Stacoll3    pgtypes.Oid          `json:"stacoll3"`    // stacoll3
	Stacoll4    pgtypes.Oid          `json:"stacoll4"`    // stacoll4
	Stacoll5    pgtypes.Oid          `json:"stacoll5"`    // stacoll5
	Stanumbers1 []sql.NullFloat64    `json:"stanumbers1"` // stanumbers1
	Stanumbers2 []sql.NullFloat64    `json:"stanumbers2"` // stanumbers2
	Stanumbers3 []sql.NullFloat64    `json:"stanumbers3"` // stanumbers3
	Stanumbers4 []sql.NullFloat64    `json:"stanumbers4"` // stanumbers4
	Stanumbers5 []sql.NullFloat64    `json:"stanumbers5"` // stanumbers5
	Stavalues1  pgtypes.NullAnyarray `json:"stavalues1"`  // stavalues1
	Stavalues2  pgtypes.NullAnyarray `json:"stavalues2"`  // stavalues2
	Stavalues3  pgtypes.NullAnyarray `json:"stavalues3"`  // stavalues3
	Stavalues4  pgtypes.NullAnyarray `json:"stavalues4"`  // stavalues4
	Stavalues5  pgtypes.NullAnyarray `json:"stavalues5"`  // stavalues5
	// contains filtered or unexported fields
}

PgStatistic represents a row from 'pg_catalog.pg_statistic'.

func PgStatisticByStarelidStaattnumStainherit

func PgStatisticByStarelidStaattnumStainherit(ctx context.Context, db DB, starelid pgtypes.Oid, staattnum int16, stainherit bool) (*PgStatistic, error)

PgStatisticByStarelidStaattnumStainherit retrieves a row from 'pg_catalog.pg_statistic' as a PgStatistic.

Generated from index 'pg_statistic_relid_att_inh_index'.

func (*PgStatistic) Delete

func (ps *PgStatistic) Delete(ctx context.Context, db DB) error

Delete deletes the PgStatistic from the database.

func (*PgStatistic) Deleted

func (ps *PgStatistic) Deleted() bool

Deleted returns true when the PgStatistic has been marked for deletion from the database.

func (*PgStatistic) Exists

func (ps *PgStatistic) Exists() bool

Exists returns true when the PgStatistic exists in the database.

func (*PgStatistic) Insert

func (ps *PgStatistic) Insert(ctx context.Context, db DB) error

Insert inserts the PgStatistic to the database.

func (*PgStatistic) Save

func (ps *PgStatistic) Save(ctx context.Context, db DB) error

Save saves the PgStatistic to the database.

func (*PgStatistic) Update

func (ps *PgStatistic) Update(ctx context.Context, db DB) error

Update updates a PgStatistic in the database.

func (*PgStatistic) Upsert

func (ps *PgStatistic) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgStatistic.

type PgStatisticExt

type PgStatisticExt struct {
	Tableoid      pgtypes.Oid            `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid            `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid            `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid            `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid            `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid            `json:"ctid"`          // ctid
	Oid           pgtypes.Oid            `json:"oid"`           // oid
	Stxrelid      pgtypes.Oid            `json:"stxrelid"`      // stxrelid
	Stxname       string                 `json:"stxname"`       // stxname
	Stxnamespace  pgtypes.Oid            `json:"stxnamespace"`  // stxnamespace
	Stxowner      pgtypes.Oid            `json:"stxowner"`      // stxowner
	Stxstattarget int                    `json:"stxstattarget"` // stxstattarget
	Stxkeys       pgtypes.Int2vector     `json:"stxkeys"`       // stxkeys
	Stxkind       []pgtypes.Char         `json:"stxkind"`       // stxkind
	Stxexprs      pgtypes.NullPgNodeTree `json:"stxexprs"`      // stxexprs
	// contains filtered or unexported fields
}

PgStatisticExt represents a row from 'pg_catalog.pg_statistic_ext'.

func PgStatisticExtByOid

func PgStatisticExtByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgStatisticExt, error)

PgStatisticExtByOid retrieves a row from 'pg_catalog.pg_statistic_ext' as a PgStatisticExt.

Generated from index 'pg_statistic_ext_oid_index'.

func PgStatisticExtByStxnameStxnamespace

func PgStatisticExtByStxnameStxnamespace(ctx context.Context, db DB, stxname string, stxnamespace pgtypes.Oid) (*PgStatisticExt, error)

PgStatisticExtByStxnameStxnamespace retrieves a row from 'pg_catalog.pg_statistic_ext' as a PgStatisticExt.

Generated from index 'pg_statistic_ext_name_index'.

func PgStatisticExtByStxrelid

func PgStatisticExtByStxrelid(ctx context.Context, db DB, stxrelid pgtypes.Oid) ([]*PgStatisticExt, error)

PgStatisticExtByStxrelid retrieves a row from 'pg_catalog.pg_statistic_ext' as a PgStatisticExt.

Generated from index 'pg_statistic_ext_relid_index'.

func (*PgStatisticExt) Delete

func (pse *PgStatisticExt) Delete(ctx context.Context, db DB) error

Delete deletes the PgStatisticExt from the database.

func (*PgStatisticExt) Deleted

func (pse *PgStatisticExt) Deleted() bool

Deleted returns true when the PgStatisticExt has been marked for deletion from the database.

func (*PgStatisticExt) Exists

func (pse *PgStatisticExt) Exists() bool

Exists returns true when the PgStatisticExt exists in the database.

func (*PgStatisticExt) Insert

func (pse *PgStatisticExt) Insert(ctx context.Context, db DB) error

Insert inserts the PgStatisticExt to the database.

func (*PgStatisticExt) Save

func (pse *PgStatisticExt) Save(ctx context.Context, db DB) error

Save saves the PgStatisticExt to the database.

func (*PgStatisticExt) Update

func (pse *PgStatisticExt) Update(ctx context.Context, db DB) error

Update updates a PgStatisticExt in the database.

func (*PgStatisticExt) Upsert

func (pse *PgStatisticExt) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgStatisticExt.

type PgStatisticExtDatum

type PgStatisticExtDatum struct {
	Tableoid         pgtypes.Oid                `json:"tableoid"`         // tableoid
	Cmax             pgtypes.Cid                `json:"cmax"`             // cmax
	Xmax             pgtypes.Xid                `json:"xmax"`             // xmax
	Cmin             pgtypes.Cid                `json:"cmin"`             // cmin
	Xmin             pgtypes.Xid                `json:"xmin"`             // xmin
	Ctid             pgtypes.Tid                `json:"ctid"`             // ctid
	Stxoid           pgtypes.Oid                `json:"stxoid"`           // stxoid
	Stxdndistinct    pgtypes.NullPgNdistinct    `json:"stxdndistinct"`    // stxdndistinct
	Stxddependencies pgtypes.NullPgDependencies `json:"stxddependencies"` // stxddependencies
	Stxdmcv          pgtypes.NullPgMcvList      `json:"stxdmcv"`          // stxdmcv
	Stxdexpr         []pgtypes.NullPgStatistic  `json:"stxdexpr"`         // stxdexpr
	// contains filtered or unexported fields
}

PgStatisticExtDatum represents a row from 'pg_catalog.pg_statistic_ext_data'.

func PgStatisticExtDatumByStxoid

func PgStatisticExtDatumByStxoid(ctx context.Context, db DB, stxoid pgtypes.Oid) (*PgStatisticExtDatum, error)

PgStatisticExtDatumByStxoid retrieves a row from 'pg_catalog.pg_statistic_ext_data' as a PgStatisticExtDatum.

Generated from index 'pg_statistic_ext_data_stxoid_index'.

func (*PgStatisticExtDatum) Delete

func (psed *PgStatisticExtDatum) Delete(ctx context.Context, db DB) error

Delete deletes the PgStatisticExtDatum from the database.

func (*PgStatisticExtDatum) Deleted

func (psed *PgStatisticExtDatum) Deleted() bool

Deleted returns true when the PgStatisticExtDatum has been marked for deletion from the database.

func (*PgStatisticExtDatum) Exists

func (psed *PgStatisticExtDatum) Exists() bool

Exists returns true when the PgStatisticExtDatum exists in the database.

func (*PgStatisticExtDatum) Insert

func (psed *PgStatisticExtDatum) Insert(ctx context.Context, db DB) error

Insert inserts the PgStatisticExtDatum to the database.

func (*PgStatisticExtDatum) Save

func (psed *PgStatisticExtDatum) Save(ctx context.Context, db DB) error

Save saves the PgStatisticExtDatum to the database.

func (*PgStatisticExtDatum) Update

func (psed *PgStatisticExtDatum) Update(ctx context.Context, db DB) error

Update updates a PgStatisticExtDatum in the database.

func (*PgStatisticExtDatum) Upsert

func (psed *PgStatisticExtDatum) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgStatisticExtDatum.

type PgStatsExt

type PgStatsExt struct {
	Schemaname           sql.NullString             `json:"schemaname"`             // schemaname
	Tablename            sql.NullString             `json:"tablename"`              // tablename
	StatisticsSchemaname sql.NullString             `json:"statistics_schemaname"`  // statistics_schemaname
	StatisticsName       sql.NullString             `json:"statistics_name"`        // statistics_name
	StatisticsOwner      sql.NullString             `json:"statistics_owner"`       // statistics_owner
	Attnames             []sql.NullString           `json:"attnames"`               // attnames
	Exprs                []sql.NullString           `json:"exprs"`                  // exprs
	Kinds                []pgtypes.NullChar         `json:"kinds"`                  // kinds
	NDistinct            pgtypes.NullPgNdistinct    `json:"n_distinct"`             // n_distinct
	Dependencies         pgtypes.NullPgDependencies `json:"dependencies"`           // dependencies
	MostCommonVals       []sql.NullString           `json:"most_common_vals"`       // most_common_vals
	MostCommonValNulls   []sql.NullBool             `json:"most_common_val_nulls"`  // most_common_val_nulls
	MostCommonFreqs      []sql.NullFloat64          `json:"most_common_freqs"`      // most_common_freqs
	MostCommonBaseFreqs  []sql.NullFloat64          `json:"most_common_base_freqs"` // most_common_base_freqs
}

PgStatsExt represents a row from 'pg_catalog.pg_stats_ext'.

type PgStatsExtExpr

type PgStatsExtExpr struct {
	Schemaname           sql.NullString       `json:"schemaname"`             // schemaname
	Tablename            sql.NullString       `json:"tablename"`              // tablename
	StatisticsSchemaname sql.NullString       `json:"statistics_schemaname"`  // statistics_schemaname
	StatisticsName       sql.NullString       `json:"statistics_name"`        // statistics_name
	StatisticsOwner      sql.NullString       `json:"statistics_owner"`       // statistics_owner
	Expr                 sql.NullString       `json:"expr"`                   // expr
	NullFrac             sql.NullFloat64      `json:"null_frac"`              // null_frac
	AvgWidth             sql.NullInt64        `json:"avg_width"`              // avg_width
	NDistinct            sql.NullFloat64      `json:"n_distinct"`             // n_distinct
	MostCommonVals       pgtypes.NullAnyarray `json:"most_common_vals"`       // most_common_vals
	MostCommonFreqs      []sql.NullFloat64    `json:"most_common_freqs"`      // most_common_freqs
	HistogramBounds      pgtypes.NullAnyarray `json:"histogram_bounds"`       // histogram_bounds
	Correlation          sql.NullFloat64      `json:"correlation"`            // correlation
	MostCommonElems      pgtypes.NullAnyarray `json:"most_common_elems"`      // most_common_elems
	MostCommonElemFreqs  []sql.NullFloat64    `json:"most_common_elem_freqs"` // most_common_elem_freqs
	ElemCountHistogram   []sql.NullFloat64    `json:"elem_count_histogram"`   // elem_count_histogram
}

PgStatsExtExpr represents a row from 'pg_catalog.pg_stats_ext_exprs'.

type PgSubscription

type PgSubscription struct {
	Tableoid        pgtypes.Oid    `json:"tableoid"`        // tableoid
	Cmax            pgtypes.Cid    `json:"cmax"`            // cmax
	Xmax            pgtypes.Xid    `json:"xmax"`            // xmax
	Cmin            pgtypes.Cid    `json:"cmin"`            // cmin
	Xmin            pgtypes.Xid    `json:"xmin"`            // xmin
	Ctid            pgtypes.Tid    `json:"ctid"`            // ctid
	Oid             pgtypes.Oid    `json:"oid"`             // oid
	Subdbid         pgtypes.Oid    `json:"subdbid"`         // subdbid
	Subname         string         `json:"subname"`         // subname
	Subowner        pgtypes.Oid    `json:"subowner"`        // subowner
	Subenabled      bool           `json:"subenabled"`      // subenabled
	Subbinary       bool           `json:"subbinary"`       // subbinary
	Substream       bool           `json:"substream"`       // substream
	Subconninfo     string         `json:"subconninfo"`     // subconninfo
	Subslotname     sql.NullString `json:"subslotname"`     // subslotname
	Subsynccommit   string         `json:"subsynccommit"`   // subsynccommit
	Subpublications StringSlice    `json:"subpublications"` // subpublications
	// contains filtered or unexported fields
}

PgSubscription represents a row from 'pg_catalog.pg_subscription'.

func PgSubscriptionByOid

func PgSubscriptionByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgSubscription, error)

PgSubscriptionByOid retrieves a row from 'pg_catalog.pg_subscription' as a PgSubscription.

Generated from index 'pg_subscription_oid_index'.

func PgSubscriptionBySubdbidSubname

func PgSubscriptionBySubdbidSubname(ctx context.Context, db DB, subdbid pgtypes.Oid, subname string) (*PgSubscription, error)

PgSubscriptionBySubdbidSubname retrieves a row from 'pg_catalog.pg_subscription' as a PgSubscription.

Generated from index 'pg_subscription_subname_index'.

func (*PgSubscription) Delete

func (ps *PgSubscription) Delete(ctx context.Context, db DB) error

Delete deletes the PgSubscription from the database.

func (*PgSubscription) Deleted

func (ps *PgSubscription) Deleted() bool

Deleted returns true when the PgSubscription has been marked for deletion from the database.

func (*PgSubscription) Exists

func (ps *PgSubscription) Exists() bool

Exists returns true when the PgSubscription exists in the database.

func (*PgSubscription) Insert

func (ps *PgSubscription) Insert(ctx context.Context, db DB) error

Insert inserts the PgSubscription to the database.

func (*PgSubscription) Save

func (ps *PgSubscription) Save(ctx context.Context, db DB) error

Save saves the PgSubscription to the database.

func (*PgSubscription) Update

func (ps *PgSubscription) Update(ctx context.Context, db DB) error

Update updates a PgSubscription in the database.

func (*PgSubscription) Upsert

func (ps *PgSubscription) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgSubscription.

type PgSubscriptionRel

type PgSubscriptionRel struct {
	Tableoid   pgtypes.Oid       `json:"tableoid"`   // tableoid
	Cmax       pgtypes.Cid       `json:"cmax"`       // cmax
	Xmax       pgtypes.Xid       `json:"xmax"`       // xmax
	Cmin       pgtypes.Cid       `json:"cmin"`       // cmin
	Xmin       pgtypes.Xid       `json:"xmin"`       // xmin
	Ctid       pgtypes.Tid       `json:"ctid"`       // ctid
	Srsubid    pgtypes.Oid       `json:"srsubid"`    // srsubid
	Srrelid    pgtypes.Oid       `json:"srrelid"`    // srrelid
	Srsubstate pgtypes.Char      `json:"srsubstate"` // srsubstate
	Srsublsn   pgtypes.NullPgLsn `json:"srsublsn"`   // srsublsn
	// contains filtered or unexported fields
}

PgSubscriptionRel represents a row from 'pg_catalog.pg_subscription_rel'.

func PgSubscriptionRelBySrrelidSrsubid

func PgSubscriptionRelBySrrelidSrsubid(ctx context.Context, db DB, srrelid, srsubid pgtypes.Oid) (*PgSubscriptionRel, error)

PgSubscriptionRelBySrrelidSrsubid retrieves a row from 'pg_catalog.pg_subscription_rel' as a PgSubscriptionRel.

Generated from index 'pg_subscription_rel_srrelid_srsubid_index'.

func (*PgSubscriptionRel) Delete

func (psr *PgSubscriptionRel) Delete(ctx context.Context, db DB) error

Delete deletes the PgSubscriptionRel from the database.

func (*PgSubscriptionRel) Deleted

func (psr *PgSubscriptionRel) Deleted() bool

Deleted returns true when the PgSubscriptionRel has been marked for deletion from the database.

func (*PgSubscriptionRel) Exists

func (psr *PgSubscriptionRel) Exists() bool

Exists returns true when the PgSubscriptionRel exists in the database.

func (*PgSubscriptionRel) Insert

func (psr *PgSubscriptionRel) Insert(ctx context.Context, db DB) error

Insert inserts the PgSubscriptionRel to the database.

func (*PgSubscriptionRel) Save

func (psr *PgSubscriptionRel) Save(ctx context.Context, db DB) error

Save saves the PgSubscriptionRel to the database.

func (*PgSubscriptionRel) Update

func (psr *PgSubscriptionRel) Update(ctx context.Context, db DB) error

Update updates a PgSubscriptionRel in the database.

func (*PgSubscriptionRel) Upsert

func (psr *PgSubscriptionRel) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgSubscriptionRel.

type PgTable

type PgTable struct {
	Schemaname  sql.NullString `json:"schemaname"`  // schemaname
	Tablename   sql.NullString `json:"tablename"`   // tablename
	Tableowner  sql.NullString `json:"tableowner"`  // tableowner
	Tablespace  sql.NullString `json:"tablespace"`  // tablespace
	Hasindexes  sql.NullBool   `json:"hasindexes"`  // hasindexes
	Hasrules    sql.NullBool   `json:"hasrules"`    // hasrules
	Hastriggers sql.NullBool   `json:"hastriggers"` // hastriggers
	Rowsecurity sql.NullBool   `json:"rowsecurity"` // rowsecurity
}

PgTable represents a row from 'pg_catalog.pg_tables'.

type PgTablespace

type PgTablespace struct {
	Tableoid   pgtypes.Oid           `json:"tableoid"`   // tableoid
	Cmax       pgtypes.Cid           `json:"cmax"`       // cmax
	Xmax       pgtypes.Xid           `json:"xmax"`       // xmax
	Cmin       pgtypes.Cid           `json:"cmin"`       // cmin
	Xmin       pgtypes.Xid           `json:"xmin"`       // xmin
	Ctid       pgtypes.Tid           `json:"ctid"`       // ctid
	Oid        pgtypes.Oid           `json:"oid"`        // oid
	Spcname    string                `json:"spcname"`    // spcname
	Spcowner   pgtypes.Oid           `json:"spcowner"`   // spcowner
	Spcacl     []pgtypes.NullAclitem `json:"spcacl"`     // spcacl
	Spcoptions []sql.NullString      `json:"spcoptions"` // spcoptions
	// contains filtered or unexported fields
}

PgTablespace represents a row from 'pg_catalog.pg_tablespace'.

func PgTablespaceByOid

func PgTablespaceByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTablespace, error)

PgTablespaceByOid retrieves a row from 'pg_catalog.pg_tablespace' as a PgTablespace.

Generated from index 'pg_tablespace_oid_index'.

func PgTablespaceBySpcname

func PgTablespaceBySpcname(ctx context.Context, db DB, spcname string) (*PgTablespace, error)

PgTablespaceBySpcname retrieves a row from 'pg_catalog.pg_tablespace' as a PgTablespace.

Generated from index 'pg_tablespace_spcname_index'.

func (*PgTablespace) Delete

func (pt *PgTablespace) Delete(ctx context.Context, db DB) error

Delete deletes the PgTablespace from the database.

func (*PgTablespace) Deleted

func (pt *PgTablespace) Deleted() bool

Deleted returns true when the PgTablespace has been marked for deletion from the database.

func (*PgTablespace) Exists

func (pt *PgTablespace) Exists() bool

Exists returns true when the PgTablespace exists in the database.

func (*PgTablespace) Insert

func (pt *PgTablespace) Insert(ctx context.Context, db DB) error

Insert inserts the PgTablespace to the database.

func (*PgTablespace) Save

func (pt *PgTablespace) Save(ctx context.Context, db DB) error

Save saves the PgTablespace to the database.

func (*PgTablespace) Update

func (pt *PgTablespace) Update(ctx context.Context, db DB) error

Update updates a PgTablespace in the database.

func (*PgTablespace) Upsert

func (pt *PgTablespace) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTablespace.

type PgTimezoneAbbrev

type PgTimezoneAbbrev struct {
	Abbrev    sql.NullString `json:"abbrev"`     // abbrev
	UTCOffset []byte         `json:"utc_offset"` // utc_offset
	IsDst     sql.NullBool   `json:"is_dst"`     // is_dst
}

PgTimezoneAbbrev represents a row from 'pg_catalog.pg_timezone_abbrevs'.

type PgTimezoneName

type PgTimezoneName struct {
	Name      sql.NullString `json:"name"`       // name
	Abbrev    sql.NullString `json:"abbrev"`     // abbrev
	UTCOffset []byte         `json:"utc_offset"` // utc_offset
	IsDst     sql.NullBool   `json:"is_dst"`     // is_dst
}

PgTimezoneName represents a row from 'pg_catalog.pg_timezone_names'.

type PgTransform

type PgTransform struct {
	Tableoid   pgtypes.Oid     `json:"tableoid"`   // tableoid
	Cmax       pgtypes.Cid     `json:"cmax"`       // cmax
	Xmax       pgtypes.Xid     `json:"xmax"`       // xmax
	Cmin       pgtypes.Cid     `json:"cmin"`       // cmin
	Xmin       pgtypes.Xid     `json:"xmin"`       // xmin
	Ctid       pgtypes.Tid     `json:"ctid"`       // ctid
	Oid        pgtypes.Oid     `json:"oid"`        // oid
	Trftype    pgtypes.Oid     `json:"trftype"`    // trftype
	Trflang    pgtypes.Oid     `json:"trflang"`    // trflang
	Trffromsql pgtypes.Regproc `json:"trffromsql"` // trffromsql
	Trftosql   pgtypes.Regproc `json:"trftosql"`   // trftosql
	// contains filtered or unexported fields
}

PgTransform represents a row from 'pg_catalog.pg_transform'.

func PgTransformByOid

func PgTransformByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTransform, error)

PgTransformByOid retrieves a row from 'pg_catalog.pg_transform' as a PgTransform.

Generated from index 'pg_transform_oid_index'.

func PgTransformByTrftypeTrflang

func PgTransformByTrftypeTrflang(ctx context.Context, db DB, trftype, trflang pgtypes.Oid) (*PgTransform, error)

PgTransformByTrftypeTrflang retrieves a row from 'pg_catalog.pg_transform' as a PgTransform.

Generated from index 'pg_transform_type_lang_index'.

func (*PgTransform) Delete

func (pt *PgTransform) Delete(ctx context.Context, db DB) error

Delete deletes the PgTransform from the database.

func (*PgTransform) Deleted

func (pt *PgTransform) Deleted() bool

Deleted returns true when the PgTransform has been marked for deletion from the database.

func (*PgTransform) Exists

func (pt *PgTransform) Exists() bool

Exists returns true when the PgTransform exists in the database.

func (*PgTransform) Insert

func (pt *PgTransform) Insert(ctx context.Context, db DB) error

Insert inserts the PgTransform to the database.

func (*PgTransform) Save

func (pt *PgTransform) Save(ctx context.Context, db DB) error

Save saves the PgTransform to the database.

func (*PgTransform) Update

func (pt *PgTransform) Update(ctx context.Context, db DB) error

Update updates a PgTransform in the database.

func (*PgTransform) Upsert

func (pt *PgTransform) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTransform.

type PgTrigger

type PgTrigger struct {
	Tableoid       pgtypes.Oid            `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid            `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid            `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid            `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid            `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid            `json:"ctid"`           // ctid
	Oid            pgtypes.Oid            `json:"oid"`            // oid
	Tgrelid        pgtypes.Oid            `json:"tgrelid"`        // tgrelid
	Tgparentid     pgtypes.Oid            `json:"tgparentid"`     // tgparentid
	Tgname         string                 `json:"tgname"`         // tgname
	Tgfoid         pgtypes.Oid            `json:"tgfoid"`         // tgfoid
	Tgtype         int16                  `json:"tgtype"`         // tgtype
	Tgenabled      pgtypes.Char           `json:"tgenabled"`      // tgenabled
	Tgisinternal   bool                   `json:"tgisinternal"`   // tgisinternal
	Tgconstrrelid  pgtypes.Oid            `json:"tgconstrrelid"`  // tgconstrrelid
	Tgconstrindid  pgtypes.Oid            `json:"tgconstrindid"`  // tgconstrindid
	Tgconstraint   pgtypes.Oid            `json:"tgconstraint"`   // tgconstraint
	Tgdeferrable   bool                   `json:"tgdeferrable"`   // tgdeferrable
	Tginitdeferred bool                   `json:"tginitdeferred"` // tginitdeferred
	Tgnargs        int16                  `json:"tgnargs"`        // tgnargs
	Tgattr         pgtypes.Int2vector     `json:"tgattr"`         // tgattr
	Tgargs         []byte                 `json:"tgargs"`         // tgargs
	Tgqual         pgtypes.NullPgNodeTree `json:"tgqual"`         // tgqual
	Tgoldtable     sql.NullString         `json:"tgoldtable"`     // tgoldtable
	Tgnewtable     sql.NullString         `json:"tgnewtable"`     // tgnewtable
	// contains filtered or unexported fields
}

PgTrigger represents a row from 'pg_catalog.pg_trigger'.

func PgTriggerByOid

func PgTriggerByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTrigger, error)

PgTriggerByOid retrieves a row from 'pg_catalog.pg_trigger' as a PgTrigger.

Generated from index 'pg_trigger_oid_index'.

func PgTriggerByTgconstraint

func PgTriggerByTgconstraint(ctx context.Context, db DB, tgconstraint pgtypes.Oid) ([]*PgTrigger, error)

PgTriggerByTgconstraint retrieves a row from 'pg_catalog.pg_trigger' as a PgTrigger.

Generated from index 'pg_trigger_tgconstraint_index'.

func PgTriggerByTgrelidTgname

func PgTriggerByTgrelidTgname(ctx context.Context, db DB, tgrelid pgtypes.Oid, tgname string) (*PgTrigger, error)

PgTriggerByTgrelidTgname retrieves a row from 'pg_catalog.pg_trigger' as a PgTrigger.

Generated from index 'pg_trigger_tgrelid_tgname_index'.

func (*PgTrigger) Delete

func (pt *PgTrigger) Delete(ctx context.Context, db DB) error

Delete deletes the PgTrigger from the database.

func (*PgTrigger) Deleted

func (pt *PgTrigger) Deleted() bool

Deleted returns true when the PgTrigger has been marked for deletion from the database.

func (*PgTrigger) Exists

func (pt *PgTrigger) Exists() bool

Exists returns true when the PgTrigger exists in the database.

func (*PgTrigger) Insert

func (pt *PgTrigger) Insert(ctx context.Context, db DB) error

Insert inserts the PgTrigger to the database.

func (*PgTrigger) Save

func (pt *PgTrigger) Save(ctx context.Context, db DB) error

Save saves the PgTrigger to the database.

func (*PgTrigger) Update

func (pt *PgTrigger) Update(ctx context.Context, db DB) error

Update updates a PgTrigger in the database.

func (*PgTrigger) Upsert

func (pt *PgTrigger) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTrigger.

type PgTsConfig

type PgTsConfig struct {
	Tableoid     pgtypes.Oid `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid `json:"ctid"`         // ctid
	Oid          pgtypes.Oid `json:"oid"`          // oid
	Cfgname      string      `json:"cfgname"`      // cfgname
	Cfgnamespace pgtypes.Oid `json:"cfgnamespace"` // cfgnamespace
	Cfgowner     pgtypes.Oid `json:"cfgowner"`     // cfgowner
	Cfgparser    pgtypes.Oid `json:"cfgparser"`    // cfgparser
	// contains filtered or unexported fields
}

PgTsConfig represents a row from 'pg_catalog.pg_ts_config'.

func PgTsConfigByCfgnameCfgnamespace

func PgTsConfigByCfgnameCfgnamespace(ctx context.Context, db DB, cfgname string, cfgnamespace pgtypes.Oid) (*PgTsConfig, error)

PgTsConfigByCfgnameCfgnamespace retrieves a row from 'pg_catalog.pg_ts_config' as a PgTsConfig.

Generated from index 'pg_ts_config_cfgname_index'.

func PgTsConfigByOid

func PgTsConfigByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsConfig, error)

PgTsConfigByOid retrieves a row from 'pg_catalog.pg_ts_config' as a PgTsConfig.

Generated from index 'pg_ts_config_oid_index'.

func (*PgTsConfig) Delete

func (ptc *PgTsConfig) Delete(ctx context.Context, db DB) error

Delete deletes the PgTsConfig from the database.

func (*PgTsConfig) Deleted

func (ptc *PgTsConfig) Deleted() bool

Deleted returns true when the PgTsConfig has been marked for deletion from the database.

func (*PgTsConfig) Exists

func (ptc *PgTsConfig) Exists() bool

Exists returns true when the PgTsConfig exists in the database.

func (*PgTsConfig) Insert

func (ptc *PgTsConfig) Insert(ctx context.Context, db DB) error

Insert inserts the PgTsConfig to the database.

func (*PgTsConfig) Save

func (ptc *PgTsConfig) Save(ctx context.Context, db DB) error

Save saves the PgTsConfig to the database.

func (*PgTsConfig) Update

func (ptc *PgTsConfig) Update(ctx context.Context, db DB) error

Update updates a PgTsConfig in the database.

func (*PgTsConfig) Upsert

func (ptc *PgTsConfig) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTsConfig.

type PgTsConfigMap

type PgTsConfigMap struct {
	Tableoid     pgtypes.Oid `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid `json:"ctid"`         // ctid
	Mapcfg       pgtypes.Oid `json:"mapcfg"`       // mapcfg
	Maptokentype int         `json:"maptokentype"` // maptokentype
	Mapseqno     int         `json:"mapseqno"`     // mapseqno
	Mapdict      pgtypes.Oid `json:"mapdict"`      // mapdict
	// contains filtered or unexported fields
}

PgTsConfigMap represents a row from 'pg_catalog.pg_ts_config_map'.

func PgTsConfigMapByMapcfgMaptokentypeMapseqno

func PgTsConfigMapByMapcfgMaptokentypeMapseqno(ctx context.Context, db DB, mapcfg pgtypes.Oid, maptokentype, mapseqno int) (*PgTsConfigMap, error)

PgTsConfigMapByMapcfgMaptokentypeMapseqno retrieves a row from 'pg_catalog.pg_ts_config_map' as a PgTsConfigMap.

Generated from index 'pg_ts_config_map_index'.

func (*PgTsConfigMap) Delete

func (ptcm *PgTsConfigMap) Delete(ctx context.Context, db DB) error

Delete deletes the PgTsConfigMap from the database.

func (*PgTsConfigMap) Deleted

func (ptcm *PgTsConfigMap) Deleted() bool

Deleted returns true when the PgTsConfigMap has been marked for deletion from the database.

func (*PgTsConfigMap) Exists

func (ptcm *PgTsConfigMap) Exists() bool

Exists returns true when the PgTsConfigMap exists in the database.

func (*PgTsConfigMap) Insert

func (ptcm *PgTsConfigMap) Insert(ctx context.Context, db DB) error

Insert inserts the PgTsConfigMap to the database.

func (*PgTsConfigMap) Save

func (ptcm *PgTsConfigMap) Save(ctx context.Context, db DB) error

Save saves the PgTsConfigMap to the database.

func (*PgTsConfigMap) Update

func (ptcm *PgTsConfigMap) Update(ctx context.Context, db DB) error

Update updates a PgTsConfigMap in the database.

func (*PgTsConfigMap) Upsert

func (ptcm *PgTsConfigMap) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTsConfigMap.

type PgTsDict

type PgTsDict struct {
	Tableoid       pgtypes.Oid    `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid    `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid    `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid    `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid    `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid    `json:"ctid"`           // ctid
	Oid            pgtypes.Oid    `json:"oid"`            // oid
	Dictname       string         `json:"dictname"`       // dictname
	Dictnamespace  pgtypes.Oid    `json:"dictnamespace"`  // dictnamespace
	Dictowner      pgtypes.Oid    `json:"dictowner"`      // dictowner
	Dicttemplate   pgtypes.Oid    `json:"dicttemplate"`   // dicttemplate
	Dictinitoption sql.NullString `json:"dictinitoption"` // dictinitoption
	// contains filtered or unexported fields
}

PgTsDict represents a row from 'pg_catalog.pg_ts_dict'.

func PgTsDictByDictnameDictnamespace

func PgTsDictByDictnameDictnamespace(ctx context.Context, db DB, dictname string, dictnamespace pgtypes.Oid) (*PgTsDict, error)

PgTsDictByDictnameDictnamespace retrieves a row from 'pg_catalog.pg_ts_dict' as a PgTsDict.

Generated from index 'pg_ts_dict_dictname_index'.

func PgTsDictByOid

func PgTsDictByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsDict, error)

PgTsDictByOid retrieves a row from 'pg_catalog.pg_ts_dict' as a PgTsDict.

Generated from index 'pg_ts_dict_oid_index'.

func (*PgTsDict) Delete

func (ptd *PgTsDict) Delete(ctx context.Context, db DB) error

Delete deletes the PgTsDict from the database.

func (*PgTsDict) Deleted

func (ptd *PgTsDict) Deleted() bool

Deleted returns true when the PgTsDict has been marked for deletion from the database.

func (*PgTsDict) Exists

func (ptd *PgTsDict) Exists() bool

Exists returns true when the PgTsDict exists in the database.

func (*PgTsDict) Insert

func (ptd *PgTsDict) Insert(ctx context.Context, db DB) error

Insert inserts the PgTsDict to the database.

func (*PgTsDict) Save

func (ptd *PgTsDict) Save(ctx context.Context, db DB) error

Save saves the PgTsDict to the database.

func (*PgTsDict) Update

func (ptd *PgTsDict) Update(ctx context.Context, db DB) error

Update updates a PgTsDict in the database.

func (*PgTsDict) Upsert

func (ptd *PgTsDict) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTsDict.

type PgTsParser

type PgTsParser struct {
	Tableoid     pgtypes.Oid     `json:"tableoid"`     // tableoid
	Cmax         pgtypes.Cid     `json:"cmax"`         // cmax
	Xmax         pgtypes.Xid     `json:"xmax"`         // xmax
	Cmin         pgtypes.Cid     `json:"cmin"`         // cmin
	Xmin         pgtypes.Xid     `json:"xmin"`         // xmin
	Ctid         pgtypes.Tid     `json:"ctid"`         // ctid
	Oid          pgtypes.Oid     `json:"oid"`          // oid
	Prsname      string          `json:"prsname"`      // prsname
	Prsnamespace pgtypes.Oid     `json:"prsnamespace"` // prsnamespace
	Prsstart     pgtypes.Regproc `json:"prsstart"`     // prsstart
	Prstoken     pgtypes.Regproc `json:"prstoken"`     // prstoken
	Prsend       pgtypes.Regproc `json:"prsend"`       // prsend
	Prsheadline  pgtypes.Regproc `json:"prsheadline"`  // prsheadline
	Prslextype   pgtypes.Regproc `json:"prslextype"`   // prslextype
	// contains filtered or unexported fields
}

PgTsParser represents a row from 'pg_catalog.pg_ts_parser'.

func PgTsParserByOid

func PgTsParserByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsParser, error)

PgTsParserByOid retrieves a row from 'pg_catalog.pg_ts_parser' as a PgTsParser.

Generated from index 'pg_ts_parser_oid_index'.

func PgTsParserByPrsnamePrsnamespace

func PgTsParserByPrsnamePrsnamespace(ctx context.Context, db DB, prsname string, prsnamespace pgtypes.Oid) (*PgTsParser, error)

PgTsParserByPrsnamePrsnamespace retrieves a row from 'pg_catalog.pg_ts_parser' as a PgTsParser.

Generated from index 'pg_ts_parser_prsname_index'.

func (*PgTsParser) Delete

func (ptp *PgTsParser) Delete(ctx context.Context, db DB) error

Delete deletes the PgTsParser from the database.

func (*PgTsParser) Deleted

func (ptp *PgTsParser) Deleted() bool

Deleted returns true when the PgTsParser has been marked for deletion from the database.

func (*PgTsParser) Exists

func (ptp *PgTsParser) Exists() bool

Exists returns true when the PgTsParser exists in the database.

func (*PgTsParser) Insert

func (ptp *PgTsParser) Insert(ctx context.Context, db DB) error

Insert inserts the PgTsParser to the database.

func (*PgTsParser) Save

func (ptp *PgTsParser) Save(ctx context.Context, db DB) error

Save saves the PgTsParser to the database.

func (*PgTsParser) Update

func (ptp *PgTsParser) Update(ctx context.Context, db DB) error

Update updates a PgTsParser in the database.

func (*PgTsParser) Upsert

func (ptp *PgTsParser) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTsParser.

type PgTsTemplate

type PgTsTemplate struct {
	Tableoid      pgtypes.Oid     `json:"tableoid"`      // tableoid
	Cmax          pgtypes.Cid     `json:"cmax"`          // cmax
	Xmax          pgtypes.Xid     `json:"xmax"`          // xmax
	Cmin          pgtypes.Cid     `json:"cmin"`          // cmin
	Xmin          pgtypes.Xid     `json:"xmin"`          // xmin
	Ctid          pgtypes.Tid     `json:"ctid"`          // ctid
	Oid           pgtypes.Oid     `json:"oid"`           // oid
	Tmplname      string          `json:"tmplname"`      // tmplname
	Tmplnamespace pgtypes.Oid     `json:"tmplnamespace"` // tmplnamespace
	Tmplinit      pgtypes.Regproc `json:"tmplinit"`      // tmplinit
	Tmpllexize    pgtypes.Regproc `json:"tmpllexize"`    // tmpllexize
	// contains filtered or unexported fields
}

PgTsTemplate represents a row from 'pg_catalog.pg_ts_template'.

func PgTsTemplateByOid

func PgTsTemplateByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsTemplate, error)

PgTsTemplateByOid retrieves a row from 'pg_catalog.pg_ts_template' as a PgTsTemplate.

Generated from index 'pg_ts_template_oid_index'.

func PgTsTemplateByTmplnameTmplnamespace

func PgTsTemplateByTmplnameTmplnamespace(ctx context.Context, db DB, tmplname string, tmplnamespace pgtypes.Oid) (*PgTsTemplate, error)

PgTsTemplateByTmplnameTmplnamespace retrieves a row from 'pg_catalog.pg_ts_template' as a PgTsTemplate.

Generated from index 'pg_ts_template_tmplname_index'.

func (*PgTsTemplate) Delete

func (ptt *PgTsTemplate) Delete(ctx context.Context, db DB) error

Delete deletes the PgTsTemplate from the database.

func (*PgTsTemplate) Deleted

func (ptt *PgTsTemplate) Deleted() bool

Deleted returns true when the PgTsTemplate has been marked for deletion from the database.

func (*PgTsTemplate) Exists

func (ptt *PgTsTemplate) Exists() bool

Exists returns true when the PgTsTemplate exists in the database.

func (*PgTsTemplate) Insert

func (ptt *PgTsTemplate) Insert(ctx context.Context, db DB) error

Insert inserts the PgTsTemplate to the database.

func (*PgTsTemplate) Save

func (ptt *PgTsTemplate) Save(ctx context.Context, db DB) error

Save saves the PgTsTemplate to the database.

func (*PgTsTemplate) Update

func (ptt *PgTsTemplate) Update(ctx context.Context, db DB) error

Update updates a PgTsTemplate in the database.

func (*PgTsTemplate) Upsert

func (ptt *PgTsTemplate) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgTsTemplate.

type PgType

type PgType struct {
	Tableoid       pgtypes.Oid            `json:"tableoid"`       // tableoid
	Cmax           pgtypes.Cid            `json:"cmax"`           // cmax
	Xmax           pgtypes.Xid            `json:"xmax"`           // xmax
	Cmin           pgtypes.Cid            `json:"cmin"`           // cmin
	Xmin           pgtypes.Xid            `json:"xmin"`           // xmin
	Ctid           pgtypes.Tid            `json:"ctid"`           // ctid
	Oid            pgtypes.Oid            `json:"oid"`            // oid
	Typname        string                 `json:"typname"`        // typname
	Typnamespace   pgtypes.Oid            `json:"typnamespace"`   // typnamespace
	Typowner       pgtypes.Oid            `json:"typowner"`       // typowner
	Typlen         int16                  `json:"typlen"`         // typlen
	Typbyval       bool                   `json:"typbyval"`       // typbyval
	Typtype        pgtypes.Char           `json:"typtype"`        // typtype
	Typcategory    pgtypes.Char           `json:"typcategory"`    // typcategory
	Typispreferred bool                   `json:"typispreferred"` // typispreferred
	Typisdefined   bool                   `json:"typisdefined"`   // typisdefined
	Typdelim       pgtypes.Char           `json:"typdelim"`       // typdelim
	Typrelid       pgtypes.Oid            `json:"typrelid"`       // typrelid
	Typsubscript   pgtypes.Regproc        `json:"typsubscript"`   // typsubscript
	Typelem        pgtypes.Oid            `json:"typelem"`        // typelem
	Typarray       pgtypes.Oid            `json:"typarray"`       // typarray
	Typinput       pgtypes.Regproc        `json:"typinput"`       // typinput
	Typoutput      pgtypes.Regproc        `json:"typoutput"`      // typoutput
	Typreceive     pgtypes.Regproc        `json:"typreceive"`     // typreceive
	Typsend        pgtypes.Regproc        `json:"typsend"`        // typsend
	Typmodin       pgtypes.Regproc        `json:"typmodin"`       // typmodin
	Typmodout      pgtypes.Regproc        `json:"typmodout"`      // typmodout
	Typanalyze     pgtypes.Regproc        `json:"typanalyze"`     // typanalyze
	Typalign       pgtypes.Char           `json:"typalign"`       // typalign
	Typstorage     pgtypes.Char           `json:"typstorage"`     // typstorage
	Typnotnull     bool                   `json:"typnotnull"`     // typnotnull
	Typbasetype    pgtypes.Oid            `json:"typbasetype"`    // typbasetype
	Typtypmod      int                    `json:"typtypmod"`      // typtypmod
	Typndims       int                    `json:"typndims"`       // typndims
	Typcollation   pgtypes.Oid            `json:"typcollation"`   // typcollation
	Typdefaultbin  pgtypes.NullPgNodeTree `json:"typdefaultbin"`  // typdefaultbin
	Typdefault     sql.NullString         `json:"typdefault"`     // typdefault
	Typacl         []pgtypes.NullAclitem  `json:"typacl"`         // typacl
	// contains filtered or unexported fields
}

PgType represents a row from 'pg_catalog.pg_type'.

func PgTypeByOid

func PgTypeByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgType, error)

PgTypeByOid retrieves a row from 'pg_catalog.pg_type' as a PgType.

Generated from index 'pg_type_oid_index'.

func PgTypeByTypnameTypnamespace

func PgTypeByTypnameTypnamespace(ctx context.Context, db DB, typname string, typnamespace pgtypes.Oid) (*PgType, error)

PgTypeByTypnameTypnamespace retrieves a row from 'pg_catalog.pg_type' as a PgType.

Generated from index 'pg_type_typname_nsp_index'.

func (*PgType) Delete

func (pt *PgType) Delete(ctx context.Context, db DB) error

Delete deletes the PgType from the database.

func (*PgType) Deleted

func (pt *PgType) Deleted() bool

Deleted returns true when the PgType has been marked for deletion from the database.

func (*PgType) Exists

func (pt *PgType) Exists() bool

Exists returns true when the PgType exists in the database.

func (*PgType) Insert

func (pt *PgType) Insert(ctx context.Context, db DB) error

Insert inserts the PgType to the database.

func (*PgType) Save

func (pt *PgType) Save(ctx context.Context, db DB) error

Save saves the PgType to the database.

func (*PgType) Update

func (pt *PgType) Update(ctx context.Context, db DB) error

Update updates a PgType in the database.

func (*PgType) Upsert

func (pt *PgType) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgType.

type PgUser

type PgUser struct {
	Usename      sql.NullString   `json:"usename"`      // usename
	Usesysid     pgtypes.NullOid  `json:"usesysid"`     // usesysid
	Usecreatedb  sql.NullBool     `json:"usecreatedb"`  // usecreatedb
	Usesuper     sql.NullBool     `json:"usesuper"`     // usesuper
	Userepl      sql.NullBool     `json:"userepl"`      // userepl
	Usebypassrls sql.NullBool     `json:"usebypassrls"` // usebypassrls
	Passwd       sql.NullString   `json:"passwd"`       // passwd
	Valuntil     sql.NullTime     `json:"valuntil"`     // valuntil
	Useconfig    []sql.NullString `json:"useconfig"`    // useconfig
}

PgUser represents a row from 'pg_catalog.pg_user'.

type PgUserMapping

type PgUserMapping struct {
	Umid      pgtypes.NullOid  `json:"umid"`      // umid
	Srvid     pgtypes.NullOid  `json:"srvid"`     // srvid
	Srvname   sql.NullString   `json:"srvname"`   // srvname
	Umuser    pgtypes.NullOid  `json:"umuser"`    // umuser
	Usename   sql.NullString   `json:"usename"`   // usename
	Umoptions []sql.NullString `json:"umoptions"` // umoptions
}

PgUserMapping represents a row from 'pg_catalog.pg_user_mappings'.

func PgUserMappingByOid

func PgUserMappingByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgUserMapping, error)

PgUserMappingByOid retrieves a row from 'pg_catalog.pg_user_mapping' as a PgUserMapping.

Generated from index 'pg_user_mapping_oid_index'.

func PgUserMappingByUmuserUmserver

func PgUserMappingByUmuserUmserver(ctx context.Context, db DB, umuser, umserver pgtypes.Oid) (*PgUserMapping, error)

PgUserMappingByUmuserUmserver retrieves a row from 'pg_catalog.pg_user_mapping' as a PgUserMapping.

Generated from index 'pg_user_mapping_user_server_index'.

func (*PgUserMapping) Delete

func (pum *PgUserMapping) Delete(ctx context.Context, db DB) error

Delete deletes the PgUserMapping from the database.

func (*PgUserMapping) Deleted

func (pum *PgUserMapping) Deleted() bool

Deleted returns true when the PgUserMapping has been marked for deletion from the database.

func (*PgUserMapping) Exists

func (pum *PgUserMapping) Exists() bool

Exists returns true when the PgUserMapping exists in the database.

func (*PgUserMapping) Insert

func (pum *PgUserMapping) Insert(ctx context.Context, db DB) error

Insert inserts the PgUserMapping to the database.

func (*PgUserMapping) Save

func (pum *PgUserMapping) Save(ctx context.Context, db DB) error

Save saves the PgUserMapping to the database.

func (*PgUserMapping) Update

func (pum *PgUserMapping) Update(ctx context.Context, db DB) error

Update updates a PgUserMapping in the database.

func (*PgUserMapping) Upsert

func (pum *PgUserMapping) Upsert(ctx context.Context, db DB) error

Upsert performs an upsert for PgUserMapping.

type PgView

type PgView struct {
	Schemaname sql.NullString `json:"schemaname"` // schemaname
	Viewname   sql.NullString `json:"viewname"`   // viewname
	Viewowner  sql.NullString `json:"viewowner"`  // viewowner
	Definition sql.NullString `json:"definition"` // definition
}

PgView represents a row from 'pg_catalog.pg_views'.

type StringSlice

type StringSlice []string

StringSlice is a slice of strings.

func CurrentSchemas

func CurrentSchemas(ctx context.Context, db DB, p0 bool) (StringSlice, error)

CurrentSchemas calls the stored function 'pg_catalog.current_schemas(boolean) name' on db.

func ParseIdent

func ParseIdent(ctx context.Context, db DB, str string, strict bool) (StringSlice, error)

ParseIdent calls the stored function 'pg_catalog.parse_ident(text, boolean) text' on db.

func PgAvailableExtensionVersions

func PgAvailableExtensionVersions(ctx context.Context, db DB) (string, string, bool, bool, bool, string, StringSlice, string, error)

PgAvailableExtensionVersions calls the stored function 'pg_catalog.pg_available_extension_versions() (name, text, boolean, boolean, boolean, name, name, text)' on db.

func PgGetStatisticsobjdefExpressions

func PgGetStatisticsobjdefExpressions(ctx context.Context, db DB, p0 pgtypes.Oid) (StringSlice, error)

PgGetStatisticsobjdefExpressions calls the stored function 'pg_catalog.pg_get_statisticsobjdef_expressions(oid) text' on db.

func PgMcvListItems

func PgMcvListItems(ctx context.Context, db DB, mcvList pgtypes.PgMcvList) (int, StringSlice, []bool, float64, float64, error)

PgMcvListItems calls the stored function 'pg_catalog.pg_mcv_list_items(pg_mcv_list) (integer, text, boolean, double precision, double precision)' on db.

func PgShowAllSettings

PgShowAllSettings calls the stored function 'pg_catalog.pg_show_all_settings() (text, text, text, text, text, text, text, text, text, text, text, text, text, text, text, integer, boolean)' on db.

func RegexpMatchByTextAndText

func RegexpMatchByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error)

RegexpMatchByTextAndText calls the stored function 'pg_catalog.regexp_match(text, text) text' on db.

func RegexpMatchByTextTextAndText

func RegexpMatchByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)

RegexpMatchByTextTextAndText calls the stored function 'pg_catalog.regexp_match(text, text, text) text' on db.

func RegexpMatchesByTextAndText

func RegexpMatchesByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error)

RegexpMatchesByTextAndText calls the stored function 'pg_catalog.regexp_matches(text, text) text' on db.

func RegexpMatchesByTextTextAndText

func RegexpMatchesByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)

RegexpMatchesByTextTextAndText calls the stored function 'pg_catalog.regexp_matches(text, text, text) text' on db.

func RegexpSplitToArrayByTextAndText

func RegexpSplitToArrayByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error)

RegexpSplitToArrayByTextAndText calls the stored function 'pg_catalog.regexp_split_to_array(text, text) text' on db.

func RegexpSplitToArrayByTextTextAndText

func RegexpSplitToArrayByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)

RegexpSplitToArrayByTextTextAndText calls the stored function 'pg_catalog.regexp_split_to_array(text, text, text) text' on db.

func StringToArrayByTextAndText

func StringToArrayByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error)

StringToArrayByTextAndText calls the stored function 'pg_catalog.string_to_array(text, text) text' on db.

func StringToArrayByTextTextAndText

func StringToArrayByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)

StringToArrayByTextTextAndText calls the stored function 'pg_catalog.string_to_array(text, text, text) text' on db.

func TsDebugByConfigAndDocument

func TsDebugByConfigAndDocument(ctx context.Context, db DB, config pgtypes.Regconfig, document string) (string, string, string, []pgtypes.Regdictionary, pgtypes.Regdictionary, StringSlice, error)

TsDebugByConfigAndDocument calls the stored function 'pg_catalog.ts_debug(regconfig, text) (text, text, text, regdictionary, regdictionary, text)' on db.

func TsDebugByDocument

func TsDebugByDocument(ctx context.Context, db DB, document string) (string, string, string, []pgtypes.Regdictionary, pgtypes.Regdictionary, StringSlice, error)

TsDebugByDocument calls the stored function 'pg_catalog.ts_debug(text) (text, text, text, regdictionary, regdictionary, text)' on db.

func TsLexize

func TsLexize(ctx context.Context, db DB, p0 pgtypes.Regdictionary, p1 string) (StringSlice, error)

TsLexize calls the stored function 'pg_catalog.ts_lexize(regdictionary, text) text' on db.

func TsvectorToArray

func TsvectorToArray(ctx context.Context, db DB, p0 pgtypes.Tsvector) (StringSlice, error)

TsvectorToArray calls the stored function 'pg_catalog.tsvector_to_array(tsvector) text' on db.

func UnnestByTsvector

func UnnestByTsvector(ctx context.Context, db DB, tsvector pgtypes.Tsvector) (string, []int16, StringSlice, error)

UnnestByTsvector calls the stored function 'pg_catalog.unnest(tsvector) (text, smallint, text)' on db.

func (*StringSlice) Scan

func (ss *StringSlice) Scan(v interface{}) error

Scan satisfies the sql.Scanner interface for StringSlice.

func (StringSlice) Value

func (ss StringSlice) Value() (driver.Value, error)

Value satisfies the sql/driver.Valuer interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL