Versions in this module Expand all Collapse all v1 v1.1.1 Nov 5, 2022 Changes in this version + func ASCII(ctx context.Context, db DB, p0 string) (int, error) + func AbbrevByCidr(ctx context.Context, db DB, p0 pgtypes.Cidr) (string, error) + func AbbrevByInet(ctx context.Context, db DB, p0 string) (string, error) + func AbsByBigint(ctx context.Context, db DB, p0 int64) (int64, error) + func AbsByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func AbsByInteger(ctx context.Context, db DB, p0 int) (int, error) + func AbsByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func AbsByReal(ctx context.Context, db DB, p0 float32) (float32, error) + func AbsBySmallint(ctx context.Context, db DB, p0 int16) (int16, error) + func Aclcontains(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) (bool, error) + func Acldefault(ctx context.Context, db DB, p0 pgtypes.Char, p1 pgtypes.Oid) ([]pgtypes.Aclitem, error) + func Aclexplode(ctx context.Context, db DB, acl []pgtypes.Aclitem) (pgtypes.Oid, pgtypes.Oid, string, bool, error) + func Aclinsert(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) ([]pgtypes.Aclitem, error) + func Aclitemeq(ctx context.Context, db DB, p0, p1 pgtypes.Aclitem) (bool, error) + func Aclremove(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) ([]pgtypes.Aclitem, error) + func Acos(ctx context.Context, db DB, p0 float64) (float64, error) + func Acosd(ctx context.Context, db DB, p0 float64) (float64, error) + func Acosh(ctx context.Context, db DB, p0 float64) (float64, error) + func AgeByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func AgeByTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error) + func AgeByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error) + func AgeByXid(ctx context.Context, db DB, p0 pgtypes.Xid) (int, error) + func Amvalidate(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func AnyarrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Anyarray, error) + func AnyarraySend(ctx context.Context, db DB, p0 pgtypes.Anyarray) ([]byte, error) + func AnycompatiblearrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Anycompatiblearray, error) + func AnycompatiblearraySend(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray) ([]byte, error) + func Anytextcat(ctx context.Context, db DB, p0 pgtypes.Anynonarray, p1 string) (string, error) + func AreaByBox(ctx context.Context, db DB, p0 pgtypes.Box) (float64, error) + func AreaByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (float64, error) + func AreaByPath(ctx context.Context, db DB, p0 pgtypes.Path) (float64, error) + func Areajoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Areasel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func ArrayAggArrayFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error) + func ArrayAggArrayTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyarray) (pgtypes.Internal, error) + func ArrayAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anynonarray) (pgtypes.Anyarray, error) + func ArrayAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anynonarray) (pgtypes.Internal, error) + func ArrayAppend(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, ...) (pgtypes.Anycompatiblearray, error) + func ArrayCat(ctx context.Context, db DB, p0, p1 pgtypes.Anycompatiblearray) (pgtypes.Anycompatiblearray, error) + func ArrayDims(ctx context.Context, db DB, p0 pgtypes.Anyarray) (string, error) + func ArrayEq(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func ArrayFillByAnyelementAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []int) (pgtypes.Anyarray, error) + func ArrayFillByAnyelementIntegerAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1, p2 []int) (pgtypes.Anyarray, error) + func ArrayGe(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func ArrayGt(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func ArrayLarger(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error) + func ArrayLe(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func ArrayLength(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error) + func ArrayLower(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error) + func ArrayLt(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func ArrayNdims(ctx context.Context, db DB, p0 pgtypes.Anyarray) (int, error) + func ArrayNe(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func ArrayPositionByAnycompatiblearrayAndAnycompatible(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, ...) (int, error) + func ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, ...) (int, error) + func ArrayPositions(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, ...) ([]int, error) + func ArrayPrepend(ctx context.Context, db DB, p0 pgtypes.Anycompatible, ...) (pgtypes.Anycompatiblearray, error) + func ArrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anyarray, error) + func ArrayRemove(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, ...) (pgtypes.Anycompatiblearray, error) + func ArrayReplace(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, ...) (pgtypes.Anycompatiblearray, error) + func ArraySend(ctx context.Context, db DB, p0 pgtypes.Anyarray) ([]byte, error) + func ArraySmaller(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error) + func ArraySubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func ArrayToJSONByAnyarray(ctx context.Context, db DB, p0 pgtypes.Anyarray) ([]byte, error) + func ArrayToJSONByAnyarrayAndBoolean(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 bool) ([]byte, error) + func ArrayToStringByAnyarrayAndText(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 string) (string, error) + func ArrayToStringByAnyarrayTextAndText(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1, p2 string) (string, error) + func ArrayToTsvector(ctx context.Context, db DB, p0 StringSlice) (pgtypes.Tsvector, error) + func ArrayTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func ArrayUnnestSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func ArrayUpper(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error) + func Arraycontained(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func Arraycontains(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func Arraycontjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Arraycontsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Arrayoverlap(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (bool, error) + func Asin(ctx context.Context, db DB, p0 float64) (float64, error) + func Asind(ctx context.Context, db DB, p0 float64) (float64, error) + func Asinh(ctx context.Context, db DB, p0 float64) (float64, error) + func Atan(ctx context.Context, db DB, p0 float64) (float64, error) + func Atan2(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Atan2d(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Atand(ctx context.Context, db DB, p0 float64) (float64, error) + func Atanh(ctx context.Context, db DB, p0 float64) (float64, error) + func Bernoulli(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TsmHandler, error) + func Big5ToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Big5ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Big5ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func BinaryUpgradeCreateEmptyExtension(ctx context.Context, db DB, p0, p1 string, p2 bool, p3 string, ...) error + func BinaryUpgradeSetMissingValue(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) error + func BinaryUpgradeSetNextArrayPgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextHeapPgClassOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextIndexPgClassOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextMultirangeArrayPgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextMultirangePgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextPgAuthidOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextPgEnumOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextPgTypeOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetNextToastPgClassOid(ctx context.Context, db DB, p0 pgtypes.Oid) error + func BinaryUpgradeSetRecordInitPrivs(ctx context.Context, db DB, p0 bool) error + func BitByBigintAndInteger(ctx context.Context, db DB, p0 int64, p1 int) (uint8, error) + func BitByBitIntegerAndBoolean(ctx context.Context, db DB, p0 uint8, p1 int, p2 bool) (uint8, error) + func BitByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (uint8, error) + func BitCountByBit(ctx context.Context, db DB, p0 uint8) (int64, error) + func BitCountByBytea(ctx context.Context, db DB, p0 []byte) (int64, error) + func BitLengthByBit(ctx context.Context, db DB, p0 uint8) (int, error) + func BitLengthByBytea(ctx context.Context, db DB, p0 []byte) (int, error) + func BitLengthByText(ctx context.Context, db DB, p0 string) (int, error) + func BitRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (uint8, error) + func BitSend(ctx context.Context, db DB, p0 uint8) ([]byte, error) + func Bitand(ctx context.Context, db DB, p0, p1 uint8) (uint8, error) + func Bitcat(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func Bitcmp(ctx context.Context, db DB, p0, p1 uint8) (int, error) + func Biteq(ctx context.Context, db DB, p0, p1 uint8) (bool, error) + func Bitge(ctx context.Context, db DB, p0, p1 uint8) (bool, error) + func Bitgt(ctx context.Context, db DB, p0, p1 uint8) (bool, error) + func Bitle(ctx context.Context, db DB, p0, p1 uint8) (bool, error) + func Bitlt(ctx context.Context, db DB, p0, p1 uint8) (bool, error) + func Bitne(ctx context.Context, db DB, p0, p1 uint8) (bool, error) + func Bitnot(ctx context.Context, db DB, p0 uint8) (uint8, error) + func Bitor(ctx context.Context, db DB, p0, p1 uint8) (uint8, error) + func Bitshiftleft(ctx context.Context, db DB, p0 uint8, p1 int) (uint8, error) + func Bitshiftright(ctx context.Context, db DB, p0 uint8, p1 int) (uint8, error) + func Bittypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func Bitxor(ctx context.Context, db DB, p0, p1 uint8) (uint8, error) + func BoolAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 bool) (pgtypes.Internal, error) + func BoolAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 bool) (pgtypes.Internal, error) + func BoolAlltrue(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func BoolAnytrue(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func BoolByInteger(ctx context.Context, db DB, p0 int) (bool, error) + func BoolByJsonb(ctx context.Context, db DB, p0 []byte) (bool, error) + func BoolandStatefunc(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Booleq(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Boolge(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Boolgt(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Boolle(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Boollt(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Boolne(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func BoolorStatefunc(ctx context.Context, db DB, p0, p1 bool) (bool, error) + func Boolrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func Boolsend(ctx context.Context, db DB, p0 bool) ([]byte, error) + func BoundBox(ctx context.Context, db DB, p0, p1 pgtypes.Box) (pgtypes.Box, error) + func BoxAbove(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxAboveEq(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxAdd(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error) + func BoxBelow(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxBelowEq(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Box, error) + func BoxByPoint(ctx context.Context, db DB, p0 pgtypes.Point) (pgtypes.Box, error) + func BoxByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Box, error) + func BoxByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Box, error) + func BoxCenter(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Point, error) + func BoxContain(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxContainPt(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (bool, error) + func BoxContained(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxDistance(ctx context.Context, db DB, p0, p1 pgtypes.Box) (float64, error) + func BoxDiv(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error) + func BoxEq(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxGe(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxGt(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Box) (pgtypes.Box, error) + func BoxLe(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxLeft(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxLt(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxMul(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error) + func BoxOverabove(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxOverbelow(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxOverlap(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxOverright(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Box, error) + func BoxRight(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxSame(ctx context.Context, db DB, p0, p1 pgtypes.Box) (bool, error) + func BoxSend(ctx context.Context, db DB, p0 pgtypes.Box) ([]byte, error) + func BoxSub(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (pgtypes.Box, error) + func BpcharByChar(ctx context.Context, db DB, p0 pgtypes.Char) (string, error) + func BpcharByCharacterIntegerAndBoolean(ctx context.Context, db DB, p0 string, p1 int, p2 bool) (string, error) + func BpcharByName(ctx context.Context, db DB, p0 string) (string, error) + func BpcharLarger(ctx context.Context, db DB, p0, p1 string) (string, error) + func BpcharPatternGe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func BpcharPatternGt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func BpcharPatternLe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func BpcharPatternLt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func BpcharSmaller(ctx context.Context, db DB, p0, p1 string) (string, error) + func BpcharSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Bpcharcmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func Bpchareq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharge(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpchargt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpchariclike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharicnlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharicregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharicregexne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharle(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharlt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharnlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharrecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (string, error) + func Bpcharregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharregexne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Bpcharsend(ctx context.Context, db DB, p0 string) ([]byte, error) + func Bpchartypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func BrinBloomAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error) + func BrinBloomConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal, p3 int) (bool, error) + func BrinBloomOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func BrinBloomOptions(ctx context.Context, db DB, p0 pgtypes.Internal) error + func BrinBloomSummaryRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgBrinBloomSummary, error) + func BrinBloomSummarySend(ctx context.Context, db DB, p0 pgtypes.PgBrinBloomSummary) ([]byte, error) + func BrinBloomUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error) + func BrinDesummarizeRange(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) error + func BrinInclusionAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error) + func BrinInclusionConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error) + func BrinInclusionOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func BrinInclusionUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error) + func BrinMinmaxAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error) + func BrinMinmaxConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error) + func BrinMinmaxMultiAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error) + func BrinMinmaxMultiConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal, p3 int) (bool, error) + func BrinMinmaxMultiDistanceDate(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceFloat4(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceFloat8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceInet(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceInt2(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceInt4(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceInt8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceInterval(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceMacaddr(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceMacaddr8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceNumeric(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistancePgLsn(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceTid(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceTime(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceTimestamp(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceTimetz(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiDistanceUUID(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error) + func BrinMinmaxMultiOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func BrinMinmaxMultiOptions(ctx context.Context, db DB, p0 pgtypes.Internal) error + func BrinMinmaxMultiSummaryRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgBrinMinmaxMultiSummary, error) + func BrinMinmaxMultiSummarySend(ctx context.Context, db DB, p0 pgtypes.PgBrinMinmaxMultiSummary) ([]byte, error) + func BrinMinmaxMultiUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error) + func BrinMinmaxOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func BrinMinmaxUnion(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (bool, error) + func BrinSummarizeNewValues(ctx context.Context, db DB, p0 pgtypes.Regclass) (int, error) + func BrinSummarizeRange(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) (int, error) + func Brinhandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error) + func Broadcast(ctx context.Context, db DB, p0 string) (string, error) + func Btarraycmp(ctx context.Context, db DB, p0, p1 pgtypes.Anyarray) (int, error) + func Btboolcmp(ctx context.Context, db DB, p0, p1 bool) (int, error) + func BtbpcharPatternCmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func BtbpcharPatternSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btcharcmp(ctx context.Context, db DB, p0, p1 pgtypes.Char) (int, error) + func Btequalimage(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func Btfloat48cmp(ctx context.Context, db DB, p0 float32, p1 float64) (int, error) + func Btfloat4cmp(ctx context.Context, db DB, p0, p1 float32) (int, error) + func Btfloat4sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btfloat84cmp(ctx context.Context, db DB, p0 float64, p1 float32) (int, error) + func Btfloat8cmp(ctx context.Context, db DB, p0, p1 float64) (int, error) + func Btfloat8sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Bthandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error) + func Btint24cmp(ctx context.Context, db DB, p0 int16, p1 int) (int, error) + func Btint28cmp(ctx context.Context, db DB, p0 int16, p1 int64) (int, error) + func Btint2cmp(ctx context.Context, db DB, p0, p1 int16) (int, error) + func Btint2sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btint42cmp(ctx context.Context, db DB, p0 int, p1 int16) (int, error) + func Btint48cmp(ctx context.Context, db DB, p0 int, p1 int64) (int, error) + func Btint4cmp(ctx context.Context, db DB, p0, p1 int) (int, error) + func Btint4sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btint82cmp(ctx context.Context, db DB, p0 int64, p1 int16) (int, error) + func Btint84cmp(ctx context.Context, db DB, p0 int64, p1 int) (int, error) + func Btint8cmp(ctx context.Context, db DB, p0, p1 int64) (int, error) + func Btint8sortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btnamecmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func Btnamesortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btnametextcmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func Btoidcmp(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (int, error) + func Btoidsortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Btoidvectorcmp(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (int, error) + func Btrecordcmp(ctx context.Context, db DB, p0, p1 pgtypes.Record) (int, error) + func Btrecordimagecmp(ctx context.Context, db DB, p0, p1 pgtypes.Record) (int, error) + func BtrimByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func BtrimByText(ctx context.Context, db DB, p0 string) (string, error) + func BtrimByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func BttextPatternCmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func BttextPatternSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Bttextcmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func Bttextnamecmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func Bttextsortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func Bttidcmp(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (int, error) + func Btvarstrequalimage(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func ByteaSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func ByteaStringAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func ByteaStringAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 []byte) (pgtypes.Internal, error) + func Byteacat(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func Byteacmp(ctx context.Context, db DB, p0, p1 []byte) (int, error) + func Byteaeq(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Byteage(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Byteagt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Byteale(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Bytealike(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Bytealt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Byteane(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Byteanlike(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Bytearecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func Byteasend(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Cardinality(ctx context.Context, db DB, p0 pgtypes.Anyarray) (int, error) + func CashCmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func CashDivCash(ctx context.Context, db DB, p0, p1 string) (float64, error) + func CashDivFlt4(ctx context.Context, db DB, p0 string, p1 float32) (string, error) + func CashDivFlt8(ctx context.Context, db DB, p0 string, p1 float64) (string, error) + func CashDivInt2(ctx context.Context, db DB, p0 string, p1 int16) (string, error) + func CashDivInt4(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func CashDivInt8(ctx context.Context, db DB, p0 string, p1 int64) (string, error) + func CashEq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func CashGe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func CashGt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func CashLe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func CashLt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func CashMi(ctx context.Context, db DB, p0, p1 string) (string, error) + func CashMulFlt4(ctx context.Context, db DB, p0 string, p1 float32) (string, error) + func CashMulFlt8(ctx context.Context, db DB, p0 string, p1 float64) (string, error) + func CashMulInt2(ctx context.Context, db DB, p0 string, p1 int16) (string, error) + func CashMulInt4(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func CashMulInt8(ctx context.Context, db DB, p0 string, p1 int64) (string, error) + func CashNe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func CashPl(ctx context.Context, db DB, p0, p1 string) (string, error) + func CashRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error) + func CashSend(ctx context.Context, db DB, p0 string) ([]byte, error) + func CashWords(ctx context.Context, db DB, p0 string) (string, error) + func Cashlarger(ctx context.Context, db DB, p0, p1 string) (string, error) + func Cashsmaller(ctx context.Context, db DB, p0, p1 string) (string, error) + func Cbrt(ctx context.Context, db DB, p0 float64) (float64, error) + func CeilByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func CeilByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func CeilingByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func CeilingByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func CenterByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Point, error) + func CenterByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Point, error) + func CharByInteger(ctx context.Context, db DB, p0 int) (pgtypes.Char, error) + func CharByText(ctx context.Context, db DB, p0 string) (pgtypes.Char, error) + func CharLengthByCharacter(ctx context.Context, db DB, p0 string) (int, error) + func CharLengthByText(ctx context.Context, db DB, p0 string) (int, error) + func CharacterLengthByCharacter(ctx context.Context, db DB, p0 string) (int, error) + func CharacterLengthByText(ctx context.Context, db DB, p0 string) (int, error) + func Chareq(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error) + func Charge(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error) + func Chargt(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error) + func Charle(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error) + func Charlt(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error) + func Charne(ctx context.Context, db DB, p0, p1 pgtypes.Char) (bool, error) + func Charrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Char, error) + func Charsend(ctx context.Context, db DB, p0 pgtypes.Char) ([]byte, error) + func Chr(ctx context.Context, db DB, p0 int) (string, error) + func Cideq(ctx context.Context, db DB, p0, p1 pgtypes.Cid) (bool, error) + func Cidr(ctx context.Context, db DB, p0 string) (pgtypes.Cidr, error) + func CidrRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Cidr, error) + func CidrSend(ctx context.Context, db DB, p0 pgtypes.Cidr) ([]byte, error) + func Cidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Cid, error) + func Cidsend(ctx context.Context, db DB, p0 pgtypes.Cid) ([]byte, error) + func CircleAbove(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleAddPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error) + func CircleBelow(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Circle, error) + func CircleByPointAndDoublePrecision(ctx context.Context, db DB, p0 pgtypes.Point, p1 float64) (pgtypes.Circle, error) + func CircleByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Circle, error) + func CircleCenter(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Point, error) + func CircleContain(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleContainPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (bool, error) + func CircleContained(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleDistance(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (float64, error) + func CircleDivPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error) + func CircleEq(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleGe(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleGt(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleLe(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleLeft(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleLt(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleMulPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error) + func CircleNe(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleOverabove(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleOverbelow(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleOverlap(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleOverright(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Circle, error) + func CircleRight(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleSame(ctx context.Context, db DB, p0, p1 pgtypes.Circle) (bool, error) + func CircleSend(ctx context.Context, db DB, p0 pgtypes.Circle) ([]byte, error) + func CircleSubPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error) + func ClockTimestamp(ctx context.Context, db DB) (time.Time, error) + func CloseLb(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Box) (pgtypes.Point, error) + func CloseLs(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Lseg) (pgtypes.Point, error) + func CloseLseg(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (pgtypes.Point, error) + func ClosePb(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Box) (pgtypes.Point, error) + func ClosePl(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Line) (pgtypes.Point, error) + func ClosePs(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Lseg) (pgtypes.Point, error) + func CloseSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (pgtypes.Point, error) + func CloseSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (pgtypes.Point, error) + func ColDescription(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error) + func Contjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Contsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Convert(ctx context.Context, db DB, p0 []byte, p1, p2 string) ([]byte, error) + func ConvertFrom(ctx context.Context, db DB, p0 []byte, p1 string) (string, error) + func ConvertTo(ctx context.Context, db DB, p0, p1 string) ([]byte, error) + func Cos(ctx context.Context, db DB, p0 float64) (float64, error) + func Cosd(ctx context.Context, db DB, p0 float64) (float64, error) + func Cosh(ctx context.Context, db DB, p0 float64) (float64, error) + func Cot(ctx context.Context, db DB, p0 float64) (float64, error) + func Cotd(ctx context.Context, db DB, p0 float64) (float64, error) + func CurrentDatabase(ctx context.Context, db DB) (string, error) + func CurrentQuery(ctx context.Context, db DB) (string, error) + func CurrentSchema(ctx context.Context, db DB) (string, error) + func CurrentSettingByText(ctx context.Context, db DB, p0 string) (string, error) + func CurrentSettingByTextAndBoolean(ctx context.Context, db DB, p0 string, p1 bool) (string, error) + func CurrentUser(ctx context.Context, db DB) (string, error) + func Currtid2(ctx context.Context, db DB, p0 string, p1 pgtypes.Tid) (pgtypes.Tid, error) + func Currval(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func CursorToXML(ctx context.Context, db DB, cursor pgtypes.Refcursor, count int, ...) ([]byte, error) + func CursorToXmlschema(ctx context.Context, db DB, cursor pgtypes.Refcursor, nulls, tableforest bool, ...) ([]byte, error) + func DatabaseToXML(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error) + func DatabaseToXMLAndXmlschema(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error) + func DatabaseToXmlschema(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error) + func DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0 []byte, p1, p2 time.Time) (time.Time, error) + func DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 []byte, p1, p2 time.Time) (time.Time, error) + func DateByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func DateByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func DateCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func DateCmpTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func DateCmpTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func DateEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateEqTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateEqTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateGeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateGeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateGtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateGtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func DateLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateLeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateLeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateLtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateLtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateMi(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func DateMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func DateMii(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error) + func DateNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateNeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DateNeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func DatePartByTextAndDate(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func DatePartByTextAndInterval(ctx context.Context, db DB, p0 string, p1 []byte) (float64, error) + func DatePartByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func DatePartByTextAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func DatePartByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func DatePartByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func DatePlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func DatePli(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error) + func DateRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (time.Time, error) + func DateSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func DateSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func DateSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func DateTruncByTextAndInterval(ctx context.Context, db DB, p0 string, p1 []byte) ([]byte, error) + func DateTruncByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error) + func DateTruncByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error) + func DateTruncByTextTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0 string, p1 time.Time, p2 string) (time.Time, error) + func Datemultirange(ctx context.Context, db DB) (pgtypes.Datemultirange, error) + func DatemultirangeByDaterange(ctx context.Context, db DB, p0 pgtypes.Daterange) (pgtypes.Datemultirange, error) + func DaterangeByDateAndDate(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Daterange, error) + func DaterangeByDateDateAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Daterange, error) + func DaterangeCanonical(ctx context.Context, db DB, p0 pgtypes.Daterange) (pgtypes.Daterange, error) + func DaterangeSubdiff(ctx context.Context, db DB, p0, p1 time.Time) (float64, error) + func DatetimePl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func DatetimetzPl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func Dcbrt(ctx context.Context, db DB, p0 float64) (float64, error) + func Decode(ctx context.Context, db DB, p0, p1 string) ([]byte, error) + func Degrees(ctx context.Context, db DB, p0 float64) (float64, error) + func Dexp(ctx context.Context, db DB, p0 float64) (float64, error) + func Diagonal(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Lseg, error) + func Diameter(ctx context.Context, db DB, p0 pgtypes.Circle) (float64, error) + func DispellInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func DispellLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error) + func DistBl(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Line) (float64, error) + func DistBp(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Point) (float64, error) + func DistBs(ctx context.Context, db DB, p0 pgtypes.Box, p1 pgtypes.Lseg) (float64, error) + func DistCpoint(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (float64, error) + func DistCpoly(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Polygon) (float64, error) + func DistLb(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Box) (float64, error) + func DistLp(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Point) (float64, error) + func DistLs(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Lseg) (float64, error) + func DistPathp(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (float64, error) + func DistPb(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Box) (float64, error) + func DistPc(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Circle) (float64, error) + func DistPl(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Line) (float64, error) + func DistPolyc(ctx context.Context, db DB, p0 pgtypes.Polygon, p1 pgtypes.Circle) (float64, error) + func DistPolyp(ctx context.Context, db DB, p0 pgtypes.Polygon, p1 pgtypes.Point) (float64, error) + func DistPpath(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Path) (float64, error) + func DistPpoly(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Polygon) (float64, error) + func DistPs(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Lseg) (float64, error) + func DistSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (float64, error) + func DistSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (float64, error) + func DistSp(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Point) (float64, error) + func Div(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Dlog1(ctx context.Context, db DB, p0 float64) (float64, error) + func Dlog10(ctx context.Context, db DB, p0 float64) (float64, error) + func DomainRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Any, error) + func Dpow(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Dround(ctx context.Context, db DB, p0 float64) (float64, error) + func DsimpleInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func DsimpleLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error) + func DsnowballInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func DsnowballLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error) + func Dsqrt(ctx context.Context, db DB, p0 float64) (float64, error) + func DsynonymInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func DsynonymLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error) + func Dtrunc(ctx context.Context, db DB, p0 float64) (float64, error) + func ElemContainedByMultirange(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 pgtypes.Anymultirange) (bool, error) + func ElemContainedByRange(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 pgtypes.Anyrange) (bool, error) + func Encode(ctx context.Context, db DB, p0 []byte, p1 string) (string, error) + func EnumCmp(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (int, error) + func EnumEq(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error) + func EnumFirst(ctx context.Context, db DB, p0 pgtypes.Anyenum) (pgtypes.Anyenum, error) + func EnumGe(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error) + func EnumGt(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error) + func EnumLarger(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyenum, error) + func EnumLast(ctx context.Context, db DB, p0 pgtypes.Anyenum) (pgtypes.Anyenum, error) + func EnumLe(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error) + func EnumLt(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error) + func EnumNe(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (bool, error) + func EnumRangeByAnyenum(ctx context.Context, db DB, p0 pgtypes.Anyenum) (pgtypes.Anyarray, error) + func EnumRangeByAnyenumAndAnyenum(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyarray, error) + func EnumRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid) (pgtypes.Anyenum, error) + func EnumSend(ctx context.Context, db DB, p0 pgtypes.Anyenum) ([]byte, error) + func EnumSmaller(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyenum, error) + func Eqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Eqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Errorf(s string, v ...interface{}) + func EucCnToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucCnToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucJis2004ToShiftJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucJis2004ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucJpToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucJpToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucJpToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucKrToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucKrToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucTwToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucTwToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func EucTwToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func ExpByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func ExpByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func ExtractByTextAndDate(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func ExtractByTextAndInterval(ctx context.Context, db DB, p0 string, p1 []byte) (float64, error) + func ExtractByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func ExtractByTextAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func ExtractByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func ExtractByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error) + func Factorial(ctx context.Context, db DB, p0 int64) (float64, error) + func Family(ctx context.Context, db DB, p0 string) (int, error) + func Float48div(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error) + func Float48eq(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error) + func Float48ge(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error) + func Float48gt(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error) + func Float48le(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error) + func Float48lt(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error) + func Float48mi(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error) + func Float48mul(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error) + func Float48ne(ctx context.Context, db DB, p0 float32, p1 float64) (bool, error) + func Float48pl(ctx context.Context, db DB, p0 float32, p1 float64) (float64, error) + func Float4Accum(ctx context.Context, db DB, p0 []float64, p1 float32) ([]float64, error) + func Float4ByBigint(ctx context.Context, db DB, p0 int64) (float32, error) + func Float4ByDoublePrecision(ctx context.Context, db DB, p0 float64) (float32, error) + func Float4ByInteger(ctx context.Context, db DB, p0 int) (float32, error) + func Float4ByJsonb(ctx context.Context, db DB, p0 []byte) (float32, error) + func Float4ByNumeric(ctx context.Context, db DB, p0 float64) (float32, error) + func Float4BySmallint(ctx context.Context, db DB, p0 int16) (float32, error) + func Float4abs(ctx context.Context, db DB, p0 float32) (float32, error) + func Float4div(ctx context.Context, db DB, p0, p1 float32) (float32, error) + func Float4eq(ctx context.Context, db DB, p0, p1 float32) (bool, error) + func Float4ge(ctx context.Context, db DB, p0, p1 float32) (bool, error) + func Float4gt(ctx context.Context, db DB, p0, p1 float32) (bool, error) + func Float4larger(ctx context.Context, db DB, p0, p1 float32) (float32, error) + func Float4le(ctx context.Context, db DB, p0, p1 float32) (bool, error) + func Float4lt(ctx context.Context, db DB, p0, p1 float32) (bool, error) + func Float4mi(ctx context.Context, db DB, p0, p1 float32) (float32, error) + func Float4mul(ctx context.Context, db DB, p0, p1 float32) (float32, error) + func Float4ne(ctx context.Context, db DB, p0, p1 float32) (bool, error) + func Float4pl(ctx context.Context, db DB, p0, p1 float32) (float32, error) + func Float4recv(ctx context.Context, db DB, p0 pgtypes.Internal) (float32, error) + func Float4send(ctx context.Context, db DB, p0 float32) ([]byte, error) + func Float4smaller(ctx context.Context, db DB, p0, p1 float32) (float32, error) + func Float4um(ctx context.Context, db DB, p0 float32) (float32, error) + func Float4up(ctx context.Context, db DB, p0 float32) (float32, error) + func Float84div(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error) + func Float84eq(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error) + func Float84ge(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error) + func Float84gt(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error) + func Float84le(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error) + func Float84lt(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error) + func Float84mi(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error) + func Float84mul(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error) + func Float84ne(ctx context.Context, db DB, p0 float64, p1 float32) (bool, error) + func Float84pl(ctx context.Context, db DB, p0 float64, p1 float32) (float64, error) + func Float8Accum(ctx context.Context, db DB, p0 []float64, p1 float64) ([]float64, error) + func Float8Avg(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8ByBigint(ctx context.Context, db DB, p0 int64) (float64, error) + func Float8ByInteger(ctx context.Context, db DB, p0 int) (float64, error) + func Float8ByJsonb(ctx context.Context, db DB, p0 []byte) (float64, error) + func Float8ByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func Float8ByReal(ctx context.Context, db DB, p0 float32) (float64, error) + func Float8BySmallint(ctx context.Context, db DB, p0 int16) (float64, error) + func Float8Combine(ctx context.Context, db DB, p0, p1 []float64) ([]float64, error) + func Float8Corr(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8CovarPop(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8CovarSamp(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrAccum(ctx context.Context, db DB, p0 []float64, p1, p2 float64) ([]float64, error) + func Float8RegrAvgx(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrAvgy(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrCombine(ctx context.Context, db DB, p0, p1 []float64) ([]float64, error) + func Float8RegrIntercept(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrR2(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrSlope(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrSxx(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrSxy(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8RegrSyy(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8StddevPop(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8StddevSamp(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8VarPop(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8VarSamp(ctx context.Context, db DB, p0 []float64) (float64, error) + func Float8abs(ctx context.Context, db DB, p0 float64) (float64, error) + func Float8div(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Float8eq(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func Float8ge(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func Float8gt(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func Float8larger(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Float8le(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func Float8lt(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func Float8mi(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Float8mul(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Float8ne(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func Float8pl(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Float8recv(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func Float8send(ctx context.Context, db DB, p0 float64) ([]byte, error) + func Float8smaller(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Float8um(ctx context.Context, db DB, p0 float64) (float64, error) + func Float8up(ctx context.Context, db DB, p0 float64) (float64, error) + func FloorByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func FloorByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func Flt4MulCash(ctx context.Context, db DB, p0 float32, p1 string) (string, error) + func Flt8MulCash(ctx context.Context, db DB, p0 float64, p1 string) (string, error) + func FmgrCValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error + func FmgrInternalValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error + func FmgrSQLValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error + func Format(ctx context.Context, db DB, p0 string) (string, error) + func FormatType(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error) + func Gb18030ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func GbkToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func GcdByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func GcdByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error) + func GcdByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func GenRandomUUID(ctx context.Context, db DB) (uuid.UUID, error) + func GenerateSeriesByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func GenerateSeriesByBigintBigintAndBigint(ctx context.Context, db DB, p0, p1, p2 int64) (int64, error) + func GenerateSeriesByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error) + func GenerateSeriesByIntegerIntegerAndInteger(ctx context.Context, db DB, p0, p1, p2 int) (int, error) + func GenerateSeriesByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func GenerateSeriesByNumericNumericAndNumeric(ctx context.Context, db DB, p0, p1, p2 float64) (float64, error) + func GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte) (time.Time, error) + func GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte) (time.Time, error) + func GenerateSeriesInt4Support(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GenerateSeriesInt8Support(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GenerateSubscriptsByAnyarrayAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error) + func GenerateSubscriptsByAnyarrayIntegerAndBoolean(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int, p2 bool) (int, error) + func GetBitByBitAndInteger(ctx context.Context, db DB, p0 uint8, p1 int) (int, error) + func GetBitByByteaAndBigint(ctx context.Context, db DB, p0 []byte, p1 int64) (int, error) + func GetByte(ctx context.Context, db DB, p0 []byte, p1 int) (int, error) + func GetCurrentTsConfig(ctx context.Context, db DB) (pgtypes.Regconfig, error) + func Getdatabaseencoding(ctx context.Context, db DB) (string, error) + func Getpgusername(ctx context.Context, db DB) (string, error) + func GinCleanPendingList(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func GinCmpPrefix(ctx context.Context, db DB, p0, p1 string, p2 int16, p3 pgtypes.Internal) (int, error) + func GinCmpTslexeme(ctx context.Context, db DB, p0, p1 string) (int, error) + func GinCompareJsonb(ctx context.Context, db DB, p0, p1 string) (int, error) + func GinConsistentJsonb(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, ...) (bool, error) + func GinConsistentJsonbPath(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, ...) (bool, error) + func GinExtractJsonb(ctx context.Context, db DB, p0 []byte, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GinExtractJsonbPath(ctx context.Context, db DB, p0 []byte, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GinExtractJsonbQuery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal, p2 int16, ...) (pgtypes.Internal, error) + func GinExtractJsonbQueryPath(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal, p2 int16, ...) (pgtypes.Internal, error) + func GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Internal, p2 int16, ...) (pgtypes.Internal, error) + func GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Internal, p2 int16, ...) (pgtypes.Internal, error) + func GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Internal, p2 int16, ...) (pgtypes.Internal, error) + func GinExtractTsvectorByTsvectorAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Internal) (pgtypes.Internal, error) + func GinExtractTsvectorByTsvectorInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GinTriconsistentJsonb(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, ...) (pgtypes.Char, error) + func GinTriconsistentJsonbPath(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, ...) (pgtypes.Char, error) + func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsquery, ...) (bool, error) + func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsquery, ...) (bool, error) + func GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsvector, ...) (bool, error) + func GinTsqueryTriconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsvector, ...) (pgtypes.Char, error) + func Ginarrayconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Anyarray, ...) (bool, error) + func GinarrayextractByAnyarrayAndInternal(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 pgtypes.Internal) (pgtypes.Internal, error) + func GinarrayextractByAnyarrayInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func Ginarraytriconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Anyarray, ...) (pgtypes.Char, error) + func Ginhandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error) + func Ginqueryarrayextract(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 pgtypes.Internal, p2 int16, ...) (pgtypes.Internal, error) + func GistBoxConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Box, p2 int16, ...) (bool, error) + func GistBoxDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Box, p2 int16, ...) (float64, error) + func GistBoxPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GistBoxPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func GistBoxSame(ctx context.Context, db DB, p0, p1 pgtypes.Box, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GistBoxUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Box, error) + func GistCircleCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GistCircleConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Circle, p2 int16, ...) (bool, error) + func GistCircleDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Circle, p2 int16, ...) (float64, error) + func GistPointCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GistPointConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Point, p2 int16, ...) (bool, error) + func GistPointDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Point, p2 int16, ...) (float64, error) + func GistPointFetch(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GistPointSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func GistPolyCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GistPolyConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Polygon, p2 int16, ...) (bool, error) + func GistPolyDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Polygon, p2 int16, ...) (float64, error) + func Gisthandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error) + func GtsqueryCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GtsqueryConsistentByInternalInternalIntegerOidAndInternal(ctx context.Context, db DB, p0, p1 pgtypes.Internal, p2 int, p3 pgtypes.Oid, ...) (bool, error) + func GtsqueryConsistentByInternalTsquerySmallintOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Tsquery, p2 int16, ...) (bool, error) + func GtsqueryPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GtsqueryPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func GtsquerySame(ctx context.Context, db DB, p0, p1 int64, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GtsqueryUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (int64, error) + func GtsvectorCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Gtsvector, p2 int, ...) (bool, error) + func GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Tsvector, p2 int16, ...) (bool, error) + func GtsvectorDecompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func GtsvectorOptions(ctx context.Context, db DB, p0 pgtypes.Internal) error + func GtsvectorPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GtsvectorPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func GtsvectorSame(ctx context.Context, db DB, p0, p1 pgtypes.Gtsvector, p2 pgtypes.Internal) (pgtypes.Internal, error) + func GtsvectorUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Gtsvector, error) + func HasAnyColumnPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasAnyColumnPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasAnyColumnPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasAnyColumnPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasAnyColumnPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasAnyColumnPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasColumnPrivilegeByNameOidSmallintAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 int16, p3 string) (bool, error) + func HasColumnPrivilegeByNameOidTextAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2, p3 string) (bool, error) + func HasColumnPrivilegeByNameTextSmallintAndText(ctx context.Context, db DB, p0, p1 string, p2 int16, p3 string) (bool, error) + func HasColumnPrivilegeByNameTextTextAndText(ctx context.Context, db DB, p0, p1, p2, p3 string) (bool, error) + func HasColumnPrivilegeByOidOidSmallintAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 int16, p3 string) (bool, error) + func HasColumnPrivilegeByOidOidTextAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2, p3 string) (bool, error) + func HasColumnPrivilegeByOidSmallintAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int16, p2 string) (bool, error) + func HasColumnPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasColumnPrivilegeByOidTextSmallintAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string, p2 int16, p3 string) (bool, error) + func HasColumnPrivilegeByOidTextTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2, p3 string) (bool, error) + func HasColumnPrivilegeByTextSmallintAndText(ctx context.Context, db DB, p0 string, p1 int16, p2 string) (bool, error) + func HasColumnPrivilegeByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasDatabasePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasDatabasePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasDatabasePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasDatabasePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasDatabasePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasDatabasePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasForeignDataWrapperPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasForeignDataWrapperPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasForeignDataWrapperPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasForeignDataWrapperPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasForeignDataWrapperPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasForeignDataWrapperPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasFunctionPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasFunctionPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasFunctionPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasFunctionPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasFunctionPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasFunctionPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasLanguagePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasLanguagePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasLanguagePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasLanguagePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasLanguagePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasLanguagePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasSchemaPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasSchemaPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasSchemaPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasSchemaPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasSchemaPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasSchemaPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasSequencePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasSequencePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasSequencePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasSequencePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasSequencePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasSequencePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasServerPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasServerPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasServerPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasServerPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasServerPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasServerPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasTablePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasTablePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasTablePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasTablePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasTablePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasTablePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasTablespacePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasTablespacePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasTablespacePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasTablespacePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasTablespacePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasTablespacePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HasTypePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func HasTypePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func HasTypePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func HasTypePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func HasTypePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func HasTypePrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func HashAclitem(ctx context.Context, db DB, p0 pgtypes.Aclitem) (int, error) + func HashAclitemExtended(ctx context.Context, db DB, p0 pgtypes.Aclitem, p1 int64) (int64, error) + func HashArray(ctx context.Context, db DB, p0 pgtypes.Anyarray) (int, error) + func HashArrayExtended(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int64) (int64, error) + func HashMultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (int, error) + func HashMultirangeExtended(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 int64) (int64, error) + func HashNumeric(ctx context.Context, db DB, p0 float64) (int, error) + func HashNumericExtended(ctx context.Context, db DB, p0 float64, p1 int64) (int64, error) + func HashRange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (int, error) + func HashRangeExtended(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 int64) (int64, error) + func HashRecord(ctx context.Context, db DB, p0 pgtypes.Record) (int, error) + func HashRecordExtended(ctx context.Context, db DB, p0 pgtypes.Record, p1 int64) (int64, error) + func Hashbpchar(ctx context.Context, db DB, p0 string) (int, error) + func Hashbpcharextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error) + func Hashchar(ctx context.Context, db DB, p0 pgtypes.Char) (int, error) + func Hashcharextended(ctx context.Context, db DB, p0 pgtypes.Char, p1 int64) (int64, error) + func Hashenum(ctx context.Context, db DB, p0 pgtypes.Anyenum) (int, error) + func Hashenumextended(ctx context.Context, db DB, p0 pgtypes.Anyenum, p1 int64) (int64, error) + func Hashfloat4(ctx context.Context, db DB, p0 float32) (int, error) + func Hashfloat4extended(ctx context.Context, db DB, p0 float32, p1 int64) (int64, error) + func Hashfloat8(ctx context.Context, db DB, p0 float64) (int, error) + func Hashfloat8extended(ctx context.Context, db DB, p0 float64, p1 int64) (int64, error) + func Hashhandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error) + func Hashinet(ctx context.Context, db DB, p0 string) (int, error) + func Hashinetextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error) + func Hashint2(ctx context.Context, db DB, p0 int16) (int, error) + func Hashint2extended(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error) + func Hashint4(ctx context.Context, db DB, p0 int) (int, error) + func Hashint4extended(ctx context.Context, db DB, p0 int, p1 int64) (int64, error) + func Hashint8(ctx context.Context, db DB, p0 int64) (int, error) + func Hashint8extended(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Hashmacaddr(ctx context.Context, db DB, p0 pgtypes.Macaddr) (int, error) + func Hashmacaddr8(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (int, error) + func Hashmacaddr8extended(ctx context.Context, db DB, p0 pgtypes.Macaddr8, p1 int64) (int64, error) + func Hashmacaddrextended(ctx context.Context, db DB, p0 pgtypes.Macaddr, p1 int64) (int64, error) + func Hashname(ctx context.Context, db DB, p0 string) (int, error) + func Hashnameextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error) + func Hashoid(ctx context.Context, db DB, p0 pgtypes.Oid) (int, error) + func Hashoidextended(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64) (int64, error) + func Hashoidvector(ctx context.Context, db DB, p0 pgtypes.Oidvector) (int, error) + func Hashoidvectorextended(ctx context.Context, db DB, p0 pgtypes.Oidvector, p1 int64) (int64, error) + func Hashtext(ctx context.Context, db DB, p0 string) (int, error) + func Hashtextextended(ctx context.Context, db DB, p0 string, p1 int64) (int64, error) + func Hashtid(ctx context.Context, db DB, p0 pgtypes.Tid) (int, error) + func Hashtidextended(ctx context.Context, db DB, p0 pgtypes.Tid, p1 int64) (int64, error) + func Hashvarlena(ctx context.Context, db DB, p0 pgtypes.Internal) (int, error) + func Hashvarlenaextended(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (int64, error) + func HeapTableamHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TableAmHandler, error) + func Height(ctx context.Context, db DB, p0 pgtypes.Box) (float64, error) + func Host(ctx context.Context, db DB, p0 string) (string, error) + func Hostmask(ctx context.Context, db DB, p0 string) (string, error) + func Iclikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Iclikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Icnlikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Icnlikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Icregexeqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Icregexeqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Icregexnejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Icregexnesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func InRangeByBigintBigintBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int64, p3, p4 bool) (bool, error) + func InRangeByDateDateIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error) + func InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 float64, p3, p4 bool) (bool, error) + func InRangeByIntegerIntegerBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int, p2 int64, p3, p4 bool) (bool, error) + func InRangeByIntegerIntegerIntegerBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int, p3, p4 bool) (bool, error) + func InRangeByIntegerIntegerSmallintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int, p2 int16, p3, p4 bool) (bool, error) + func InRangeByIntervalIntervalIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 []byte, p3, p4 bool) (bool, error) + func InRangeByNumericNumericNumericBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 float64, p3, p4 bool) (bool, error) + func InRangeByRealRealDoublePrecisionBooleanAndBoolean(ctx context.Context, db DB, p0, p1 float32, p2 float64, p3, p4 bool) (bool, error) + func InRangeBySmallintSmallintBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int16, p2 int64, p3, p4 bool) (bool, error) + func InRangeBySmallintSmallintIntegerBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int16, p2 int, p3, p4 bool) (bool, error) + func InRangeBySmallintSmallintSmallintBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int16, p3, p4 bool) (bool, error) + func InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error) + func InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error) + func InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error) + func InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error) + func InetClientAddr(ctx context.Context, db DB) (string, error) + func InetClientPort(ctx context.Context, db DB) (int, error) + func InetGistCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func InetGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 string, p2 int16, ...) (bool, error) + func InetGistFetch(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func InetGistPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func InetGistPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func InetGistSame(ctx context.Context, db DB, p0, p1 string, p2 pgtypes.Internal) (pgtypes.Internal, error) + func InetGistUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (string, error) + func InetMerge(ctx context.Context, db DB, p0, p1 string) (pgtypes.Cidr, error) + func InetRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error) + func InetSameFamily(ctx context.Context, db DB, p0, p1 string) (bool, error) + func InetSend(ctx context.Context, db DB, p0 string) ([]byte, error) + func InetServerAddr(ctx context.Context, db DB) (string, error) + func InetServerPort(ctx context.Context, db DB) (int, error) + func InetSpgChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func InetSpgConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func InetSpgInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func InetSpgLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error) + func InetSpgPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func Inetand(ctx context.Context, db DB, p0, p1 string) (string, error) + func Inetmi(ctx context.Context, db DB, p0, p1 string) (int64, error) + func InetmiInt8(ctx context.Context, db DB, p0 string, p1 int64) (string, error) + func Inetnot(ctx context.Context, db DB, p0 string) (string, error) + func Inetor(ctx context.Context, db DB, p0, p1 string) (string, error) + func Inetpl(ctx context.Context, db DB, p0 string, p1 int64) (string, error) + func Initcap(ctx context.Context, db DB, p0 string) (string, error) + func Int24div(ctx context.Context, db DB, p0 int16, p1 int) (int, error) + func Int24eq(ctx context.Context, db DB, p0 int16, p1 int) (bool, error) + func Int24ge(ctx context.Context, db DB, p0 int16, p1 int) (bool, error) + func Int24gt(ctx context.Context, db DB, p0 int16, p1 int) (bool, error) + func Int24le(ctx context.Context, db DB, p0 int16, p1 int) (bool, error) + func Int24lt(ctx context.Context, db DB, p0 int16, p1 int) (bool, error) + func Int24mi(ctx context.Context, db DB, p0 int16, p1 int) (int, error) + func Int24mul(ctx context.Context, db DB, p0 int16, p1 int) (int, error) + func Int24ne(ctx context.Context, db DB, p0 int16, p1 int) (bool, error) + func Int24pl(ctx context.Context, db DB, p0 int16, p1 int) (int, error) + func Int28div(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error) + func Int28eq(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error) + func Int28ge(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error) + func Int28gt(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error) + func Int28le(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error) + func Int28lt(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error) + func Int28mi(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error) + func Int28mul(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error) + func Int28ne(ctx context.Context, db DB, p0 int16, p1 int64) (bool, error) + func Int28pl(ctx context.Context, db DB, p0 int16, p1 int64) (int64, error) + func Int2Accum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16) (pgtypes.Internal, error) + func Int2AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16) (pgtypes.Internal, error) + func Int2AvgAccum(ctx context.Context, db DB, p0 []int64, p1 int16) ([]int64, error) + func Int2AvgAccumInv(ctx context.Context, db DB, p0 []int64, p1 int16) ([]int64, error) + func Int2ByBigint(ctx context.Context, db DB, p0 int64) (int16, error) + func Int2ByDoublePrecision(ctx context.Context, db DB, p0 float64) (int16, error) + func Int2ByInteger(ctx context.Context, db DB, p0 int) (int16, error) + func Int2ByJsonb(ctx context.Context, db DB, p0 []byte) (int16, error) + func Int2ByNumeric(ctx context.Context, db DB, p0 float64) (int16, error) + func Int2ByReal(ctx context.Context, db DB, p0 float32) (int16, error) + func Int2MulCash(ctx context.Context, db DB, p0 int16, p1 string) (string, error) + func Int2Sum(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error) + func Int2abs(ctx context.Context, db DB, p0 int16) (int16, error) + func Int2and(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2div(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2eq(ctx context.Context, db DB, p0, p1 int16) (bool, error) + func Int2ge(ctx context.Context, db DB, p0, p1 int16) (bool, error) + func Int2gt(ctx context.Context, db DB, p0, p1 int16) (bool, error) + func Int2int4Sum(ctx context.Context, db DB, p0 []int64) (int64, error) + func Int2larger(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2le(ctx context.Context, db DB, p0, p1 int16) (bool, error) + func Int2lt(ctx context.Context, db DB, p0, p1 int16) (bool, error) + func Int2mi(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2mod(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2mul(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2ne(ctx context.Context, db DB, p0, p1 int16) (bool, error) + func Int2not(ctx context.Context, db DB, p0 int16) (int16, error) + func Int2or(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2pl(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2recv(ctx context.Context, db DB, p0 pgtypes.Internal) (int16, error) + func Int2send(ctx context.Context, db DB, p0 int16) ([]byte, error) + func Int2shl(ctx context.Context, db DB, p0 int16, p1 int) (int16, error) + func Int2shr(ctx context.Context, db DB, p0 int16, p1 int) (int16, error) + func Int2smaller(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int2um(ctx context.Context, db DB, p0 int16) (int16, error) + func Int2up(ctx context.Context, db DB, p0 int16) (int16, error) + func Int2vectorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Int2vector, error) + func Int2vectorsend(ctx context.Context, db DB, p0 pgtypes.Int2vector) ([]byte, error) + func Int2xor(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func Int42div(ctx context.Context, db DB, p0 int, p1 int16) (int, error) + func Int42eq(ctx context.Context, db DB, p0 int, p1 int16) (bool, error) + func Int42ge(ctx context.Context, db DB, p0 int, p1 int16) (bool, error) + func Int42gt(ctx context.Context, db DB, p0 int, p1 int16) (bool, error) + func Int42le(ctx context.Context, db DB, p0 int, p1 int16) (bool, error) + func Int42lt(ctx context.Context, db DB, p0 int, p1 int16) (bool, error) + func Int42mi(ctx context.Context, db DB, p0 int, p1 int16) (int, error) + func Int42mul(ctx context.Context, db DB, p0 int, p1 int16) (int, error) + func Int42ne(ctx context.Context, db DB, p0 int, p1 int16) (bool, error) + func Int42pl(ctx context.Context, db DB, p0 int, p1 int16) (int, error) + func Int48div(ctx context.Context, db DB, p0 int, p1 int64) (int64, error) + func Int48eq(ctx context.Context, db DB, p0 int, p1 int64) (bool, error) + func Int48ge(ctx context.Context, db DB, p0 int, p1 int64) (bool, error) + func Int48gt(ctx context.Context, db DB, p0 int, p1 int64) (bool, error) + func Int48le(ctx context.Context, db DB, p0 int, p1 int64) (bool, error) + func Int48lt(ctx context.Context, db DB, p0 int, p1 int64) (bool, error) + func Int48mi(ctx context.Context, db DB, p0 int, p1 int64) (int64, error) + func Int48mul(ctx context.Context, db DB, p0 int, p1 int64) (int64, error) + func Int48ne(ctx context.Context, db DB, p0 int, p1 int64) (bool, error) + func Int48pl(ctx context.Context, db DB, p0 int, p1 int64) (int64, error) + func Int4Accum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error) + func Int4AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error) + func Int4AvgAccum(ctx context.Context, db DB, p0 []int64, p1 int) ([]int64, error) + func Int4AvgAccumInv(ctx context.Context, db DB, p0 []int64, p1 int) ([]int64, error) + func Int4AvgCombine(ctx context.Context, db DB, p0, p1 []int64) ([]int64, error) + func Int4ByBigint(ctx context.Context, db DB, p0 int64) (int, error) + func Int4ByBit(ctx context.Context, db DB, p0 uint8) (int, error) + func Int4ByBoolean(ctx context.Context, db DB, p0 bool) (int, error) + func Int4ByChar(ctx context.Context, db DB, p0 pgtypes.Char) (int, error) + func Int4ByDoublePrecision(ctx context.Context, db DB, p0 float64) (int, error) + func Int4ByJsonb(ctx context.Context, db DB, p0 []byte) (int, error) + func Int4ByNumeric(ctx context.Context, db DB, p0 float64) (int, error) + func Int4ByReal(ctx context.Context, db DB, p0 float32) (int, error) + func Int4BySmallint(ctx context.Context, db DB, p0 int16) (int, error) + func Int4MulCash(ctx context.Context, db DB, p0 int, p1 string) (string, error) + func Int4Sum(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int4abs(ctx context.Context, db DB, p0 int) (int, error) + func Int4and(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4div(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4eq(ctx context.Context, db DB, p0, p1 int) (bool, error) + func Int4ge(ctx context.Context, db DB, p0, p1 int) (bool, error) + func Int4gt(ctx context.Context, db DB, p0, p1 int) (bool, error) + func Int4inc(ctx context.Context, db DB, p0 int) (int, error) + func Int4larger(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4le(ctx context.Context, db DB, p0, p1 int) (bool, error) + func Int4lt(ctx context.Context, db DB, p0, p1 int) (bool, error) + func Int4mi(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4mod(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4mul(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4multirange(ctx context.Context, db DB) (pgtypes.Int4multirange, error) + func Int4multirangeByInt4range(ctx context.Context, db DB, p0 pgtypes.Int4range) (pgtypes.Int4multirange, error) + func Int4ne(ctx context.Context, db DB, p0, p1 int) (bool, error) + func Int4not(ctx context.Context, db DB, p0 int) (int, error) + func Int4or(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4pl(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4rangeByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (pgtypes.Int4range, error) + func Int4rangeByIntegerIntegerAndText(ctx context.Context, db DB, p0, p1 int, p2 string) (pgtypes.Int4range, error) + func Int4rangeCanonical(ctx context.Context, db DB, p0 pgtypes.Int4range) (pgtypes.Int4range, error) + func Int4rangeSubdiff(ctx context.Context, db DB, p0, p1 int) (float64, error) + func Int4recv(ctx context.Context, db DB, p0 pgtypes.Internal) (int, error) + func Int4send(ctx context.Context, db DB, p0 int) ([]byte, error) + func Int4shl(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4shr(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4smaller(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int4um(ctx context.Context, db DB, p0 int) (int, error) + func Int4up(ctx context.Context, db DB, p0 int) (int, error) + func Int4xor(ctx context.Context, db DB, p0, p1 int) (int, error) + func Int82div(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error) + func Int82eq(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error) + func Int82ge(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error) + func Int82gt(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error) + func Int82le(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error) + func Int82lt(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error) + func Int82mi(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error) + func Int82mul(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error) + func Int82ne(ctx context.Context, db DB, p0 int64, p1 int16) (bool, error) + func Int82pl(ctx context.Context, db DB, p0 int64, p1 int16) (int64, error) + func Int84div(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int84eq(ctx context.Context, db DB, p0 int64, p1 int) (bool, error) + func Int84ge(ctx context.Context, db DB, p0 int64, p1 int) (bool, error) + func Int84gt(ctx context.Context, db DB, p0 int64, p1 int) (bool, error) + func Int84le(ctx context.Context, db DB, p0 int64, p1 int) (bool, error) + func Int84lt(ctx context.Context, db DB, p0 int64, p1 int) (bool, error) + func Int84mi(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int84mul(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int84ne(ctx context.Context, db DB, p0 int64, p1 int) (bool, error) + func Int84pl(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int8Accum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error) + func Int8AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error) + func Int8Avg(ctx context.Context, db DB, p0 []int64) (float64, error) + func Int8AvgAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error) + func Int8AvgAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error) + func Int8AvgCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func Int8AvgDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error) + func Int8AvgSerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func Int8ByBit(ctx context.Context, db DB, p0 uint8) (int64, error) + func Int8ByDoublePrecision(ctx context.Context, db DB, p0 float64) (int64, error) + func Int8ByInteger(ctx context.Context, db DB, p0 int) (int64, error) + func Int8ByJsonb(ctx context.Context, db DB, p0 []byte) (int64, error) + func Int8ByNumeric(ctx context.Context, db DB, p0 float64) (int64, error) + func Int8ByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func Int8ByReal(ctx context.Context, db DB, p0 float32) (int64, error) + func Int8BySmallint(ctx context.Context, db DB, p0 int16) (int64, error) + func Int8MulCash(ctx context.Context, db DB, p0 int64, p1 string) (string, error) + func Int8Sum(ctx context.Context, db DB, p0 float64, p1 int64) (float64, error) + func Int8abs(ctx context.Context, db DB, p0 int64) (int64, error) + func Int8and(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8dec(ctx context.Context, db DB, p0 int64) (int64, error) + func Int8decAny(ctx context.Context, db DB, p0 int64, p1 pgtypes.Any) (int64, error) + func Int8div(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8eq(ctx context.Context, db DB, p0, p1 int64) (bool, error) + func Int8ge(ctx context.Context, db DB, p0, p1 int64) (bool, error) + func Int8gt(ctx context.Context, db DB, p0, p1 int64) (bool, error) + func Int8inc(ctx context.Context, db DB, p0 int64) (int64, error) + func Int8incAny(ctx context.Context, db DB, p0 int64, p1 pgtypes.Any) (int64, error) + func Int8incFloat8Float8(ctx context.Context, db DB, p0 int64, p1, p2 float64) (int64, error) + func Int8larger(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8le(ctx context.Context, db DB, p0, p1 int64) (bool, error) + func Int8lt(ctx context.Context, db DB, p0, p1 int64) (bool, error) + func Int8mi(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8mod(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8mul(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8multirange(ctx context.Context, db DB) (pgtypes.Int8multirange, error) + func Int8multirangeByInt8range(ctx context.Context, db DB, p0 pgtypes.Int8range) (pgtypes.Int8multirange, error) + func Int8ne(ctx context.Context, db DB, p0, p1 int64) (bool, error) + func Int8not(ctx context.Context, db DB, p0 int64) (int64, error) + func Int8or(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8pl(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8plInet(ctx context.Context, db DB, p0 int64, p1 string) (string, error) + func Int8rangeByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (pgtypes.Int8range, error) + func Int8rangeByBigintBigintAndText(ctx context.Context, db DB, p0, p1 int64, p2 string) (pgtypes.Int8range, error) + func Int8rangeCanonical(ctx context.Context, db DB, p0 pgtypes.Int8range) (pgtypes.Int8range, error) + func Int8rangeSubdiff(ctx context.Context, db DB, p0, p1 int64) (float64, error) + func Int8recv(ctx context.Context, db DB, p0 pgtypes.Internal) (int64, error) + func Int8send(ctx context.Context, db DB, p0 int64) ([]byte, error) + func Int8shl(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int8shr(ctx context.Context, db DB, p0 int64, p1 int) (int64, error) + func Int8smaller(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func Int8um(ctx context.Context, db DB, p0 int64) (int64, error) + func Int8up(ctx context.Context, db DB, p0 int64) (int64, error) + func Int8xor(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func IntegerPlDate(ctx context.Context, db DB, p0 int, p1 time.Time) (time.Time, error) + func InterLb(ctx context.Context, db DB, p0 pgtypes.Line, p1 pgtypes.Box) (bool, error) + func InterSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (bool, error) + func InterSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (bool, error) + func IntervalAccum(ctx context.Context, db DB, p0 [][]byte, p1 []byte) ([][]byte, error) + func IntervalAccumInv(ctx context.Context, db DB, p0 [][]byte, p1 []byte) ([][]byte, error) + func IntervalAvg(ctx context.Context, db DB, p0 [][]byte) ([]byte, error) + func IntervalByIntervalAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error) + func IntervalByTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func IntervalCmp(ctx context.Context, db DB, p0, p1 []byte) (int, error) + func IntervalCombine(ctx context.Context, db DB, p0, p1 [][]byte) ([][]byte, error) + func IntervalDiv(ctx context.Context, db DB, p0 []byte, p1 float64) ([]byte, error) + func IntervalEq(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func IntervalGe(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func IntervalGt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func IntervalHash(ctx context.Context, db DB, p0 []byte) (int, error) + func IntervalHashExtended(ctx context.Context, db DB, p0 []byte, p1 int64) (int64, error) + func IntervalLarger(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func IntervalLe(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func IntervalLt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func IntervalMi(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func IntervalMul(ctx context.Context, db DB, p0 []byte, p1 float64) ([]byte, error) + func IntervalNe(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func IntervalPl(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func IntervalPlDate(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func IntervalPlTime(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func IntervalPlTimestamp(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func IntervalPlTimestamptz(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func IntervalPlTimetz(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func IntervalRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) ([]byte, error) + func IntervalSend(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func IntervalSmaller(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func IntervalSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func IntervalUm(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Intervaltypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func IsNormalized(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Isclosed(ctx context.Context, db DB, p0 pgtypes.Path) (bool, error) + func IsemptyByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error) + func IsemptyByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error) + func IsfiniteByDate(ctx context.Context, db DB, p0 time.Time) (bool, error) + func IsfiniteByInterval(ctx context.Context, db DB, p0 []byte) (bool, error) + func IsfiniteByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (bool, error) + func IsfiniteByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (bool, error) + func IshorizontalByLine(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error) + func IshorizontalByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error) + func IshorizontalByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func Iso88591ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Iso8859ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func IsoToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func IsoToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func IsoToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func IsoToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Isopen(ctx context.Context, db DB, p0 pgtypes.Path) (bool, error) + func IsparallelByLineAndLine(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error) + func IsparallelByLsegAndLseg(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func IsperpByLineAndLine(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error) + func IsperpByLsegAndLseg(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func IsverticalByLine(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error) + func IsverticalByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error) + func IsverticalByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func JSONAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func JSONAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Internal, error) + func JSONArrayElement(ctx context.Context, db DB, fromJSON []byte, elementIndex int) ([]byte, error) + func JSONArrayElementText(ctx context.Context, db DB, fromJSON []byte, elementIndex int) (string, error) + func JSONArrayElements(ctx context.Context, db DB, fromJSON []byte) ([]byte, error) + func JSONArrayElementsText(ctx context.Context, db DB, fromJSON []byte) (string, error) + func JSONArrayLength(ctx context.Context, db DB, p0 []byte) (int, error) + func JSONBuildArray(ctx context.Context, db DB) ([]byte, error) + func JSONBuildObject(ctx context.Context, db DB) ([]byte, error) + func JSONEach(ctx context.Context, db DB, fromJSON []byte) (string, []byte, error) + func JSONEachText(ctx context.Context, db DB, fromJSON []byte) (string, string, error) + func JSONObjectAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func JSONObjectAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 pgtypes.Any) (pgtypes.Internal, error) + func JSONObjectByText(ctx context.Context, db DB, p0 StringSlice) ([]byte, error) + func JSONObjectByTextAndText(ctx context.Context, db DB, p0, p1 StringSlice) ([]byte, error) + func JSONObjectField(ctx context.Context, db DB, fromJSON []byte, fieldName string) ([]byte, error) + func JSONObjectFieldText(ctx context.Context, db DB, fromJSON []byte, fieldName string) (string, error) + func JSONObjectKeys(ctx context.Context, db DB, p0 []byte) (string, error) + func JSONPopulateRecord(ctx context.Context, db DB, base pgtypes.Anyelement, fromJSON []byte, ...) (pgtypes.Anyelement, error) + func JSONPopulateRecordset(ctx context.Context, db DB, base pgtypes.Anyelement, fromJSON []byte, ...) (pgtypes.Anyelement, error) + func JSONRecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func JSONSend(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func JSONStripNulls(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func JSONToRecord(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error) + func JSONToRecordset(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error) + func JSONToTsvectorByJSONAndJsonb(ctx context.Context, db DB, p0, p1 []byte) (pgtypes.Tsvector, error) + func JSONToTsvectorByRegconfigJSONAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1, p2 []byte) (pgtypes.Tsvector, error) + func JSONTypeof(ctx context.Context, db DB, p0 []byte) (string, error) + func JohabToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func JsonbAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func JsonbAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Internal, error) + func JsonbArrayElement(ctx context.Context, db DB, fromJSON []byte, elementIndex int) ([]byte, error) + func JsonbArrayElementText(ctx context.Context, db DB, fromJSON []byte, elementIndex int) (string, error) + func JsonbArrayElements(ctx context.Context, db DB, fromJSON []byte) ([]byte, error) + func JsonbArrayElementsText(ctx context.Context, db DB, fromJSON []byte) (string, error) + func JsonbArrayLength(ctx context.Context, db DB, p0 []byte) (int, error) + func JsonbBuildArray(ctx context.Context, db DB) ([]byte, error) + func JsonbBuildObject(ctx context.Context, db DB) ([]byte, error) + func JsonbCmp(ctx context.Context, db DB, p0, p1 []byte) (int, error) + func JsonbConcat(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func JsonbContained(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbContains(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbDeleteByJsonbAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error) + func JsonbDeleteByJsonbAndText(ctx context.Context, db DB, p0 []byte, p1 string) ([]byte, error) + func JsonbDeletePath(ctx context.Context, db DB, p0 []byte, p1 StringSlice) ([]byte, error) + func JsonbEach(ctx context.Context, db DB, fromJSON []byte) (string, []byte, error) + func JsonbEachText(ctx context.Context, db DB, fromJSON []byte) (string, string, error) + func JsonbEq(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbExists(ctx context.Context, db DB, p0 []byte, p1 string) (bool, error) + func JsonbExistsAll(ctx context.Context, db DB, p0 []byte, p1 StringSlice) (bool, error) + func JsonbExistsAny(ctx context.Context, db DB, p0 []byte, p1 StringSlice) (bool, error) + func JsonbGe(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbGt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbHash(ctx context.Context, db DB, p0 []byte) (int, error) + func JsonbHashExtended(ctx context.Context, db DB, p0 []byte, p1 int64) (int64, error) + func JsonbInsert(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, ...) ([]byte, error) + func JsonbLe(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbLt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbNe(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func JsonbObjectAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func JsonbObjectAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 pgtypes.Any) (pgtypes.Internal, error) + func JsonbObjectByText(ctx context.Context, db DB, p0 StringSlice) ([]byte, error) + func JsonbObjectByTextAndText(ctx context.Context, db DB, p0, p1 StringSlice) ([]byte, error) + func JsonbObjectField(ctx context.Context, db DB, fromJSON []byte, fieldName string) ([]byte, error) + func JsonbObjectFieldText(ctx context.Context, db DB, fromJSON []byte, fieldName string) (string, error) + func JsonbObjectKeys(ctx context.Context, db DB, p0 []byte) (string, error) + func JsonbPathExists(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) (bool, error) + func JsonbPathExistsOpr(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Jsonpath) (bool, error) + func JsonbPathExistsTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) (bool, error) + func JsonbPathMatch(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) (bool, error) + func JsonbPathMatchOpr(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Jsonpath) (bool, error) + func JsonbPathMatchTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) (bool, error) + func JsonbPathQuery(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) ([]byte, error) + func JsonbPathQueryArray(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) ([]byte, error) + func JsonbPathQueryArrayTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) ([]byte, error) + func JsonbPathQueryFirst(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) ([]byte, error) + func JsonbPathQueryFirstTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) ([]byte, error) + func JsonbPathQueryTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, ...) ([]byte, error) + func JsonbPopulateRecord(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []byte) (pgtypes.Anyelement, error) + func JsonbPopulateRecordset(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []byte) (pgtypes.Anyelement, error) + func JsonbPretty(ctx context.Context, db DB, p0 []byte) (string, error) + func JsonbRecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func JsonbSend(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func JsonbSet(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, ...) ([]byte, error) + func JsonbSetLax(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, ...) ([]byte, error) + func JsonbStripNulls(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func JsonbSubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func JsonbToRecord(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error) + func JsonbToRecordset(ctx context.Context, db DB, p0 []byte) (pgtypes.Record, error) + func JsonbToTsvectorByJsonbAndJsonb(ctx context.Context, db DB, p0, p1 []byte) (pgtypes.Tsvector, error) + func JsonbToTsvectorByRegconfigJsonbAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1, p2 []byte) (pgtypes.Tsvector, error) + func JsonbTypeof(ctx context.Context, db DB, p0 []byte) (string, error) + func JsonpathRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Jsonpath, error) + func JsonpathSend(ctx context.Context, db DB, p0 pgtypes.Jsonpath) ([]byte, error) + func JustifyDays(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func JustifyHours(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func JustifyInterval(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Koi8rToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Koi8rToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Koi8rToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Koi8rToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Koi8rToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Koi8uToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Lastval(ctx context.Context, db DB) (int64, error) + func Latin1ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Latin2ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Latin2ToWin1250(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Latin3ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Latin4ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func LcmByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func LcmByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error) + func LcmByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Left(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func LengthByBit(ctx context.Context, db DB, p0 uint8) (int, error) + func LengthByBytea(ctx context.Context, db DB, p0 []byte) (int, error) + func LengthByByteaAndName(ctx context.Context, db DB, p0 []byte, p1 string) (int, error) + func LengthByCharacter(ctx context.Context, db DB, p0 string) (int, error) + func LengthByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (float64, error) + func LengthByPath(ctx context.Context, db DB, p0 pgtypes.Path) (float64, error) + func LengthByText(ctx context.Context, db DB, p0 string) (int, error) + func LengthByTsvector(ctx context.Context, db DB, p0 pgtypes.Tsvector) (int, error) + func LikeByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func LikeByNameAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func LikeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func LikeEscapeByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func LikeEscapeByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func Likejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Likesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Line(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Line, error) + func LineDistance(ctx context.Context, db DB, p0, p1 pgtypes.Line) (float64, error) + func LineEq(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error) + func LineHorizontal(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error) + func LineInterpt(ctx context.Context, db DB, p0, p1 pgtypes.Line) (pgtypes.Point, error) + func LineIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error) + func LineParallel(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error) + func LinePerp(ctx context.Context, db DB, p0, p1 pgtypes.Line) (bool, error) + func LineRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Line, error) + func LineSend(ctx context.Context, db DB, p0 pgtypes.Line) ([]byte, error) + func LineVertical(ctx context.Context, db DB, p0 pgtypes.Line) (bool, error) + func LnByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func LnByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func LoClose(ctx context.Context, db DB, p0 int) (int, error) + func LoCreat(ctx context.Context, db DB, p0 int) (pgtypes.Oid, error) + func LoCreate(ctx context.Context, db DB, p0 pgtypes.Oid) (pgtypes.Oid, error) + func LoExport(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (int, error) + func LoFromBytea(ctx context.Context, db DB, p0 pgtypes.Oid, p1 []byte) (pgtypes.Oid, error) + func LoGetByOid(ctx context.Context, db DB, p0 pgtypes.Oid) ([]byte, error) + func LoGetByOidBigintAndInteger(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64, p2 int) ([]byte, error) + func LoImportByText(ctx context.Context, db DB, p0 string) (pgtypes.Oid, error) + func LoImportByTextAndOid(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid) (pgtypes.Oid, error) + func LoLseek(ctx context.Context, db DB, p0, p1, p2 int) (int, error) + func LoLseek64(ctx context.Context, db DB, p0 int, p1 int64, p2 int) (int64, error) + func LoOpen(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (int, error) + func LoPut(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64, p2 []byte) error + func LoTell(ctx context.Context, db DB, p0 int) (int, error) + func LoTell64(ctx context.Context, db DB, p0 int) (int64, error) + func LoTruncate(ctx context.Context, db DB, p0, p1 int) (int, error) + func LoTruncate64(ctx context.Context, db DB, p0 int, p1 int64) (int, error) + func LoUnlink(ctx context.Context, db DB, p0 pgtypes.Oid) (int, error) + func Log10ByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func Log10ByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func LogByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func LogByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func LogByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Logf(s string, v ...interface{}) + func Loread(ctx context.Context, db DB, p0, p1 int) ([]byte, error) + func LowerByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyelement, error) + func LowerByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (pgtypes.Anyelement, error) + func LowerByText(ctx context.Context, db DB, p0 string) (string, error) + func LowerIncByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error) + func LowerIncByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error) + func LowerInfByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error) + func LowerInfByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error) + func Lowrite(ctx context.Context, db DB, p0 int, p1 []byte) (int, error) + func LpadByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func LpadByTextIntegerAndText(ctx context.Context, db DB, p0 string, p1 int, p2 string) (string, error) + func LsegByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Lseg, error) + func LsegByPointAndPoint(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Lseg, error) + func LsegCenter(ctx context.Context, db DB, p0 pgtypes.Lseg) (pgtypes.Point, error) + func LsegDistance(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (float64, error) + func LsegEq(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegGe(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegGt(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegHorizontal(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error) + func LsegInterpt(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (pgtypes.Point, error) + func LsegIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegLe(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegLength(ctx context.Context, db DB, p0 pgtypes.Lseg) (float64, error) + func LsegLt(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegNe(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegParallel(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegPerp(ctx context.Context, db DB, p0, p1 pgtypes.Lseg) (bool, error) + func LsegRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Lseg, error) + func LsegSend(ctx context.Context, db DB, p0 pgtypes.Lseg) ([]byte, error) + func LsegVertical(ctx context.Context, db DB, p0 pgtypes.Lseg) (bool, error) + func LtrimByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func LtrimByText(ctx context.Context, db DB, p0 string) (string, error) + func LtrimByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func Macaddr(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr, error) + func Macaddr8(ctx context.Context, db DB, p0 pgtypes.Macaddr) (pgtypes.Macaddr8, error) + func Macaddr8And(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (pgtypes.Macaddr8, error) + func Macaddr8Cmp(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (int, error) + func Macaddr8Eq(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error) + func Macaddr8Ge(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error) + func Macaddr8Gt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error) + func Macaddr8Le(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error) + func Macaddr8Lt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error) + func Macaddr8Ne(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (bool, error) + func Macaddr8Not(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr8, error) + func Macaddr8Or(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr8) (pgtypes.Macaddr8, error) + func Macaddr8Recv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Macaddr8, error) + func Macaddr8Send(ctx context.Context, db DB, p0 pgtypes.Macaddr8) ([]byte, error) + func Macaddr8Set7bit(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr8, error) + func MacaddrAnd(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (pgtypes.Macaddr, error) + func MacaddrCmp(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (int, error) + func MacaddrEq(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error) + func MacaddrGe(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error) + func MacaddrGt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error) + func MacaddrLe(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error) + func MacaddrLt(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error) + func MacaddrNe(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (bool, error) + func MacaddrNot(ctx context.Context, db DB, p0 pgtypes.Macaddr) (pgtypes.Macaddr, error) + func MacaddrOr(ctx context.Context, db DB, p0, p1 pgtypes.Macaddr) (pgtypes.Macaddr, error) + func MacaddrRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Macaddr, error) + func MacaddrSend(ctx context.Context, db DB, p0 pgtypes.Macaddr) ([]byte, error) + func MacaddrSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func MakeDate(ctx context.Context, db DB, year, month, day int) (time.Time, error) + func MakeInterval(ctx context.Context, db DB, years, months, weeks, days, hours, mins int, ...) ([]byte, error) + func MakeTime(ctx context.Context, db DB, hour, min int, sec float64) (time.Time, error) + func MakeTimestamp(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64) (time.Time, error) + func MakeTimestamptzByYearMonthMdayHourMinAndSec(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64) (time.Time, error) + func MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64, ...) (time.Time, error) + func Makeaclitem(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string, p3 bool) (pgtypes.Aclitem, error) + func Masklen(ctx context.Context, db DB, p0 string) (int, error) + func Matchingjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Matchingsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Md5ByBytea(ctx context.Context, db DB, p0 []byte) (string, error) + func Md5ByText(ctx context.Context, db DB, p0 string) (string, error) + func MicToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToEucCn(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToEucKr(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToLatin1(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToLatin2(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToLatin3(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToLatin4(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToWin1250(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MicToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func MinScale(ctx context.Context, db DB, p0 float64) (int, error) + func ModByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (int64, error) + func ModByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (int, error) + func ModByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func ModBySmallintAndSmallint(ctx context.Context, db DB, p0, p1 int16) (int16, error) + func ModeFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Anyelement, error) + func MoneyByBigint(ctx context.Context, db DB, p0 int64) (string, error) + func MoneyByInteger(ctx context.Context, db DB, p0 int) (string, error) + func MoneyByNumeric(ctx context.Context, db DB, p0 float64) (string, error) + func MulDInterval(ctx context.Context, db DB, p0 float64, p1 []byte) ([]byte, error) + func Multirange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (pgtypes.Anymultirange, error) + func MultirangeAdjacentMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeAdjacentRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeAfterMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeAfterRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeBeforeMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeBeforeRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeCmp(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (int, error) + func MultirangeContainedByMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeContainedByRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeContainsElem(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyelement) (bool, error) + func MultirangeContainsMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeContainsRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeEq(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeGe(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeGistCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func MultirangeGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anymultirange, ...) (bool, error) + func MultirangeGt(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error) + func MultirangeIntersectAggTransfn(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error) + func MultirangeLe(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeLt(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeMinus(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error) + func MultirangeNe(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeOverlapsMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeOverlapsRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeOverleftMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeOverleftRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeOverrightMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error) + func MultirangeOverrightRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error) + func MultirangeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anymultirange, error) + func MultirangeSend(ctx context.Context, db DB, p0 pgtypes.Anymultirange) ([]byte, error) + func MultirangeTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func MultirangeUnion(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error) + func Multirangesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func MxidAge(ctx context.Context, db DB, p0 pgtypes.Xid) (int, error) + func NameByCharacter(ctx context.Context, db DB, p0 string) (string, error) + func NameByCharacterVarying(ctx context.Context, db DB, p0 string) (string, error) + func NameByText(ctx context.Context, db DB, p0 string) (string, error) + func Nameconcatoid(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid) (string, error) + func Nameeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameeqtext(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namege(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namegetext(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namegt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namegttext(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameiclike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameicnlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameicregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameicregexne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namele(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameletext(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namelike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namelt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namelttext(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namene(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namenetext(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namenlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error) + func Nameregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Nameregexne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Namesend(ctx context.Context, db DB, p0 string) ([]byte, error) + func Neqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Neqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Netmask(ctx context.Context, db DB, p0 string) (string, error) + func Network(ctx context.Context, db DB, p0 string) (pgtypes.Cidr, error) + func NetworkCmp(ctx context.Context, db DB, p0, p1 string) (int, error) + func NetworkEq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkGe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkGt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkLarger(ctx context.Context, db DB, p0, p1 string) (string, error) + func NetworkLe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkLt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkNe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkOverlap(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkSmaller(ctx context.Context, db DB, p0, p1 string) (string, error) + func NetworkSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func NetworkSub(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkSubeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkSubsetSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func NetworkSup(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NetworkSupeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Networkjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Networksel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Nextval(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func Nlikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Nlikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Normalize(ctx context.Context, db DB, p0, p1 string) (string, error) + func NotlikeByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func NotlikeByNameAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func NotlikeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Now(ctx context.Context, db DB) (time.Time, error) + func NpointsByPath(ctx context.Context, db DB, p0 pgtypes.Path) (int, error) + func NpointsByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (int, error) + func NumericAbs(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error) + func NumericAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error) + func NumericAdd(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericAvg(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericAvgAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error) + func NumericAvgCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func NumericAvgDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error) + func NumericAvgSerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func NumericByBigint(ctx context.Context, db DB, p0 int64) (float64, error) + func NumericByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericByInteger(ctx context.Context, db DB, p0 int) (float64, error) + func NumericByJsonb(ctx context.Context, db DB, p0 []byte) (float64, error) + func NumericByMoney(ctx context.Context, db DB, p0 string) (float64, error) + func NumericByNumericAndInteger(ctx context.Context, db DB, p0 float64, p1 int) (float64, error) + func NumericByReal(ctx context.Context, db DB, p0 float32) (float64, error) + func NumericBySmallint(ctx context.Context, db DB, p0 int16) (float64, error) + func NumericCmp(ctx context.Context, db DB, p0, p1 float64) (int, error) + func NumericCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func NumericDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error) + func NumericDiv(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericDivTrunc(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericEq(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func NumericExp(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericGe(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func NumericGt(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func NumericInc(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericLarger(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericLe(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func NumericLn(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericLog(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericLt(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func NumericMod(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericMul(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericNe(ctx context.Context, db DB, p0, p1 float64) (bool, error) + func NumericPlPgLsn(ctx context.Context, db DB, p0 float64, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error) + func NumericPolyAvg(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericPolyCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func NumericPolyDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error) + func NumericPolySerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func NumericPolyStddevPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericPolyStddevSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericPolySum(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericPolyVarPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericPolyVarSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericPower(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (float64, error) + func NumericSend(ctx context.Context, db DB, p0 float64) ([]byte, error) + func NumericSerialize(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func NumericSmaller(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func NumericSqrt(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericStddevPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericStddevSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericSub(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func NumericSum(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func NumericUminus(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericUplus(ctx context.Context, db DB, p0 float64) (float64, error) + func NumericVarPop(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func NumericVarSamp(ctx context.Context, db DB, p0 pgtypes.Internal) (float64, error) + func Numerictypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func Nummultirange(ctx context.Context, db DB) (pgtypes.Nummultirange, error) + func NummultirangeByNumrange(ctx context.Context, db DB, p0 pgtypes.Numrange) (pgtypes.Nummultirange, error) + func Numnode(ctx context.Context, db DB, p0 pgtypes.Tsquery) (int, error) + func NumrangeByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (pgtypes.Numrange, error) + func NumrangeByNumericNumericAndText(ctx context.Context, db DB, p0, p1 float64, p2 string) (pgtypes.Numrange, error) + func NumrangeSubdiff(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func ObjDescriptionByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func ObjDescriptionByOidAndName(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (string, error) + func OctetLengthByBit(ctx context.Context, db DB, p0 uint8) (int, error) + func OctetLengthByBytea(ctx context.Context, db DB, p0 []byte) (int, error) + func OctetLengthByCharacter(ctx context.Context, db DB, p0 string) (int, error) + func OctetLengthByText(ctx context.Context, db DB, p0 string) (int, error) + func Oid(ctx context.Context, db DB, p0 int64) (pgtypes.Oid, error) + func Oideq(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error) + func Oidge(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error) + func Oidgt(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error) + func Oidlarger(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (pgtypes.Oid, error) + func Oidle(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error) + func Oidlt(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error) + func Oidne(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (bool, error) + func Oidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Oid, error) + func Oidsend(ctx context.Context, db DB, p0 pgtypes.Oid) ([]byte, error) + func Oidsmaller(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (pgtypes.Oid, error) + func Oidvectoreq(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error) + func Oidvectorge(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error) + func Oidvectorgt(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error) + func Oidvectorle(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error) + func Oidvectorlt(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error) + func Oidvectorne(ctx context.Context, db DB, p0, p1 pgtypes.Oidvector) (bool, error) + func Oidvectorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Oidvector, error) + func Oidvectorsend(ctx context.Context, db DB, p0 pgtypes.Oidvector) ([]byte, error) + func Oidvectortypes(ctx context.Context, db DB, p0 pgtypes.Oidvector) (string, error) + func OnPb(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Box) (bool, error) + func OnPl(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Line) (bool, error) + func OnPpath(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Path) (bool, error) + func OnPs(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Lseg) (bool, error) + func OnSb(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Box) (bool, error) + func OnSl(ctx context.Context, db DB, p0 pgtypes.Lseg, p1 pgtypes.Line) (bool, error) + func OrderedSetTransition(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Any) (pgtypes.Internal, error) + func OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error) + func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error) + func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error) + func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error) + func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error) + func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error) + func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error) + func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error) + func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error) + func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error) + func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error) + func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error) + func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error) + func OverlayByBitBitAndInteger(ctx context.Context, db DB, p0, p1 uint8, p2 int) (uint8, error) + func OverlayByBitBitIntegerAndInteger(ctx context.Context, db DB, p0, p1 uint8, p2, p3 int) (uint8, error) + func OverlayByByteaByteaAndInteger(ctx context.Context, db DB, p0, p1 []byte, p2 int) ([]byte, error) + func OverlayByByteaByteaIntegerAndInteger(ctx context.Context, db DB, p0, p1 []byte, p2, p3 int) ([]byte, error) + func OverlayByTextTextAndInteger(ctx context.Context, db DB, p0, p1 string, p2 int) (string, error) + func OverlayByTextTextIntegerAndInteger(ctx context.Context, db DB, p0, p1 string, p2, p3 int) (string, error) + func Path(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Path, error) + func PathAdd(ctx context.Context, db DB, p0, p1 pgtypes.Path) (pgtypes.Path, error) + func PathAddPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error) + func PathCenter(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Point, error) + func PathContainPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (bool, error) + func PathDistance(ctx context.Context, db DB, p0, p1 pgtypes.Path) (float64, error) + func PathDivPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error) + func PathInter(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error) + func PathLength(ctx context.Context, db DB, p0 pgtypes.Path) (float64, error) + func PathMulPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error) + func PathNEq(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error) + func PathNGe(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error) + func PathNGt(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error) + func PathNLe(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error) + func PathNLt(ctx context.Context, db DB, p0, p1 pgtypes.Path) (bool, error) + func PathNpoints(ctx context.Context, db DB, p0 pgtypes.Path) (int, error) + func PathRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Path, error) + func PathSend(ctx context.Context, db DB, p0 pgtypes.Path) ([]byte, error) + func PathSubPt(ctx context.Context, db DB, p0 pgtypes.Path, p1 pgtypes.Point) (pgtypes.Path, error) + func Pclose(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Path, error) + func PercentileContFloat8Final(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (float64, error) + func PercentileContFloat8MultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64) ([]float64, error) + func PercentileContIntervalFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) ([]byte, error) + func PercentileContIntervalMultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64) ([][]byte, error) + func PercentileDiscFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64, ...) (pgtypes.Anyelement, error) + func PercentileDiscMultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64, ...) (pgtypes.Anyarray, error) + func PgAdvisoryLockByBigint(ctx context.Context, db DB, p0 int64) error + func PgAdvisoryLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error + func PgAdvisoryLockSharedByBigint(ctx context.Context, db DB, p0 int64) error + func PgAdvisoryLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error + func PgAdvisoryUnlockAll(ctx context.Context, db DB) error + func PgAdvisoryUnlockByBigint(ctx context.Context, db DB, p0 int64) (bool, error) + func PgAdvisoryUnlockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error) + func PgAdvisoryUnlockSharedByBigint(ctx context.Context, db DB, p0 int64) (bool, error) + func PgAdvisoryUnlockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error) + func PgAdvisoryXactLockByBigint(ctx context.Context, db DB, p0 int64) error + func PgAdvisoryXactLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error + func PgAdvisoryXactLockSharedByBigint(ctx context.Context, db DB, p0 int64) error + func PgAdvisoryXactLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) error + func PgAvailableExtensions(ctx context.Context, db DB) (string, string, string, error) + func PgBackendPid(ctx context.Context, db DB) (int, error) + func PgBackupStartTime(ctx context.Context, db DB) (time.Time, error) + func PgBlockingPids(ctx context.Context, db DB, p0 int) ([]int, error) + func PgCancelBackend(ctx context.Context, db DB, p0 int) (bool, error) + func PgCharToEncoding(ctx context.Context, db DB, p0 string) (int, error) + func PgClientEncoding(ctx context.Context, db DB) (string, error) + func PgCollationActualVersion(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgCollationFor(ctx context.Context, db DB, p0 pgtypes.Any) (string, error) + func PgCollationIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgColumnCompression(ctx context.Context, db DB, p0 pgtypes.Any) (string, error) + func PgColumnIsUpdatable(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int16, p2 bool) (bool, error) + func PgColumnSize(ctx context.Context, db DB, p0 pgtypes.Any) (int, error) + func PgConfLoadTime(ctx context.Context, db DB) (time.Time, error) + func PgConfig(ctx context.Context, db DB) (string, string, error) + func PgControlCheckpoint(ctx context.Context, db DB) (pgtypes.PgLsn, pgtypes.PgLsn, string, int, int, bool, string, pgtypes.Oid, ...) + func PgControlInit(ctx context.Context, db DB) (int, int, int, int, int, int, int, int, int, bool, int, error) + func PgControlRecovery(ctx context.Context, db DB) (pgtypes.PgLsn, int, pgtypes.PgLsn, pgtypes.PgLsn, bool, error) + func PgControlSystem(ctx context.Context, db DB) (int, int, int64, time.Time, error) + func PgConversionIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName(ctx context.Context, db DB, srcSlotName, dstSlotName string) (string, pgtypes.PgLsn, error) + func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool) (string, pgtypes.PgLsn, error) + func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool, ...) (string, pgtypes.PgLsn, error) + func PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName(ctx context.Context, db DB, srcSlotName, dstSlotName string) (string, pgtypes.PgLsn, error) + func PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool) (string, pgtypes.PgLsn, error) + func PgCreateLogicalReplicationSlot(ctx context.Context, db DB, slotName, plugin string, temporary, twophase bool) (string, pgtypes.PgLsn, error) + func PgCreatePhysicalReplicationSlot(ctx context.Context, db DB, slotName string, ...) (string, pgtypes.PgLsn, error) + func PgCreateRestorePoint(ctx context.Context, db DB, p0 string) (pgtypes.PgLsn, error) + func PgCurrentLogfile(ctx context.Context, db DB) (string, error) + func PgCurrentLogfileByText(ctx context.Context, db DB, p0 string) (string, error) + func PgCurrentSnapshot(ctx context.Context, db DB) (pgtypes.PgSnapshot, error) + func PgCurrentWalFlushLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgCurrentWalInsertLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgCurrentWalLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgCurrentXactID(ctx context.Context, db DB) (pgtypes.Xid8, error) + func PgCurrentXactIDIfAssigned(ctx context.Context, db DB) (pgtypes.Xid8, error) + func PgDatabaseSizeByName(ctx context.Context, db DB, p0 string) (int64, error) + func PgDatabaseSizeByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgDdlCommandRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgDdlCommand, error) + func PgDdlCommandSend(ctx context.Context, db DB, p0 pgtypes.PgDdlCommand) ([]byte, error) + func PgDependenciesRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgDependencies, error) + func PgDependenciesSend(ctx context.Context, db DB, p0 pgtypes.PgDependencies) ([]byte, error) + func PgDescribeObject(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 int) (string, error) + func PgDropReplicationSlot(ctx context.Context, db DB, p0 string) error + func PgEncodingMaxLength(ctx context.Context, db DB, p0 int) (int, error) + func PgEncodingToChar(ctx context.Context, db DB, p0 int) (string, error) + func PgEventTriggerDdlCommands(ctx context.Context, db DB) (pgtypes.Oid, pgtypes.Oid, int, string, string, string, string, bool, ...) + func PgEventTriggerDroppedObjects(ctx context.Context, db DB) (pgtypes.Oid, pgtypes.Oid, int, bool, bool, bool, string, string, string, ...) + func PgEventTriggerTableRewriteOid(ctx context.Context, db DB) (pgtypes.Oid, error) + func PgEventTriggerTableRewriteReason(ctx context.Context, db DB) (int, error) + func PgExportSnapshot(ctx context.Context, db DB) (string, error) + func PgExtensionConfigDump(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) error + func PgExtensionUpdatePaths(ctx context.Context, db DB, name string) (string, string, string, error) + func PgFilenodeRelation(ctx context.Context, db DB, p0, p1 pgtypes.Oid) (pgtypes.Regclass, error) + func PgFunctionIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgGetBackendMemoryContexts(ctx context.Context, db DB) (string, string, string, int, int64, int64, int64, int64, int64, error) + func PgGetCatalogForeignKeys(ctx context.Context, db DB) (pgtypes.Regclass, StringSlice, pgtypes.Regclass, StringSlice, bool, bool, ...) + func PgGetConstraintdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetConstraintdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error) + func PgGetExprByPgNodeTreeAndOid(ctx context.Context, db DB, p0 pgtypes.PgNodeTree, p1 pgtypes.Oid) (string, error) + func PgGetExprByPgNodeTreeOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.PgNodeTree, p1 pgtypes.Oid, p2 bool) (string, error) + func PgGetFunctionArgDefault(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error) + func PgGetFunctionArguments(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetFunctionIdentityArguments(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetFunctionResult(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetFunctionSqlbody(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetFunctiondef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetIndexdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetIndexdefByOidIntegerAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int, p2 bool) (string, error) + func PgGetKeywords(ctx context.Context, db DB) (string, pgtypes.Char, bool, string, string, error) + func PgGetMultixactMembers(ctx context.Context, db DB, multixid pgtypes.Xid) (pgtypes.Xid, string, error) + func PgGetObjectAddress(ctx context.Context, db DB, typ string, objectNames, objectArgs StringSlice) (pgtypes.Oid, pgtypes.Oid, int, error) + func PgGetPartitionConstraintdef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetPartkeydef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetPublicationTables(ctx context.Context, db DB, pubname string) (pgtypes.Oid, error) + func PgGetReplicaIdentityIndex(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Regclass, error) + func PgGetReplicationSlots(ctx context.Context, db DB) (string, string, string, pgtypes.Oid, bool, bool, int, pgtypes.Xid, pgtypes.Xid, ...) + func PgGetRuledefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetRuledefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error) + func PgGetSerialSequence(ctx context.Context, db DB, p0, p1 string) (string, error) + func PgGetShmemAllocations(ctx context.Context, db DB) (string, int64, int64, int64, error) + func PgGetStatisticsobjdef(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetStatisticsobjdefColumns(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetTriggerdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetTriggerdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error) + func PgGetUserbyid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetViewdefByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgGetViewdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error) + func PgGetViewdefByOidAndInteger(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error) + func PgGetViewdefByText(ctx context.Context, db DB, p0 string) (string, error) + func PgGetViewdefByTextAndBoolean(ctx context.Context, db DB, p0 string, p1 bool) (string, error) + func PgGetWalReplayPauseState(ctx context.Context, db DB) (string, error) + func PgHasRoleByNameAndText(ctx context.Context, db DB, p0, p1 string) (bool, error) + func PgHasRoleByNameNameAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error) + func PgHasRoleByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error) + func PgHasRoleByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func PgHasRoleByOidNameAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error) + func PgHasRoleByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error) + func PgHbaFileRules(ctx context.Context, db DB) (int, string, StringSlice, StringSlice, string, string, string, StringSlice, ...) + func PgIdentifyObject(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) (string, string, string, string, error) + func PgIdentifyObjectAsAddress(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) (string, StringSlice, StringSlice, error) + func PgImportSystemCollations(ctx context.Context, db DB, p0 pgtypes.Regnamespace) (int, error) + func PgIndexColumnHasProperty(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int, p2 string) (bool, error) + func PgIndexHasProperty(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) (bool, error) + func PgIndexamHasProperty(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error) + func PgIndexamProgressPhasename(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64) (string, error) + func PgIndexesSize(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func PgIsInBackup(ctx context.Context, db DB) (bool, error) + func PgIsInRecovery(ctx context.Context, db DB) (bool, error) + func PgIsOtherTempSchema(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgIsWalReplayPaused(ctx context.Context, db DB) (bool, error) + func PgIsolationTestSessionIsBlocked(ctx context.Context, db DB, p0 int, p1 []int) (bool, error) + func PgJitAvailable(ctx context.Context, db DB) (bool, error) + func PgLastCommittedXact(ctx context.Context, db DB) (pgtypes.Xid, time.Time, pgtypes.Oid, error) + func PgLastWalReceiveLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgLastWalReplayLsn(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgLastXactReplayTimestamp(ctx context.Context, db DB) (time.Time, error) + func PgListeningChannels(ctx context.Context, db DB) (string, error) + func PgLockStatus(ctx context.Context, db DB) (string, pgtypes.Oid, pgtypes.Oid, int, int16, string, pgtypes.Xid, pgtypes.Oid, ...) + func PgLogBackendMemoryContexts(ctx context.Context, db DB, p0 int) (bool, error) + func PgLogicalEmitMessageByBooleanTextAndBytea(ctx context.Context, db DB, p0 bool, p1 string, p2 []byte) (pgtypes.PgLsn, error) + func PgLogicalEmitMessageByBooleanTextAndText(ctx context.Context, db DB, p0 bool, p1, p2 string) (pgtypes.PgLsn, error) + func PgLogicalSlotGetBinaryChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, ...) (pgtypes.PgLsn, pgtypes.Xid, []byte, error) + func PgLogicalSlotGetChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, ...) (pgtypes.PgLsn, pgtypes.Xid, string, error) + func PgLogicalSlotPeekBinaryChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, ...) (pgtypes.PgLsn, pgtypes.Xid, []byte, error) + func PgLogicalSlotPeekChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, ...) (pgtypes.PgLsn, pgtypes.Xid, string, error) + func PgLsArchiveStatusdir(ctx context.Context, db DB) (string, int64, time.Time, error) + func PgLsDirByText(ctx context.Context, db DB, p0 string) (string, error) + func PgLsDirByTextBooleanAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 bool) (string, error) + func PgLsLogdir(ctx context.Context, db DB) (string, int64, time.Time, error) + func PgLsTmpdir(ctx context.Context, db DB) (string, int64, time.Time, error) + func PgLsTmpdirByTablespace(ctx context.Context, db DB, tablespace pgtypes.Oid) (string, int64, time.Time, error) + func PgLsWaldir(ctx context.Context, db DB) (string, int64, time.Time, error) + func PgLsn(ctx context.Context, db DB, p0 float64) (pgtypes.PgLsn, error) + func PgLsnCmp(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (int, error) + func PgLsnEq(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error) + func PgLsnGe(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error) + func PgLsnGt(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error) + func PgLsnHash(ctx context.Context, db DB, p0 pgtypes.PgLsn) (int, error) + func PgLsnHashExtended(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 int64) (int64, error) + func PgLsnLarger(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error) + func PgLsnLe(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error) + func PgLsnLt(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error) + func PgLsnMi(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (float64, error) + func PgLsnMii(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 float64) (pgtypes.PgLsn, error) + func PgLsnNe(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (bool, error) + func PgLsnPli(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 float64) (pgtypes.PgLsn, error) + func PgLsnRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgLsn, error) + func PgLsnSend(ctx context.Context, db DB, p0 pgtypes.PgLsn) ([]byte, error) + func PgLsnSmaller(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error) + func PgMcvListRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgMcvList, error) + func PgMcvListSend(ctx context.Context, db DB, p0 pgtypes.PgMcvList) ([]byte, error) + func PgMyTempSchema(ctx context.Context, db DB) (pgtypes.Oid, error) + func PgNdistinctRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgNdistinct, error) + func PgNdistinctSend(ctx context.Context, db DB, p0 pgtypes.PgNdistinct) ([]byte, error) + func PgNextoid(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string, ...) (pgtypes.Oid, error) + func PgNodeTreeRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgNodeTree, error) + func PgNodeTreeSend(ctx context.Context, db DB, p0 pgtypes.PgNodeTree) ([]byte, error) + func PgNotificationQueueUsage(ctx context.Context, db DB) (float64, error) + func PgNotify(ctx context.Context, db DB, p0, p1 string) error + func PgOpclassIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgOperatorIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgOpfamilyIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgOptionsToTable(ctx context.Context, db DB, optionsArray StringSlice) (string, string, error) + func PgPartitionAncestors(ctx context.Context, db DB, partitionid pgtypes.Regclass) (pgtypes.Regclass, error) + func PgPartitionRoot(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Regclass, error) + func PgPartitionTree(ctx context.Context, db DB, rootrelid pgtypes.Regclass) (pgtypes.Regclass, pgtypes.Regclass, bool, int, error) + func PgPostmasterStartTime(ctx context.Context, db DB) (time.Time, error) + func PgPreparedStatement(ctx context.Context, db DB) (string, string, time.Time, []pgtypes.Regtype, bool, int64, int64, error) + func PgPreparedXact(ctx context.Context, db DB) (pgtypes.Xid, string, time.Time, pgtypes.Oid, pgtypes.Oid, error) + func PgPromote(ctx context.Context, db DB, wait bool, waitSeconds int) (bool, error) + func PgReadBinaryFileByText(ctx context.Context, db DB, p0 string) ([]byte, error) + func PgReadBinaryFileByTextBigintAndBigint(ctx context.Context, db DB, p0 string, p1, p2 int64) ([]byte, error) + func PgReadBinaryFileByTextBigintBigintAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 int64, p3 bool) ([]byte, error) + func PgReadFileByText(ctx context.Context, db DB, p0 string) (string, error) + func PgReadFileByTextBigintAndBigint(ctx context.Context, db DB, p0 string, p1, p2 int64) (string, error) + func PgReadFileByTextBigintBigintAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 int64, p3 bool) (string, error) + func PgReadFileOld(ctx context.Context, db DB, p0 string, p1, p2 int64) (string, error) + func PgRelationFilenode(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Oid, error) + func PgRelationFilepath(ctx context.Context, db DB, p0 pgtypes.Regclass) (string, error) + func PgRelationIsPublishable(ctx context.Context, db DB, p0 pgtypes.Regclass) (bool, error) + func PgRelationIsUpdatable(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 bool) (int, error) + func PgRelationSizeByRegclass(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func PgRelationSizeByRegclassAndText(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) (int64, error) + func PgReloadConf(ctx context.Context, db DB) (bool, error) + func PgReplicationOriginAdvance(ctx context.Context, db DB, p0 string, p1 pgtypes.PgLsn) error + func PgReplicationOriginCreate(ctx context.Context, db DB, p0 string) (pgtypes.Oid, error) + func PgReplicationOriginDrop(ctx context.Context, db DB, p0 string) error + func PgReplicationOriginOid(ctx context.Context, db DB, p0 string) (pgtypes.Oid, error) + func PgReplicationOriginProgress(ctx context.Context, db DB, p0 string, p1 bool) (pgtypes.PgLsn, error) + func PgReplicationOriginSessionIsSetup(ctx context.Context, db DB) (bool, error) + func PgReplicationOriginSessionProgress(ctx context.Context, db DB, p0 bool) (pgtypes.PgLsn, error) + func PgReplicationOriginSessionReset(ctx context.Context, db DB) error + func PgReplicationOriginSessionSetup(ctx context.Context, db DB, p0 string) error + func PgReplicationOriginXactReset(ctx context.Context, db DB) error + func PgReplicationOriginXactSetup(ctx context.Context, db DB, p0 pgtypes.PgLsn, p1 time.Time) error + func PgReplicationSlotAdvance(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn) (string, pgtypes.PgLsn, error) + func PgRotateLogfile(ctx context.Context, db DB) (bool, error) + func PgRotateLogfileOld(ctx context.Context, db DB) (bool, error) + func PgSafeSnapshotBlockingPids(ctx context.Context, db DB, p0 int) ([]int, error) + func PgSequenceLastValue(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func PgSequenceParameters(ctx context.Context, db DB, sequenceOid pgtypes.Oid) (int64, int64, int64, int64, bool, int64, pgtypes.Oid, error) + func PgShowAllFileSettings(ctx context.Context, db DB) (string, int, int, string, string, bool, string, error) + func PgShowReplicationOriginStatus(ctx context.Context, db DB) (pgtypes.Oid, string, pgtypes.PgLsn, pgtypes.PgLsn, error) + func PgSizeBytes(ctx context.Context, db DB, p0 string) (int64, error) + func PgSizePrettyByBigint(ctx context.Context, db DB, p0 int64) (string, error) + func PgSizePrettyByNumeric(ctx context.Context, db DB, p0 float64) (string, error) + func PgSleep(ctx context.Context, db DB, p0 float64) error + func PgSleepFor(ctx context.Context, db DB, p0 []byte) error + func PgSleepUntil(ctx context.Context, db DB, p0 time.Time) error + func PgSnapshotRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgSnapshot, error) + func PgSnapshotSend(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) ([]byte, error) + func PgSnapshotXip(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) (pgtypes.Xid8, error) + func PgSnapshotXmax(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) (pgtypes.Xid8, error) + func PgSnapshotXmin(ctx context.Context, db DB, p0 pgtypes.PgSnapshot) (pgtypes.Xid8, error) + func PgStartBackup(ctx context.Context, db DB, label string, fast, exclusive bool) (pgtypes.PgLsn, error) + func PgStatClearSnapshot(ctx context.Context, db DB) error + func PgStatFileByFilename(ctx context.Context, db DB, filename string) (int64, time.Time, time.Time, time.Time, time.Time, bool, error) + func PgStatFileByFilenameAndMissingOk(ctx context.Context, db DB, filename string, missingOk bool) (int64, time.Time, time.Time, time.Time, time.Time, bool, error) + func PgStatGetActivity(ctx context.Context, db DB, pid int) (pgtypes.Oid, int, pgtypes.Oid, string, string, string, string, string, ...) + func PgStatGetAnalyzeCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetArchiver(ctx context.Context, db DB) (int64, string, time.Time, int64, string, time.Time, time.Time, error) + func PgStatGetAutoanalyzeCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetAutovacuumCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetBackendActivity(ctx context.Context, db DB, p0 int) (string, error) + func PgStatGetBackendActivityStart(ctx context.Context, db DB, p0 int) (time.Time, error) + func PgStatGetBackendClientAddr(ctx context.Context, db DB, p0 int) (string, error) + func PgStatGetBackendClientPort(ctx context.Context, db DB, p0 int) (int, error) + func PgStatGetBackendDbid(ctx context.Context, db DB, p0 int) (pgtypes.Oid, error) + func PgStatGetBackendIdset(ctx context.Context, db DB) (int, error) + func PgStatGetBackendPid(ctx context.Context, db DB, p0 int) (int, error) + func PgStatGetBackendStart(ctx context.Context, db DB, p0 int) (time.Time, error) + func PgStatGetBackendUserid(ctx context.Context, db DB, p0 int) (pgtypes.Oid, error) + func PgStatGetBackendWaitEvent(ctx context.Context, db DB, p0 int) (string, error) + func PgStatGetBackendWaitEventType(ctx context.Context, db DB, p0 int) (string, error) + func PgStatGetBackendXactStart(ctx context.Context, db DB, p0 int) (time.Time, error) + func PgStatGetBgwriterBufWrittenCheckpoints(ctx context.Context, db DB) (int64, error) + func PgStatGetBgwriterBufWrittenClean(ctx context.Context, db DB) (int64, error) + func PgStatGetBgwriterMaxwrittenClean(ctx context.Context, db DB) (int64, error) + func PgStatGetBgwriterRequestedCheckpoints(ctx context.Context, db DB) (int64, error) + func PgStatGetBgwriterStatResetTime(ctx context.Context, db DB) (time.Time, error) + func PgStatGetBgwriterTimedCheckpoints(ctx context.Context, db DB) (int64, error) + func PgStatGetBlocksFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetBlocksHit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetBufAlloc(ctx context.Context, db DB) (int64, error) + func PgStatGetBufFsyncBackend(ctx context.Context, db DB) (int64, error) + func PgStatGetBufWrittenBackend(ctx context.Context, db DB) (int64, error) + func PgStatGetCheckpointSyncTime(ctx context.Context, db DB) (float64, error) + func PgStatGetCheckpointWriteTime(ctx context.Context, db DB) (float64, error) + func PgStatGetDbActiveTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetDbBlkReadTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetDbBlkWriteTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetDbBlocksFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbBlocksHit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbChecksumFailures(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbChecksumLastFailure(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error) + func PgStatGetDbConflictAll(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbConflictBufferpin(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbConflictLock(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbConflictSnapshot(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbConflictStartupDeadlock(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbConflictTablespace(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbDeadlocks(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbIdleInTransactionTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetDbNumbackends(ctx context.Context, db DB, p0 pgtypes.Oid) (int, error) + func PgStatGetDbSessionTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetDbSessions(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbSessionsAbandoned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbSessionsFatal(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbSessionsKilled(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbStatResetTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error) + func PgStatGetDbTempBytes(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbTempFiles(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbTuplesDeleted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbTuplesFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbTuplesInserted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbTuplesReturned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbTuplesUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbXactCommit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDbXactRollback(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetDeadTuples(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetFunctionCalls(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetFunctionSelfTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetFunctionTotalTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetInsSinceVacuum(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetLastAnalyzeTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error) + func PgStatGetLastAutoanalyzeTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error) + func PgStatGetLastAutovacuumTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error) + func PgStatGetLastVacuumTime(ctx context.Context, db DB, p0 pgtypes.Oid) (time.Time, error) + func PgStatGetLiveTuples(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetModSinceAnalyze(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetNumscans(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetProgressInfo(ctx context.Context, db DB, cmdtype string) (int, pgtypes.Oid, pgtypes.Oid, int64, int64, int64, int64, int64, int64, int64, ...) + func PgStatGetReplicationSlot(ctx context.Context, db DB, slotName string) (string, int64, int64, int64, int64, int64, int64, int64, int64, time.Time, ...) + func PgStatGetSlru(ctx context.Context, db DB) (string, int64, int64, int64, int64, int64, int64, int64, time.Time, error) + func PgStatGetSnapshotTimestamp(ctx context.Context, db DB) (time.Time, error) + func PgStatGetSubscription(ctx context.Context, db DB, subid pgtypes.Oid) (pgtypes.Oid, pgtypes.Oid, int, pgtypes.PgLsn, time.Time, time.Time, ...) + func PgStatGetTuplesDeleted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetTuplesFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetTuplesHotUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetTuplesInserted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetTuplesReturned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetTuplesUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetVacuumCount(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetWal(ctx context.Context, db DB) (int64, int64, float64, int64, int64, int64, float64, float64, time.Time, error) + func PgStatGetWalReceiver(ctx context.Context, db DB) (int, string, pgtypes.PgLsn, int, pgtypes.PgLsn, pgtypes.PgLsn, int, time.Time, ...) + func PgStatGetWalSenders(ctx context.Context, db DB) (int, string, pgtypes.PgLsn, pgtypes.PgLsn, pgtypes.PgLsn, pgtypes.PgLsn, ...) + func PgStatGetXactBlocksFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactBlocksHit(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactFunctionCalls(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactFunctionSelfTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetXactFunctionTotalTime(ctx context.Context, db DB, p0 pgtypes.Oid) (float64, error) + func PgStatGetXactNumscans(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactTuplesDeleted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactTuplesFetched(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactTuplesHotUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactTuplesInserted(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactTuplesReturned(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatGetXactTuplesUpdated(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgStatReset(ctx context.Context, db DB) error + func PgStatResetReplicationSlot(ctx context.Context, db DB, p0 string) error + func PgStatResetShared(ctx context.Context, db DB, p0 string) error + func PgStatResetSingleFunctionCounters(ctx context.Context, db DB, p0 pgtypes.Oid) error + func PgStatResetSingleTableCounters(ctx context.Context, db DB, p0 pgtypes.Oid) error + func PgStatResetSlru(ctx context.Context, db DB, p0 string) error + func PgStatisticsObjIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgStopBackup(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgStopBackupByExclusiveAndWaitForArchive(ctx context.Context, db DB, exclusive, waitForArchive bool) (pgtypes.PgLsn, string, string, error) + func PgSwitchWal(ctx context.Context, db DB) (pgtypes.PgLsn, error) + func PgTableIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgTableSize(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func PgTablespaceDatabases(ctx context.Context, db DB, p0 pgtypes.Oid) (pgtypes.Oid, error) + func PgTablespaceLocation(ctx context.Context, db DB, p0 pgtypes.Oid) (string, error) + func PgTablespaceSizeByName(ctx context.Context, db DB, p0 string) (int64, error) + func PgTablespaceSizeByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (int64, error) + func PgTerminateBackend(ctx context.Context, db DB, pid int, timeout int64) (bool, error) + func PgTimezoneAbbrevs(ctx context.Context, db DB) (string, []byte, bool, error) + func PgTimezoneNames(ctx context.Context, db DB) (string, string, []byte, bool, error) + func PgTotalRelationSize(ctx context.Context, db DB, p0 pgtypes.Regclass) (int64, error) + func PgTriggerDepth(ctx context.Context, db DB) (int, error) + func PgTryAdvisoryLockByBigint(ctx context.Context, db DB, p0 int64) (bool, error) + func PgTryAdvisoryLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error) + func PgTryAdvisoryLockSharedByBigint(ctx context.Context, db DB, p0 int64) (bool, error) + func PgTryAdvisoryLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error) + func PgTryAdvisoryXactLockByBigint(ctx context.Context, db DB, p0 int64) (bool, error) + func PgTryAdvisoryXactLockByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error) + func PgTryAdvisoryXactLockSharedByBigint(ctx context.Context, db DB, p0 int64) (bool, error) + func PgTryAdvisoryXactLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error) + func PgTsConfigIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgTsDictIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgTsParserIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgTsTemplateIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgTypeIsVisible(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func PgTypeof(ctx context.Context, db DB, p0 pgtypes.Any) (pgtypes.Regtype, error) + func PgVisibleInSnapshot(ctx context.Context, db DB, p0 pgtypes.Xid8, p1 pgtypes.PgSnapshot) (bool, error) + func PgWalLsnDiff(ctx context.Context, db DB, p0, p1 pgtypes.PgLsn) (float64, error) + func PgWalReplayPause(ctx context.Context, db DB) error + func PgWalReplayResume(ctx context.Context, db DB) error + func PgWalfileName(ctx context.Context, db DB, p0 pgtypes.PgLsn) (string, error) + func PgWalfileNameOffset(ctx context.Context, db DB, lsn pgtypes.PgLsn) (string, int, error) + func PgXactCommitTimestamp(ctx context.Context, db DB, p0 pgtypes.Xid) (time.Time, error) + func PgXactCommitTimestampOrigin(ctx context.Context, db DB, xid pgtypes.Xid) (time.Time, pgtypes.Oid, error) + func PgXactStatus(ctx context.Context, db DB, p0 pgtypes.Xid8) (string, error) + func PhrasetoTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error) + func PhrasetoTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error) + func Pi(ctx context.Context, db DB) (float64, error) + func PlaintoTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error) + func PlaintoTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error) + func PlpgsqlCallHandler(ctx context.Context, db DB) (pgtypes.LanguageHandler, error) + func PlpgsqlInlineHandler(ctx context.Context, db DB, p0 pgtypes.Internal) error + func PlpgsqlValidator(ctx context.Context, db DB, p0 pgtypes.Oid) error + func PointAbove(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointAdd(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error) + func PointBelow(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Point, error) + func PointByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Point, error) + func PointByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (pgtypes.Point, error) + func PointByLseg(ctx context.Context, db DB, p0 pgtypes.Lseg) (pgtypes.Point, error) + func PointByPath(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Point, error) + func PointByPolygon(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Point, error) + func PointDistance(ctx context.Context, db DB, p0, p1 pgtypes.Point) (float64, error) + func PointDiv(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error) + func PointEq(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointHoriz(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointLeft(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointMul(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error) + func PointNe(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Point, error) + func PointRight(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PointSend(ctx context.Context, db DB, p0 pgtypes.Point) ([]byte, error) + func PointSub(ctx context.Context, db DB, p0, p1 pgtypes.Point) (pgtypes.Point, error) + func PointVert(ctx context.Context, db DB, p0, p1 pgtypes.Point) (bool, error) + func PolyAbove(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyBelow(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyCenter(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Point, error) + func PolyContain(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyContainPt(ctx context.Context, db DB, p0 pgtypes.Polygon, p1 pgtypes.Point) (bool, error) + func PolyContained(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyDistance(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (float64, error) + func PolyLeft(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyNpoints(ctx context.Context, db DB, p0 pgtypes.Polygon) (int, error) + func PolyOverabove(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyOverbelow(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyOverlap(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyOverright(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolyRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Polygon, error) + func PolyRight(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolySame(ctx context.Context, db DB, p0, p1 pgtypes.Polygon) (bool, error) + func PolySend(ctx context.Context, db DB, p0 pgtypes.Polygon) ([]byte, error) + func PolygonByBox(ctx context.Context, db DB, p0 pgtypes.Box) (pgtypes.Polygon, error) + func PolygonByCircle(ctx context.Context, db DB, p0 pgtypes.Circle) (pgtypes.Polygon, error) + func PolygonByIntegerAndCircle(ctx context.Context, db DB, p0 int, p1 pgtypes.Circle) (pgtypes.Polygon, error) + func PolygonByPath(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Polygon, error) + func Popen(ctx context.Context, db DB, p0 pgtypes.Path) (pgtypes.Path, error) + func PositionByBitAndBit(ctx context.Context, db DB, p0, p1 uint8) (int, error) + func PositionByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) (int, error) + func PositionByTextAndText(ctx context.Context, db DB, p0, p1 string) (int, error) + func Positionjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Positionsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func PostgresqlFdwValidator(ctx context.Context, db DB, p0 StringSlice, p1 pgtypes.Oid) (bool, error) + func PowByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func PowByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func PowerByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func PowerByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (float64, error) + func Prefixjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Prefixsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func PrsdEnd(ctx context.Context, db DB, p0 pgtypes.Internal) error + func PrsdHeadline(ctx context.Context, db DB, p0, p1 pgtypes.Internal, p2 pgtypes.Tsquery) (pgtypes.Internal, error) + func PrsdLextype(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func PrsdNexttoken(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func PrsdStart(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error) + func PtContainedCircle(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Circle) (bool, error) + func PtContainedPoly(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Polygon) (bool, error) + func QueryToXML(ctx context.Context, db DB, query string, nulls, tableforest bool, ...) ([]byte, error) + func QueryToXMLAndXmlschema(ctx context.Context, db DB, query string, nulls, tableforest bool, ...) ([]byte, error) + func QueryToXmlschema(ctx context.Context, db DB, query string, nulls, tableforest bool, ...) ([]byte, error) + func Querytree(ctx context.Context, db DB, p0 pgtypes.Tsquery) (string, error) + func QuoteIdent(ctx context.Context, db DB, p0 string) (string, error) + func QuoteLiteralByAnyelement(ctx context.Context, db DB, p0 pgtypes.Anyelement) (string, error) + func QuoteLiteralByText(ctx context.Context, db DB, p0 string) (string, error) + func QuoteNullableByAnyelement(ctx context.Context, db DB, p0 pgtypes.Anyelement) (string, error) + func QuoteNullableByText(ctx context.Context, db DB, p0 string) (string, error) + func RIFKeyCascadeDel(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyCascadeUpd(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyCheckIns(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyCheckUpd(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyNoactionDel(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyNoactionUpd(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyRestrictDel(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeyRestrictUpd(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeySetdefaultDel(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeySetdefaultUpd(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeySetnullDel(ctx context.Context, db DB) (pgtypes.Trigger, error) + func RIFKeySetnullUpd(ctx context.Context, db DB) (pgtypes.Trigger, error) + func Radians(ctx context.Context, db DB, p0 float64) (float64, error) + func Radius(ctx context.Context, db DB, p0 pgtypes.Circle) (float64, error) + func Random(ctx context.Context, db DB) (float64, error) + func RangeAdjacent(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeAdjacentMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeAfter(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeAfterMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange) (pgtypes.Anymultirange, error) + func RangeAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange) (pgtypes.Internal, error) + func RangeBefore(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeBeforeMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeCmp(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (int, error) + func RangeContainedBy(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeContainedByMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeContains(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeContainsElem(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anyelement) (bool, error) + func RangeContainsMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeEq(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeGe(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange, p2 int16, ...) (bool, error) + func RangeGistPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error) + func RangeGistPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error) + func RangeGistSame(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange, p2 pgtypes.Internal) (pgtypes.Internal, error) + func RangeGistUnion(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Anyrange, error) + func RangeGt(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error) + func RangeIntersectAggTransfn(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error) + func RangeLe(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeLt(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeMergeByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyrange, error) + func RangeMergeByAnyrangeAndAnyrange(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error) + func RangeMinus(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error) + func RangeNe(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeOverlaps(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeOverlapsMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeOverleft(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeOverleftMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeOverright(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (bool, error) + func RangeOverrightMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error) + func RangeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anyrange, error) + func RangeSend(ctx context.Context, db DB, p0 pgtypes.Anyrange) ([]byte, error) + func RangeTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func RangeUnion(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error) + func Rangesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func RawArraySubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func RecordEq(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordGe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordGt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordImageEq(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordImageGe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordImageGt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordImageLe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordImageLt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordImageNe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordLe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordLt(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordNe(ctx context.Context, db DB, p0, p1 pgtypes.Record) (bool, error) + func RecordRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Record, error) + func RecordSend(ctx context.Context, db DB, p0 pgtypes.Record) ([]byte, error) + func Regclass(ctx context.Context, db DB, p0 string) (pgtypes.Regclass, error) + func Regclassrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regclass, error) + func Regclasssend(ctx context.Context, db DB, p0 pgtypes.Regclass) ([]byte, error) + func Regcollationrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regcollation, error) + func Regcollationsend(ctx context.Context, db DB, p0 pgtypes.Regcollation) ([]byte, error) + func Regconfigrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regconfig, error) + func Regconfigsend(ctx context.Context, db DB, p0 pgtypes.Regconfig) ([]byte, error) + func Regdictionaryrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regdictionary, error) + func Regdictionarysend(ctx context.Context, db DB, p0 pgtypes.Regdictionary) ([]byte, error) + func Regexeqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Regexeqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Regexnejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Regexnesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func RegexpReplaceByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error) + func RegexpReplaceByTextTextTextAndText(ctx context.Context, db DB, p0, p1, p2, p3 string) (string, error) + func RegexpSplitToTableByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func RegexpSplitToTableByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error) + func Regnamespacerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regnamespace, error) + func Regnamespacesend(ctx context.Context, db DB, p0 pgtypes.Regnamespace) ([]byte, error) + func Regoperatorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regoperator, error) + func Regoperatorsend(ctx context.Context, db DB, p0 pgtypes.Regoperator) ([]byte, error) + func Regoperrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regoper, error) + func Regopersend(ctx context.Context, db DB, p0 pgtypes.Regoper) ([]byte, error) + func Regprocedurerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regprocedure, error) + func Regproceduresend(ctx context.Context, db DB, p0 pgtypes.Regprocedure) ([]byte, error) + func Regprocrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regproc, error) + func Regprocsend(ctx context.Context, db DB, p0 pgtypes.Regproc) ([]byte, error) + func Regrolerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regrole, error) + func Regrolesend(ctx context.Context, db DB, p0 pgtypes.Regrole) ([]byte, error) + func Regtyperecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regtype, error) + func Regtypesend(ctx context.Context, db DB, p0 pgtypes.Regtype) ([]byte, error) + func Repeat(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func Replace(ctx context.Context, db DB, p0, p1, p2 string) (string, error) + func Reverse(ctx context.Context, db DB, p0 string) (string, error) + func Right(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func RoundByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func RoundByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func RoundByNumericAndInteger(ctx context.Context, db DB, p0 float64, p1 int) (float64, error) + func RowSecurityActiveByOid(ctx context.Context, db DB, p0 pgtypes.Oid) (bool, error) + func RowSecurityActiveByText(ctx context.Context, db DB, p0 string) (bool, error) + func RowToJSONByRecord(ctx context.Context, db DB, p0 pgtypes.Record) ([]byte, error) + func RowToJSONByRecordAndBoolean(ctx context.Context, db DB, p0 pgtypes.Record, p1 bool) ([]byte, error) + func RpadByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func RpadByTextIntegerAndText(ctx context.Context, db DB, p0 string, p1 int, p2 string) (string, error) + func RtrimByByteaAndBytea(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func RtrimByText(ctx context.Context, db DB, p0 string) (string, error) + func RtrimByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func Scalargejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalargesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalargtjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalargtsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalarlejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalarlesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalarltjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scalarltsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Scale(ctx context.Context, db DB, p0 float64) (int, error) + func SchemaToXML(ctx context.Context, db DB, schema string, nulls, tableforest bool, ...) ([]byte, error) + func SchemaToXMLAndXmlschema(ctx context.Context, db DB, schema string, nulls, tableforest bool, ...) ([]byte, error) + func SchemaToXmlschema(ctx context.Context, db DB, schema string, nulls, tableforest bool, ...) ([]byte, error) + func SessionUser(ctx context.Context, db DB) (string, error) + func SetBitByBitIntegerAndInteger(ctx context.Context, db DB, p0 uint8, p1, p2 int) (uint8, error) + func SetBitByByteaBigintAndInteger(ctx context.Context, db DB, p0 []byte, p1 int64, p2 int) ([]byte, error) + func SetByte(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error) + func SetConfig(ctx context.Context, db DB, p0, p1 string, p2 bool) (string, error) + func SetErrorLogger(logger interface{}) + func SetLogger(logger interface{}) + func SetMasklenByCidrAndInteger(ctx context.Context, db DB, p0 pgtypes.Cidr, p1 int) (pgtypes.Cidr, error) + func SetMasklenByInetAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func Setseed(ctx context.Context, db DB, p0 float64) error + func SetvalByRegclassAndBigint(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) (int64, error) + func SetvalByRegclassBigintAndBoolean(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64, p2 bool) (int64, error) + func SetweightByTsvectorAndChar(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Char) (pgtypes.Tsvector, error) + func SetweightByTsvectorCharAndText(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Char, ...) (pgtypes.Tsvector, error) + func Sha224(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Sha256(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Sha384(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Sha512(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func ShiftJis2004ToEucJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func ShiftJis2004ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func ShobjDescription(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (string, error) + func SignByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func SignByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func SimilarEscape(ctx context.Context, db DB, p0, p1 string) (string, error) + func SimilarToEscapeByText(ctx context.Context, db DB, p0 string) (string, error) + func SimilarToEscapeByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func Sin(ctx context.Context, db DB, p0 float64) (float64, error) + func Sind(ctx context.Context, db DB, p0 float64) (float64, error) + func Sinh(ctx context.Context, db DB, p0 float64) (float64, error) + func SjisToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func SjisToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func SjisToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Slope(ctx context.Context, db DB, p0, p1 pgtypes.Point) (float64, error) + func SpgBboxQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgBoxQuadChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgBoxQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgBoxQuadInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgBoxQuadLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error) + func SpgBoxQuadPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgKdChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgKdConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgKdInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgKdPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgPolyQuadCompress(ctx context.Context, db DB, p0 pgtypes.Polygon) (pgtypes.Box, error) + func SpgQuadChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgQuadInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgQuadLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error) + func SpgQuadPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgRangeQuadChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgRangeQuadConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgRangeQuadInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgRangeQuadLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error) + func SpgRangeQuadPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgTextChoose(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgTextConfig(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgTextInnerConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func SpgTextLeafConsistent(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (bool, error) + func SpgTextPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) error + func Spghandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.IndexAmHandler, error) + func SplitPart(ctx context.Context, db DB, p0, p1 string, p2 int) (string, error) + func SqrtByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func SqrtByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func StartsWith(ctx context.Context, db DB, p0, p1 string) (bool, error) + func StatementTimestamp(ctx context.Context, db DB) (time.Time, error) + func StringAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error) + func StringAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 string) (pgtypes.Internal, error) + func StringToTableByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func StringToTableByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error) + func Strip(ctx context.Context, db DB, p0 pgtypes.Tsvector) (pgtypes.Tsvector, error) + func Strpos(ctx context.Context, db DB, p0, p1 string) (int, error) + func SubstrByByteaAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error) + func SubstrByByteaIntegerAndInteger(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error) + func SubstrByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func SubstrByTextIntegerAndInteger(ctx context.Context, db DB, p0 string, p1, p2 int) (string, error) + func SubstringByBitAndInteger(ctx context.Context, db DB, p0 uint8, p1 int) (uint8, error) + func SubstringByBitIntegerAndInteger(ctx context.Context, db DB, p0 uint8, p1, p2 int) (uint8, error) + func SubstringByByteaAndInteger(ctx context.Context, db DB, p0 []byte, p1 int) ([]byte, error) + func SubstringByByteaIntegerAndInteger(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error) + func SubstringByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func SubstringByTextAndText(ctx context.Context, db DB, p0, p1 string) (string, error) + func SubstringByTextIntegerAndInteger(ctx context.Context, db DB, p0 string, p1, p2 int) (string, error) + func SubstringByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error) + func SuppressRedundantUpdatesTrigger(ctx context.Context, db DB) (pgtypes.Trigger, error) + func System(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TsmHandler, error) + func TableToXML(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, ...) ([]byte, error) + func TableToXMLAndXmlschema(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, ...) ([]byte, error) + func TableToXmlschema(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, ...) ([]byte, error) + func Tan(ctx context.Context, db DB, p0 float64) (float64, error) + func Tand(ctx context.Context, db DB, p0 float64) (float64, error) + func Tanh(ctx context.Context, db DB, p0 float64) (float64, error) + func TextByBoolean(ctx context.Context, db DB, p0 bool) (string, error) + func TextByChar(ctx context.Context, db DB, p0 pgtypes.Char) (string, error) + func TextByCharacter(ctx context.Context, db DB, p0 string) (string, error) + func TextByInet(ctx context.Context, db DB, p0 string) (string, error) + func TextByName(ctx context.Context, db DB, p0 string) (string, error) + func TextByXML(ctx context.Context, db DB, p0 []byte) (string, error) + func TextGe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextGt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextLarger(ctx context.Context, db DB, p0, p1 string) (string, error) + func TextLe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextLt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextPatternGe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextPatternGt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextPatternLe(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextPatternLt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextSmaller(ctx context.Context, db DB, p0, p1 string) (string, error) + func Textanycat(ctx context.Context, db DB, p0 string, p1 pgtypes.Anynonarray) (string, error) + func Textcat(ctx context.Context, db DB, p0, p1 string) (string, error) + func Texteq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Texteqname(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textgename(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textgtname(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Texticlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TexticlikeSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Texticnlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Texticregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TexticregexeqSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Texticregexne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textlen(ctx context.Context, db DB, p0 string) (int, error) + func Textlename(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextlikeSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Textltname(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textnename(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textnlike(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (string, error) + func Textregexeq(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TextregexeqSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Textregexne(ctx context.Context, db DB, p0, p1 string) (bool, error) + func Textsend(ctx context.Context, db DB, p0 string) ([]byte, error) + func ThesaurusInit(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func ThesaurusLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error) + func Tideq(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error) + func Tidge(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error) + func Tidgt(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error) + func Tidlarger(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (pgtypes.Tid, error) + func Tidle(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error) + func Tidlt(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error) + func Tidne(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (bool, error) + func Tidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Tid, error) + func Tidsend(ctx context.Context, db DB, p0 pgtypes.Tid) ([]byte, error) + func Tidsmaller(ctx context.Context, db DB, p0, p1 pgtypes.Tid) (pgtypes.Tid, error) + func TimeByInterval(ctx context.Context, db DB, p0 []byte) (time.Time, error) + func TimeByTimeWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimeByTimeWithoutTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error) + func TimeByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimeByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimeCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimeEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimeGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimeGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimeHash(ctx context.Context, db DB, p0 time.Time) (int, error) + func TimeHashExtended(ctx context.Context, db DB, p0 time.Time, p1 int64) (int64, error) + func TimeLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimeLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimeLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimeMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimeMiTime(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error) + func TimeNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimePlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error) + func TimeSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func TimeSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimeSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func TimedatePl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func Timeofday(ctx context.Context, db DB) (string, error) + func TimestampByDate(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimestampByDateAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimestampByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimestampByTimestampWithoutTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error) + func TimestampCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimestampCmpDate(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimestampCmpTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimestampEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampEqDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampEqTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampGeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampGeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampGtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampGtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampHash(ctx context.Context, db DB, p0 time.Time) (int, error) + func TimestampHashExtended(ctx context.Context, db DB, p0 time.Time, p1 int64) (int64, error) + func TimestampLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimestampLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampLeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampLeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampLtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampLtTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampMi(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error) + func TimestampMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimestampNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampNeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampNeTimestamptz(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestampPlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimestampRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error) + func TimestampSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func TimestampSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimestampSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func TimestampSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Timestamptypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func TimestamptzByDate(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimestamptzByDateAndTimeWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimestamptzByDateAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimestamptzByTimestampWithTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error) + func TimestamptzByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimestamptzCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimestamptzCmpDate(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimestamptzCmpTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimestamptzEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzEqDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzEqTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzGeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzGeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzGtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzGtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimestamptzLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzLeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzLeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzLtDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzLtTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzMi(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error) + func TimestamptzMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimestamptzNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzNeDate(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzNeTimestamp(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimestamptzPlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimestamptzRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error) + func TimestamptzSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func TimestamptzSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func Timestamptztypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func Timetypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func TimetzByTimeWithTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error) + func TimetzByTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimetzByTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error) + func TimetzCmp(ctx context.Context, db DB, p0, p1 time.Time) (int, error) + func TimetzEq(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimetzGe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimetzGt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimetzHash(ctx context.Context, db DB, p0 time.Time) (int, error) + func TimetzHashExtended(ctx context.Context, db DB, p0 time.Time, p1 int64) (int64, error) + func TimetzLarger(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimetzLe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimetzLt(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimetzMiInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimetzNe(ctx context.Context, db DB, p0, p1 time.Time) (bool, error) + func TimetzPlInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte) (time.Time, error) + func TimetzRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error) + func TimetzSend(ctx context.Context, db DB, p0 time.Time) ([]byte, error) + func TimetzSmaller(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func TimetzdatePl(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error) + func Timetztypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func TimezoneByIntervalAndTimeWithTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func TimezoneByIntervalAndTimestampWithTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func TimezoneByIntervalAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error) + func TimezoneByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error) + func TimezoneByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error) + func TimezoneByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error) + func ToASCIIByText(ctx context.Context, db DB, p0 string) (string, error) + func ToASCIIByTextAndInteger(ctx context.Context, db DB, p0 string, p1 int) (string, error) + func ToASCIIByTextAndName(ctx context.Context, db DB, p0, p1 string) (string, error) + func ToCharByBigintAndText(ctx context.Context, db DB, p0 int64, p1 string) (string, error) + func ToCharByDoublePrecisionAndText(ctx context.Context, db DB, p0 float64, p1 string) (string, error) + func ToCharByIntegerAndText(ctx context.Context, db DB, p0 int, p1 string) (string, error) + func ToCharByIntervalAndText(ctx context.Context, db DB, p0 []byte, p1 string) (string, error) + func ToCharByNumericAndText(ctx context.Context, db DB, p0 float64, p1 string) (string, error) + func ToCharByRealAndText(ctx context.Context, db DB, p0 float32, p1 string) (string, error) + func ToCharByTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0 time.Time, p1 string) (string, error) + func ToCharByTimestampWithoutTimeZoneAndText(ctx context.Context, db DB, p0 time.Time, p1 string) (string, error) + func ToDate(ctx context.Context, db DB, p0, p1 string) (time.Time, error) + func ToHexByBigint(ctx context.Context, db DB, p0 int64) (string, error) + func ToHexByInteger(ctx context.Context, db DB, p0 int) (string, error) + func ToJSON(ctx context.Context, db DB, p0 pgtypes.Anyelement) ([]byte, error) + func ToJsonb(ctx context.Context, db DB, p0 pgtypes.Anyelement) ([]byte, error) + func ToNumber(ctx context.Context, db DB, p0, p1 string) (float64, error) + func ToRegclass(ctx context.Context, db DB, p0 string) (pgtypes.Regclass, error) + func ToRegcollation(ctx context.Context, db DB, p0 string) (pgtypes.Regcollation, error) + func ToRegnamespace(ctx context.Context, db DB, p0 string) (pgtypes.Regnamespace, error) + func ToRegoper(ctx context.Context, db DB, p0 string) (pgtypes.Regoper, error) + func ToRegoperator(ctx context.Context, db DB, p0 string) (pgtypes.Regoperator, error) + func ToRegproc(ctx context.Context, db DB, p0 string) (pgtypes.Regproc, error) + func ToRegprocedure(ctx context.Context, db DB, p0 string) (pgtypes.Regprocedure, error) + func ToRegrole(ctx context.Context, db DB, p0 string) (pgtypes.Regrole, error) + func ToRegtype(ctx context.Context, db DB, p0 string) (pgtypes.Regtype, error) + func ToTimestampByDoublePrecision(ctx context.Context, db DB, p0 float64) (time.Time, error) + func ToTimestampByTextAndText(ctx context.Context, db DB, p0, p1 string) (time.Time, error) + func ToTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error) + func ToTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error) + func ToTsvectorByJSON(ctx context.Context, db DB, p0 []byte) (pgtypes.Tsvector, error) + func ToTsvectorByJsonb(ctx context.Context, db DB, p0 []byte) (pgtypes.Tsvector, error) + func ToTsvectorByRegconfigAndJSON(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte) (pgtypes.Tsvector, error) + func ToTsvectorByRegconfigAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte) (pgtypes.Tsvector, error) + func ToTsvectorByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsvector, error) + func ToTsvectorByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsvector, error) + func TransactionTimestamp(ctx context.Context, db DB) (time.Time, error) + func Translate(ctx context.Context, db DB, p0, p1, p2 string) (string, error) + func TrimArray(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (pgtypes.Anyarray, error) + func TrimScale(ctx context.Context, db DB, p0 float64) (float64, error) + func TruncByDoublePrecision(ctx context.Context, db DB, p0 float64) (float64, error) + func TruncByMacaddr(ctx context.Context, db DB, p0 pgtypes.Macaddr) (pgtypes.Macaddr, error) + func TruncByMacaddr8(ctx context.Context, db DB, p0 pgtypes.Macaddr8) (pgtypes.Macaddr8, error) + func TruncByNumeric(ctx context.Context, db DB, p0 float64) (float64, error) + func TruncByNumericAndInteger(ctx context.Context, db DB, p0 float64, p1 int) (float64, error) + func TsDeleteByTsvectorAndText(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 string) (pgtypes.Tsvector, error) + func TsFilter(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 []pgtypes.Char) (pgtypes.Tsvector, error) + func TsHeadlineByJSONAndTsquery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery) ([]byte, error) + func TsHeadlineByJSONTsqueryAndText(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery, p2 string) ([]byte, error) + func TsHeadlineByJsonbAndTsquery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery) ([]byte, error) + func TsHeadlineByJsonbTsqueryAndText(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery, p2 string) ([]byte, error) + func TsHeadlineByRegconfigJSONAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, ...) ([]byte, error) + func TsHeadlineByRegconfigJSONTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, ...) ([]byte, error) + func TsHeadlineByRegconfigJsonbAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, ...) ([]byte, error) + func TsHeadlineByRegconfigJsonbTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, ...) ([]byte, error) + func TsHeadlineByRegconfigTextAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string, ...) (string, error) + func TsHeadlineByRegconfigTextTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string, ...) (string, error) + func TsHeadlineByTextAndTsquery(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery) (string, error) + func TsHeadlineByTextTsqueryAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery, p2 string) (string, error) + func TsMatchQv(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Tsvector) (bool, error) + func TsMatchTq(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery) (bool, error) + func TsMatchTt(ctx context.Context, db DB, p0, p1 string) (bool, error) + func TsMatchVq(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (bool, error) + func TsParseByParserNameAndTxt(ctx context.Context, db DB, parserName, txt string) (int, string, error) + func TsParseByParserOidAndTxt(ctx context.Context, db DB, parserOid pgtypes.Oid, txt string) (int, string, error) + func TsRankByRealTsvectorAndTsquery(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, ...) (float32, error) + func TsRankByRealTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, ...) (float32, error) + func TsRankByTsvectorAndTsquery(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (float32, error) + func TsRankByTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery, p2 int) (float32, error) + func TsRankCdByRealTsvectorAndTsquery(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, ...) (float32, error) + func TsRankCdByRealTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, ...) (float32, error) + func TsRankCdByTsvectorAndTsquery(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (float32, error) + func TsRankCdByTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery, p2 int) (float32, error) + func TsRewriteByTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 string) (pgtypes.Tsquery, error) + func TsRewriteByTsqueryTsqueryAndTsquery(ctx context.Context, db DB, p0, p1, p2 pgtypes.Tsquery) (pgtypes.Tsquery, error) + func TsStatByQuery(ctx context.Context, db DB, query string) (string, int, int, error) + func TsStatByQueryAndWeights(ctx context.Context, db DB, query, weights string) (string, int, int, error) + func TsTokenTypeByParserName(ctx context.Context, db DB, parserName string) (int, string, string, error) + func TsTokenTypeByParserOid(ctx context.Context, db DB, parserOid pgtypes.Oid) (int, string, string, error) + func TsTypanalyze(ctx context.Context, db DB, p0 pgtypes.Internal) (bool, error) + func Tsmatchjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Tsmatchsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, ...) (float64, error) + func Tsmultirange(ctx context.Context, db DB) (pgtypes.Tsmultirange, error) + func TsmultirangeByTsrange(ctx context.Context, db DB, p0 pgtypes.Tsrange) (pgtypes.Tsmultirange, error) + func TsqMcontained(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqMcontains(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryAnd(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error) + func TsqueryCmp(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (int, error) + func TsqueryEq(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryGe(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryGt(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryLe(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryLt(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryNe(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (bool, error) + func TsqueryNot(ctx context.Context, db DB, p0 pgtypes.Tsquery) (pgtypes.Tsquery, error) + func TsqueryOr(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error) + func TsqueryPhraseByTsqueryAndTsquery(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error) + func TsqueryPhraseByTsqueryTsqueryAndInteger(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery, p2 int) (pgtypes.Tsquery, error) + func Tsqueryrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Tsquery, error) + func Tsquerysend(ctx context.Context, db DB, p0 pgtypes.Tsquery) ([]byte, error) + func TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Tsrange, error) + func TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Tsrange, error) + func TsrangeSubdiff(ctx context.Context, db DB, p0, p1 time.Time) (float64, error) + func Tstzmultirange(ctx context.Context, db DB) (pgtypes.Tstzmultirange, error) + func TstzmultirangeByTstzrange(ctx context.Context, db DB, p0 pgtypes.Tstzrange) (pgtypes.Tstzmultirange, error) + func TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Tstzrange, error) + func TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Tstzrange, error) + func TstzrangeSubdiff(ctx context.Context, db DB, p0, p1 time.Time) (float64, error) + func TsvectorCmp(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (int, error) + func TsvectorConcat(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (pgtypes.Tsvector, error) + func TsvectorEq(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error) + func TsvectorGe(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error) + func TsvectorGt(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error) + func TsvectorLe(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error) + func TsvectorLt(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error) + func TsvectorNe(ctx context.Context, db DB, p0, p1 pgtypes.Tsvector) (bool, error) + func TsvectorUpdateTrigger(ctx context.Context, db DB) (pgtypes.Trigger, error) + func TsvectorUpdateTriggerColumn(ctx context.Context, db DB) (pgtypes.Trigger, error) + func Tsvectorrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Tsvector, error) + func Tsvectorsend(ctx context.Context, db DB, p0 pgtypes.Tsvector) ([]byte, error) + func TxidCurrent(ctx context.Context, db DB) (int64, error) + func TxidCurrentIfAssigned(ctx context.Context, db DB) (int64, error) + func TxidCurrentSnapshot(ctx context.Context, db DB) (pgtypes.TxidSnapshot, error) + func TxidSnapshotRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TxidSnapshot, error) + func TxidSnapshotSend(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) ([]byte, error) + func TxidSnapshotXip(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) (int64, error) + func TxidSnapshotXmax(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) (int64, error) + func TxidSnapshotXmin(ctx context.Context, db DB, p0 pgtypes.TxidSnapshot) (int64, error) + func TxidStatus(ctx context.Context, db DB, p0 int64) (string, error) + func TxidVisibleInSnapshot(ctx context.Context, db DB, p0 int64, p1 pgtypes.TxidSnapshot) (bool, error) + func UTF8ToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToEucCn(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToEucJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToEucKr(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToGb18030(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToGbk(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToIso8859(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToIso88591(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToJohab(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToKoi8u(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToShiftJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToUhc(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UTF8ToWin(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UUIDCmp(ctx context.Context, db DB, p0, p1 uuid.UUID) (int, error) + func UUIDEq(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error) + func UUIDGe(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error) + func UUIDGt(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error) + func UUIDHash(ctx context.Context, db DB, p0 uuid.UUID) (int, error) + func UUIDHashExtended(ctx context.Context, db DB, p0 uuid.UUID, p1 int64) (int64, error) + func UUIDLe(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error) + func UUIDLt(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error) + func UUIDNe(ctx context.Context, db DB, p0, p1 uuid.UUID) (bool, error) + func UUIDRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (uuid.UUID, error) + func UUIDSend(ctx context.Context, db DB, p0 uuid.UUID) ([]byte, error) + func UUIDSortsupport(ctx context.Context, db DB, p0 pgtypes.Internal) error + func UhcToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func UniqueKeyRecheck(ctx context.Context, db DB) (pgtypes.Trigger, error) + func Unistr(ctx context.Context, db DB, p0 string) (string, error) + func Unknownrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Unknown, error) + func Unknownsend(ctx context.Context, db DB, p0 pgtypes.Unknown) ([]byte, error) + func UnnestByAnyarray(ctx context.Context, db DB, p0 pgtypes.Anyarray) (pgtypes.Anyelement, error) + func UnnestByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyrange, error) + func UpperByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyelement, error) + func UpperByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (pgtypes.Anyelement, error) + func UpperByText(ctx context.Context, db DB, p0 string) (string, error) + func UpperIncByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error) + func UpperIncByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error) + func UpperInfByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (bool, error) + func UpperInfByAnyrange(ctx context.Context, db DB, p0 pgtypes.Anyrange) (bool, error) + func Varbit(ctx context.Context, db DB, p0 []byte, p1 int, p2 bool) ([]byte, error) + func VarbitRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) ([]byte, error) + func VarbitSend(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func VarbitSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Varbitcmp(ctx context.Context, db DB, p0, p1 []byte) (int, error) + func Varbiteq(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Varbitge(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Varbitgt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Varbitle(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Varbitlt(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Varbitne(ctx context.Context, db DB, p0, p1 []byte) (bool, error) + func Varbittypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func VarcharByCharacterVaryingIntegerAndBoolean(ctx context.Context, db DB, p0 string, p1 int, p2 bool) (string, error) + func VarcharByName(ctx context.Context, db DB, p0 string) (string, error) + func VarcharSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error) + func Varcharrecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (string, error) + func Varcharsend(ctx context.Context, db DB, p0 string) ([]byte, error) + func Varchartypmodin(ctx context.Context, db DB, p0 []pgtypes.Cstring) (int, error) + func Version(ctx context.Context, db DB) (string, error) + func VoidRecv(ctx context.Context, db DB, p0 pgtypes.Internal) error + func VoidSend(ctx context.Context, db DB, p0 pgtypes.Void) ([]byte, error) + func WebsearchToTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error) + func WebsearchToTsqueryByText(ctx context.Context, db DB, p0 string) (pgtypes.Tsquery, error) + func Width(ctx context.Context, db DB, p0 pgtypes.Box) (float64, error) + func WidthBucketByAnycompatibleAndAnycompatiblearray(ctx context.Context, db DB, p0 pgtypes.Anycompatible, ...) (int, error) + func WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger(ctx context.Context, db DB, p0, p1, p2 float64, p3 int) (int, error) + func WidthBucketByNumericNumericNumericAndInteger(ctx context.Context, db DB, p0, p1, p2 float64, p3 int) (int, error) + func Win1250ToLatin2(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win1250ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win1251ToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win1251ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win1251ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win1251ToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win866ToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win866ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win866ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func Win866ToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func WinToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, ...) (int, error) + func XML(ctx context.Context, db DB, p0 string) ([]byte, error) + func XMLIsWellFormed(ctx context.Context, db DB, p0 string) (bool, error) + func XMLIsWellFormedContent(ctx context.Context, db DB, p0 string) (bool, error) + func XMLIsWellFormedDocument(ctx context.Context, db DB, p0 string) (bool, error) + func XMLRecv(ctx context.Context, db DB, p0 pgtypes.Internal) ([]byte, error) + func XMLSend(ctx context.Context, db DB, p0 []byte) ([]byte, error) + func Xid(ctx context.Context, db DB, p0 pgtypes.Xid8) (pgtypes.Xid, error) + func Xid8cmp(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (int, error) + func Xid8eq(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error) + func Xid8ge(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error) + func Xid8gt(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error) + func Xid8le(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error) + func Xid8lt(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error) + func Xid8ne(ctx context.Context, db DB, p0, p1 pgtypes.Xid8) (bool, error) + func Xid8recv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Xid8, error) + func Xid8send(ctx context.Context, db DB, p0 pgtypes.Xid8) ([]byte, error) + func Xideq(ctx context.Context, db DB, p0, p1 pgtypes.Xid) (bool, error) + func Xideqint4(ctx context.Context, db DB, p0 pgtypes.Xid, p1 int) (bool, error) + func Xidneq(ctx context.Context, db DB, p0, p1 pgtypes.Xid) (bool, error) + func Xidneqint4(ctx context.Context, db DB, p0 pgtypes.Xid, p1 int) (bool, error) + func Xidrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Xid, error) + func Xidsend(ctx context.Context, db DB, p0 pgtypes.Xid) ([]byte, error) + func Xmlcomment(ctx context.Context, db DB, p0 string) ([]byte, error) + func Xmlconcat2(ctx context.Context, db DB, p0, p1 []byte) ([]byte, error) + func Xmlexists(ctx context.Context, db DB, p0 string, p1 []byte) (bool, error) + func Xmlvalidate(ctx context.Context, db DB, p0 []byte, p1 string) (bool, error) + func XpathByTextAndXML(ctx context.Context, db DB, p0 string, p1 []byte) ([][]byte, error) + func XpathByTextXMLAndText(ctx context.Context, db DB, p0 string, p1 []byte, p2 StringSlice) ([][]byte, error) + func XpathExistsByTextAndXML(ctx context.Context, db DB, p0 string, p1 []byte) (bool, error) + func XpathExistsByTextXMLAndText(ctx context.Context, db DB, p0 string, p1 []byte, p2 StringSlice) (bool, error) + type DB interface + ExecContext func(context.Context, string, ...interface{}) (sql.Result, error) + QueryContext func(context.Context, string, ...interface{}) (*sql.Rows, error) + QueryRowContext func(context.Context, string, ...interface{}) *sql.Row + type ErrDecodeFailed struct + Err error + func (err *ErrDecodeFailed) Error() string + func (err *ErrDecodeFailed) Unwrap() error + type ErrInsertFailed struct + Err error + func (err *ErrInsertFailed) Error() string + func (err *ErrInsertFailed) Unwrap() error + type ErrUpdateFailed struct + Err error + func (err *ErrUpdateFailed) Error() string + func (err *ErrUpdateFailed) Unwrap() error + type ErrUpsertFailed struct + Err error + func (err *ErrUpsertFailed) Error() string + func (err *ErrUpsertFailed) Unwrap() error + type Error string + const ErrAlreadyExists + const ErrDoesNotExist + const ErrInvalidStringSlice + const ErrMarkedForDeletion + func (err Error) Error() string + type PgAggregate struct + Aggcombinefn pgtypes.Regproc + Aggdeserialfn pgtypes.Regproc + Aggfinalextra bool + Aggfinalfn pgtypes.Regproc + Aggfinalmodify pgtypes.Char + Aggfnoid pgtypes.Regproc + Agginitval sql.NullString + Aggkind pgtypes.Char + Aggmfinalextra bool + Aggmfinalfn pgtypes.Regproc + Aggmfinalmodify pgtypes.Char + Aggminitval sql.NullString + Aggminvtransfn pgtypes.Regproc + Aggmtransfn pgtypes.Regproc + Aggmtransspace int + Aggmtranstype pgtypes.Oid + Aggnumdirectargs int16 + Aggserialfn pgtypes.Regproc + Aggsortop pgtypes.Oid + Aggtransfn pgtypes.Regproc + Aggtransspace int + Aggtranstype pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAggregateByAggfnoid(ctx context.Context, db DB, aggfnoid pgtypes.Regproc) (*PgAggregate, error) + func (pa *PgAggregate) Delete(ctx context.Context, db DB) error + func (pa *PgAggregate) Deleted() bool + func (pa *PgAggregate) Exists() bool + func (pa *PgAggregate) Insert(ctx context.Context, db DB) error + func (pa *PgAggregate) Save(ctx context.Context, db DB) error + func (pa *PgAggregate) Update(ctx context.Context, db DB) error + func (pa *PgAggregate) Upsert(ctx context.Context, db DB) error + type PgAm struct + Amhandler pgtypes.Regproc + Amname string + Amtype pgtypes.Char + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAmByAmname(ctx context.Context, db DB, amname string) (*PgAm, error) + func PgAmByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAm, error) + func (pa *PgAm) Delete(ctx context.Context, db DB) error + func (pa *PgAm) Deleted() bool + func (pa *PgAm) Exists() bool + func (pa *PgAm) Insert(ctx context.Context, db DB) error + func (pa *PgAm) Save(ctx context.Context, db DB) error + func (pa *PgAm) Update(ctx context.Context, db DB) error + func (pa *PgAm) Upsert(ctx context.Context, db DB) error + type PgAmop struct + Amopfamily pgtypes.Oid + Amoplefttype pgtypes.Oid + Amopmethod pgtypes.Oid + Amopopr pgtypes.Oid + Amoppurpose pgtypes.Char + Amoprighttype pgtypes.Oid + Amopsortfamily pgtypes.Oid + Amopstrategy int16 + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy(ctx context.Context, db DB, ...) (*PgAmop, error) + func PgAmopByAmopoprAmoppurposeAmopfamily(ctx context.Context, db DB, amopopr pgtypes.Oid, amoppurpose pgtypes.Char, ...) (*PgAmop, error) + func PgAmopByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAmop, error) + func (pa *PgAmop) Delete(ctx context.Context, db DB) error + func (pa *PgAmop) Deleted() bool + func (pa *PgAmop) Exists() bool + func (pa *PgAmop) Insert(ctx context.Context, db DB) error + func (pa *PgAmop) Save(ctx context.Context, db DB) error + func (pa *PgAmop) Update(ctx context.Context, db DB) error + func (pa *PgAmop) Upsert(ctx context.Context, db DB) error + type PgAmproc struct + Amproc pgtypes.Regproc + Amprocfamily pgtypes.Oid + Amproclefttype pgtypes.Oid + Amprocnum int16 + Amprocrighttype pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum(ctx context.Context, db DB, ...) (*PgAmproc, error) + func PgAmprocByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAmproc, error) + func (pa *PgAmproc) Delete(ctx context.Context, db DB) error + func (pa *PgAmproc) Deleted() bool + func (pa *PgAmproc) Exists() bool + func (pa *PgAmproc) Insert(ctx context.Context, db DB) error + func (pa *PgAmproc) Save(ctx context.Context, db DB) error + func (pa *PgAmproc) Update(ctx context.Context, db DB) error + func (pa *PgAmproc) Upsert(ctx context.Context, db DB) error + type PgAttrdef struct + Adbin pgtypes.PgNodeTree + Adnum int16 + Adrelid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAttrdefByAdrelidAdnum(ctx context.Context, db DB, adrelid pgtypes.Oid, adnum int16) (*PgAttrdef, error) + func PgAttrdefByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAttrdef, error) + func (pa *PgAttrdef) Delete(ctx context.Context, db DB) error + func (pa *PgAttrdef) Deleted() bool + func (pa *PgAttrdef) Exists() bool + func (pa *PgAttrdef) Insert(ctx context.Context, db DB) error + func (pa *PgAttrdef) Save(ctx context.Context, db DB) error + func (pa *PgAttrdef) Update(ctx context.Context, db DB) error + func (pa *PgAttrdef) Upsert(ctx context.Context, db DB) error + type PgAttribute struct + Attacl []pgtypes.NullAclitem + Attalign pgtypes.Char + Attbyval bool + Attcacheoff int + Attcollation pgtypes.Oid + Attcompression pgtypes.Char + Attfdwoptions []sql.NullString + Attgenerated pgtypes.Char + Atthasdef bool + Atthasmissing bool + Attidentity pgtypes.Char + Attinhcount int + Attisdropped bool + Attislocal bool + Attlen int16 + Attmissingval pgtypes.NullAnyarray + Attname string + Attndims int + Attnotnull bool + Attnum int16 + Attoptions []sql.NullString + Attrelid pgtypes.Oid + Attstattarget int + Attstorage pgtypes.Char + Atttypid pgtypes.Oid + Atttypmod int + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAttributeByAttrelidAttname(ctx context.Context, db DB, attrelid pgtypes.Oid, attname string) (*PgAttribute, error) + func PgAttributeByAttrelidAttnum(ctx context.Context, db DB, attrelid pgtypes.Oid, attnum int16) (*PgAttribute, error) + func (pa *PgAttribute) Delete(ctx context.Context, db DB) error + func (pa *PgAttribute) Deleted() bool + func (pa *PgAttribute) Exists() bool + func (pa *PgAttribute) Insert(ctx context.Context, db DB) error + func (pa *PgAttribute) Save(ctx context.Context, db DB) error + func (pa *PgAttribute) Update(ctx context.Context, db DB) error + func (pa *PgAttribute) Upsert(ctx context.Context, db DB) error + type PgAuthMember struct + AdminOption bool + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Grantor pgtypes.Oid + Member pgtypes.Oid + Roleid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAuthMemberByMemberRoleid(ctx context.Context, db DB, member, roleid pgtypes.Oid) (*PgAuthMember, error) + func PgAuthMemberByRoleidMember(ctx context.Context, db DB, roleid, member pgtypes.Oid) (*PgAuthMember, error) + func (pam *PgAuthMember) Delete(ctx context.Context, db DB) error + func (pam *PgAuthMember) Deleted() bool + func (pam *PgAuthMember) Exists() bool + func (pam *PgAuthMember) Insert(ctx context.Context, db DB) error + func (pam *PgAuthMember) Save(ctx context.Context, db DB) error + func (pam *PgAuthMember) Update(ctx context.Context, db DB) error + func (pam *PgAuthMember) Upsert(ctx context.Context, db DB) error + type PgAuthid struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Rolbypassrls bool + Rolcanlogin bool + Rolconnlimit int + Rolcreatedb bool + Rolcreaterole bool + Rolinherit bool + Rolname string + Rolpassword sql.NullString + Rolreplication bool + Rolsuper bool + Rolvaliduntil sql.NullTime + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgAuthidByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgAuthid, error) + func PgAuthidByRolname(ctx context.Context, db DB, rolname string) (*PgAuthid, error) + func (pa *PgAuthid) Delete(ctx context.Context, db DB) error + func (pa *PgAuthid) Deleted() bool + func (pa *PgAuthid) Exists() bool + func (pa *PgAuthid) Insert(ctx context.Context, db DB) error + func (pa *PgAuthid) Save(ctx context.Context, db DB) error + func (pa *PgAuthid) Update(ctx context.Context, db DB) error + func (pa *PgAuthid) Upsert(ctx context.Context, db DB) error + type PgAvailableExtension struct + Comment sql.NullString + DefaultVersion sql.NullString + InstalledVersion sql.NullString + Name sql.NullString + type PgAvailableExtensionVersion struct + Comment sql.NullString + Installed sql.NullBool + Name sql.NullString + Relocatable sql.NullBool + Requires []sql.NullString + Schema sql.NullString + Superuser sql.NullBool + Trusted sql.NullBool + Version sql.NullString + type PgBackendMemoryContext struct + FreeBytes sql.NullInt64 + FreeChunks sql.NullInt64 + Ident sql.NullString + Level sql.NullInt64 + Name sql.NullString + Parent sql.NullString + TotalBytes sql.NullInt64 + TotalNblocks sql.NullInt64 + UsedBytes sql.NullInt64 + type PgCast struct + Castcontext pgtypes.Char + Castfunc pgtypes.Oid + Castmethod pgtypes.Char + Castsource pgtypes.Oid + Casttarget pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgCastByCastsourceCasttarget(ctx context.Context, db DB, castsource, casttarget pgtypes.Oid) (*PgCast, error) + func PgCastByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgCast, error) + func (pc *PgCast) Delete(ctx context.Context, db DB) error + func (pc *PgCast) Deleted() bool + func (pc *PgCast) Exists() bool + func (pc *PgCast) Insert(ctx context.Context, db DB) error + func (pc *PgCast) Save(ctx context.Context, db DB) error + func (pc *PgCast) Update(ctx context.Context, db DB) error + func (pc *PgCast) Upsert(ctx context.Context, db DB) error + type PgClass struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Relacl []pgtypes.NullAclitem + Relallvisible int + Relam pgtypes.Oid + Relchecks int16 + Relfilenode pgtypes.Oid + Relforcerowsecurity bool + Relfrozenxid pgtypes.Xid + Relhasindex bool + Relhasrules bool + Relhassubclass bool + Relhastriggers bool + Relispartition bool + Relispopulated bool + Relisshared bool + Relkind pgtypes.Char + Relminmxid pgtypes.Xid + Relname string + Relnamespace pgtypes.Oid + Relnatts int16 + Reloftype pgtypes.Oid + Reloptions []sql.NullString + Relowner pgtypes.Oid + Relpages int + Relpartbound pgtypes.NullPgNodeTree + Relpersistence pgtypes.Char + Relreplident pgtypes.Char + Relrewrite pgtypes.Oid + Relrowsecurity bool + Reltablespace pgtypes.Oid + Reltoastrelid pgtypes.Oid + Reltuples float32 + Reltype pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgClassByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgClass, error) + func PgClassByRelnameRelnamespace(ctx context.Context, db DB, relname string, relnamespace pgtypes.Oid) (*PgClass, error) + func PgClassByReltablespaceRelfilenode(ctx context.Context, db DB, reltablespace, relfilenode pgtypes.Oid) ([]*PgClass, error) + func (pc *PgClass) Delete(ctx context.Context, db DB) error + func (pc *PgClass) Deleted() bool + func (pc *PgClass) Exists() bool + func (pc *PgClass) Insert(ctx context.Context, db DB) error + func (pc *PgClass) Save(ctx context.Context, db DB) error + func (pc *PgClass) Update(ctx context.Context, db DB) error + func (pc *PgClass) Upsert(ctx context.Context, db DB) error + type PgCollation struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Collcollate string + Collctype string + Collencoding int + Collisdeterministic bool + Collname string + Collnamespace pgtypes.Oid + Collowner pgtypes.Oid + Collprovider pgtypes.Char + Collversion sql.NullString + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgCollationByCollnameCollencodingCollnamespace(ctx context.Context, db DB, collname string, collencoding int, ...) (*PgCollation, error) + func PgCollationByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgCollation, error) + func (pc *PgCollation) Delete(ctx context.Context, db DB) error + func (pc *PgCollation) Deleted() bool + func (pc *PgCollation) Exists() bool + func (pc *PgCollation) Insert(ctx context.Context, db DB) error + func (pc *PgCollation) Save(ctx context.Context, db DB) error + func (pc *PgCollation) Update(ctx context.Context, db DB) error + func (pc *PgCollation) Upsert(ctx context.Context, db DB) error + type PgConstraint struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Conbin pgtypes.NullPgNodeTree + Condeferrable bool + Condeferred bool + Conexclop []pgtypes.NullOid + Confdeltype pgtypes.Char + Conffeqop []pgtypes.NullOid + Confkey []sql.NullInt64 + Confmatchtype pgtypes.Char + Confrelid pgtypes.Oid + Confupdtype pgtypes.Char + Conindid pgtypes.Oid + Coninhcount int + Conislocal bool + Conkey []sql.NullInt64 + Conname string + Connamespace pgtypes.Oid + Connoinherit bool + Conparentid pgtypes.Oid + Conpfeqop []pgtypes.NullOid + Conppeqop []pgtypes.NullOid + Conrelid pgtypes.Oid + Contype pgtypes.Char + Contypid pgtypes.Oid + Convalidated bool + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgConstraintByConnameConnamespace(ctx context.Context, db DB, conname string, connamespace pgtypes.Oid) ([]*PgConstraint, error) + func PgConstraintByConparentid(ctx context.Context, db DB, conparentid pgtypes.Oid) ([]*PgConstraint, error) + func PgConstraintByConrelidContypidConname(ctx context.Context, db DB, conrelid, contypid pgtypes.Oid, conname string) (*PgConstraint, error) + func PgConstraintByContypid(ctx context.Context, db DB, contypid pgtypes.Oid) ([]*PgConstraint, error) + func PgConstraintByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgConstraint, error) + func (pc *PgConstraint) Delete(ctx context.Context, db DB) error + func (pc *PgConstraint) Deleted() bool + func (pc *PgConstraint) Exists() bool + func (pc *PgConstraint) Insert(ctx context.Context, db DB) error + func (pc *PgConstraint) Save(ctx context.Context, db DB) error + func (pc *PgConstraint) Update(ctx context.Context, db DB) error + func (pc *PgConstraint) Upsert(ctx context.Context, db DB) error + type PgConversion struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Condefault bool + Conforencoding int + Conname string + Connamespace pgtypes.Oid + Conowner pgtypes.Oid + Conproc pgtypes.Regproc + Contoencoding int + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgConversionByConnameConnamespace(ctx context.Context, db DB, conname string, connamespace pgtypes.Oid) (*PgConversion, error) + func PgConversionByConnamespaceConforencodingContoencodingOid(ctx context.Context, db DB, connamespace pgtypes.Oid, ...) (*PgConversion, error) + func PgConversionByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgConversion, error) + func (pc *PgConversion) Delete(ctx context.Context, db DB) error + func (pc *PgConversion) Deleted() bool + func (pc *PgConversion) Exists() bool + func (pc *PgConversion) Insert(ctx context.Context, db DB) error + func (pc *PgConversion) Save(ctx context.Context, db DB) error + func (pc *PgConversion) Update(ctx context.Context, db DB) error + func (pc *PgConversion) Upsert(ctx context.Context, db DB) error + type PgCursor struct + CreationTime sql.NullTime + IsBinary sql.NullBool + IsHoldable sql.NullBool + IsScrollable sql.NullBool + Name sql.NullString + Statement sql.NullString + type PgDatabase struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Datacl []pgtypes.NullAclitem + Datallowconn bool + Datcollate string + Datconnlimit int + Datctype string + Datdba pgtypes.Oid + Datfrozenxid pgtypes.Xid + Datistemplate bool + Datlastsysoid pgtypes.Oid + Datminmxid pgtypes.Xid + Datname string + Dattablespace pgtypes.Oid + Encoding int + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgDatabaseByDatname(ctx context.Context, db DB, datname string) (*PgDatabase, error) + func PgDatabaseByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgDatabase, error) + func (pd *PgDatabase) Delete(ctx context.Context, db DB) error + func (pd *PgDatabase) Deleted() bool + func (pd *PgDatabase) Exists() bool + func (pd *PgDatabase) Insert(ctx context.Context, db DB) error + func (pd *PgDatabase) Save(ctx context.Context, db DB) error + func (pd *PgDatabase) Update(ctx context.Context, db DB) error + func (pd *PgDatabase) Upsert(ctx context.Context, db DB) error + type PgDbRoleSetting struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Setconfig []sql.NullString + Setdatabase pgtypes.Oid + Setrole pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgDbRoleSettingBySetdatabaseSetrole(ctx context.Context, db DB, setdatabase, setrole pgtypes.Oid) (*PgDbRoleSetting, error) + func (pdrs *PgDbRoleSetting) Delete(ctx context.Context, db DB) error + func (pdrs *PgDbRoleSetting) Deleted() bool + func (pdrs *PgDbRoleSetting) Exists() bool + func (pdrs *PgDbRoleSetting) Insert(ctx context.Context, db DB) error + func (pdrs *PgDbRoleSetting) Save(ctx context.Context, db DB) error + func (pdrs *PgDbRoleSetting) Update(ctx context.Context, db DB) error + func (pdrs *PgDbRoleSetting) Upsert(ctx context.Context, db DB) error + type PgDefaultACL struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Defaclacl []pgtypes.Aclitem + Defaclnamespace pgtypes.Oid + Defaclobjtype pgtypes.Char + Defaclrole pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype(ctx context.Context, db DB, defaclrole, defaclnamespace pgtypes.Oid, ...) (*PgDefaultACL, error) + func PgDefaultACLByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgDefaultACL, error) + func (pda *PgDefaultACL) Delete(ctx context.Context, db DB) error + func (pda *PgDefaultACL) Deleted() bool + func (pda *PgDefaultACL) Exists() bool + func (pda *PgDefaultACL) Insert(ctx context.Context, db DB) error + func (pda *PgDefaultACL) Save(ctx context.Context, db DB) error + func (pda *PgDefaultACL) Update(ctx context.Context, db DB) error + func (pda *PgDefaultACL) Upsert(ctx context.Context, db DB) error + type PgDepend struct + Classid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Deptype pgtypes.Char + Objid pgtypes.Oid + Objsubid int + Refclassid pgtypes.Oid + Refobjid pgtypes.Oid + Refobjsubid int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgDependByClassidObjidObjsubid(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) ([]*PgDepend, error) + func PgDependByRefclassidRefobjidRefobjsubid(ctx context.Context, db DB, refclassid, refobjid pgtypes.Oid, refobjsubid int) ([]*PgDepend, error) + type PgDescription struct + Classoid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Description string + Objoid pgtypes.Oid + Objsubid int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgDescriptionByObjoidClassoidObjsubid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int) (*PgDescription, error) + func (pd *PgDescription) Delete(ctx context.Context, db DB) error + func (pd *PgDescription) Deleted() bool + func (pd *PgDescription) Exists() bool + func (pd *PgDescription) Insert(ctx context.Context, db DB) error + func (pd *PgDescription) Save(ctx context.Context, db DB) error + func (pd *PgDescription) Update(ctx context.Context, db DB) error + func (pd *PgDescription) Upsert(ctx context.Context, db DB) error + type PgEnum struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Enumlabel string + Enumsortorder float32 + Enumtypid pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgEnumByEnumtypidEnumlabel(ctx context.Context, db DB, enumtypid pgtypes.Oid, enumlabel string) (*PgEnum, error) + func PgEnumByEnumtypidEnumsortorder(ctx context.Context, db DB, enumtypid pgtypes.Oid, enumsortorder float32) (*PgEnum, error) + func PgEnumByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgEnum, error) + func (pe *PgEnum) Delete(ctx context.Context, db DB) error + func (pe *PgEnum) Deleted() bool + func (pe *PgEnum) Exists() bool + func (pe *PgEnum) Insert(ctx context.Context, db DB) error + func (pe *PgEnum) Save(ctx context.Context, db DB) error + func (pe *PgEnum) Update(ctx context.Context, db DB) error + func (pe *PgEnum) Upsert(ctx context.Context, db DB) error + type PgEventTrigger struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Evtenabled pgtypes.Char + Evtevent string + Evtfoid pgtypes.Oid + Evtname string + Evtowner pgtypes.Oid + Evttags []sql.NullString + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgEventTriggerByEvtname(ctx context.Context, db DB, evtname string) (*PgEventTrigger, error) + func PgEventTriggerByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgEventTrigger, error) + func (pet *PgEventTrigger) Delete(ctx context.Context, db DB) error + func (pet *PgEventTrigger) Deleted() bool + func (pet *PgEventTrigger) Exists() bool + func (pet *PgEventTrigger) Insert(ctx context.Context, db DB) error + func (pet *PgEventTrigger) Save(ctx context.Context, db DB) error + func (pet *PgEventTrigger) Update(ctx context.Context, db DB) error + func (pet *PgEventTrigger) Upsert(ctx context.Context, db DB) error + type PgExtension struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Extcondition []sql.NullString + Extconfig []pgtypes.NullOid + Extname string + Extnamespace pgtypes.Oid + Extowner pgtypes.Oid + Extrelocatable bool + Extversion string + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgExtensionByExtname(ctx context.Context, db DB, extname string) (*PgExtension, error) + func PgExtensionByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgExtension, error) + func (pe *PgExtension) Delete(ctx context.Context, db DB) error + func (pe *PgExtension) Deleted() bool + func (pe *PgExtension) Exists() bool + func (pe *PgExtension) Insert(ctx context.Context, db DB) error + func (pe *PgExtension) Save(ctx context.Context, db DB) error + func (pe *PgExtension) Update(ctx context.Context, db DB) error + func (pe *PgExtension) Upsert(ctx context.Context, db DB) error + type PgFileSetting struct + Applied sql.NullBool + Error sql.NullString + Name sql.NullString + Seqno sql.NullInt64 + Setting sql.NullString + Sourcefile sql.NullString + Sourceline sql.NullInt64 + type PgForeignDataWrapper struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Fdwacl []pgtypes.NullAclitem + Fdwhandler pgtypes.Oid + Fdwname string + Fdwoptions []sql.NullString + Fdwowner pgtypes.Oid + Fdwvalidator pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgForeignDataWrapperByFdwname(ctx context.Context, db DB, fdwname string) (*PgForeignDataWrapper, error) + func PgForeignDataWrapperByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgForeignDataWrapper, error) + func (pfdw *PgForeignDataWrapper) Delete(ctx context.Context, db DB) error + func (pfdw *PgForeignDataWrapper) Deleted() bool + func (pfdw *PgForeignDataWrapper) Exists() bool + func (pfdw *PgForeignDataWrapper) Insert(ctx context.Context, db DB) error + func (pfdw *PgForeignDataWrapper) Save(ctx context.Context, db DB) error + func (pfdw *PgForeignDataWrapper) Update(ctx context.Context, db DB) error + func (pfdw *PgForeignDataWrapper) Upsert(ctx context.Context, db DB) error + type PgForeignServer struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Srvacl []pgtypes.NullAclitem + Srvfdw pgtypes.Oid + Srvname string + Srvoptions []sql.NullString + Srvowner pgtypes.Oid + Srvtype sql.NullString + Srvversion sql.NullString + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgForeignServerByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgForeignServer, error) + func PgForeignServerBySrvname(ctx context.Context, db DB, srvname string) (*PgForeignServer, error) + func (pfs *PgForeignServer) Delete(ctx context.Context, db DB) error + func (pfs *PgForeignServer) Deleted() bool + func (pfs *PgForeignServer) Exists() bool + func (pfs *PgForeignServer) Insert(ctx context.Context, db DB) error + func (pfs *PgForeignServer) Save(ctx context.Context, db DB) error + func (pfs *PgForeignServer) Update(ctx context.Context, db DB) error + func (pfs *PgForeignServer) Upsert(ctx context.Context, db DB) error + type PgForeignTable struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Ftoptions []sql.NullString + Ftrelid pgtypes.Oid + Ftserver pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgForeignTableByFtrelid(ctx context.Context, db DB, ftrelid pgtypes.Oid) (*PgForeignTable, error) + func (pft *PgForeignTable) Delete(ctx context.Context, db DB) error + func (pft *PgForeignTable) Deleted() bool + func (pft *PgForeignTable) Exists() bool + func (pft *PgForeignTable) Insert(ctx context.Context, db DB) error + func (pft *PgForeignTable) Save(ctx context.Context, db DB) error + func (pft *PgForeignTable) Update(ctx context.Context, db DB) error + func (pft *PgForeignTable) Upsert(ctx context.Context, db DB) error + type PgGroup struct + Grolist []pgtypes.NullOid + Groname sql.NullString + Grosysid pgtypes.NullOid + type PgHbaFileRule struct + Address sql.NullString + AuthMethod sql.NullString + Database []sql.NullString + Error sql.NullString + LineNumber sql.NullInt64 + Netmask sql.NullString + Options []sql.NullString + Type sql.NullString + UserName []sql.NullString + type PgIndex struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Indcheckxmin bool + Indclass pgtypes.Oidvector + Indcollation pgtypes.Oidvector + Indexprs pgtypes.NullPgNodeTree + Indexrelid pgtypes.Oid + Indimmediate bool + Indisclustered bool + Indisexclusion bool + Indislive bool + Indisprimary bool + Indisready bool + Indisreplident bool + Indisunique bool + Indisvalid bool + Indkey pgtypes.Int2vector + Indnatts int16 + Indnkeyatts int16 + Indoption pgtypes.Int2vector + Indpred pgtypes.NullPgNodeTree + Indrelid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgIndexByIndexrelid(ctx context.Context, db DB, indexrelid pgtypes.Oid) (*PgIndex, error) + func PgIndexByIndrelid(ctx context.Context, db DB, indrelid pgtypes.Oid) ([]*PgIndex, error) + func (pi *PgIndex) Delete(ctx context.Context, db DB) error + func (pi *PgIndex) Deleted() bool + func (pi *PgIndex) Exists() bool + func (pi *PgIndex) Insert(ctx context.Context, db DB) error + func (pi *PgIndex) Save(ctx context.Context, db DB) error + func (pi *PgIndex) Update(ctx context.Context, db DB) error + func (pi *PgIndex) Upsert(ctx context.Context, db DB) error + type PgInherit struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Inhdetachpending bool + Inhparent pgtypes.Oid + Inhrelid pgtypes.Oid + Inhseqno int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgInheritByInhrelidInhseqno(ctx context.Context, db DB, inhrelid pgtypes.Oid, inhseqno int) (*PgInherit, error) + func PgInheritsByInhparent(ctx context.Context, db DB, inhparent pgtypes.Oid) ([]*PgInherit, error) + func (pi *PgInherit) Delete(ctx context.Context, db DB) error + func (pi *PgInherit) Deleted() bool + func (pi *PgInherit) Exists() bool + func (pi *PgInherit) Insert(ctx context.Context, db DB) error + func (pi *PgInherit) Save(ctx context.Context, db DB) error + func (pi *PgInherit) Update(ctx context.Context, db DB) error + func (pi *PgInherit) Upsert(ctx context.Context, db DB) error + type PgInitPriv struct + Classoid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Initprivs []pgtypes.Aclitem + Objoid pgtypes.Oid + Objsubid int + Privtype pgtypes.Char + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgInitPrivByObjoidClassoidObjsubid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int) (*PgInitPriv, error) + func (pip *PgInitPriv) Delete(ctx context.Context, db DB) error + func (pip *PgInitPriv) Deleted() bool + func (pip *PgInitPriv) Exists() bool + func (pip *PgInitPriv) Insert(ctx context.Context, db DB) error + func (pip *PgInitPriv) Save(ctx context.Context, db DB) error + func (pip *PgInitPriv) Update(ctx context.Context, db DB) error + func (pip *PgInitPriv) Upsert(ctx context.Context, db DB) error + type PgLanguage struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Lanacl []pgtypes.NullAclitem + Laninline pgtypes.Oid + Lanispl bool + Lanname string + Lanowner pgtypes.Oid + Lanplcallfoid pgtypes.Oid + Lanpltrusted bool + Lanvalidator pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgLanguageByLanname(ctx context.Context, db DB, lanname string) (*PgLanguage, error) + func PgLanguageByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgLanguage, error) + func (pl *PgLanguage) Delete(ctx context.Context, db DB) error + func (pl *PgLanguage) Deleted() bool + func (pl *PgLanguage) Exists() bool + func (pl *PgLanguage) Insert(ctx context.Context, db DB) error + func (pl *PgLanguage) Save(ctx context.Context, db DB) error + func (pl *PgLanguage) Update(ctx context.Context, db DB) error + func (pl *PgLanguage) Upsert(ctx context.Context, db DB) error + type PgLargeobject struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Data []byte + Loid pgtypes.Oid + Pageno int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgLargeobjectByLoidPageno(ctx context.Context, db DB, loid pgtypes.Oid, pageno int) (*PgLargeobject, error) + func (pl *PgLargeobject) Delete(ctx context.Context, db DB) error + func (pl *PgLargeobject) Deleted() bool + func (pl *PgLargeobject) Exists() bool + func (pl *PgLargeobject) Insert(ctx context.Context, db DB) error + func (pl *PgLargeobject) Save(ctx context.Context, db DB) error + func (pl *PgLargeobject) Update(ctx context.Context, db DB) error + func (pl *PgLargeobject) Upsert(ctx context.Context, db DB) error + type PgLargeobjectMetadatum struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Lomacl []pgtypes.NullAclitem + Lomowner pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgLargeobjectMetadatumByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgLargeobjectMetadatum, error) + func (plm *PgLargeobjectMetadatum) Delete(ctx context.Context, db DB) error + func (plm *PgLargeobjectMetadatum) Deleted() bool + func (plm *PgLargeobjectMetadatum) Exists() bool + func (plm *PgLargeobjectMetadatum) Insert(ctx context.Context, db DB) error + func (plm *PgLargeobjectMetadatum) Save(ctx context.Context, db DB) error + func (plm *PgLargeobjectMetadatum) Update(ctx context.Context, db DB) error + func (plm *PgLargeobjectMetadatum) Upsert(ctx context.Context, db DB) error + type PgLock struct + Classid pgtypes.NullOid + Database pgtypes.NullOid + Fastpath sql.NullBool + Granted sql.NullBool + Locktype sql.NullString + Mode sql.NullString + Objid pgtypes.NullOid + Objsubid sql.NullInt64 + Page sql.NullInt64 + Pid sql.NullInt64 + Relation pgtypes.NullOid + Transactionid pgtypes.NullXid + Tuple sql.NullInt64 + Virtualtransaction sql.NullString + Virtualxid sql.NullString + Waitstart sql.NullTime + type PgMatview struct + Definition sql.NullString + Hasindexes sql.NullBool + Ispopulated sql.NullBool + Matviewname sql.NullString + Matviewowner sql.NullString + Schemaname sql.NullString + Tablespace sql.NullString + type PgNamespace struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Nspacl []pgtypes.NullAclitem + Nspname string + Nspowner pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgNamespaceByNspname(ctx context.Context, db DB, nspname string) (*PgNamespace, error) + func PgNamespaceByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgNamespace, error) + func (pn *PgNamespace) Delete(ctx context.Context, db DB) error + func (pn *PgNamespace) Deleted() bool + func (pn *PgNamespace) Exists() bool + func (pn *PgNamespace) Insert(ctx context.Context, db DB) error + func (pn *PgNamespace) Save(ctx context.Context, db DB) error + func (pn *PgNamespace) Update(ctx context.Context, db DB) error + func (pn *PgNamespace) Upsert(ctx context.Context, db DB) error + type PgOpclass struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Opcdefault bool + Opcfamily pgtypes.Oid + Opcintype pgtypes.Oid + Opckeytype pgtypes.Oid + Opcmethod pgtypes.Oid + Opcname string + Opcnamespace pgtypes.Oid + Opcowner pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgOpclassByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgOpclass, error) + func PgOpclassByOpcmethodOpcnameOpcnamespace(ctx context.Context, db DB, opcmethod pgtypes.Oid, opcname string, ...) (*PgOpclass, error) + func (po *PgOpclass) Delete(ctx context.Context, db DB) error + func (po *PgOpclass) Deleted() bool + func (po *PgOpclass) Exists() bool + func (po *PgOpclass) Insert(ctx context.Context, db DB) error + func (po *PgOpclass) Save(ctx context.Context, db DB) error + func (po *PgOpclass) Update(ctx context.Context, db DB) error + func (po *PgOpclass) Upsert(ctx context.Context, db DB) error + type PgOperator struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Oprcanhash bool + Oprcanmerge bool + Oprcode pgtypes.Regproc + Oprcom pgtypes.Oid + Oprjoin pgtypes.Regproc + Oprkind pgtypes.Char + Oprleft pgtypes.Oid + Oprname string + Oprnamespace pgtypes.Oid + Oprnegate pgtypes.Oid + Oprowner pgtypes.Oid + Oprrest pgtypes.Regproc + Oprresult pgtypes.Oid + Oprright pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgOperatorByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgOperator, error) + func PgOperatorByOprnameOprleftOprrightOprnamespace(ctx context.Context, db DB, oprname string, ...) (*PgOperator, error) + func (po *PgOperator) Delete(ctx context.Context, db DB) error + func (po *PgOperator) Deleted() bool + func (po *PgOperator) Exists() bool + func (po *PgOperator) Insert(ctx context.Context, db DB) error + func (po *PgOperator) Save(ctx context.Context, db DB) error + func (po *PgOperator) Update(ctx context.Context, db DB) error + func (po *PgOperator) Upsert(ctx context.Context, db DB) error + type PgOpfamily struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Opfmethod pgtypes.Oid + Opfname string + Opfnamespace pgtypes.Oid + Opfowner pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgOpfamilyByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgOpfamily, error) + func PgOpfamilyByOpfmethodOpfnameOpfnamespace(ctx context.Context, db DB, opfmethod pgtypes.Oid, opfname string, ...) (*PgOpfamily, error) + func (po *PgOpfamily) Delete(ctx context.Context, db DB) error + func (po *PgOpfamily) Deleted() bool + func (po *PgOpfamily) Exists() bool + func (po *PgOpfamily) Insert(ctx context.Context, db DB) error + func (po *PgOpfamily) Save(ctx context.Context, db DB) error + func (po *PgOpfamily) Update(ctx context.Context, db DB) error + func (po *PgOpfamily) Upsert(ctx context.Context, db DB) error + type PgPartitionedTable struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Partattrs pgtypes.Int2vector + Partclass pgtypes.Oidvector + Partcollation pgtypes.Oidvector + Partdefid pgtypes.Oid + Partexprs pgtypes.NullPgNodeTree + Partnatts int16 + Partrelid pgtypes.Oid + Partstrat pgtypes.Char + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgPartitionedTableByPartrelid(ctx context.Context, db DB, partrelid pgtypes.Oid) (*PgPartitionedTable, error) + func (ppt *PgPartitionedTable) Delete(ctx context.Context, db DB) error + func (ppt *PgPartitionedTable) Deleted() bool + func (ppt *PgPartitionedTable) Exists() bool + func (ppt *PgPartitionedTable) Insert(ctx context.Context, db DB) error + func (ppt *PgPartitionedTable) Save(ctx context.Context, db DB) error + func (ppt *PgPartitionedTable) Update(ctx context.Context, db DB) error + func (ppt *PgPartitionedTable) Upsert(ctx context.Context, db DB) error + type PgPolicy struct + Cmd sql.NullString + Permissive sql.NullString + Policyname sql.NullString + Qual sql.NullString + Roles []sql.NullString + Schemaname sql.NullString + Tablename sql.NullString + WithCheck sql.NullString + func PgPolicyByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgPolicy, error) + func PgPolicyByPolrelidPolname(ctx context.Context, db DB, polrelid pgtypes.Oid, polname string) (*PgPolicy, error) + func (pp *PgPolicy) Delete(ctx context.Context, db DB) error + func (pp *PgPolicy) Deleted() bool + func (pp *PgPolicy) Exists() bool + func (pp *PgPolicy) Insert(ctx context.Context, db DB) error + func (pp *PgPolicy) Save(ctx context.Context, db DB) error + func (pp *PgPolicy) Update(ctx context.Context, db DB) error + func (pp *PgPolicy) Upsert(ctx context.Context, db DB) error + type PgProc struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Proacl []pgtypes.NullAclitem + Proallargtypes []pgtypes.NullOid + Proargdefaults pgtypes.NullPgNodeTree + Proargmodes []pgtypes.NullChar + Proargnames []sql.NullString + Proargtypes pgtypes.Oidvector + Probin sql.NullString + Proconfig []sql.NullString + Procost float32 + Proisstrict bool + Prokind pgtypes.Char + Prolang pgtypes.Oid + Proleakproof bool + Proname string + Pronamespace pgtypes.Oid + Pronargdefaults int16 + Pronargs int16 + Proowner pgtypes.Oid + Proparallel pgtypes.Char + Proretset bool + Prorettype pgtypes.Oid + Prorows float32 + Prosecdef bool + Prosqlbody pgtypes.NullPgNodeTree + Prosrc string + Prosupport pgtypes.Regproc + Protrftypes []pgtypes.NullOid + Provariadic pgtypes.Oid + Provolatile pgtypes.Char + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgProcByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgProc, error) + func PgProcByPronameProargtypesPronamespace(ctx context.Context, db DB, proname string, proargtypes pgtypes.Oidvector, ...) (*PgProc, error) + func (pp *PgProc) Delete(ctx context.Context, db DB) error + func (pp *PgProc) Deleted() bool + func (pp *PgProc) Exists() bool + func (pp *PgProc) Insert(ctx context.Context, db DB) error + func (pp *PgProc) Save(ctx context.Context, db DB) error + func (pp *PgProc) Update(ctx context.Context, db DB) error + func (pp *PgProc) Upsert(ctx context.Context, db DB) error + type PgPublication struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Puballtables bool + Pubdelete bool + Pubinsert bool + Pubname string + Pubowner pgtypes.Oid + Pubtruncate bool + Pubupdate bool + Pubviaroot bool + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgPublicationByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgPublication, error) + func PgPublicationByPubname(ctx context.Context, db DB, pubname string) (*PgPublication, error) + func (pp *PgPublication) Delete(ctx context.Context, db DB) error + func (pp *PgPublication) Deleted() bool + func (pp *PgPublication) Exists() bool + func (pp *PgPublication) Insert(ctx context.Context, db DB) error + func (pp *PgPublication) Save(ctx context.Context, db DB) error + func (pp *PgPublication) Update(ctx context.Context, db DB) error + func (pp *PgPublication) Upsert(ctx context.Context, db DB) error + type PgPublicationRel struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Prpubid pgtypes.Oid + Prrelid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgPublicationRelByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgPublicationRel, error) + func PgPublicationRelByPrrelidPrpubid(ctx context.Context, db DB, prrelid, prpubid pgtypes.Oid) (*PgPublicationRel, error) + func (ppr *PgPublicationRel) Delete(ctx context.Context, db DB) error + func (ppr *PgPublicationRel) Deleted() bool + func (ppr *PgPublicationRel) Exists() bool + func (ppr *PgPublicationRel) Insert(ctx context.Context, db DB) error + func (ppr *PgPublicationRel) Save(ctx context.Context, db DB) error + func (ppr *PgPublicationRel) Update(ctx context.Context, db DB) error + func (ppr *PgPublicationRel) Upsert(ctx context.Context, db DB) error + type PgPublicationTable struct + Pubname sql.NullString + Schemaname sql.NullString + Tablename sql.NullString + type PgRange struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Rngcanonical pgtypes.Regproc + Rngcollation pgtypes.Oid + Rngmultitypid pgtypes.Oid + Rngsubdiff pgtypes.Regproc + Rngsubopc pgtypes.Oid + Rngsubtype pgtypes.Oid + Rngtypid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgRangeByRngmultitypid(ctx context.Context, db DB, rngmultitypid pgtypes.Oid) (*PgRange, error) + func PgRangeByRngtypid(ctx context.Context, db DB, rngtypid pgtypes.Oid) (*PgRange, error) + func (pr *PgRange) Delete(ctx context.Context, db DB) error + func (pr *PgRange) Deleted() bool + func (pr *PgRange) Exists() bool + func (pr *PgRange) Insert(ctx context.Context, db DB) error + func (pr *PgRange) Save(ctx context.Context, db DB) error + func (pr *PgRange) Update(ctx context.Context, db DB) error + func (pr *PgRange) Upsert(ctx context.Context, db DB) error + type PgReplicationOrigin struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Roident pgtypes.Oid + Roname string + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgReplicationOriginByRoident(ctx context.Context, db DB, roident pgtypes.Oid) (*PgReplicationOrigin, error) + func PgReplicationOriginByRoname(ctx context.Context, db DB, roname string) (*PgReplicationOrigin, error) + func (pro *PgReplicationOrigin) Delete(ctx context.Context, db DB) error + func (pro *PgReplicationOrigin) Deleted() bool + func (pro *PgReplicationOrigin) Exists() bool + func (pro *PgReplicationOrigin) Insert(ctx context.Context, db DB) error + func (pro *PgReplicationOrigin) Save(ctx context.Context, db DB) error + func (pro *PgReplicationOrigin) Update(ctx context.Context, db DB) error + func (pro *PgReplicationOrigin) Upsert(ctx context.Context, db DB) error + type PgReplicationOriginStatus struct + ExternalID sql.NullString + LocalID pgtypes.NullOid + LocalLsn pgtypes.NullPgLsn + RemoteLsn pgtypes.NullPgLsn + type PgReplicationSlot struct + Active sql.NullBool + ActivePid sql.NullInt64 + CatalogXmin pgtypes.NullXid + ConfirmedFlushLsn pgtypes.NullPgLsn + Database sql.NullString + Datoid pgtypes.NullOid + Plugin sql.NullString + RestartLsn pgtypes.NullPgLsn + SafeWalSize sql.NullInt64 + SlotName sql.NullString + SlotType sql.NullString + Temporary sql.NullBool + TwoPhase sql.NullBool + WalStatus sql.NullString + Xmin pgtypes.NullXid + type PgRewrite struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + EvAction pgtypes.PgNodeTree + EvClass pgtypes.Oid + EvEnabled pgtypes.Char + EvQual pgtypes.PgNodeTree + EvType pgtypes.Char + IsInstead bool + Oid pgtypes.Oid + Rulename string + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgRewriteByEvClassRulename(ctx context.Context, db DB, evClass pgtypes.Oid, rulename string) (*PgRewrite, error) + func PgRewriteByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgRewrite, error) + func (pr *PgRewrite) Delete(ctx context.Context, db DB) error + func (pr *PgRewrite) Deleted() bool + func (pr *PgRewrite) Exists() bool + func (pr *PgRewrite) Insert(ctx context.Context, db DB) error + func (pr *PgRewrite) Save(ctx context.Context, db DB) error + func (pr *PgRewrite) Update(ctx context.Context, db DB) error + func (pr *PgRewrite) Upsert(ctx context.Context, db DB) error + type PgRole struct + Oid pgtypes.NullOid + Rolbypassrls sql.NullBool + Rolcanlogin sql.NullBool + Rolconfig []sql.NullString + Rolconnlimit sql.NullInt64 + Rolcreatedb sql.NullBool + Rolcreaterole sql.NullBool + Rolinherit sql.NullBool + Rolname sql.NullString + Rolpassword sql.NullString + Rolreplication sql.NullBool + Rolsuper sql.NullBool + Rolvaliduntil sql.NullTime + type PgRule struct + Definition sql.NullString + Rulename sql.NullString + Schemaname sql.NullString + Tablename sql.NullString + type PgSeclabel struct + Classoid pgtypes.NullOid + Label sql.NullString + Objname sql.NullString + Objnamespace pgtypes.NullOid + Objoid pgtypes.NullOid + Objsubid sql.NullInt64 + Objtype sql.NullString + Provider sql.NullString + func PgSeclabelByObjoidClassoidObjsubidProvider(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int, ...) (*PgSeclabel, error) + func (ps *PgSeclabel) Delete(ctx context.Context, db DB) error + func (ps *PgSeclabel) Deleted() bool + func (ps *PgSeclabel) Exists() bool + func (ps *PgSeclabel) Insert(ctx context.Context, db DB) error + func (ps *PgSeclabel) Save(ctx context.Context, db DB) error + func (ps *PgSeclabel) Update(ctx context.Context, db DB) error + func (ps *PgSeclabel) Upsert(ctx context.Context, db DB) error + type PgSequence struct + CacheSize sql.NullInt64 + Cycle sql.NullBool + DataType pgtypes.NullRegtype + IncrementBy sql.NullInt64 + LastValue sql.NullInt64 + MaxValue sql.NullInt64 + MinValue sql.NullInt64 + Schemaname sql.NullString + Sequencename sql.NullString + Sequenceowner sql.NullString + StartValue sql.NullInt64 + func PgSequenceBySeqrelid(ctx context.Context, db DB, seqrelid pgtypes.Oid) (*PgSequence, error) + func (ps *PgSequence) Delete(ctx context.Context, db DB) error + func (ps *PgSequence) Deleted() bool + func (ps *PgSequence) Exists() bool + func (ps *PgSequence) Insert(ctx context.Context, db DB) error + func (ps *PgSequence) Save(ctx context.Context, db DB) error + func (ps *PgSequence) Update(ctx context.Context, db DB) error + func (ps *PgSequence) Upsert(ctx context.Context, db DB) error + type PgSetting struct + BootVal sql.NullString + Category sql.NullString + Context sql.NullString + Enumvals []sql.NullString + ExtraDesc sql.NullString + MaxVal sql.NullString + MinVal sql.NullString + Name sql.NullString + PendingRestart sql.NullBool + ResetVal sql.NullString + Setting sql.NullString + ShortDesc sql.NullString + Source sql.NullString + Sourcefile sql.NullString + Sourceline sql.NullInt64 + Unit sql.NullString + Vartype sql.NullString + type PgShadow struct + Passwd sql.NullString + Usebypassrls sql.NullBool + Useconfig []sql.NullString + Usecreatedb sql.NullBool + Usename sql.NullString + Userepl sql.NullBool + Usesuper sql.NullBool + Usesysid pgtypes.NullOid + Valuntil sql.NullTime + type PgShdepend struct + Classid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Dbid pgtypes.Oid + Deptype pgtypes.Char + Objid pgtypes.Oid + Objsubid int + Refclassid pgtypes.Oid + Refobjid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgShdependByDbidClassidObjidObjsubid(ctx context.Context, db DB, dbid, classid, objid pgtypes.Oid, objsubid int) ([]*PgShdepend, error) + func PgShdependByRefclassidRefobjid(ctx context.Context, db DB, refclassid, refobjid pgtypes.Oid) ([]*PgShdepend, error) + type PgShdescription struct + Classoid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Description string + Objoid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgShdescriptionByObjoidClassoid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid) (*PgShdescription, error) + func (ps *PgShdescription) Delete(ctx context.Context, db DB) error + func (ps *PgShdescription) Deleted() bool + func (ps *PgShdescription) Exists() bool + func (ps *PgShdescription) Insert(ctx context.Context, db DB) error + func (ps *PgShdescription) Save(ctx context.Context, db DB) error + func (ps *PgShdescription) Update(ctx context.Context, db DB) error + func (ps *PgShdescription) Upsert(ctx context.Context, db DB) error + type PgShmemAllocation struct + AllocatedSize sql.NullInt64 + Name sql.NullString + Off sql.NullInt64 + Size sql.NullInt64 + type PgShseclabel struct + Classoid pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Label string + Objoid pgtypes.Oid + Provider string + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgShseclabelByObjoidClassoidProvider(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, provider string) (*PgShseclabel, error) + func (ps *PgShseclabel) Delete(ctx context.Context, db DB) error + func (ps *PgShseclabel) Deleted() bool + func (ps *PgShseclabel) Exists() bool + func (ps *PgShseclabel) Insert(ctx context.Context, db DB) error + func (ps *PgShseclabel) Save(ctx context.Context, db DB) error + func (ps *PgShseclabel) Update(ctx context.Context, db DB) error + func (ps *PgShseclabel) Upsert(ctx context.Context, db DB) error + type PgStat struct + Attname sql.NullString + AvgWidth sql.NullInt64 + Correlation sql.NullFloat64 + ElemCountHistogram []sql.NullFloat64 + HistogramBounds pgtypes.NullAnyarray + Inherited sql.NullBool + MostCommonElemFreqs []sql.NullFloat64 + MostCommonElems pgtypes.NullAnyarray + MostCommonFreqs []sql.NullFloat64 + MostCommonVals pgtypes.NullAnyarray + NDistinct sql.NullFloat64 + NullFrac sql.NullFloat64 + Schemaname sql.NullString + Tablename sql.NullString + type PgStatActivity struct + ApplicationName sql.NullString + BackendStart sql.NullTime + BackendType sql.NullString + BackendXid pgtypes.NullXid + BackendXmin pgtypes.NullXid + ClientAddr sql.NullString + ClientHostname sql.NullString + ClientPort sql.NullInt64 + Datid pgtypes.NullOid + Datname sql.NullString + LeaderPid sql.NullInt64 + Pid sql.NullInt64 + Query sql.NullString + QueryID sql.NullInt64 + QueryStart sql.NullTime + State sql.NullString + StateChange sql.NullTime + Usename sql.NullString + Usesysid pgtypes.NullOid + WaitEvent sql.NullString + WaitEventType sql.NullString + XactStart sql.NullTime + type PgStatAllIndex struct + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + IdxTupRead sql.NullInt64 + Indexrelid pgtypes.NullOid + Indexrelname sql.NullString + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatAllTable struct + AnalyzeCount sql.NullInt64 + AutoanalyzeCount sql.NullInt64 + AutovacuumCount sql.NullInt64 + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + LastAnalyze sql.NullTime + LastAutoanalyze sql.NullTime + LastAutovacuum sql.NullTime + LastVacuum sql.NullTime + NDeadTup sql.NullInt64 + NInsSinceVacuum sql.NullInt64 + NLiveTup sql.NullInt64 + NModSinceAnalyze sql.NullInt64 + NTupDel sql.NullInt64 + NTupHotUpd sql.NullInt64 + NTupIns sql.NullInt64 + NTupUpd sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + SeqScan sql.NullInt64 + SeqTupRead sql.NullInt64 + VacuumCount sql.NullInt64 + type PgStatArchiver struct + ArchivedCount sql.NullInt64 + FailedCount sql.NullInt64 + LastArchivedTime sql.NullTime + LastArchivedWal sql.NullString + LastFailedTime sql.NullTime + LastFailedWal sql.NullString + StatsReset sql.NullTime + type PgStatBgwriter struct + BuffersAlloc sql.NullInt64 + BuffersBackend sql.NullInt64 + BuffersBackendFsync sql.NullInt64 + BuffersCheckpoint sql.NullInt64 + BuffersClean sql.NullInt64 + CheckpointSyncTime sql.NullFloat64 + CheckpointWriteTime sql.NullFloat64 + CheckpointsReq sql.NullInt64 + CheckpointsTimed sql.NullInt64 + MaxwrittenClean sql.NullInt64 + StatsReset sql.NullTime + type PgStatDatabase struct + ActiveTime sql.NullFloat64 + BlkReadTime sql.NullFloat64 + BlkWriteTime sql.NullFloat64 + BlksHit sql.NullInt64 + BlksRead sql.NullInt64 + ChecksumFailures sql.NullInt64 + ChecksumLastFailure sql.NullTime + Conflicts sql.NullInt64 + Datid pgtypes.NullOid + Datname sql.NullString + Deadlocks sql.NullInt64 + IdleInTransactionTime sql.NullFloat64 + Numbackends sql.NullInt64 + SessionTime sql.NullFloat64 + Sessions sql.NullInt64 + SessionsAbandoned sql.NullInt64 + SessionsFatal sql.NullInt64 + SessionsKilled sql.NullInt64 + StatsReset sql.NullTime + TempBytes sql.NullInt64 + TempFiles sql.NullInt64 + TupDeleted sql.NullInt64 + TupFetched sql.NullInt64 + TupInserted sql.NullInt64 + TupReturned sql.NullInt64 + TupUpdated sql.NullInt64 + XactCommit sql.NullInt64 + XactRollback sql.NullInt64 + type PgStatDatabaseConflict struct + ConflBufferpin sql.NullInt64 + ConflDeadlock sql.NullInt64 + ConflLock sql.NullInt64 + ConflSnapshot sql.NullInt64 + ConflTablespace sql.NullInt64 + Datid pgtypes.NullOid + Datname sql.NullString + type PgStatGssapi struct + Encrypted sql.NullBool + GssAuthenticated sql.NullBool + Pid sql.NullInt64 + Principal sql.NullString + type PgStatProgressAnalyze struct + ChildTablesDone sql.NullInt64 + ChildTablesTotal sql.NullInt64 + CurrentChildTableRelid pgtypes.NullOid + Datid pgtypes.NullOid + Datname sql.NullString + ExtStatsComputed sql.NullInt64 + ExtStatsTotal sql.NullInt64 + Phase sql.NullString + Pid sql.NullInt64 + Relid pgtypes.NullOid + SampleBlksScanned sql.NullInt64 + SampleBlksTotal sql.NullInt64 + type PgStatProgressBasebackup struct + BackupStreamed sql.NullInt64 + BackupTotal sql.NullInt64 + Phase sql.NullString + Pid sql.NullInt64 + TablespacesStreamed sql.NullInt64 + TablespacesTotal sql.NullInt64 + type PgStatProgressCluster struct + ClusterIndexRelid pgtypes.NullOid + Command sql.NullString + Datid pgtypes.NullOid + Datname sql.NullString + HeapBlksScanned sql.NullInt64 + HeapBlksTotal sql.NullInt64 + HeapTuplesScanned sql.NullInt64 + HeapTuplesWritten sql.NullInt64 + IndexRebuildCount sql.NullInt64 + Phase sql.NullString + Pid sql.NullInt64 + Relid pgtypes.NullOid + type PgStatProgressCopy struct + BytesProcessed sql.NullInt64 + BytesTotal sql.NullInt64 + Command sql.NullString + Datid pgtypes.NullOid + Datname sql.NullString + Pid sql.NullInt64 + Relid pgtypes.NullOid + TuplesExcluded sql.NullInt64 + TuplesProcessed sql.NullInt64 + Type sql.NullString + type PgStatProgressCreateIndex struct + BlocksDone sql.NullInt64 + BlocksTotal sql.NullInt64 + Command sql.NullString + CurrentLockerPid sql.NullInt64 + Datid pgtypes.NullOid + Datname sql.NullString + IndexRelid pgtypes.NullOid + LockersDone sql.NullInt64 + LockersTotal sql.NullInt64 + PartitionsDone sql.NullInt64 + PartitionsTotal sql.NullInt64 + Phase sql.NullString + Pid sql.NullInt64 + Relid pgtypes.NullOid + TuplesDone sql.NullInt64 + TuplesTotal sql.NullInt64 + type PgStatProgressVacuum struct + Datid pgtypes.NullOid + Datname sql.NullString + HeapBlksScanned sql.NullInt64 + HeapBlksTotal sql.NullInt64 + HeapBlksVacuumed sql.NullInt64 + IndexVacuumCount sql.NullInt64 + MaxDeadTuples sql.NullInt64 + NumDeadTuples sql.NullInt64 + Phase sql.NullString + Pid sql.NullInt64 + Relid pgtypes.NullOid + type PgStatReplication struct + ApplicationName sql.NullString + BackendStart sql.NullTime + BackendXmin pgtypes.NullXid + ClientAddr sql.NullString + ClientHostname sql.NullString + ClientPort sql.NullInt64 + FlushLag []byte + FlushLsn pgtypes.NullPgLsn + Pid sql.NullInt64 + ReplayLag []byte + ReplayLsn pgtypes.NullPgLsn + ReplyTime sql.NullTime + SentLsn pgtypes.NullPgLsn + State sql.NullString + SyncPriority sql.NullInt64 + SyncState sql.NullString + Usename sql.NullString + Usesysid pgtypes.NullOid + WriteLag []byte + WriteLsn pgtypes.NullPgLsn + type PgStatReplicationSlot struct + SlotName sql.NullString + SpillBytes sql.NullInt64 + SpillCount sql.NullInt64 + SpillTxns sql.NullInt64 + StatsReset sql.NullTime + StreamBytes sql.NullInt64 + StreamCount sql.NullInt64 + StreamTxns sql.NullInt64 + TotalBytes sql.NullInt64 + TotalTxns sql.NullInt64 + type PgStatSlru struct + BlksExists sql.NullInt64 + BlksHit sql.NullInt64 + BlksRead sql.NullInt64 + BlksWritten sql.NullInt64 + BlksZeroed sql.NullInt64 + Flushes sql.NullInt64 + Name sql.NullString + StatsReset sql.NullTime + Truncates sql.NullInt64 + type PgStatSsl struct + Bits sql.NullInt64 + Cipher sql.NullString + ClientDn sql.NullString + ClientSerial sql.NullFloat64 + IssuerDn sql.NullString + Pid sql.NullInt64 + Ssl sql.NullBool + Version sql.NullString + type PgStatSubscription struct + LastMsgReceiptTime sql.NullTime + LastMsgSendTime sql.NullTime + LatestEndLsn pgtypes.NullPgLsn + LatestEndTime sql.NullTime + Pid sql.NullInt64 + ReceivedLsn pgtypes.NullPgLsn + Relid pgtypes.NullOid + Subid pgtypes.NullOid + Subname sql.NullString + type PgStatSysIndex struct + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + IdxTupRead sql.NullInt64 + Indexrelid pgtypes.NullOid + Indexrelname sql.NullString + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatSysTable struct + AnalyzeCount sql.NullInt64 + AutoanalyzeCount sql.NullInt64 + AutovacuumCount sql.NullInt64 + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + LastAnalyze sql.NullTime + LastAutoanalyze sql.NullTime + LastAutovacuum sql.NullTime + LastVacuum sql.NullTime + NDeadTup sql.NullInt64 + NInsSinceVacuum sql.NullInt64 + NLiveTup sql.NullInt64 + NModSinceAnalyze sql.NullInt64 + NTupDel sql.NullInt64 + NTupHotUpd sql.NullInt64 + NTupIns sql.NullInt64 + NTupUpd sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + SeqScan sql.NullInt64 + SeqTupRead sql.NullInt64 + VacuumCount sql.NullInt64 + type PgStatUserFunction struct + Calls sql.NullInt64 + Funcid pgtypes.NullOid + Funcname sql.NullString + Schemaname sql.NullString + SelfTime sql.NullFloat64 + TotalTime sql.NullFloat64 + type PgStatUserIndex struct + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + IdxTupRead sql.NullInt64 + Indexrelid pgtypes.NullOid + Indexrelname sql.NullString + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatUserTable struct + AnalyzeCount sql.NullInt64 + AutoanalyzeCount sql.NullInt64 + AutovacuumCount sql.NullInt64 + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + LastAnalyze sql.NullTime + LastAutoanalyze sql.NullTime + LastAutovacuum sql.NullTime + LastVacuum sql.NullTime + NDeadTup sql.NullInt64 + NInsSinceVacuum sql.NullInt64 + NLiveTup sql.NullInt64 + NModSinceAnalyze sql.NullInt64 + NTupDel sql.NullInt64 + NTupHotUpd sql.NullInt64 + NTupIns sql.NullInt64 + NTupUpd sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + SeqScan sql.NullInt64 + SeqTupRead sql.NullInt64 + VacuumCount sql.NullInt64 + type PgStatWal struct + StatsReset sql.NullTime + WalBuffersFull sql.NullInt64 + WalBytes sql.NullFloat64 + WalFpi sql.NullInt64 + WalRecords sql.NullInt64 + WalSync sql.NullInt64 + WalSyncTime sql.NullFloat64 + WalWrite sql.NullInt64 + WalWriteTime sql.NullFloat64 + type PgStatWalReceiver struct + Conninfo sql.NullString + FlushedLsn pgtypes.NullPgLsn + LastMsgReceiptTime sql.NullTime + LastMsgSendTime sql.NullTime + LatestEndLsn pgtypes.NullPgLsn + LatestEndTime sql.NullTime + Pid sql.NullInt64 + ReceiveStartLsn pgtypes.NullPgLsn + ReceiveStartTli sql.NullInt64 + ReceivedTli sql.NullInt64 + SenderHost sql.NullString + SenderPort sql.NullInt64 + SlotName sql.NullString + Status sql.NullString + WrittenLsn pgtypes.NullPgLsn + type PgStatXactAllTable struct + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + NTupDel sql.NullInt64 + NTupHotUpd sql.NullInt64 + NTupIns sql.NullInt64 + NTupUpd sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + SeqScan sql.NullInt64 + SeqTupRead sql.NullInt64 + type PgStatXactSysTable struct + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + NTupDel sql.NullInt64 + NTupHotUpd sql.NullInt64 + NTupIns sql.NullInt64 + NTupUpd sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + SeqScan sql.NullInt64 + SeqTupRead sql.NullInt64 + type PgStatXactUserFunction struct + Calls sql.NullInt64 + Funcid pgtypes.NullOid + Funcname sql.NullString + Schemaname sql.NullString + SelfTime sql.NullFloat64 + TotalTime sql.NullFloat64 + type PgStatXactUserTable struct + IdxScan sql.NullInt64 + IdxTupFetch sql.NullInt64 + NTupDel sql.NullInt64 + NTupHotUpd sql.NullInt64 + NTupIns sql.NullInt64 + NTupUpd sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + SeqScan sql.NullInt64 + SeqTupRead sql.NullInt64 + type PgStatioAllIndex struct + IdxBlksHit sql.NullInt64 + IdxBlksRead sql.NullInt64 + Indexrelid pgtypes.NullOid + Indexrelname sql.NullString + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatioAllSequence struct + BlksHit sql.NullInt64 + BlksRead sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatioAllTable struct + HeapBlksHit sql.NullInt64 + HeapBlksRead sql.NullInt64 + IdxBlksHit sql.NullInt64 + IdxBlksRead sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + TidxBlksHit sql.NullInt64 + TidxBlksRead sql.NullInt64 + ToastBlksHit sql.NullInt64 + ToastBlksRead sql.NullInt64 + type PgStatioSysIndex struct + IdxBlksHit sql.NullInt64 + IdxBlksRead sql.NullInt64 + Indexrelid pgtypes.NullOid + Indexrelname sql.NullString + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatioSysSequence struct + BlksHit sql.NullInt64 + BlksRead sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatioSysTable struct + HeapBlksHit sql.NullInt64 + HeapBlksRead sql.NullInt64 + IdxBlksHit sql.NullInt64 + IdxBlksRead sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + TidxBlksHit sql.NullInt64 + TidxBlksRead sql.NullInt64 + ToastBlksHit sql.NullInt64 + ToastBlksRead sql.NullInt64 + type PgStatioUserIndex struct + IdxBlksHit sql.NullInt64 + IdxBlksRead sql.NullInt64 + Indexrelid pgtypes.NullOid + Indexrelname sql.NullString + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatioUserSequence struct + BlksHit sql.NullInt64 + BlksRead sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + type PgStatioUserTable struct + HeapBlksHit sql.NullInt64 + HeapBlksRead sql.NullInt64 + IdxBlksHit sql.NullInt64 + IdxBlksRead sql.NullInt64 + Relid pgtypes.NullOid + Relname sql.NullString + Schemaname sql.NullString + TidxBlksHit sql.NullInt64 + TidxBlksRead sql.NullInt64 + ToastBlksHit sql.NullInt64 + ToastBlksRead sql.NullInt64 + type PgStatistic struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Staattnum int16 + Stacoll1 pgtypes.Oid + Stacoll2 pgtypes.Oid + Stacoll3 pgtypes.Oid + Stacoll4 pgtypes.Oid + Stacoll5 pgtypes.Oid + Stadistinct float32 + Stainherit bool + Stakind1 int16 + Stakind2 int16 + Stakind3 int16 + Stakind4 int16 + Stakind5 int16 + Stanullfrac float32 + Stanumbers1 []sql.NullFloat64 + Stanumbers2 []sql.NullFloat64 + Stanumbers3 []sql.NullFloat64 + Stanumbers4 []sql.NullFloat64 + Stanumbers5 []sql.NullFloat64 + Staop1 pgtypes.Oid + Staop2 pgtypes.Oid + Staop3 pgtypes.Oid + Staop4 pgtypes.Oid + Staop5 pgtypes.Oid + Starelid pgtypes.Oid + Stavalues1 pgtypes.NullAnyarray + Stavalues2 pgtypes.NullAnyarray + Stavalues3 pgtypes.NullAnyarray + Stavalues4 pgtypes.NullAnyarray + Stavalues5 pgtypes.NullAnyarray + Stawidth int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgStatisticByStarelidStaattnumStainherit(ctx context.Context, db DB, starelid pgtypes.Oid, staattnum int16, ...) (*PgStatistic, error) + func (ps *PgStatistic) Delete(ctx context.Context, db DB) error + func (ps *PgStatistic) Deleted() bool + func (ps *PgStatistic) Exists() bool + func (ps *PgStatistic) Insert(ctx context.Context, db DB) error + func (ps *PgStatistic) Save(ctx context.Context, db DB) error + func (ps *PgStatistic) Update(ctx context.Context, db DB) error + func (ps *PgStatistic) Upsert(ctx context.Context, db DB) error + type PgStatisticExt struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Stxexprs pgtypes.NullPgNodeTree + Stxkeys pgtypes.Int2vector + Stxkind []pgtypes.Char + Stxname string + Stxnamespace pgtypes.Oid + Stxowner pgtypes.Oid + Stxrelid pgtypes.Oid + Stxstattarget int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgStatisticExtByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgStatisticExt, error) + func PgStatisticExtByStxnameStxnamespace(ctx context.Context, db DB, stxname string, stxnamespace pgtypes.Oid) (*PgStatisticExt, error) + func PgStatisticExtByStxrelid(ctx context.Context, db DB, stxrelid pgtypes.Oid) ([]*PgStatisticExt, error) + func (pse *PgStatisticExt) Delete(ctx context.Context, db DB) error + func (pse *PgStatisticExt) Deleted() bool + func (pse *PgStatisticExt) Exists() bool + func (pse *PgStatisticExt) Insert(ctx context.Context, db DB) error + func (pse *PgStatisticExt) Save(ctx context.Context, db DB) error + func (pse *PgStatisticExt) Update(ctx context.Context, db DB) error + func (pse *PgStatisticExt) Upsert(ctx context.Context, db DB) error + type PgStatisticExtDatum struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Stxddependencies pgtypes.NullPgDependencies + Stxdexpr []pgtypes.NullPgStatistic + Stxdmcv pgtypes.NullPgMcvList + Stxdndistinct pgtypes.NullPgNdistinct + Stxoid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgStatisticExtDatumByStxoid(ctx context.Context, db DB, stxoid pgtypes.Oid) (*PgStatisticExtDatum, error) + func (psed *PgStatisticExtDatum) Delete(ctx context.Context, db DB) error + func (psed *PgStatisticExtDatum) Deleted() bool + func (psed *PgStatisticExtDatum) Exists() bool + func (psed *PgStatisticExtDatum) Insert(ctx context.Context, db DB) error + func (psed *PgStatisticExtDatum) Save(ctx context.Context, db DB) error + func (psed *PgStatisticExtDatum) Update(ctx context.Context, db DB) error + func (psed *PgStatisticExtDatum) Upsert(ctx context.Context, db DB) error + type PgStatsExt struct + Attnames []sql.NullString + Dependencies pgtypes.NullPgDependencies + Exprs []sql.NullString + Kinds []pgtypes.NullChar + MostCommonBaseFreqs []sql.NullFloat64 + MostCommonFreqs []sql.NullFloat64 + MostCommonValNulls []sql.NullBool + MostCommonVals []sql.NullString + NDistinct pgtypes.NullPgNdistinct + Schemaname sql.NullString + StatisticsName sql.NullString + StatisticsOwner sql.NullString + StatisticsSchemaname sql.NullString + Tablename sql.NullString + type PgStatsExtExpr struct + AvgWidth sql.NullInt64 + Correlation sql.NullFloat64 + ElemCountHistogram []sql.NullFloat64 + Expr sql.NullString + HistogramBounds pgtypes.NullAnyarray + MostCommonElemFreqs []sql.NullFloat64 + MostCommonElems pgtypes.NullAnyarray + MostCommonFreqs []sql.NullFloat64 + MostCommonVals pgtypes.NullAnyarray + NDistinct sql.NullFloat64 + NullFrac sql.NullFloat64 + Schemaname sql.NullString + StatisticsName sql.NullString + StatisticsOwner sql.NullString + StatisticsSchemaname sql.NullString + Tablename sql.NullString + type PgSubscription struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Subbinary bool + Subconninfo string + Subdbid pgtypes.Oid + Subenabled bool + Subname string + Subowner pgtypes.Oid + Subpublications StringSlice + Subslotname sql.NullString + Substream bool + Subsynccommit string + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgSubscriptionByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgSubscription, error) + func PgSubscriptionBySubdbidSubname(ctx context.Context, db DB, subdbid pgtypes.Oid, subname string) (*PgSubscription, error) + func (ps *PgSubscription) Delete(ctx context.Context, db DB) error + func (ps *PgSubscription) Deleted() bool + func (ps *PgSubscription) Exists() bool + func (ps *PgSubscription) Insert(ctx context.Context, db DB) error + func (ps *PgSubscription) Save(ctx context.Context, db DB) error + func (ps *PgSubscription) Update(ctx context.Context, db DB) error + func (ps *PgSubscription) Upsert(ctx context.Context, db DB) error + type PgSubscriptionRel struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Srrelid pgtypes.Oid + Srsubid pgtypes.Oid + Srsublsn pgtypes.NullPgLsn + Srsubstate pgtypes.Char + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgSubscriptionRelBySrrelidSrsubid(ctx context.Context, db DB, srrelid, srsubid pgtypes.Oid) (*PgSubscriptionRel, error) + func (psr *PgSubscriptionRel) Delete(ctx context.Context, db DB) error + func (psr *PgSubscriptionRel) Deleted() bool + func (psr *PgSubscriptionRel) Exists() bool + func (psr *PgSubscriptionRel) Insert(ctx context.Context, db DB) error + func (psr *PgSubscriptionRel) Save(ctx context.Context, db DB) error + func (psr *PgSubscriptionRel) Update(ctx context.Context, db DB) error + func (psr *PgSubscriptionRel) Upsert(ctx context.Context, db DB) error + type PgTable struct + Hasindexes sql.NullBool + Hasrules sql.NullBool + Hastriggers sql.NullBool + Rowsecurity sql.NullBool + Schemaname sql.NullString + Tablename sql.NullString + Tableowner sql.NullString + Tablespace sql.NullString + type PgTablespace struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Spcacl []pgtypes.NullAclitem + Spcname string + Spcoptions []sql.NullString + Spcowner pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTablespaceByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTablespace, error) + func PgTablespaceBySpcname(ctx context.Context, db DB, spcname string) (*PgTablespace, error) + func (pt *PgTablespace) Delete(ctx context.Context, db DB) error + func (pt *PgTablespace) Deleted() bool + func (pt *PgTablespace) Exists() bool + func (pt *PgTablespace) Insert(ctx context.Context, db DB) error + func (pt *PgTablespace) Save(ctx context.Context, db DB) error + func (pt *PgTablespace) Update(ctx context.Context, db DB) error + func (pt *PgTablespace) Upsert(ctx context.Context, db DB) error + type PgTimezoneAbbrev struct + Abbrev sql.NullString + IsDst sql.NullBool + UTCOffset []byte + type PgTimezoneName struct + Abbrev sql.NullString + IsDst sql.NullBool + Name sql.NullString + UTCOffset []byte + type PgTransform struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Trffromsql pgtypes.Regproc + Trflang pgtypes.Oid + Trftosql pgtypes.Regproc + Trftype pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTransformByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTransform, error) + func PgTransformByTrftypeTrflang(ctx context.Context, db DB, trftype, trflang pgtypes.Oid) (*PgTransform, error) + func (pt *PgTransform) Delete(ctx context.Context, db DB) error + func (pt *PgTransform) Deleted() bool + func (pt *PgTransform) Exists() bool + func (pt *PgTransform) Insert(ctx context.Context, db DB) error + func (pt *PgTransform) Save(ctx context.Context, db DB) error + func (pt *PgTransform) Update(ctx context.Context, db DB) error + func (pt *PgTransform) Upsert(ctx context.Context, db DB) error + type PgTrigger struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Tgargs []byte + Tgattr pgtypes.Int2vector + Tgconstraint pgtypes.Oid + Tgconstrindid pgtypes.Oid + Tgconstrrelid pgtypes.Oid + Tgdeferrable bool + Tgenabled pgtypes.Char + Tgfoid pgtypes.Oid + Tginitdeferred bool + Tgisinternal bool + Tgname string + Tgnargs int16 + Tgnewtable sql.NullString + Tgoldtable sql.NullString + Tgparentid pgtypes.Oid + Tgqual pgtypes.NullPgNodeTree + Tgrelid pgtypes.Oid + Tgtype int16 + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTriggerByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTrigger, error) + func PgTriggerByTgconstraint(ctx context.Context, db DB, tgconstraint pgtypes.Oid) ([]*PgTrigger, error) + func PgTriggerByTgrelidTgname(ctx context.Context, db DB, tgrelid pgtypes.Oid, tgname string) (*PgTrigger, error) + func (pt *PgTrigger) Delete(ctx context.Context, db DB) error + func (pt *PgTrigger) Deleted() bool + func (pt *PgTrigger) Exists() bool + func (pt *PgTrigger) Insert(ctx context.Context, db DB) error + func (pt *PgTrigger) Save(ctx context.Context, db DB) error + func (pt *PgTrigger) Update(ctx context.Context, db DB) error + func (pt *PgTrigger) Upsert(ctx context.Context, db DB) error + type PgTsConfig struct + Cfgname string + Cfgnamespace pgtypes.Oid + Cfgowner pgtypes.Oid + Cfgparser pgtypes.Oid + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTsConfigByCfgnameCfgnamespace(ctx context.Context, db DB, cfgname string, cfgnamespace pgtypes.Oid) (*PgTsConfig, error) + func PgTsConfigByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsConfig, error) + func (ptc *PgTsConfig) Delete(ctx context.Context, db DB) error + func (ptc *PgTsConfig) Deleted() bool + func (ptc *PgTsConfig) Exists() bool + func (ptc *PgTsConfig) Insert(ctx context.Context, db DB) error + func (ptc *PgTsConfig) Save(ctx context.Context, db DB) error + func (ptc *PgTsConfig) Update(ctx context.Context, db DB) error + func (ptc *PgTsConfig) Upsert(ctx context.Context, db DB) error + type PgTsConfigMap struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Mapcfg pgtypes.Oid + Mapdict pgtypes.Oid + Mapseqno int + Maptokentype int + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTsConfigMapByMapcfgMaptokentypeMapseqno(ctx context.Context, db DB, mapcfg pgtypes.Oid, maptokentype, mapseqno int) (*PgTsConfigMap, error) + func (ptcm *PgTsConfigMap) Delete(ctx context.Context, db DB) error + func (ptcm *PgTsConfigMap) Deleted() bool + func (ptcm *PgTsConfigMap) Exists() bool + func (ptcm *PgTsConfigMap) Insert(ctx context.Context, db DB) error + func (ptcm *PgTsConfigMap) Save(ctx context.Context, db DB) error + func (ptcm *PgTsConfigMap) Update(ctx context.Context, db DB) error + func (ptcm *PgTsConfigMap) Upsert(ctx context.Context, db DB) error + type PgTsDict struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Dictinitoption sql.NullString + Dictname string + Dictnamespace pgtypes.Oid + Dictowner pgtypes.Oid + Dicttemplate pgtypes.Oid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTsDictByDictnameDictnamespace(ctx context.Context, db DB, dictname string, dictnamespace pgtypes.Oid) (*PgTsDict, error) + func PgTsDictByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsDict, error) + func (ptd *PgTsDict) Delete(ctx context.Context, db DB) error + func (ptd *PgTsDict) Deleted() bool + func (ptd *PgTsDict) Exists() bool + func (ptd *PgTsDict) Insert(ctx context.Context, db DB) error + func (ptd *PgTsDict) Save(ctx context.Context, db DB) error + func (ptd *PgTsDict) Update(ctx context.Context, db DB) error + func (ptd *PgTsDict) Upsert(ctx context.Context, db DB) error + type PgTsParser struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Prsend pgtypes.Regproc + Prsheadline pgtypes.Regproc + Prslextype pgtypes.Regproc + Prsname string + Prsnamespace pgtypes.Oid + Prsstart pgtypes.Regproc + Prstoken pgtypes.Regproc + Tableoid pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTsParserByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsParser, error) + func PgTsParserByPrsnamePrsnamespace(ctx context.Context, db DB, prsname string, prsnamespace pgtypes.Oid) (*PgTsParser, error) + func (ptp *PgTsParser) Delete(ctx context.Context, db DB) error + func (ptp *PgTsParser) Deleted() bool + func (ptp *PgTsParser) Exists() bool + func (ptp *PgTsParser) Insert(ctx context.Context, db DB) error + func (ptp *PgTsParser) Save(ctx context.Context, db DB) error + func (ptp *PgTsParser) Update(ctx context.Context, db DB) error + func (ptp *PgTsParser) Upsert(ctx context.Context, db DB) error + type PgTsTemplate struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Tmplinit pgtypes.Regproc + Tmpllexize pgtypes.Regproc + Tmplname string + Tmplnamespace pgtypes.Oid + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTsTemplateByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgTsTemplate, error) + func PgTsTemplateByTmplnameTmplnamespace(ctx context.Context, db DB, tmplname string, tmplnamespace pgtypes.Oid) (*PgTsTemplate, error) + func (ptt *PgTsTemplate) Delete(ctx context.Context, db DB) error + func (ptt *PgTsTemplate) Deleted() bool + func (ptt *PgTsTemplate) Exists() bool + func (ptt *PgTsTemplate) Insert(ctx context.Context, db DB) error + func (ptt *PgTsTemplate) Save(ctx context.Context, db DB) error + func (ptt *PgTsTemplate) Update(ctx context.Context, db DB) error + func (ptt *PgTsTemplate) Upsert(ctx context.Context, db DB) error + type PgType struct + Cmax pgtypes.Cid + Cmin pgtypes.Cid + Ctid pgtypes.Tid + Oid pgtypes.Oid + Tableoid pgtypes.Oid + Typacl []pgtypes.NullAclitem + Typalign pgtypes.Char + Typanalyze pgtypes.Regproc + Typarray pgtypes.Oid + Typbasetype pgtypes.Oid + Typbyval bool + Typcategory pgtypes.Char + Typcollation pgtypes.Oid + Typdefault sql.NullString + Typdefaultbin pgtypes.NullPgNodeTree + Typdelim pgtypes.Char + Typelem pgtypes.Oid + Typinput pgtypes.Regproc + Typisdefined bool + Typispreferred bool + Typlen int16 + Typmodin pgtypes.Regproc + Typmodout pgtypes.Regproc + Typname string + Typnamespace pgtypes.Oid + Typndims int + Typnotnull bool + Typoutput pgtypes.Regproc + Typowner pgtypes.Oid + Typreceive pgtypes.Regproc + Typrelid pgtypes.Oid + Typsend pgtypes.Regproc + Typstorage pgtypes.Char + Typsubscript pgtypes.Regproc + Typtype pgtypes.Char + Typtypmod int + Xmax pgtypes.Xid + Xmin pgtypes.Xid + func PgTypeByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgType, error) + func PgTypeByTypnameTypnamespace(ctx context.Context, db DB, typname string, typnamespace pgtypes.Oid) (*PgType, error) + func (pt *PgType) Delete(ctx context.Context, db DB) error + func (pt *PgType) Deleted() bool + func (pt *PgType) Exists() bool + func (pt *PgType) Insert(ctx context.Context, db DB) error + func (pt *PgType) Save(ctx context.Context, db DB) error + func (pt *PgType) Update(ctx context.Context, db DB) error + func (pt *PgType) Upsert(ctx context.Context, db DB) error + type PgUser struct + Passwd sql.NullString + Usebypassrls sql.NullBool + Useconfig []sql.NullString + Usecreatedb sql.NullBool + Usename sql.NullString + Userepl sql.NullBool + Usesuper sql.NullBool + Usesysid pgtypes.NullOid + Valuntil sql.NullTime + type PgUserMapping struct + Srvid pgtypes.NullOid + Srvname sql.NullString + Umid pgtypes.NullOid + Umoptions []sql.NullString + Umuser pgtypes.NullOid + Usename sql.NullString + func PgUserMappingByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgUserMapping, error) + func PgUserMappingByUmuserUmserver(ctx context.Context, db DB, umuser, umserver pgtypes.Oid) (*PgUserMapping, error) + func (pum *PgUserMapping) Delete(ctx context.Context, db DB) error + func (pum *PgUserMapping) Deleted() bool + func (pum *PgUserMapping) Exists() bool + func (pum *PgUserMapping) Insert(ctx context.Context, db DB) error + func (pum *PgUserMapping) Save(ctx context.Context, db DB) error + func (pum *PgUserMapping) Update(ctx context.Context, db DB) error + func (pum *PgUserMapping) Upsert(ctx context.Context, db DB) error + type PgView struct + Definition sql.NullString + Schemaname sql.NullString + Viewname sql.NullString + Viewowner sql.NullString + type StringSlice []string + func CurrentSchemas(ctx context.Context, db DB, p0 bool) (StringSlice, error) + func ParseIdent(ctx context.Context, db DB, str string, strict bool) (StringSlice, error) + func PgAvailableExtensionVersions(ctx context.Context, db DB) (string, string, bool, bool, bool, string, StringSlice, string, error) + func PgGetStatisticsobjdefExpressions(ctx context.Context, db DB, p0 pgtypes.Oid) (StringSlice, error) + func PgMcvListItems(ctx context.Context, db DB, mcvList pgtypes.PgMcvList) (int, StringSlice, []bool, float64, float64, error) + func PgShowAllSettings(ctx context.Context, db DB) (string, string, string, string, string, string, string, string, string, string, ...) + func RegexpMatchByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error) + func RegexpMatchByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error) + func RegexpMatchesByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error) + func RegexpMatchesByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error) + func RegexpSplitToArrayByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error) + func RegexpSplitToArrayByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error) + func StringToArrayByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error) + func StringToArrayByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error) + func TsDebugByConfigAndDocument(ctx context.Context, db DB, config pgtypes.Regconfig, document string) (string, string, string, []pgtypes.Regdictionary, pgtypes.Regdictionary, ...) + func TsDebugByDocument(ctx context.Context, db DB, document string) (string, string, string, []pgtypes.Regdictionary, pgtypes.Regdictionary, ...) + func TsLexize(ctx context.Context, db DB, p0 pgtypes.Regdictionary, p1 string) (StringSlice, error) + func TsvectorToArray(ctx context.Context, db DB, p0 pgtypes.Tsvector) (StringSlice, error) + func UnnestByTsvector(ctx context.Context, db DB, tsvector pgtypes.Tsvector) (string, []int16, StringSlice, error) + func (ss *StringSlice) Scan(v interface{}) error + func (ss StringSlice) Value() (driver.Value, error)