Documentation ¶
Overview ¶
Package pgcatalog contains generated code for schema 'pg_catalog'.
Index ¶
- 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 PgCursor(ctx context.Context, db DB) (string, string, bool, bool, bool, time.Time, 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
- type ErrDecodeFailed
- type ErrInsertFailed
- type ErrUpdateFailed
- type ErrUpsertFailed
- type Error
- type PgAggregate
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- type PgAvailableExtensionVersion
- type PgBackendMemoryContext
- type PgCast
- 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
- 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
- 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 PgConfig
- type PgConstraint
- 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
- 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
- type PgDatabase
- 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
- 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
- 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
- type PgDescription
- 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
- 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
- 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
- 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
- type PgForeignDataWrapper
- 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
- 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
- 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
- type PgHbaFileRule
- type PgIndex
- 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
- 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
- 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
- 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
- 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
- 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
- type PgMatview
- type PgNamespace
- 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
- 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
- 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
- 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
- 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
- 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 PgPreparedStatement
- type PgPreparedXact
- type PgProc
- 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
- 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
- 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
- type PgRange
- 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
- 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
- type PgReplicationSlot
- type PgRewrite
- 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
- type PgRule
- type PgSeclabel
- 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
- 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
- type PgShadow
- type PgShdepend
- type PgShdescription
- 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
- type PgShseclabel
- 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
- type PgStatActivity
- type PgStatAllIndex
- type PgStatAllTable
- type PgStatArchiver
- type PgStatBgwriter
- type PgStatDatabase
- type PgStatDatabaseConflict
- type PgStatGssapi
- type PgStatProgressAnalyze
- type PgStatProgressBasebackup
- type PgStatProgressCluster
- type PgStatProgressCopy
- type PgStatProgressCreateIndex
- type PgStatProgressVacuum
- type PgStatReplication
- type PgStatReplicationSlot
- type PgStatSlru
- type PgStatSsl
- type PgStatSubscription
- type PgStatSysIndex
- type PgStatSysTable
- type PgStatUserFunction
- type PgStatUserIndex
- type PgStatUserTable
- type PgStatWal
- type PgStatWalReceiver
- type PgStatXactAllTable
- type PgStatXactSysTable
- type PgStatXactUserFunction
- type PgStatXactUserTable
- type PgStatioAllIndex
- type PgStatioAllSequence
- type PgStatioAllTable
- type PgStatioSysIndex
- type PgStatioSysSequence
- type PgStatioSysTable
- type PgStatioUserIndex
- type PgStatioUserSequence
- type PgStatioUserTable
- type PgStatistic
- 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
- 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
- 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
- type PgStatsExtExpr
- type PgSubscription
- 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
- 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
- type PgTablespace
- 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
- type PgTimezoneName
- type PgTransform
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- type PgUserMapping
- 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
- type StringSlice
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbbrevByCidr ¶
AbbrevByCidr calls the stored function 'pg_catalog.abbrev(cidr) text' on db.
func AbbrevByInet ¶
AbbrevByInet calls the stored function 'pg_catalog.abbrev(inet) text' on db.
func AbsByBigint ¶
AbsByBigint calls the stored function 'pg_catalog.abs(bigint) bigint' on db.
func AbsByDoublePrecision ¶
AbsByDoublePrecision calls the stored function 'pg_catalog.abs(double precision) double precision' on db.
func AbsByInteger ¶
AbsByInteger calls the stored function 'pg_catalog.abs(integer) integer' on db.
func AbsByNumeric ¶
AbsByNumeric calls the stored function 'pg_catalog.abs(numeric) numeric' on db.
func AbsBySmallint ¶
AbsBySmallint calls the stored function 'pg_catalog.abs(smallint) smallint' on db.
func Aclcontains ¶
func Aclcontains(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) (bool, error)
Aclcontains calls the stored function 'pg_catalog.aclcontains(aclitem, aclitem) boolean' on db.
func Acldefault ¶
func Acldefault(ctx context.Context, db DB, p0 pgtypes.Char, p1 pgtypes.Oid) ([]pgtypes.Aclitem, error)
Acldefault calls the stored function 'pg_catalog.acldefault("char", oid) aclitem' on db.
func Aclexplode ¶
func Aclexplode(ctx context.Context, db DB, acl []pgtypes.Aclitem) (pgtypes.Oid, pgtypes.Oid, string, bool, error)
Aclexplode calls the stored function 'pg_catalog.aclexplode(aclitem) (oid, oid, text, boolean)' on db.
func Aclinsert ¶
func Aclinsert(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) ([]pgtypes.Aclitem, error)
Aclinsert calls the stored function 'pg_catalog.aclinsert(aclitem, aclitem) aclitem' on db.
func Aclitemeq ¶
Aclitemeq calls the stored function 'pg_catalog.aclitemeq(aclitem, aclitem) boolean' on db.
func Aclremove ¶
func Aclremove(ctx context.Context, db DB, p0 []pgtypes.Aclitem, p1 pgtypes.Aclitem) ([]pgtypes.Aclitem, error)
Aclremove calls the stored function 'pg_catalog.aclremove(aclitem, aclitem) aclitem' on db.
func Acos ¶
Acos calls the stored function 'pg_catalog.acos(double precision) double precision' on db.
func Acosd ¶
Acosd calls the stored function 'pg_catalog.acosd(double precision) double precision' on db.
func Acosh ¶
Acosh calls the stored function 'pg_catalog.acosh(double precision) double precision' on db.
func AgeByTimestampWithTimeZone ¶
AgeByTimestampWithTimeZone calls the stored function 'pg_catalog.age(timestamp with time zone) interval' on db.
func AgeByTimestampWithTimeZoneAndTimestampWithTimeZone ¶
func AgeByTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)
AgeByTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.age(timestamp with time zone, timestamp with time zone) interval' on db.
func AgeByTimestampWithoutTimeZone ¶
AgeByTimestampWithoutTimeZone calls the stored function 'pg_catalog.age(timestamp without time zone) interval' on db.
func AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone ¶
func AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) ([]byte, error)
AgeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.age(timestamp without time zone, timestamp without time zone) interval' on db.
func Amvalidate ¶
Amvalidate calls the stored function 'pg_catalog.amvalidate(oid) boolean' on db.
func AnyarrayRecv ¶
AnyarrayRecv calls the stored function 'pg_catalog.anyarray_recv(internal) anyarray' on db.
func AnyarraySend ¶
AnyarraySend calls the stored function 'pg_catalog.anyarray_send(anyarray) bytea' on db.
func AnycompatiblearrayRecv ¶
func AnycompatiblearrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Anycompatiblearray, error)
AnycompatiblearrayRecv calls the stored function 'pg_catalog.anycompatiblearray_recv(internal) anycompatiblearray' on db.
func AnycompatiblearraySend ¶
func AnycompatiblearraySend(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray) ([]byte, error)
AnycompatiblearraySend calls the stored function 'pg_catalog.anycompatiblearray_send(anycompatiblearray) bytea' on db.
func Anytextcat ¶
Anytextcat calls the stored function 'pg_catalog.anytextcat(anynonarray, text) text' on db.
func AreaByCircle ¶
AreaByCircle calls the stored function 'pg_catalog.area(circle) double precision' on db.
func AreaByPath ¶
AreaByPath calls the stored function 'pg_catalog.area(path) double precision' on db.
func Areajoinsel ¶
func Areajoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Areajoinsel calls the stored function 'pg_catalog.areajoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Areasel ¶
func Areasel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Areasel calls the stored function 'pg_catalog.areasel(internal, oid, internal, integer) double precision' on db.
func ArrayAggArrayFinalfn ¶
func ArrayAggArrayFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyarray) (pgtypes.Anyarray, error)
ArrayAggArrayFinalfn calls the stored function 'pg_catalog.array_agg_array_finalfn(internal, anyarray) anyarray' on db.
func ArrayAggArrayTransfn ¶
func ArrayAggArrayTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyarray) (pgtypes.Internal, error)
ArrayAggArrayTransfn calls the stored function 'pg_catalog.array_agg_array_transfn(internal, anyarray) internal' on db.
func ArrayAggFinalfn ¶
func ArrayAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anynonarray) (pgtypes.Anyarray, error)
ArrayAggFinalfn calls the stored function 'pg_catalog.array_agg_finalfn(internal, anynonarray) anyarray' on db.
func ArrayAggTransfn ¶
func ArrayAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anynonarray) (pgtypes.Internal, error)
ArrayAggTransfn calls the stored function 'pg_catalog.array_agg_transfn(internal, anynonarray) internal' on db.
func ArrayAppend ¶
func ArrayAppend(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible) (pgtypes.Anycompatiblearray, error)
ArrayAppend calls the stored function 'pg_catalog.array_append(anycompatiblearray, anycompatible) anycompatiblearray' on db.
func ArrayCat ¶
func ArrayCat(ctx context.Context, db DB, p0, p1 pgtypes.Anycompatiblearray) (pgtypes.Anycompatiblearray, error)
ArrayCat calls the stored function 'pg_catalog.array_cat(anycompatiblearray, anycompatiblearray) anycompatiblearray' on db.
func ArrayEq ¶
ArrayEq calls the stored function 'pg_catalog.array_eq(anyarray, anyarray) boolean' on db.
func ArrayFillByAnyelementAndInteger ¶
func ArrayFillByAnyelementAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []int) (pgtypes.Anyarray, error)
ArrayFillByAnyelementAndInteger calls the stored function 'pg_catalog.array_fill(anyelement, integer) anyarray' on db.
func ArrayFillByAnyelementIntegerAndInteger ¶
func ArrayFillByAnyelementIntegerAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1, p2 []int) (pgtypes.Anyarray, error)
ArrayFillByAnyelementIntegerAndInteger calls the stored function 'pg_catalog.array_fill(anyelement, integer, integer) anyarray' on db.
func ArrayGe ¶
ArrayGe calls the stored function 'pg_catalog.array_ge(anyarray, anyarray) boolean' on db.
func ArrayGt ¶
ArrayGt calls the stored function 'pg_catalog.array_gt(anyarray, anyarray) boolean' on db.
func ArrayLarger ¶
ArrayLarger calls the stored function 'pg_catalog.array_larger(anyarray, anyarray) anyarray' on db.
func ArrayLe ¶
ArrayLe calls the stored function 'pg_catalog.array_le(anyarray, anyarray) boolean' on db.
func ArrayLength ¶
ArrayLength calls the stored function 'pg_catalog.array_length(anyarray, integer) integer' on db.
func ArrayLower ¶
ArrayLower calls the stored function 'pg_catalog.array_lower(anyarray, integer) integer' on db.
func ArrayLt ¶
ArrayLt calls the stored function 'pg_catalog.array_lt(anyarray, anyarray) boolean' on db.
func ArrayNdims ¶
ArrayNdims calls the stored function 'pg_catalog.array_ndims(anyarray) integer' on db.
func ArrayNe ¶
ArrayNe calls the stored function 'pg_catalog.array_ne(anyarray, anyarray) boolean' on db.
func ArrayPositionByAnycompatiblearrayAndAnycompatible ¶
func ArrayPositionByAnycompatiblearrayAndAnycompatible(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible) (int, error)
ArrayPositionByAnycompatiblearrayAndAnycompatible calls the stored function 'pg_catalog.array_position(anycompatiblearray, anycompatible) integer' on db.
func ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger ¶
func ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible, p2 int) (int, error)
ArrayPositionByAnycompatiblearrayAnycompatibleAndInteger calls the stored function 'pg_catalog.array_position(anycompatiblearray, anycompatible, integer) integer' on db.
func ArrayPositions ¶
func ArrayPositions(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible) ([]int, error)
ArrayPositions calls the stored function 'pg_catalog.array_positions(anycompatiblearray, anycompatible) integer' on db.
func ArrayPrepend ¶
func ArrayPrepend(ctx context.Context, db DB, p0 pgtypes.Anycompatible, p1 pgtypes.Anycompatiblearray) (pgtypes.Anycompatiblearray, error)
ArrayPrepend calls the stored function 'pg_catalog.array_prepend(anycompatible, anycompatiblearray) anycompatiblearray' on db.
func ArrayRecv ¶
func ArrayRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anyarray, error)
ArrayRecv calls the stored function 'pg_catalog.array_recv(internal, oid, integer) anyarray' on db.
func ArrayRemove ¶
func ArrayRemove(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1 pgtypes.Anycompatible) (pgtypes.Anycompatiblearray, error)
ArrayRemove calls the stored function 'pg_catalog.array_remove(anycompatiblearray, anycompatible) anycompatiblearray' on db.
func ArrayReplace ¶
func ArrayReplace(ctx context.Context, db DB, p0 pgtypes.Anycompatiblearray, p1, p2 pgtypes.Anycompatible) (pgtypes.Anycompatiblearray, error)
ArrayReplace calls the stored function 'pg_catalog.array_replace(anycompatiblearray, anycompatible, anycompatible) anycompatiblearray' on db.
func ArraySmaller ¶
ArraySmaller calls the stored function 'pg_catalog.array_smaller(anyarray, anyarray) anyarray' on db.
func ArraySubscriptHandler ¶
func ArraySubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
ArraySubscriptHandler calls the stored function 'pg_catalog.array_subscript_handler(internal) internal' on db.
func ArrayToJSONByAnyarray ¶
ArrayToJSONByAnyarray calls the stored function 'pg_catalog.array_to_json(anyarray) json' on db.
func ArrayToJSONByAnyarrayAndBoolean ¶
func ArrayToJSONByAnyarrayAndBoolean(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 bool) ([]byte, error)
ArrayToJSONByAnyarrayAndBoolean calls the stored function 'pg_catalog.array_to_json(anyarray, boolean) json' on db.
func ArrayToStringByAnyarrayAndText ¶
func ArrayToStringByAnyarrayAndText(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 string) (string, error)
ArrayToStringByAnyarrayAndText calls the stored function 'pg_catalog.array_to_string(anyarray, text) text' on db.
func ArrayToStringByAnyarrayTextAndText ¶
func ArrayToStringByAnyarrayTextAndText(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1, p2 string) (string, error)
ArrayToStringByAnyarrayTextAndText calls the stored function 'pg_catalog.array_to_string(anyarray, text, text) text' on db.
func ArrayToTsvector ¶
ArrayToTsvector calls the stored function 'pg_catalog.array_to_tsvector(text) tsvector' on db.
func ArrayTypanalyze ¶
ArrayTypanalyze calls the stored function 'pg_catalog.array_typanalyze(internal) boolean' on db.
func ArrayUnnestSupport ¶
ArrayUnnestSupport calls the stored function 'pg_catalog.array_unnest_support(internal) internal' on db.
func ArrayUpper ¶
ArrayUpper calls the stored function 'pg_catalog.array_upper(anyarray, integer) integer' on db.
func Arraycontained ¶
Arraycontained calls the stored function 'pg_catalog.arraycontained(anyarray, anyarray) boolean' on db.
func Arraycontains ¶
Arraycontains calls the stored function 'pg_catalog.arraycontains(anyarray, anyarray) boolean' on db.
func Arraycontjoinsel ¶
func Arraycontjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Arraycontjoinsel calls the stored function 'pg_catalog.arraycontjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Arraycontsel ¶
func Arraycontsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Arraycontsel calls the stored function 'pg_catalog.arraycontsel(internal, oid, internal, integer) double precision' on db.
func Arrayoverlap ¶
Arrayoverlap calls the stored function 'pg_catalog.arrayoverlap(anyarray, anyarray) boolean' on db.
func Asin ¶
Asin calls the stored function 'pg_catalog.asin(double precision) double precision' on db.
func Asind ¶
Asind calls the stored function 'pg_catalog.asind(double precision) double precision' on db.
func Asinh ¶
Asinh calls the stored function 'pg_catalog.asinh(double precision) double precision' on db.
func Atan ¶
Atan calls the stored function 'pg_catalog.atan(double precision) double precision' on db.
func Atan2 ¶
Atan2 calls the stored function 'pg_catalog.atan2(double precision, double precision) double precision' on db.
func Atan2d ¶
Atan2d calls the stored function 'pg_catalog.atan2d(double precision, double precision) double precision' on db.
func Atand ¶
Atand calls the stored function 'pg_catalog.atand(double precision) double precision' on db.
func Atanh ¶
Atanh calls the stored function 'pg_catalog.atanh(double precision) double precision' on db.
func Bernoulli ¶
Bernoulli calls the stored function 'pg_catalog.bernoulli(internal) tsm_handler' on db.
func Big5ToEucTw ¶
func Big5ToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Big5ToEucTw calls the stored function 'pg_catalog.big5_to_euc_tw(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Big5ToMic ¶
func Big5ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Big5ToMic calls the stored function 'pg_catalog.big5_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Big5ToUTF8 ¶
func Big5ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Big5ToUTF8 calls the stored function 'pg_catalog.big5_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func BinaryUpgradeCreateEmptyExtension ¶
func BinaryUpgradeCreateEmptyExtension(ctx context.Context, db DB, p0, p1 string, p2 bool, p3 string, p4 []pgtypes.Oid, p5, p6 StringSlice) error
BinaryUpgradeCreateEmptyExtension calls the stored function 'pg_catalog.binary_upgrade_create_empty_extension(text, text, boolean, text, oid, text, text)' on db.
func BinaryUpgradeSetMissingValue ¶
BinaryUpgradeSetMissingValue calls the stored function 'pg_catalog.binary_upgrade_set_missing_value(oid, text, text)' on db.
func BinaryUpgradeSetNextArrayPgTypeOid ¶
BinaryUpgradeSetNextArrayPgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_array_pg_type_oid(oid)' on db.
func BinaryUpgradeSetNextHeapPgClassOid ¶
BinaryUpgradeSetNextHeapPgClassOid calls the stored function 'pg_catalog.binary_upgrade_set_next_heap_pg_class_oid(oid)' on db.
func BinaryUpgradeSetNextIndexPgClassOid ¶
BinaryUpgradeSetNextIndexPgClassOid calls the stored function 'pg_catalog.binary_upgrade_set_next_index_pg_class_oid(oid)' on db.
func BinaryUpgradeSetNextMultirangeArrayPgTypeOid ¶
BinaryUpgradeSetNextMultirangeArrayPgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_multirange_array_pg_type_oid(oid)' on db.
func BinaryUpgradeSetNextMultirangePgTypeOid ¶
BinaryUpgradeSetNextMultirangePgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_multirange_pg_type_oid(oid)' on db.
func BinaryUpgradeSetNextPgAuthidOid ¶
BinaryUpgradeSetNextPgAuthidOid calls the stored function 'pg_catalog.binary_upgrade_set_next_pg_authid_oid(oid)' on db.
func BinaryUpgradeSetNextPgEnumOid ¶
BinaryUpgradeSetNextPgEnumOid calls the stored function 'pg_catalog.binary_upgrade_set_next_pg_enum_oid(oid)' on db.
func BinaryUpgradeSetNextPgTypeOid ¶
BinaryUpgradeSetNextPgTypeOid calls the stored function 'pg_catalog.binary_upgrade_set_next_pg_type_oid(oid)' on db.
func BinaryUpgradeSetNextToastPgClassOid ¶
BinaryUpgradeSetNextToastPgClassOid calls the stored function 'pg_catalog.binary_upgrade_set_next_toast_pg_class_oid(oid)' on db.
func BinaryUpgradeSetRecordInitPrivs ¶
BinaryUpgradeSetRecordInitPrivs calls the stored function 'pg_catalog.binary_upgrade_set_record_init_privs(boolean)' on db.
func BitByBigintAndInteger ¶
BitByBigintAndInteger calls the stored function 'pg_catalog.bit(bigint, integer) bit' on db.
func BitByBitIntegerAndBoolean ¶
func BitByBitIntegerAndBoolean(ctx context.Context, db DB, p0 uint8, p1 int, p2 bool) (uint8, error)
BitByBitIntegerAndBoolean calls the stored function 'pg_catalog.bit(bit, integer, boolean) bit' on db.
func BitByIntegerAndInteger ¶
BitByIntegerAndInteger calls the stored function 'pg_catalog.bit(integer, integer) bit' on db.
func BitCountByBit ¶
BitCountByBit calls the stored function 'pg_catalog.bit_count(bit) bigint' on db.
func BitCountByBytea ¶
BitCountByBytea calls the stored function 'pg_catalog.bit_count(bytea) bigint' on db.
func BitLengthByBit ¶
BitLengthByBit calls the stored function 'pg_catalog.bit_length(bit) integer' on db.
func BitLengthByBytea ¶
BitLengthByBytea calls the stored function 'pg_catalog.bit_length(bytea) integer' on db.
func BitLengthByText ¶
BitLengthByText calls the stored function 'pg_catalog.bit_length(text) integer' on db.
func BitRecv ¶
func BitRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (uint8, error)
BitRecv calls the stored function 'pg_catalog.bit_recv(internal, oid, integer) bit' on db.
func Bitcat ¶
Bitcat calls the stored function 'pg_catalog.bitcat(bit varying, bit varying) bit varying' on db.
func Bitshiftleft ¶
Bitshiftleft calls the stored function 'pg_catalog.bitshiftleft(bit, integer) bit' on db.
func Bitshiftright ¶
Bitshiftright calls the stored function 'pg_catalog.bitshiftright(bit, integer) bit' on db.
func Bittypmodin ¶
Bittypmodin calls the stored function 'pg_catalog.bittypmodin(cstring) integer' on db.
func BoolAccum ¶
BoolAccum calls the stored function 'pg_catalog.bool_accum(internal, boolean) internal' on db.
func BoolAccumInv ¶
func BoolAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 bool) (pgtypes.Internal, error)
BoolAccumInv calls the stored function 'pg_catalog.bool_accum_inv(internal, boolean) internal' on db.
func BoolAlltrue ¶
BoolAlltrue calls the stored function 'pg_catalog.bool_alltrue(internal) boolean' on db.
func BoolAnytrue ¶
BoolAnytrue calls the stored function 'pg_catalog.bool_anytrue(internal) boolean' on db.
func BoolByInteger ¶
BoolByInteger calls the stored function 'pg_catalog.bool(integer) boolean' on db.
func BoolByJsonb ¶
BoolByJsonb calls the stored function 'pg_catalog.bool(jsonb) boolean' on db.
func BoolandStatefunc ¶
BoolandStatefunc calls the stored function 'pg_catalog.booland_statefunc(boolean, boolean) boolean' on db.
func BoolorStatefunc ¶
BoolorStatefunc calls the stored function 'pg_catalog.boolor_statefunc(boolean, boolean) boolean' on db.
func BoxAboveEq ¶
BoxAboveEq calls the stored function 'pg_catalog.box_above_eq(box, box) boolean' on db.
func BoxBelowEq ¶
BoxBelowEq calls the stored function 'pg_catalog.box_below_eq(box, box) boolean' on db.
func BoxByCircle ¶
BoxByCircle calls the stored function 'pg_catalog.box(circle) box' on db.
func BoxByPoint ¶
BoxByPoint calls the stored function 'pg_catalog.box(point) box' on db.
func BoxByPointAndPoint ¶
BoxByPointAndPoint calls the stored function 'pg_catalog.box(point, point) box' on db.
func BoxByPolygon ¶
BoxByPolygon calls the stored function 'pg_catalog.box(polygon) box' on db.
func BoxContain ¶
BoxContain calls the stored function 'pg_catalog.box_contain(box, box) boolean' on db.
func BoxContainPt ¶
BoxContainPt calls the stored function 'pg_catalog.box_contain_pt(box, point) boolean' on db.
func BoxContained ¶
BoxContained calls the stored function 'pg_catalog.box_contained(box, box) boolean' on db.
func BoxDistance ¶
BoxDistance calls the stored function 'pg_catalog.box_distance(box, box) double precision' on db.
func BoxIntersect ¶
BoxIntersect calls the stored function 'pg_catalog.box_intersect(box, box) box' on db.
func BoxOverabove ¶
BoxOverabove calls the stored function 'pg_catalog.box_overabove(box, box) boolean' on db.
func BoxOverbelow ¶
BoxOverbelow calls the stored function 'pg_catalog.box_overbelow(box, box) boolean' on db.
func BoxOverlap ¶
BoxOverlap calls the stored function 'pg_catalog.box_overlap(box, box) boolean' on db.
func BoxOverleft ¶
BoxOverleft calls the stored function 'pg_catalog.box_overleft(box, box) boolean' on db.
func BoxOverright ¶
BoxOverright calls the stored function 'pg_catalog.box_overright(box, box) boolean' on db.
func BpcharByChar ¶
BpcharByChar calls the stored function 'pg_catalog.bpchar("char") character' on db.
func BpcharByCharacterIntegerAndBoolean ¶
func BpcharByCharacterIntegerAndBoolean(ctx context.Context, db DB, p0 string, p1 int, p2 bool) (string, error)
BpcharByCharacterIntegerAndBoolean calls the stored function 'pg_catalog.bpchar(character, integer, boolean) character' on db.
func BpcharByName ¶
BpcharByName calls the stored function 'pg_catalog.bpchar(name) character' on db.
func BpcharLarger ¶
BpcharLarger calls the stored function 'pg_catalog.bpchar_larger(character, character) character' on db.
func BpcharPatternGe ¶
BpcharPatternGe calls the stored function 'pg_catalog.bpchar_pattern_ge(character, character) boolean' on db.
func BpcharPatternGt ¶
BpcharPatternGt calls the stored function 'pg_catalog.bpchar_pattern_gt(character, character) boolean' on db.
func BpcharPatternLe ¶
BpcharPatternLe calls the stored function 'pg_catalog.bpchar_pattern_le(character, character) boolean' on db.
func BpcharPatternLt ¶
BpcharPatternLt calls the stored function 'pg_catalog.bpchar_pattern_lt(character, character) boolean' on db.
func BpcharSmaller ¶
BpcharSmaller calls the stored function 'pg_catalog.bpchar_smaller(character, character) character' on db.
func BpcharSortsupport ¶
BpcharSortsupport calls the stored function 'pg_catalog.bpchar_sortsupport(internal)' on db.
func Bpcharcmp ¶
Bpcharcmp calls the stored function 'pg_catalog.bpcharcmp(character, character) integer' on db.
func Bpchareq ¶
Bpchareq calls the stored function 'pg_catalog.bpchareq(character, character) boolean' on db.
func Bpcharge ¶
Bpcharge calls the stored function 'pg_catalog.bpcharge(character, character) boolean' on db.
func Bpchargt ¶
Bpchargt calls the stored function 'pg_catalog.bpchargt(character, character) boolean' on db.
func Bpchariclike ¶
Bpchariclike calls the stored function 'pg_catalog.bpchariclike(character, text) boolean' on db.
func Bpcharicnlike ¶
Bpcharicnlike calls the stored function 'pg_catalog.bpcharicnlike(character, text) boolean' on db.
func Bpcharicregexeq ¶
Bpcharicregexeq calls the stored function 'pg_catalog.bpcharicregexeq(character, text) boolean' on db.
func Bpcharicregexne ¶
Bpcharicregexne calls the stored function 'pg_catalog.bpcharicregexne(character, text) boolean' on db.
func Bpcharle ¶
Bpcharle calls the stored function 'pg_catalog.bpcharle(character, character) boolean' on db.
func Bpcharlike ¶
Bpcharlike calls the stored function 'pg_catalog.bpcharlike(character, text) boolean' on db.
func Bpcharlt ¶
Bpcharlt calls the stored function 'pg_catalog.bpcharlt(character, character) boolean' on db.
func Bpcharne ¶
Bpcharne calls the stored function 'pg_catalog.bpcharne(character, character) boolean' on db.
func Bpcharnlike ¶
Bpcharnlike calls the stored function 'pg_catalog.bpcharnlike(character, text) boolean' on db.
func Bpcharrecv ¶
func Bpcharrecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (string, error)
Bpcharrecv calls the stored function 'pg_catalog.bpcharrecv(internal, oid, integer) character' on db.
func Bpcharregexeq ¶
Bpcharregexeq calls the stored function 'pg_catalog.bpcharregexeq(character, text) boolean' on db.
func Bpcharregexne ¶
Bpcharregexne calls the stored function 'pg_catalog.bpcharregexne(character, text) boolean' on db.
func Bpcharsend ¶
Bpcharsend calls the stored function 'pg_catalog.bpcharsend(character) bytea' on db.
func Bpchartypmodin ¶
Bpchartypmodin calls the stored function 'pg_catalog.bpchartypmodin(cstring) integer' on db.
func BrinBloomAddValue ¶
BrinBloomAddValue calls the stored function 'pg_catalog.brin_bloom_add_value(internal, internal, internal, internal) boolean' on db.
func BrinBloomConsistent ¶
func BrinBloomConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal, p3 int) (bool, error)
BrinBloomConsistent calls the stored function 'pg_catalog.brin_bloom_consistent(internal, internal, internal, integer) boolean' on db.
func BrinBloomOpcinfo ¶
BrinBloomOpcinfo calls the stored function 'pg_catalog.brin_bloom_opcinfo(internal) internal' on db.
func BrinBloomOptions ¶
BrinBloomOptions calls the stored function 'pg_catalog.brin_bloom_options(internal)' on db.
func BrinBloomSummaryRecv ¶
func BrinBloomSummaryRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgBrinBloomSummary, error)
BrinBloomSummaryRecv calls the stored function 'pg_catalog.brin_bloom_summary_recv(internal) pg_brin_bloom_summary' on db.
func BrinBloomSummarySend ¶
func BrinBloomSummarySend(ctx context.Context, db DB, p0 pgtypes.PgBrinBloomSummary) ([]byte, error)
BrinBloomSummarySend calls the stored function 'pg_catalog.brin_bloom_summary_send(pg_brin_bloom_summary) bytea' on db.
func BrinBloomUnion ¶
BrinBloomUnion calls the stored function 'pg_catalog.brin_bloom_union(internal, internal, internal) boolean' on db.
func BrinDesummarizeRange ¶
BrinDesummarizeRange calls the stored function 'pg_catalog.brin_desummarize_range(regclass, bigint)' on db.
func BrinInclusionAddValue ¶
func BrinInclusionAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error)
BrinInclusionAddValue calls the stored function 'pg_catalog.brin_inclusion_add_value(internal, internal, internal, internal) boolean' on db.
func BrinInclusionConsistent ¶
BrinInclusionConsistent calls the stored function 'pg_catalog.brin_inclusion_consistent(internal, internal, internal) boolean' on db.
func BrinInclusionOpcinfo ¶
func BrinInclusionOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
BrinInclusionOpcinfo calls the stored function 'pg_catalog.brin_inclusion_opcinfo(internal) internal' on db.
func BrinInclusionUnion ¶
BrinInclusionUnion calls the stored function 'pg_catalog.brin_inclusion_union(internal, internal, internal) boolean' on db.
func BrinMinmaxAddValue ¶
BrinMinmaxAddValue calls the stored function 'pg_catalog.brin_minmax_add_value(internal, internal, internal, internal) boolean' on db.
func BrinMinmaxConsistent ¶
BrinMinmaxConsistent calls the stored function 'pg_catalog.brin_minmax_consistent(internal, internal, internal) boolean' on db.
func BrinMinmaxMultiAddValue ¶
func BrinMinmaxMultiAddValue(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (bool, error)
BrinMinmaxMultiAddValue calls the stored function 'pg_catalog.brin_minmax_multi_add_value(internal, internal, internal, internal) boolean' on db.
func BrinMinmaxMultiConsistent ¶
func BrinMinmaxMultiConsistent(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal, p3 int) (bool, error)
BrinMinmaxMultiConsistent calls the stored function 'pg_catalog.brin_minmax_multi_consistent(internal, internal, internal, integer) boolean' on db.
func BrinMinmaxMultiDistanceDate ¶
func BrinMinmaxMultiDistanceDate(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceDate calls the stored function 'pg_catalog.brin_minmax_multi_distance_date(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceFloat4 ¶
func BrinMinmaxMultiDistanceFloat4(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceFloat4 calls the stored function 'pg_catalog.brin_minmax_multi_distance_float4(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceFloat8 ¶
func BrinMinmaxMultiDistanceFloat8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceFloat8 calls the stored function 'pg_catalog.brin_minmax_multi_distance_float8(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceInet ¶
func BrinMinmaxMultiDistanceInet(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceInet calls the stored function 'pg_catalog.brin_minmax_multi_distance_inet(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceInt2 ¶
func BrinMinmaxMultiDistanceInt2(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceInt2 calls the stored function 'pg_catalog.brin_minmax_multi_distance_int2(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceInt4 ¶
func BrinMinmaxMultiDistanceInt4(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceInt4 calls the stored function 'pg_catalog.brin_minmax_multi_distance_int4(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceInt8 ¶
func BrinMinmaxMultiDistanceInt8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceInt8 calls the stored function 'pg_catalog.brin_minmax_multi_distance_int8(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceInterval ¶
func BrinMinmaxMultiDistanceInterval(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceInterval calls the stored function 'pg_catalog.brin_minmax_multi_distance_interval(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceMacaddr ¶
func BrinMinmaxMultiDistanceMacaddr(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceMacaddr calls the stored function 'pg_catalog.brin_minmax_multi_distance_macaddr(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceMacaddr8 ¶
func BrinMinmaxMultiDistanceMacaddr8(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceMacaddr8 calls the stored function 'pg_catalog.brin_minmax_multi_distance_macaddr8(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceNumeric ¶
func BrinMinmaxMultiDistanceNumeric(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceNumeric calls the stored function 'pg_catalog.brin_minmax_multi_distance_numeric(internal, internal) double precision' on db.
func BrinMinmaxMultiDistancePgLsn ¶
func BrinMinmaxMultiDistancePgLsn(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistancePgLsn calls the stored function 'pg_catalog.brin_minmax_multi_distance_pg_lsn(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceTid ¶
func BrinMinmaxMultiDistanceTid(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceTid calls the stored function 'pg_catalog.brin_minmax_multi_distance_tid(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceTime ¶
func BrinMinmaxMultiDistanceTime(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceTime calls the stored function 'pg_catalog.brin_minmax_multi_distance_time(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceTimestamp ¶
func BrinMinmaxMultiDistanceTimestamp(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceTimestamp calls the stored function 'pg_catalog.brin_minmax_multi_distance_timestamp(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceTimetz ¶
func BrinMinmaxMultiDistanceTimetz(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceTimetz calls the stored function 'pg_catalog.brin_minmax_multi_distance_timetz(internal, internal) double precision' on db.
func BrinMinmaxMultiDistanceUUID ¶
func BrinMinmaxMultiDistanceUUID(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (float64, error)
BrinMinmaxMultiDistanceUUID calls the stored function 'pg_catalog.brin_minmax_multi_distance_uuid(internal, internal) double precision' on db.
func BrinMinmaxMultiOpcinfo ¶
func BrinMinmaxMultiOpcinfo(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
BrinMinmaxMultiOpcinfo calls the stored function 'pg_catalog.brin_minmax_multi_opcinfo(internal) internal' on db.
func BrinMinmaxMultiOptions ¶
BrinMinmaxMultiOptions calls the stored function 'pg_catalog.brin_minmax_multi_options(internal)' on db.
func BrinMinmaxMultiSummaryRecv ¶
func BrinMinmaxMultiSummaryRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgBrinMinmaxMultiSummary, error)
BrinMinmaxMultiSummaryRecv calls the stored function 'pg_catalog.brin_minmax_multi_summary_recv(internal) pg_brin_minmax_multi_summary' on db.
func BrinMinmaxMultiSummarySend ¶
func BrinMinmaxMultiSummarySend(ctx context.Context, db DB, p0 pgtypes.PgBrinMinmaxMultiSummary) ([]byte, error)
BrinMinmaxMultiSummarySend calls the stored function 'pg_catalog.brin_minmax_multi_summary_send(pg_brin_minmax_multi_summary) bytea' on db.
func BrinMinmaxMultiUnion ¶
BrinMinmaxMultiUnion calls the stored function 'pg_catalog.brin_minmax_multi_union(internal, internal, internal) boolean' on db.
func BrinMinmaxOpcinfo ¶
BrinMinmaxOpcinfo calls the stored function 'pg_catalog.brin_minmax_opcinfo(internal) internal' on db.
func BrinMinmaxUnion ¶
BrinMinmaxUnion calls the stored function 'pg_catalog.brin_minmax_union(internal, internal, internal) boolean' on db.
func BrinSummarizeNewValues ¶
BrinSummarizeNewValues calls the stored function 'pg_catalog.brin_summarize_new_values(regclass) integer' on db.
func BrinSummarizeRange ¶
BrinSummarizeRange calls the stored function 'pg_catalog.brin_summarize_range(regclass, bigint) integer' on db.
func Brinhandler ¶
Brinhandler calls the stored function 'pg_catalog.brinhandler(internal) index_am_handler' on db.
func Btarraycmp ¶
Btarraycmp calls the stored function 'pg_catalog.btarraycmp(anyarray, anyarray) integer' on db.
func Btboolcmp ¶
Btboolcmp calls the stored function 'pg_catalog.btboolcmp(boolean, boolean) integer' on db.
func BtbpcharPatternCmp ¶
BtbpcharPatternCmp calls the stored function 'pg_catalog.btbpchar_pattern_cmp(character, character) integer' on db.
func BtbpcharPatternSortsupport ¶
BtbpcharPatternSortsupport calls the stored function 'pg_catalog.btbpchar_pattern_sortsupport(internal)' on db.
func Btcharcmp ¶
Btcharcmp calls the stored function 'pg_catalog.btcharcmp("char", "char") integer' on db.
func Btequalimage ¶
Btequalimage calls the stored function 'pg_catalog.btequalimage(oid) boolean' on db.
func Btfloat48cmp ¶
Btfloat48cmp calls the stored function 'pg_catalog.btfloat48cmp(real, double precision) integer' on db.
func Btfloat4cmp ¶
Btfloat4cmp calls the stored function 'pg_catalog.btfloat4cmp(real, real) integer' on db.
func Btfloat4sortsupport ¶
Btfloat4sortsupport calls the stored function 'pg_catalog.btfloat4sortsupport(internal)' on db.
func Btfloat84cmp ¶
Btfloat84cmp calls the stored function 'pg_catalog.btfloat84cmp(double precision, real) integer' on db.
func Btfloat8cmp ¶
Btfloat8cmp calls the stored function 'pg_catalog.btfloat8cmp(double precision, double precision) integer' on db.
func Btfloat8sortsupport ¶
Btfloat8sortsupport calls the stored function 'pg_catalog.btfloat8sortsupport(internal)' on db.
func Bthandler ¶
Bthandler calls the stored function 'pg_catalog.bthandler(internal) index_am_handler' on db.
func Btint24cmp ¶
Btint24cmp calls the stored function 'pg_catalog.btint24cmp(smallint, integer) integer' on db.
func Btint28cmp ¶
Btint28cmp calls the stored function 'pg_catalog.btint28cmp(smallint, bigint) integer' on db.
func Btint2cmp ¶
Btint2cmp calls the stored function 'pg_catalog.btint2cmp(smallint, smallint) integer' on db.
func Btint2sortsupport ¶
Btint2sortsupport calls the stored function 'pg_catalog.btint2sortsupport(internal)' on db.
func Btint42cmp ¶
Btint42cmp calls the stored function 'pg_catalog.btint42cmp(integer, smallint) integer' on db.
func Btint48cmp ¶
Btint48cmp calls the stored function 'pg_catalog.btint48cmp(integer, bigint) integer' on db.
func Btint4cmp ¶
Btint4cmp calls the stored function 'pg_catalog.btint4cmp(integer, integer) integer' on db.
func Btint4sortsupport ¶
Btint4sortsupport calls the stored function 'pg_catalog.btint4sortsupport(internal)' on db.
func Btint82cmp ¶
Btint82cmp calls the stored function 'pg_catalog.btint82cmp(bigint, smallint) integer' on db.
func Btint84cmp ¶
Btint84cmp calls the stored function 'pg_catalog.btint84cmp(bigint, integer) integer' on db.
func Btint8cmp ¶
Btint8cmp calls the stored function 'pg_catalog.btint8cmp(bigint, bigint) integer' on db.
func Btint8sortsupport ¶
Btint8sortsupport calls the stored function 'pg_catalog.btint8sortsupport(internal)' on db.
func Btnamecmp ¶
Btnamecmp calls the stored function 'pg_catalog.btnamecmp(name, name) integer' on db.
func Btnamesortsupport ¶
Btnamesortsupport calls the stored function 'pg_catalog.btnamesortsupport(internal)' on db.
func Btnametextcmp ¶
Btnametextcmp calls the stored function 'pg_catalog.btnametextcmp(name, text) integer' on db.
func Btoidsortsupport ¶
Btoidsortsupport calls the stored function 'pg_catalog.btoidsortsupport(internal)' on db.
func Btoidvectorcmp ¶
Btoidvectorcmp calls the stored function 'pg_catalog.btoidvectorcmp(oidvector, oidvector) integer' on db.
func Btrecordcmp ¶
Btrecordcmp calls the stored function 'pg_catalog.btrecordcmp(record, record) integer' on db.
func Btrecordimagecmp ¶
Btrecordimagecmp calls the stored function 'pg_catalog.btrecordimagecmp(record, record) integer' on db.
func BtrimByByteaAndBytea ¶
BtrimByByteaAndBytea calls the stored function 'pg_catalog.btrim(bytea, bytea) bytea' on db.
func BtrimByText ¶
BtrimByText calls the stored function 'pg_catalog.btrim(text) text' on db.
func BtrimByTextAndText ¶
BtrimByTextAndText calls the stored function 'pg_catalog.btrim(text, text) text' on db.
func BttextPatternCmp ¶
BttextPatternCmp calls the stored function 'pg_catalog.bttext_pattern_cmp(text, text) integer' on db.
func BttextPatternSortsupport ¶
BttextPatternSortsupport calls the stored function 'pg_catalog.bttext_pattern_sortsupport(internal)' on db.
func Bttextcmp ¶
Bttextcmp calls the stored function 'pg_catalog.bttextcmp(text, text) integer' on db.
func Bttextnamecmp ¶
Bttextnamecmp calls the stored function 'pg_catalog.bttextnamecmp(text, name) integer' on db.
func Bttextsortsupport ¶
Bttextsortsupport calls the stored function 'pg_catalog.bttextsortsupport(internal)' on db.
func Btvarstrequalimage ¶
Btvarstrequalimage calls the stored function 'pg_catalog.btvarstrequalimage(oid) boolean' on db.
func ByteaSortsupport ¶
ByteaSortsupport calls the stored function 'pg_catalog.bytea_sortsupport(internal)' on db.
func ByteaStringAggFinalfn ¶
ByteaStringAggFinalfn calls the stored function 'pg_catalog.bytea_string_agg_finalfn(internal) bytea' on db.
func ByteaStringAggTransfn ¶
func ByteaStringAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 []byte) (pgtypes.Internal, error)
ByteaStringAggTransfn calls the stored function 'pg_catalog.bytea_string_agg_transfn(internal, bytea, bytea) internal' on db.
func Byteacmp ¶
Byteacmp calls the stored function 'pg_catalog.byteacmp(bytea, bytea) integer' on db.
func Bytealike ¶
Bytealike calls the stored function 'pg_catalog.bytealike(bytea, bytea) boolean' on db.
func Byteanlike ¶
Byteanlike calls the stored function 'pg_catalog.byteanlike(bytea, bytea) boolean' on db.
func Cardinality ¶
Cardinality calls the stored function 'pg_catalog.cardinality(anyarray) integer' on db.
func CashDivCash ¶
CashDivCash calls the stored function 'pg_catalog.cash_div_cash(money, money) double precision' on db.
func CashDivFlt4 ¶
CashDivFlt4 calls the stored function 'pg_catalog.cash_div_flt4(money, real) money' on db.
func CashDivFlt8 ¶
CashDivFlt8 calls the stored function 'pg_catalog.cash_div_flt8(money, double precision) money' on db.
func CashDivInt2 ¶
CashDivInt2 calls the stored function 'pg_catalog.cash_div_int2(money, smallint) money' on db.
func CashDivInt4 ¶
CashDivInt4 calls the stored function 'pg_catalog.cash_div_int4(money, integer) money' on db.
func CashDivInt8 ¶
CashDivInt8 calls the stored function 'pg_catalog.cash_div_int8(money, bigint) money' on db.
func CashMulFlt4 ¶
CashMulFlt4 calls the stored function 'pg_catalog.cash_mul_flt4(money, real) money' on db.
func CashMulFlt8 ¶
CashMulFlt8 calls the stored function 'pg_catalog.cash_mul_flt8(money, double precision) money' on db.
func CashMulInt2 ¶
CashMulInt2 calls the stored function 'pg_catalog.cash_mul_int2(money, smallint) money' on db.
func CashMulInt4 ¶
CashMulInt4 calls the stored function 'pg_catalog.cash_mul_int4(money, integer) money' on db.
func CashMulInt8 ¶
CashMulInt8 calls the stored function 'pg_catalog.cash_mul_int8(money, bigint) money' on db.
func Cashlarger ¶
Cashlarger calls the stored function 'pg_catalog.cashlarger(money, money) money' on db.
func Cashsmaller ¶
Cashsmaller calls the stored function 'pg_catalog.cashsmaller(money, money) money' on db.
func Cbrt ¶
Cbrt calls the stored function 'pg_catalog.cbrt(double precision) double precision' on db.
func CeilByDoublePrecision ¶
CeilByDoublePrecision calls the stored function 'pg_catalog.ceil(double precision) double precision' on db.
func CeilByNumeric ¶
CeilByNumeric calls the stored function 'pg_catalog.ceil(numeric) numeric' on db.
func CeilingByDoublePrecision ¶
CeilingByDoublePrecision calls the stored function 'pg_catalog.ceiling(double precision) double precision' on db.
func CeilingByNumeric ¶
CeilingByNumeric calls the stored function 'pg_catalog.ceiling(numeric) numeric' on db.
func CenterByBox ¶
CenterByBox calls the stored function 'pg_catalog.center(box) point' on db.
func CenterByCircle ¶
CenterByCircle calls the stored function 'pg_catalog.center(circle) point' on db.
func CharByInteger ¶
CharByInteger calls the stored function 'pg_catalog.char(integer) "char"' on db.
func CharByText ¶
CharByText calls the stored function 'pg_catalog.char(text) "char"' on db.
func CharLengthByCharacter ¶
CharLengthByCharacter calls the stored function 'pg_catalog.char_length(character) integer' on db.
func CharLengthByText ¶
CharLengthByText calls the stored function 'pg_catalog.char_length(text) integer' on db.
func CharacterLengthByCharacter ¶
CharacterLengthByCharacter calls the stored function 'pg_catalog.character_length(character) integer' on db.
func CharacterLengthByText ¶
CharacterLengthByText calls the stored function 'pg_catalog.character_length(text) integer' on db.
func CircleAbove ¶
CircleAbove calls the stored function 'pg_catalog.circle_above(circle, circle) boolean' on db.
func CircleAddPt ¶
func CircleAddPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)
CircleAddPt calls the stored function 'pg_catalog.circle_add_pt(circle, point) circle' on db.
func CircleBelow ¶
CircleBelow calls the stored function 'pg_catalog.circle_below(circle, circle) boolean' on db.
func CircleByBox ¶
CircleByBox calls the stored function 'pg_catalog.circle(box) circle' on db.
func CircleByPointAndDoublePrecision ¶
func CircleByPointAndDoublePrecision(ctx context.Context, db DB, p0 pgtypes.Point, p1 float64) (pgtypes.Circle, error)
CircleByPointAndDoublePrecision calls the stored function 'pg_catalog.circle(point, double precision) circle' on db.
func CircleByPolygon ¶
CircleByPolygon calls the stored function 'pg_catalog.circle(polygon) circle' on db.
func CircleCenter ¶
CircleCenter calls the stored function 'pg_catalog.circle_center(circle) point' on db.
func CircleContain ¶
CircleContain calls the stored function 'pg_catalog.circle_contain(circle, circle) boolean' on db.
func CircleContainPt ¶
CircleContainPt calls the stored function 'pg_catalog.circle_contain_pt(circle, point) boolean' on db.
func CircleContained ¶
CircleContained calls the stored function 'pg_catalog.circle_contained(circle, circle) boolean' on db.
func CircleDistance ¶
CircleDistance calls the stored function 'pg_catalog.circle_distance(circle, circle) double precision' on db.
func CircleDivPt ¶
func CircleDivPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)
CircleDivPt calls the stored function 'pg_catalog.circle_div_pt(circle, point) circle' on db.
func CircleEq ¶
CircleEq calls the stored function 'pg_catalog.circle_eq(circle, circle) boolean' on db.
func CircleGe ¶
CircleGe calls the stored function 'pg_catalog.circle_ge(circle, circle) boolean' on db.
func CircleGt ¶
CircleGt calls the stored function 'pg_catalog.circle_gt(circle, circle) boolean' on db.
func CircleLe ¶
CircleLe calls the stored function 'pg_catalog.circle_le(circle, circle) boolean' on db.
func CircleLeft ¶
CircleLeft calls the stored function 'pg_catalog.circle_left(circle, circle) boolean' on db.
func CircleLt ¶
CircleLt calls the stored function 'pg_catalog.circle_lt(circle, circle) boolean' on db.
func CircleMulPt ¶
func CircleMulPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)
CircleMulPt calls the stored function 'pg_catalog.circle_mul_pt(circle, point) circle' on db.
func CircleNe ¶
CircleNe calls the stored function 'pg_catalog.circle_ne(circle, circle) boolean' on db.
func CircleOverabove ¶
CircleOverabove calls the stored function 'pg_catalog.circle_overabove(circle, circle) boolean' on db.
func CircleOverbelow ¶
CircleOverbelow calls the stored function 'pg_catalog.circle_overbelow(circle, circle) boolean' on db.
func CircleOverlap ¶
CircleOverlap calls the stored function 'pg_catalog.circle_overlap(circle, circle) boolean' on db.
func CircleOverleft ¶
CircleOverleft calls the stored function 'pg_catalog.circle_overleft(circle, circle) boolean' on db.
func CircleOverright ¶
CircleOverright calls the stored function 'pg_catalog.circle_overright(circle, circle) boolean' on db.
func CircleRecv ¶
CircleRecv calls the stored function 'pg_catalog.circle_recv(internal) circle' on db.
func CircleRight ¶
CircleRight calls the stored function 'pg_catalog.circle_right(circle, circle) boolean' on db.
func CircleSame ¶
CircleSame calls the stored function 'pg_catalog.circle_same(circle, circle) boolean' on db.
func CircleSend ¶
CircleSend calls the stored function 'pg_catalog.circle_send(circle) bytea' on db.
func CircleSubPt ¶
func CircleSubPt(ctx context.Context, db DB, p0 pgtypes.Circle, p1 pgtypes.Point) (pgtypes.Circle, error)
CircleSubPt calls the stored function 'pg_catalog.circle_sub_pt(circle, point) circle' on db.
func ClockTimestamp ¶
ClockTimestamp calls the stored function 'pg_catalog.clock_timestamp() timestamp with time zone' on db.
func CloseLseg ¶
CloseLseg calls the stored function 'pg_catalog.close_lseg(lseg, lseg) point' on db.
func ColDescription ¶
ColDescription calls the stored function 'pg_catalog.col_description(oid, integer) text' on db.
func Contjoinsel ¶
func Contjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Contjoinsel calls the stored function 'pg_catalog.contjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Contsel ¶
func Contsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Contsel calls the stored function 'pg_catalog.contsel(internal, oid, internal, integer) double precision' on db.
func Convert ¶
Convert calls the stored function 'pg_catalog.convert(bytea, name, name) bytea' on db.
func ConvertFrom ¶
ConvertFrom calls the stored function 'pg_catalog.convert_from(bytea, name) text' on db.
func ConvertTo ¶
ConvertTo calls the stored function 'pg_catalog.convert_to(text, name) bytea' on db.
func Cosd ¶
Cosd calls the stored function 'pg_catalog.cosd(double precision) double precision' on db.
func Cosh ¶
Cosh calls the stored function 'pg_catalog.cosh(double precision) double precision' on db.
func Cotd ¶
Cotd calls the stored function 'pg_catalog.cotd(double precision) double precision' on db.
func CurrentDatabase ¶
CurrentDatabase calls the stored function 'pg_catalog.current_database() name' on db.
func CurrentQuery ¶
CurrentQuery calls the stored function 'pg_catalog.current_query() text' on db.
func CurrentSchema ¶
CurrentSchema calls the stored function 'pg_catalog.current_schema() name' on db.
func CurrentSettingByText ¶
CurrentSettingByText calls the stored function 'pg_catalog.current_setting(text) text' on db.
func CurrentSettingByTextAndBoolean ¶
CurrentSettingByTextAndBoolean calls the stored function 'pg_catalog.current_setting(text, boolean) text' on db.
func CurrentUser ¶
CurrentUser calls the stored function 'pg_catalog.current_user() name' on db.
func CursorToXML ¶
func CursorToXML(ctx context.Context, db DB, cursor pgtypes.Refcursor, count int, nulls, tableforest bool, targetns string) ([]byte, error)
CursorToXML calls the stored function 'pg_catalog.cursor_to_xml(refcursor, integer, boolean, boolean, text) xml' on db.
func CursorToXmlschema ¶
func CursorToXmlschema(ctx context.Context, db DB, cursor pgtypes.Refcursor, nulls, tableforest bool, targetns string) ([]byte, error)
CursorToXmlschema calls the stored function 'pg_catalog.cursor_to_xmlschema(refcursor, boolean, boolean, text) xml' on db.
func DatabaseToXML ¶
func DatabaseToXML(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error)
DatabaseToXML calls the stored function 'pg_catalog.database_to_xml(boolean, boolean, text) xml' on db.
func DatabaseToXMLAndXmlschema ¶
func DatabaseToXMLAndXmlschema(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error)
DatabaseToXMLAndXmlschema calls the stored function 'pg_catalog.database_to_xml_and_xmlschema(boolean, boolean, text) xml' on db.
func DatabaseToXmlschema ¶
func DatabaseToXmlschema(ctx context.Context, db DB, nulls, tableforest bool, targetns string) ([]byte, error)
DatabaseToXmlschema calls the stored function 'pg_catalog.database_to_xmlschema(boolean, boolean, text) xml' on db.
func DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone ¶
func DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0 []byte, p1, p2 time.Time) (time.Time, error)
DateBinByIntervalTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.date_bin(interval, timestamp with time zone, timestamp with time zone) timestamp with time zone' on db.
func DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone ¶
func DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 []byte, p1, p2 time.Time) (time.Time, error)
DateBinByIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.date_bin(interval, timestamp without time zone, timestamp without time zone) timestamp without time zone' on db.
func DateByTimestampWithTimeZone ¶
DateByTimestampWithTimeZone calls the stored function 'pg_catalog.date(timestamp with time zone) date' on db.
func DateByTimestampWithoutTimeZone ¶
DateByTimestampWithoutTimeZone calls the stored function 'pg_catalog.date(timestamp without time zone) date' on db.
func DateCmpTimestamp ¶
DateCmpTimestamp calls the stored function 'pg_catalog.date_cmp_timestamp(date, timestamp without time zone) integer' on db.
func DateCmpTimestamptz ¶
DateCmpTimestamptz calls the stored function 'pg_catalog.date_cmp_timestamptz(date, timestamp with time zone) integer' on db.
func DateEqTimestamp ¶
DateEqTimestamp calls the stored function 'pg_catalog.date_eq_timestamp(date, timestamp without time zone) boolean' on db.
func DateEqTimestamptz ¶
DateEqTimestamptz calls the stored function 'pg_catalog.date_eq_timestamptz(date, timestamp with time zone) boolean' on db.
func DateGeTimestamp ¶
DateGeTimestamp calls the stored function 'pg_catalog.date_ge_timestamp(date, timestamp without time zone) boolean' on db.
func DateGeTimestamptz ¶
DateGeTimestamptz calls the stored function 'pg_catalog.date_ge_timestamptz(date, timestamp with time zone) boolean' on db.
func DateGtTimestamp ¶
DateGtTimestamp calls the stored function 'pg_catalog.date_gt_timestamp(date, timestamp without time zone) boolean' on db.
func DateGtTimestamptz ¶
DateGtTimestamptz calls the stored function 'pg_catalog.date_gt_timestamptz(date, timestamp with time zone) boolean' on db.
func DateLarger ¶
DateLarger calls the stored function 'pg_catalog.date_larger(date, date) date' on db.
func DateLeTimestamp ¶
DateLeTimestamp calls the stored function 'pg_catalog.date_le_timestamp(date, timestamp without time zone) boolean' on db.
func DateLeTimestamptz ¶
DateLeTimestamptz calls the stored function 'pg_catalog.date_le_timestamptz(date, timestamp with time zone) boolean' on db.
func DateLtTimestamp ¶
DateLtTimestamp calls the stored function 'pg_catalog.date_lt_timestamp(date, timestamp without time zone) boolean' on db.
func DateLtTimestamptz ¶
DateLtTimestamptz calls the stored function 'pg_catalog.date_lt_timestamptz(date, timestamp with time zone) boolean' on db.
func DateMiInterval ¶
DateMiInterval calls the stored function 'pg_catalog.date_mi_interval(date, interval) timestamp without time zone' on db.
func DateNeTimestamp ¶
DateNeTimestamp calls the stored function 'pg_catalog.date_ne_timestamp(date, timestamp without time zone) boolean' on db.
func DateNeTimestamptz ¶
DateNeTimestamptz calls the stored function 'pg_catalog.date_ne_timestamptz(date, timestamp with time zone) boolean' on db.
func DatePartByTextAndDate ¶
DatePartByTextAndDate calls the stored function 'pg_catalog.date_part(text, date) double precision' on db.
func DatePartByTextAndInterval ¶
DatePartByTextAndInterval calls the stored function 'pg_catalog.date_part(text, interval) double precision' on db.
func DatePartByTextAndTimeWithTimeZone ¶
func DatePartByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
DatePartByTextAndTimeWithTimeZone calls the stored function 'pg_catalog.date_part(text, time with time zone) double precision' on db.
func DatePartByTextAndTimeWithoutTimeZone ¶
func DatePartByTextAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
DatePartByTextAndTimeWithoutTimeZone calls the stored function 'pg_catalog.date_part(text, time without time zone) double precision' on db.
func DatePartByTextAndTimestampWithTimeZone ¶
func DatePartByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
DatePartByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.date_part(text, timestamp with time zone) double precision' on db.
func DatePartByTextAndTimestampWithoutTimeZone ¶
func DatePartByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
DatePartByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.date_part(text, timestamp without time zone) double precision' on db.
func DatePlInterval ¶
DatePlInterval calls the stored function 'pg_catalog.date_pl_interval(date, interval) timestamp without time zone' on db.
func DateSmaller ¶
DateSmaller calls the stored function 'pg_catalog.date_smaller(date, date) date' on db.
func DateSortsupport ¶
DateSortsupport calls the stored function 'pg_catalog.date_sortsupport(internal)' on db.
func DateTruncByTextAndInterval ¶
DateTruncByTextAndInterval calls the stored function 'pg_catalog.date_trunc(text, interval) interval' on db.
func DateTruncByTextAndTimestampWithTimeZone ¶
func DateTruncByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)
DateTruncByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.date_trunc(text, timestamp with time zone) timestamp with time zone' on db.
func DateTruncByTextAndTimestampWithoutTimeZone ¶
func DateTruncByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)
DateTruncByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.date_trunc(text, timestamp without time zone) timestamp without time zone' on db.
func DateTruncByTextTimestampWithTimeZoneAndText ¶
func DateTruncByTextTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0 string, p1 time.Time, p2 string) (time.Time, error)
DateTruncByTextTimestampWithTimeZoneAndText calls the stored function 'pg_catalog.date_trunc(text, timestamp with time zone, text) timestamp with time zone' on db.
func Datemultirange ¶
Datemultirange calls the stored function 'pg_catalog.datemultirange() datemultirange' on db.
func DatemultirangeByDaterange ¶
func DatemultirangeByDaterange(ctx context.Context, db DB, p0 pgtypes.Daterange) (pgtypes.Datemultirange, error)
DatemultirangeByDaterange calls the stored function 'pg_catalog.datemultirange(daterange) datemultirange' on db.
func DaterangeByDateAndDate ¶
func DaterangeByDateAndDate(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Daterange, error)
DaterangeByDateAndDate calls the stored function 'pg_catalog.daterange(date, date) daterange' on db.
func DaterangeByDateDateAndText ¶
func DaterangeByDateDateAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Daterange, error)
DaterangeByDateDateAndText calls the stored function 'pg_catalog.daterange(date, date, text) daterange' on db.
func DaterangeCanonical ¶
func DaterangeCanonical(ctx context.Context, db DB, p0 pgtypes.Daterange) (pgtypes.Daterange, error)
DaterangeCanonical calls the stored function 'pg_catalog.daterange_canonical(daterange) daterange' on db.
func DaterangeSubdiff ¶
DaterangeSubdiff calls the stored function 'pg_catalog.daterange_subdiff(date, date) double precision' on db.
func DatetimePl ¶
DatetimePl calls the stored function 'pg_catalog.datetime_pl(date, time without time zone) timestamp without time zone' on db.
func DatetimetzPl ¶
DatetimetzPl calls the stored function 'pg_catalog.datetimetz_pl(date, time with time zone) timestamp with time zone' on db.
func Dcbrt ¶
Dcbrt calls the stored function 'pg_catalog.dcbrt(double precision) double precision' on db.
func Degrees ¶
Degrees calls the stored function 'pg_catalog.degrees(double precision) double precision' on db.
func Dexp ¶
Dexp calls the stored function 'pg_catalog.dexp(double precision) double precision' on db.
func Diameter ¶
Diameter calls the stored function 'pg_catalog.diameter(circle) double precision' on db.
func DispellInit ¶
DispellInit calls the stored function 'pg_catalog.dispell_init(internal) internal' on db.
func DispellLexize ¶
func DispellLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)
DispellLexize calls the stored function 'pg_catalog.dispell_lexize(internal, internal, internal, internal) internal' on db.
func DistBl ¶
DistBl calls the stored function 'pg_catalog.dist_bl(box, line) double precision' on db.
func DistBp ¶
DistBp calls the stored function 'pg_catalog.dist_bp(box, point) double precision' on db.
func DistBs ¶
DistBs calls the stored function 'pg_catalog.dist_bs(box, lseg) double precision' on db.
func DistCpoint ¶
DistCpoint calls the stored function 'pg_catalog.dist_cpoint(circle, point) double precision' on db.
func DistCpoly ¶
DistCpoly calls the stored function 'pg_catalog.dist_cpoly(circle, polygon) double precision' on db.
func DistLb ¶
DistLb calls the stored function 'pg_catalog.dist_lb(line, box) double precision' on db.
func DistLp ¶
DistLp calls the stored function 'pg_catalog.dist_lp(line, point) double precision' on db.
func DistLs ¶
DistLs calls the stored function 'pg_catalog.dist_ls(line, lseg) double precision' on db.
func DistPathp ¶
DistPathp calls the stored function 'pg_catalog.dist_pathp(path, point) double precision' on db.
func DistPb ¶
DistPb calls the stored function 'pg_catalog.dist_pb(point, box) double precision' on db.
func DistPc ¶
DistPc calls the stored function 'pg_catalog.dist_pc(point, circle) double precision' on db.
func DistPl ¶
DistPl calls the stored function 'pg_catalog.dist_pl(point, line) double precision' on db.
func DistPolyc ¶
DistPolyc calls the stored function 'pg_catalog.dist_polyc(polygon, circle) double precision' on db.
func DistPolyp ¶
DistPolyp calls the stored function 'pg_catalog.dist_polyp(polygon, point) double precision' on db.
func DistPpath ¶
DistPpath calls the stored function 'pg_catalog.dist_ppath(point, path) double precision' on db.
func DistPpoly ¶
DistPpoly calls the stored function 'pg_catalog.dist_ppoly(point, polygon) double precision' on db.
func DistPs ¶
DistPs calls the stored function 'pg_catalog.dist_ps(point, lseg) double precision' on db.
func DistSb ¶
DistSb calls the stored function 'pg_catalog.dist_sb(lseg, box) double precision' on db.
func DistSl ¶
DistSl calls the stored function 'pg_catalog.dist_sl(lseg, line) double precision' on db.
func DistSp ¶
DistSp calls the stored function 'pg_catalog.dist_sp(lseg, point) double precision' on db.
func Dlog1 ¶
Dlog1 calls the stored function 'pg_catalog.dlog1(double precision) double precision' on db.
func Dlog10 ¶
Dlog10 calls the stored function 'pg_catalog.dlog10(double precision) double precision' on db.
func DomainRecv ¶
func DomainRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Any, error)
DomainRecv calls the stored function 'pg_catalog.domain_recv(internal, oid, integer) "any"' on db.
func Dpow ¶
Dpow calls the stored function 'pg_catalog.dpow(double precision, double precision) double precision' on db.
func Dround ¶
Dround calls the stored function 'pg_catalog.dround(double precision) double precision' on db.
func DsimpleInit ¶
DsimpleInit calls the stored function 'pg_catalog.dsimple_init(internal) internal' on db.
func DsimpleLexize ¶
func DsimpleLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)
DsimpleLexize calls the stored function 'pg_catalog.dsimple_lexize(internal, internal, internal, internal) internal' on db.
func DsnowballInit ¶
DsnowballInit calls the stored function 'pg_catalog.dsnowball_init(internal) internal' on db.
func DsnowballLexize ¶
func DsnowballLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)
DsnowballLexize calls the stored function 'pg_catalog.dsnowball_lexize(internal, internal, internal, internal) internal' on db.
func Dsqrt ¶
Dsqrt calls the stored function 'pg_catalog.dsqrt(double precision) double precision' on db.
func DsynonymInit ¶
DsynonymInit calls the stored function 'pg_catalog.dsynonym_init(internal) internal' on db.
func DsynonymLexize ¶
func DsynonymLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)
DsynonymLexize calls the stored function 'pg_catalog.dsynonym_lexize(internal, internal, internal, internal) internal' on db.
func Dtrunc ¶
Dtrunc calls the stored function 'pg_catalog.dtrunc(double precision) double precision' on db.
func ElemContainedByMultirange ¶
func ElemContainedByMultirange(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 pgtypes.Anymultirange) (bool, error)
ElemContainedByMultirange calls the stored function 'pg_catalog.elem_contained_by_multirange(anyelement, anymultirange) boolean' on db.
func ElemContainedByRange ¶
func ElemContainedByRange(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 pgtypes.Anyrange) (bool, error)
ElemContainedByRange calls the stored function 'pg_catalog.elem_contained_by_range(anyelement, anyrange) boolean' on db.
func EnumCmp ¶
EnumCmp calls the stored function 'pg_catalog.enum_cmp(anyenum, anyenum) integer' on db.
func EnumEq ¶
EnumEq calls the stored function 'pg_catalog.enum_eq(anyenum, anyenum) boolean' on db.
func EnumFirst ¶
EnumFirst calls the stored function 'pg_catalog.enum_first(anyenum) anyenum' on db.
func EnumGe ¶
EnumGe calls the stored function 'pg_catalog.enum_ge(anyenum, anyenum) boolean' on db.
func EnumGt ¶
EnumGt calls the stored function 'pg_catalog.enum_gt(anyenum, anyenum) boolean' on db.
func EnumLarger ¶
EnumLarger calls the stored function 'pg_catalog.enum_larger(anyenum, anyenum) anyenum' on db.
func EnumLe ¶
EnumLe calls the stored function 'pg_catalog.enum_le(anyenum, anyenum) boolean' on db.
func EnumLt ¶
EnumLt calls the stored function 'pg_catalog.enum_lt(anyenum, anyenum) boolean' on db.
func EnumNe ¶
EnumNe calls the stored function 'pg_catalog.enum_ne(anyenum, anyenum) boolean' on db.
func EnumRangeByAnyenum ¶
EnumRangeByAnyenum calls the stored function 'pg_catalog.enum_range(anyenum) anyarray' on db.
func EnumRangeByAnyenumAndAnyenum ¶
func EnumRangeByAnyenumAndAnyenum(ctx context.Context, db DB, p0, p1 pgtypes.Anyenum) (pgtypes.Anyarray, error)
EnumRangeByAnyenumAndAnyenum calls the stored function 'pg_catalog.enum_range(anyenum, anyenum) anyarray' on db.
func EnumRecv ¶
func EnumRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid) (pgtypes.Anyenum, error)
EnumRecv calls the stored function 'pg_catalog.enum_recv(internal, oid) anyenum' on db.
func EnumSmaller ¶
EnumSmaller calls the stored function 'pg_catalog.enum_smaller(anyenum, anyenum) anyenum' on db.
func Eqjoinsel ¶
func Eqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Eqjoinsel calls the stored function 'pg_catalog.eqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Eqsel ¶
func Eqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Eqsel calls the stored function 'pg_catalog.eqsel(internal, oid, internal, integer) double precision' on db.
func Errorf ¶
func Errorf(s string, v ...interface{})
Errorf logs an error message using the package error logger.
func EucCnToMic ¶
func EucCnToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucCnToMic calls the stored function 'pg_catalog.euc_cn_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucCnToUTF8 ¶
func EucCnToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucCnToUTF8 calls the stored function 'pg_catalog.euc_cn_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucJis2004ToShiftJis2004 ¶
func EucJis2004ToShiftJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucJis2004ToShiftJis2004 calls the stored function 'pg_catalog.euc_jis_2004_to_shift_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucJis2004ToUTF8 ¶
func EucJis2004ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucJis2004ToUTF8 calls the stored function 'pg_catalog.euc_jis_2004_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucJpToMic ¶
func EucJpToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucJpToMic calls the stored function 'pg_catalog.euc_jp_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucJpToSjis ¶
func EucJpToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucJpToSjis calls the stored function 'pg_catalog.euc_jp_to_sjis(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucJpToUTF8 ¶
func EucJpToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucJpToUTF8 calls the stored function 'pg_catalog.euc_jp_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucKrToMic ¶
func EucKrToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucKrToMic calls the stored function 'pg_catalog.euc_kr_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucKrToUTF8 ¶
func EucKrToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucKrToUTF8 calls the stored function 'pg_catalog.euc_kr_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucTwToBig5 ¶
func EucTwToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucTwToBig5 calls the stored function 'pg_catalog.euc_tw_to_big5(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucTwToMic ¶
func EucTwToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucTwToMic calls the stored function 'pg_catalog.euc_tw_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func EucTwToUTF8 ¶
func EucTwToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
EucTwToUTF8 calls the stored function 'pg_catalog.euc_tw_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func ExpByDoublePrecision ¶
ExpByDoublePrecision calls the stored function 'pg_catalog.exp(double precision) double precision' on db.
func ExpByNumeric ¶
ExpByNumeric calls the stored function 'pg_catalog.exp(numeric) numeric' on db.
func ExtractByTextAndDate ¶
ExtractByTextAndDate calls the stored function 'pg_catalog.extract(text, date) numeric' on db.
func ExtractByTextAndInterval ¶
ExtractByTextAndInterval calls the stored function 'pg_catalog.extract(text, interval) numeric' on db.
func ExtractByTextAndTimeWithTimeZone ¶
func ExtractByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
ExtractByTextAndTimeWithTimeZone calls the stored function 'pg_catalog.extract(text, time with time zone) numeric' on db.
func ExtractByTextAndTimeWithoutTimeZone ¶
func ExtractByTextAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
ExtractByTextAndTimeWithoutTimeZone calls the stored function 'pg_catalog.extract(text, time without time zone) numeric' on db.
func ExtractByTextAndTimestampWithTimeZone ¶
func ExtractByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
ExtractByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.extract(text, timestamp with time zone) numeric' on db.
func ExtractByTextAndTimestampWithoutTimeZone ¶
func ExtractByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (float64, error)
ExtractByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.extract(text, timestamp without time zone) numeric' on db.
func Float48div ¶
Float48div calls the stored function 'pg_catalog.float48div(real, double precision) double precision' on db.
func Float48eq ¶
Float48eq calls the stored function 'pg_catalog.float48eq(real, double precision) boolean' on db.
func Float48ge ¶
Float48ge calls the stored function 'pg_catalog.float48ge(real, double precision) boolean' on db.
func Float48gt ¶
Float48gt calls the stored function 'pg_catalog.float48gt(real, double precision) boolean' on db.
func Float48le ¶
Float48le calls the stored function 'pg_catalog.float48le(real, double precision) boolean' on db.
func Float48lt ¶
Float48lt calls the stored function 'pg_catalog.float48lt(real, double precision) boolean' on db.
func Float48mi ¶
Float48mi calls the stored function 'pg_catalog.float48mi(real, double precision) double precision' on db.
func Float48mul ¶
Float48mul calls the stored function 'pg_catalog.float48mul(real, double precision) double precision' on db.
func Float48ne ¶
Float48ne calls the stored function 'pg_catalog.float48ne(real, double precision) boolean' on db.
func Float48pl ¶
Float48pl calls the stored function 'pg_catalog.float48pl(real, double precision) double precision' on db.
func Float4Accum ¶
Float4Accum calls the stored function 'pg_catalog.float4_accum(double precision, real) double precision' on db.
func Float4ByBigint ¶
Float4ByBigint calls the stored function 'pg_catalog.float4(bigint) real' on db.
func Float4ByDoublePrecision ¶
Float4ByDoublePrecision calls the stored function 'pg_catalog.float4(double precision) real' on db.
func Float4ByInteger ¶
Float4ByInteger calls the stored function 'pg_catalog.float4(integer) real' on db.
func Float4ByJsonb ¶
Float4ByJsonb calls the stored function 'pg_catalog.float4(jsonb) real' on db.
func Float4ByNumeric ¶
Float4ByNumeric calls the stored function 'pg_catalog.float4(numeric) real' on db.
func Float4BySmallint ¶
Float4BySmallint calls the stored function 'pg_catalog.float4(smallint) real' on db.
func Float4larger ¶
Float4larger calls the stored function 'pg_catalog.float4larger(real, real) real' on db.
func Float4recv ¶
Float4recv calls the stored function 'pg_catalog.float4recv(internal) real' on db.
func Float4send ¶
Float4send calls the stored function 'pg_catalog.float4send(real) bytea' on db.
func Float4smaller ¶
Float4smaller calls the stored function 'pg_catalog.float4smaller(real, real) real' on db.
func Float84div ¶
Float84div calls the stored function 'pg_catalog.float84div(double precision, real) double precision' on db.
func Float84eq ¶
Float84eq calls the stored function 'pg_catalog.float84eq(double precision, real) boolean' on db.
func Float84ge ¶
Float84ge calls the stored function 'pg_catalog.float84ge(double precision, real) boolean' on db.
func Float84gt ¶
Float84gt calls the stored function 'pg_catalog.float84gt(double precision, real) boolean' on db.
func Float84le ¶
Float84le calls the stored function 'pg_catalog.float84le(double precision, real) boolean' on db.
func Float84lt ¶
Float84lt calls the stored function 'pg_catalog.float84lt(double precision, real) boolean' on db.
func Float84mi ¶
Float84mi calls the stored function 'pg_catalog.float84mi(double precision, real) double precision' on db.
func Float84mul ¶
Float84mul calls the stored function 'pg_catalog.float84mul(double precision, real) double precision' on db.
func Float84ne ¶
Float84ne calls the stored function 'pg_catalog.float84ne(double precision, real) boolean' on db.
func Float84pl ¶
Float84pl calls the stored function 'pg_catalog.float84pl(double precision, real) double precision' on db.
func Float8Accum ¶
Float8Accum calls the stored function 'pg_catalog.float8_accum(double precision, double precision) double precision' on db.
func Float8Avg ¶
Float8Avg calls the stored function 'pg_catalog.float8_avg(double precision) double precision' on db.
func Float8ByBigint ¶
Float8ByBigint calls the stored function 'pg_catalog.float8(bigint) double precision' on db.
func Float8ByInteger ¶
Float8ByInteger calls the stored function 'pg_catalog.float8(integer) double precision' on db.
func Float8ByJsonb ¶
Float8ByJsonb calls the stored function 'pg_catalog.float8(jsonb) double precision' on db.
func Float8ByNumeric ¶
Float8ByNumeric calls the stored function 'pg_catalog.float8(numeric) double precision' on db.
func Float8ByReal ¶
Float8ByReal calls the stored function 'pg_catalog.float8(real) double precision' on db.
func Float8BySmallint ¶
Float8BySmallint calls the stored function 'pg_catalog.float8(smallint) double precision' on db.
func Float8Combine ¶
Float8Combine calls the stored function 'pg_catalog.float8_combine(double precision, double precision) double precision' on db.
func Float8Corr ¶
Float8Corr calls the stored function 'pg_catalog.float8_corr(double precision) double precision' on db.
func Float8CovarPop ¶
Float8CovarPop calls the stored function 'pg_catalog.float8_covar_pop(double precision) double precision' on db.
func Float8CovarSamp ¶
Float8CovarSamp calls the stored function 'pg_catalog.float8_covar_samp(double precision) double precision' on db.
func Float8RegrAccum ¶
Float8RegrAccum calls the stored function 'pg_catalog.float8_regr_accum(double precision, double precision, double precision) double precision' on db.
func Float8RegrAvgx ¶
Float8RegrAvgx calls the stored function 'pg_catalog.float8_regr_avgx(double precision) double precision' on db.
func Float8RegrAvgy ¶
Float8RegrAvgy calls the stored function 'pg_catalog.float8_regr_avgy(double precision) double precision' on db.
func Float8RegrCombine ¶
Float8RegrCombine calls the stored function 'pg_catalog.float8_regr_combine(double precision, double precision) double precision' on db.
func Float8RegrIntercept ¶
Float8RegrIntercept calls the stored function 'pg_catalog.float8_regr_intercept(double precision) double precision' on db.
func Float8RegrR2 ¶
Float8RegrR2 calls the stored function 'pg_catalog.float8_regr_r2(double precision) double precision' on db.
func Float8RegrSlope ¶
Float8RegrSlope calls the stored function 'pg_catalog.float8_regr_slope(double precision) double precision' on db.
func Float8RegrSxx ¶
Float8RegrSxx calls the stored function 'pg_catalog.float8_regr_sxx(double precision) double precision' on db.
func Float8RegrSxy ¶
Float8RegrSxy calls the stored function 'pg_catalog.float8_regr_sxy(double precision) double precision' on db.
func Float8RegrSyy ¶
Float8RegrSyy calls the stored function 'pg_catalog.float8_regr_syy(double precision) double precision' on db.
func Float8StddevPop ¶
Float8StddevPop calls the stored function 'pg_catalog.float8_stddev_pop(double precision) double precision' on db.
func Float8StddevSamp ¶
Float8StddevSamp calls the stored function 'pg_catalog.float8_stddev_samp(double precision) double precision' on db.
func Float8VarPop ¶
Float8VarPop calls the stored function 'pg_catalog.float8_var_pop(double precision) double precision' on db.
func Float8VarSamp ¶
Float8VarSamp calls the stored function 'pg_catalog.float8_var_samp(double precision) double precision' on db.
func Float8abs ¶
Float8abs calls the stored function 'pg_catalog.float8abs(double precision) double precision' on db.
func Float8div ¶
Float8div calls the stored function 'pg_catalog.float8div(double precision, double precision) double precision' on db.
func Float8eq ¶
Float8eq calls the stored function 'pg_catalog.float8eq(double precision, double precision) boolean' on db.
func Float8ge ¶
Float8ge calls the stored function 'pg_catalog.float8ge(double precision, double precision) boolean' on db.
func Float8gt ¶
Float8gt calls the stored function 'pg_catalog.float8gt(double precision, double precision) boolean' on db.
func Float8larger ¶
Float8larger calls the stored function 'pg_catalog.float8larger(double precision, double precision) double precision' on db.
func Float8le ¶
Float8le calls the stored function 'pg_catalog.float8le(double precision, double precision) boolean' on db.
func Float8lt ¶
Float8lt calls the stored function 'pg_catalog.float8lt(double precision, double precision) boolean' on db.
func Float8mi ¶
Float8mi calls the stored function 'pg_catalog.float8mi(double precision, double precision) double precision' on db.
func Float8mul ¶
Float8mul calls the stored function 'pg_catalog.float8mul(double precision, double precision) double precision' on db.
func Float8ne ¶
Float8ne calls the stored function 'pg_catalog.float8ne(double precision, double precision) boolean' on db.
func Float8pl ¶
Float8pl calls the stored function 'pg_catalog.float8pl(double precision, double precision) double precision' on db.
func Float8recv ¶
Float8recv calls the stored function 'pg_catalog.float8recv(internal) double precision' on db.
func Float8send ¶
Float8send calls the stored function 'pg_catalog.float8send(double precision) bytea' on db.
func Float8smaller ¶
Float8smaller calls the stored function 'pg_catalog.float8smaller(double precision, double precision) double precision' on db.
func Float8um ¶
Float8um calls the stored function 'pg_catalog.float8um(double precision) double precision' on db.
func Float8up ¶
Float8up calls the stored function 'pg_catalog.float8up(double precision) double precision' on db.
func FloorByDoublePrecision ¶
FloorByDoublePrecision calls the stored function 'pg_catalog.floor(double precision) double precision' on db.
func FloorByNumeric ¶
FloorByNumeric calls the stored function 'pg_catalog.floor(numeric) numeric' on db.
func Flt4MulCash ¶
Flt4MulCash calls the stored function 'pg_catalog.flt4_mul_cash(real, money) money' on db.
func Flt8MulCash ¶
Flt8MulCash calls the stored function 'pg_catalog.flt8_mul_cash(double precision, money) money' on db.
func FmgrCValidator ¶
FmgrCValidator calls the stored function 'pg_catalog.fmgr_c_validator(oid)' on db.
func FmgrInternalValidator ¶
FmgrInternalValidator calls the stored function 'pg_catalog.fmgr_internal_validator(oid)' on db.
func FmgrSQLValidator ¶
FmgrSQLValidator calls the stored function 'pg_catalog.fmgr_sql_validator(oid)' on db.
func FormatType ¶
FormatType calls the stored function 'pg_catalog.format_type(oid, integer) text' on db.
func Gb18030ToUTF8 ¶
func Gb18030ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Gb18030ToUTF8 calls the stored function 'pg_catalog.gb18030_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func GbkToUTF8 ¶
func GbkToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
GbkToUTF8 calls the stored function 'pg_catalog.gbk_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func GcdByBigintAndBigint ¶
GcdByBigintAndBigint calls the stored function 'pg_catalog.gcd(bigint, bigint) bigint' on db.
func GcdByIntegerAndInteger ¶
GcdByIntegerAndInteger calls the stored function 'pg_catalog.gcd(integer, integer) integer' on db.
func GcdByNumericAndNumeric ¶
GcdByNumericAndNumeric calls the stored function 'pg_catalog.gcd(numeric, numeric) numeric' on db.
func GenRandomUUID ¶
GenRandomUUID calls the stored function 'pg_catalog.gen_random_uuid() uuid' on db.
func GenerateSeriesByBigintAndBigint ¶
GenerateSeriesByBigintAndBigint calls the stored function 'pg_catalog.generate_series(bigint, bigint) bigint' on db.
func GenerateSeriesByBigintBigintAndBigint ¶
func GenerateSeriesByBigintBigintAndBigint(ctx context.Context, db DB, p0, p1, p2 int64) (int64, error)
GenerateSeriesByBigintBigintAndBigint calls the stored function 'pg_catalog.generate_series(bigint, bigint, bigint) bigint' on db.
func GenerateSeriesByIntegerAndInteger ¶
GenerateSeriesByIntegerAndInteger calls the stored function 'pg_catalog.generate_series(integer, integer) integer' on db.
func GenerateSeriesByIntegerIntegerAndInteger ¶
func GenerateSeriesByIntegerIntegerAndInteger(ctx context.Context, db DB, p0, p1, p2 int) (int, error)
GenerateSeriesByIntegerIntegerAndInteger calls the stored function 'pg_catalog.generate_series(integer, integer, integer) integer' on db.
func GenerateSeriesByNumericAndNumeric ¶
GenerateSeriesByNumericAndNumeric calls the stored function 'pg_catalog.generate_series(numeric, numeric) numeric' on db.
func GenerateSeriesByNumericNumericAndNumeric ¶
func GenerateSeriesByNumericNumericAndNumeric(ctx context.Context, db DB, p0, p1, p2 float64) (float64, error)
GenerateSeriesByNumericNumericAndNumeric calls the stored function 'pg_catalog.generate_series(numeric, numeric, numeric) numeric' on db.
func GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval ¶
func GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte) (time.Time, error)
GenerateSeriesByTimestampWithTimeZoneTimestampWithTimeZoneAndInterval calls the stored function 'pg_catalog.generate_series(timestamp with time zone, timestamp with time zone, interval) timestamp with time zone' on db.
func GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval ¶
func GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte) (time.Time, error)
GenerateSeriesByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.generate_series(timestamp without time zone, timestamp without time zone, interval) timestamp without time zone' on db.
func GenerateSeriesInt4Support ¶
func GenerateSeriesInt4Support(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
GenerateSeriesInt4Support calls the stored function 'pg_catalog.generate_series_int4_support(internal) internal' on db.
func GenerateSeriesInt8Support ¶
func GenerateSeriesInt8Support(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
GenerateSeriesInt8Support calls the stored function 'pg_catalog.generate_series_int8_support(internal) internal' on db.
func GenerateSubscriptsByAnyarrayAndInteger ¶
func GenerateSubscriptsByAnyarrayAndInteger(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int) (int, error)
GenerateSubscriptsByAnyarrayAndInteger calls the stored function 'pg_catalog.generate_subscripts(anyarray, integer) integer' on db.
func GenerateSubscriptsByAnyarrayIntegerAndBoolean ¶
func GenerateSubscriptsByAnyarrayIntegerAndBoolean(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 int, p2 bool) (int, error)
GenerateSubscriptsByAnyarrayIntegerAndBoolean calls the stored function 'pg_catalog.generate_subscripts(anyarray, integer, boolean) integer' on db.
func GetBitByBitAndInteger ¶
GetBitByBitAndInteger calls the stored function 'pg_catalog.get_bit(bit, integer) integer' on db.
func GetBitByByteaAndBigint ¶
GetBitByByteaAndBigint calls the stored function 'pg_catalog.get_bit(bytea, bigint) integer' on db.
func GetByte ¶
GetByte calls the stored function 'pg_catalog.get_byte(bytea, integer) integer' on db.
func GetCurrentTsConfig ¶
GetCurrentTsConfig calls the stored function 'pg_catalog.get_current_ts_config() regconfig' on db.
func Getdatabaseencoding ¶
Getdatabaseencoding calls the stored function 'pg_catalog.getdatabaseencoding() name' on db.
func Getpgusername ¶
Getpgusername calls the stored function 'pg_catalog.getpgusername() name' on db.
func GinCleanPendingList ¶
GinCleanPendingList calls the stored function 'pg_catalog.gin_clean_pending_list(regclass) bigint' on db.
func GinCmpPrefix ¶
func GinCmpPrefix(ctx context.Context, db DB, p0, p1 string, p2 int16, p3 pgtypes.Internal) (int, error)
GinCmpPrefix calls the stored function 'pg_catalog.gin_cmp_prefix(text, text, smallint, internal) integer' on db.
func GinCmpTslexeme ¶
GinCmpTslexeme calls the stored function 'pg_catalog.gin_cmp_tslexeme(text, text) integer' on db.
func GinCompareJsonb ¶
GinCompareJsonb calls the stored function 'pg_catalog.gin_compare_jsonb(text, text) integer' on db.
func GinConsistentJsonb ¶
func GinConsistentJsonb(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)
GinConsistentJsonb calls the stored function 'pg_catalog.gin_consistent_jsonb(internal, smallint, jsonb, integer, internal, internal, internal, internal) boolean' on db.
func GinConsistentJsonbPath ¶
func GinConsistentJsonbPath(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)
GinConsistentJsonbPath calls the stored function 'pg_catalog.gin_consistent_jsonb_path(internal, smallint, jsonb, integer, internal, internal, internal, internal) boolean' on db.
func GinExtractJsonb ¶
func GinExtractJsonb(ctx context.Context, db DB, p0 []byte, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractJsonb calls the stored function 'pg_catalog.gin_extract_jsonb(jsonb, internal, internal) internal' on db.
func GinExtractJsonbPath ¶
func GinExtractJsonbPath(ctx context.Context, db DB, p0 []byte, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractJsonbPath calls the stored function 'pg_catalog.gin_extract_jsonb_path(jsonb, internal, internal) internal' on db.
func GinExtractJsonbQuery ¶
func GinExtractJsonbQuery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractJsonbQuery calls the stored function 'pg_catalog.gin_extract_jsonb_query(jsonb, internal, smallint, internal, internal, internal, internal) internal' on db.
func GinExtractJsonbQueryPath ¶
func GinExtractJsonbQueryPath(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractJsonbQueryPath calls the stored function 'pg_catalog.gin_extract_jsonb_query_path(jsonb, internal, smallint, internal, internal, internal, internal) internal' on db.
func GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal ¶
func GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Internal, p2 int16, p3, p4 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractTsqueryByTsqueryInternalSmallintInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsquery(tsquery, internal, smallint, internal, internal) internal' on db.
func GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal ¶
func GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractTsqueryByTsqueryInternalSmallintInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsquery(tsquery, internal, smallint, internal, internal, internal, internal) internal' on db.
func GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal ¶
func GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractTsqueryByTsvectorInternalSmallintInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsquery(tsvector, internal, smallint, internal, internal, internal, internal) internal' on db.
func GinExtractTsvectorByTsvectorAndInternal ¶
func GinExtractTsvectorByTsvectorAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractTsvectorByTsvectorAndInternal calls the stored function 'pg_catalog.gin_extract_tsvector(tsvector, internal) internal' on db.
func GinExtractTsvectorByTsvectorInternalAndInternal ¶
func GinExtractTsvectorByTsvectorInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GinExtractTsvectorByTsvectorInternalAndInternal calls the stored function 'pg_catalog.gin_extract_tsvector(tsvector, internal, internal) internal' on db.
func GinTriconsistentJsonb ¶
func GinTriconsistentJsonb(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)
GinTriconsistentJsonb calls the stored function 'pg_catalog.gin_triconsistent_jsonb(internal, smallint, jsonb, integer, internal, internal, internal) "char"' on db.
func GinTriconsistentJsonbPath ¶
func GinTriconsistentJsonbPath(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 []byte, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)
GinTriconsistentJsonbPath calls the stored function 'pg_catalog.gin_triconsistent_jsonb_path(internal, smallint, jsonb, integer, internal, internal, internal) "char"' on db.
func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal ¶
func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsquery, p3 int, p4, p5 pgtypes.Internal) (bool, error)
GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalAndInternal calls the stored function 'pg_catalog.gin_tsquery_consistent(internal, smallint, tsquery, integer, internal, internal) boolean' on db.
func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal ¶
func GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsquery, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)
GinTsqueryConsistentByInternalSmallintTsqueryIntegerInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_tsquery_consistent(internal, smallint, tsquery, integer, internal, internal, internal, internal) boolean' on db.
func GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal ¶
func GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsvector, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)
GinTsqueryConsistentByInternalSmallintTsvectorIntegerInternalInternalInternalAndInternal calls the stored function 'pg_catalog.gin_tsquery_consistent(internal, smallint, tsvector, integer, internal, internal, internal, internal) boolean' on db.
func GinTsqueryTriconsistent ¶
func GinTsqueryTriconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Tsvector, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)
GinTsqueryTriconsistent calls the stored function 'pg_catalog.gin_tsquery_triconsistent(internal, smallint, tsvector, integer, internal, internal, internal) "char"' on db.
func Ginarrayconsistent ¶
func Ginarrayconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Anyarray, p3 int, p4, p5, p6, p7 pgtypes.Internal) (bool, error)
Ginarrayconsistent calls the stored function 'pg_catalog.ginarrayconsistent(internal, smallint, anyarray, integer, internal, internal, internal, internal) boolean' on db.
func GinarrayextractByAnyarrayAndInternal ¶
func GinarrayextractByAnyarrayAndInternal(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 pgtypes.Internal) (pgtypes.Internal, error)
GinarrayextractByAnyarrayAndInternal calls the stored function 'pg_catalog.ginarrayextract(anyarray, internal) internal' on db.
func GinarrayextractByAnyarrayInternalAndInternal ¶
func GinarrayextractByAnyarrayInternalAndInternal(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GinarrayextractByAnyarrayInternalAndInternal calls the stored function 'pg_catalog.ginarrayextract(anyarray, internal, internal) internal' on db.
func Ginarraytriconsistent ¶
func Ginarraytriconsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16, p2 pgtypes.Anyarray, p3 int, p4, p5, p6 pgtypes.Internal) (pgtypes.Char, error)
Ginarraytriconsistent calls the stored function 'pg_catalog.ginarraytriconsistent(internal, smallint, anyarray, integer, internal, internal, internal) "char"' on db.
func Ginhandler ¶
Ginhandler calls the stored function 'pg_catalog.ginhandler(internal) index_am_handler' on db.
func Ginqueryarrayextract ¶
func Ginqueryarrayextract(ctx context.Context, db DB, p0 pgtypes.Anyarray, p1 pgtypes.Internal, p2 int16, p3, p4, p5, p6 pgtypes.Internal) (pgtypes.Internal, error)
Ginqueryarrayextract calls the stored function 'pg_catalog.ginqueryarrayextract(anyarray, internal, smallint, internal, internal, internal, internal) internal' on db.
func GistBoxConsistent ¶
func GistBoxConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Box, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GistBoxConsistent calls the stored function 'pg_catalog.gist_box_consistent(internal, box, smallint, oid, internal) boolean' on db.
func GistBoxDistance ¶
func GistBoxDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Box, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)
GistBoxDistance calls the stored function 'pg_catalog.gist_box_distance(internal, box, smallint, oid, internal) double precision' on db.
func GistBoxPenalty ¶
func GistBoxPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GistBoxPenalty calls the stored function 'pg_catalog.gist_box_penalty(internal, internal, internal) internal' on db.
func GistBoxPicksplit ¶
func GistBoxPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
GistBoxPicksplit calls the stored function 'pg_catalog.gist_box_picksplit(internal, internal) internal' on db.
func GistBoxSame ¶
func GistBoxSame(ctx context.Context, db DB, p0, p1 pgtypes.Box, p2 pgtypes.Internal) (pgtypes.Internal, error)
GistBoxSame calls the stored function 'pg_catalog.gist_box_same(box, box, internal) internal' on db.
func GistBoxUnion ¶
GistBoxUnion calls the stored function 'pg_catalog.gist_box_union(internal, internal) box' on db.
func GistCircleCompress ¶
GistCircleCompress calls the stored function 'pg_catalog.gist_circle_compress(internal) internal' on db.
func GistCircleConsistent ¶
func GistCircleConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Circle, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GistCircleConsistent calls the stored function 'pg_catalog.gist_circle_consistent(internal, circle, smallint, oid, internal) boolean' on db.
func GistCircleDistance ¶
func GistCircleDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Circle, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)
GistCircleDistance calls the stored function 'pg_catalog.gist_circle_distance(internal, circle, smallint, oid, internal) double precision' on db.
func GistPointCompress ¶
GistPointCompress calls the stored function 'pg_catalog.gist_point_compress(internal) internal' on db.
func GistPointConsistent ¶
func GistPointConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Point, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GistPointConsistent calls the stored function 'pg_catalog.gist_point_consistent(internal, point, smallint, oid, internal) boolean' on db.
func GistPointDistance ¶
func GistPointDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Point, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)
GistPointDistance calls the stored function 'pg_catalog.gist_point_distance(internal, point, smallint, oid, internal) double precision' on db.
func GistPointFetch ¶
GistPointFetch calls the stored function 'pg_catalog.gist_point_fetch(internal) internal' on db.
func GistPointSortsupport ¶
GistPointSortsupport calls the stored function 'pg_catalog.gist_point_sortsupport(internal)' on db.
func GistPolyCompress ¶
GistPolyCompress calls the stored function 'pg_catalog.gist_poly_compress(internal) internal' on db.
func GistPolyConsistent ¶
func GistPolyConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Polygon, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GistPolyConsistent calls the stored function 'pg_catalog.gist_poly_consistent(internal, polygon, smallint, oid, internal) boolean' on db.
func GistPolyDistance ¶
func GistPolyDistance(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Polygon, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (float64, error)
GistPolyDistance calls the stored function 'pg_catalog.gist_poly_distance(internal, polygon, smallint, oid, internal) double precision' on db.
func Gisthandler ¶
Gisthandler calls the stored function 'pg_catalog.gisthandler(internal) index_am_handler' on db.
func GtsqueryCompress ¶
GtsqueryCompress calls the stored function 'pg_catalog.gtsquery_compress(internal) internal' on db.
func GtsqueryConsistentByInternalInternalIntegerOidAndInternal ¶
func GtsqueryConsistentByInternalInternalIntegerOidAndInternal(ctx context.Context, db DB, p0, p1 pgtypes.Internal, p2 int, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GtsqueryConsistentByInternalInternalIntegerOidAndInternal calls the stored function 'pg_catalog.gtsquery_consistent(internal, internal, integer, oid, internal) boolean' on db.
func GtsqueryConsistentByInternalTsquerySmallintOidAndInternal ¶
func GtsqueryConsistentByInternalTsquerySmallintOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Tsquery, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GtsqueryConsistentByInternalTsquerySmallintOidAndInternal calls the stored function 'pg_catalog.gtsquery_consistent(internal, tsquery, smallint, oid, internal) boolean' on db.
func GtsqueryPenalty ¶
func GtsqueryPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GtsqueryPenalty calls the stored function 'pg_catalog.gtsquery_penalty(internal, internal, internal) internal' on db.
func GtsqueryPicksplit ¶
func GtsqueryPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
GtsqueryPicksplit calls the stored function 'pg_catalog.gtsquery_picksplit(internal, internal) internal' on db.
func GtsquerySame ¶
func GtsquerySame(ctx context.Context, db DB, p0, p1 int64, p2 pgtypes.Internal) (pgtypes.Internal, error)
GtsquerySame calls the stored function 'pg_catalog.gtsquery_same(bigint, bigint, internal) internal' on db.
func GtsqueryUnion ¶
GtsqueryUnion calls the stored function 'pg_catalog.gtsquery_union(internal, internal) bigint' on db.
func GtsvectorCompress ¶
GtsvectorCompress calls the stored function 'pg_catalog.gtsvector_compress(internal) internal' on db.
func GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal ¶
func GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Gtsvector, p2 int, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GtsvectorConsistentByInternalGtsvectorIntegerOidAndInternal calls the stored function 'pg_catalog.gtsvector_consistent(internal, gtsvector, integer, oid, internal) boolean' on db.
func GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal ¶
func GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Tsvector, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
GtsvectorConsistentByInternalTsvectorSmallintOidAndInternal calls the stored function 'pg_catalog.gtsvector_consistent(internal, tsvector, smallint, oid, internal) boolean' on db.
func GtsvectorDecompress ¶
GtsvectorDecompress calls the stored function 'pg_catalog.gtsvector_decompress(internal) internal' on db.
func GtsvectorOptions ¶
GtsvectorOptions calls the stored function 'pg_catalog.gtsvector_options(internal)' on db.
func GtsvectorPenalty ¶
func GtsvectorPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
GtsvectorPenalty calls the stored function 'pg_catalog.gtsvector_penalty(internal, internal, internal) internal' on db.
func GtsvectorPicksplit ¶
func GtsvectorPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
GtsvectorPicksplit calls the stored function 'pg_catalog.gtsvector_picksplit(internal, internal) internal' on db.
func GtsvectorSame ¶
func GtsvectorSame(ctx context.Context, db DB, p0, p1 pgtypes.Gtsvector, p2 pgtypes.Internal) (pgtypes.Internal, error)
GtsvectorSame calls the stored function 'pg_catalog.gtsvector_same(gtsvector, gtsvector, internal) internal' on db.
func GtsvectorUnion ¶
GtsvectorUnion calls the stored function 'pg_catalog.gtsvector_union(internal, internal) gtsvector' on db.
func HasAnyColumnPrivilegeByNameOidAndText ¶
func HasAnyColumnPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasAnyColumnPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_any_column_privilege(name, oid, text) boolean' on db.
func HasAnyColumnPrivilegeByNameTextAndText ¶
func HasAnyColumnPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasAnyColumnPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_any_column_privilege(name, text, text) boolean' on db.
func HasAnyColumnPrivilegeByOidAndText ¶
func HasAnyColumnPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasAnyColumnPrivilegeByOidAndText calls the stored function 'pg_catalog.has_any_column_privilege(oid, text) boolean' on db.
func HasAnyColumnPrivilegeByOidOidAndText ¶
func HasAnyColumnPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasAnyColumnPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_any_column_privilege(oid, oid, text) boolean' on db.
func HasAnyColumnPrivilegeByOidTextAndText ¶
func HasAnyColumnPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasAnyColumnPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_any_column_privilege(oid, text, text) boolean' on db.
func HasAnyColumnPrivilegeByTextAndText ¶
HasAnyColumnPrivilegeByTextAndText calls the stored function 'pg_catalog.has_any_column_privilege(text, text) boolean' on db.
func HasColumnPrivilegeByNameOidSmallintAndText ¶
func HasColumnPrivilegeByNameOidSmallintAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 int16, p3 string) (bool, error)
HasColumnPrivilegeByNameOidSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(name, oid, smallint, text) boolean' on db.
func HasColumnPrivilegeByNameOidTextAndText ¶
func HasColumnPrivilegeByNameOidTextAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2, p3 string) (bool, error)
HasColumnPrivilegeByNameOidTextAndText calls the stored function 'pg_catalog.has_column_privilege(name, oid, text, text) boolean' on db.
func HasColumnPrivilegeByNameTextSmallintAndText ¶
func HasColumnPrivilegeByNameTextSmallintAndText(ctx context.Context, db DB, p0, p1 string, p2 int16, p3 string) (bool, error)
HasColumnPrivilegeByNameTextSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(name, text, smallint, text) boolean' on db.
func HasColumnPrivilegeByNameTextTextAndText ¶
func HasColumnPrivilegeByNameTextTextAndText(ctx context.Context, db DB, p0, p1, p2, p3 string) (bool, error)
HasColumnPrivilegeByNameTextTextAndText calls the stored function 'pg_catalog.has_column_privilege(name, text, text, text) boolean' on db.
func HasColumnPrivilegeByOidOidSmallintAndText ¶
func HasColumnPrivilegeByOidOidSmallintAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 int16, p3 string) (bool, error)
HasColumnPrivilegeByOidOidSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(oid, oid, smallint, text) boolean' on db.
func HasColumnPrivilegeByOidOidTextAndText ¶
func HasColumnPrivilegeByOidOidTextAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2, p3 string) (bool, error)
HasColumnPrivilegeByOidOidTextAndText calls the stored function 'pg_catalog.has_column_privilege(oid, oid, text, text) boolean' on db.
func HasColumnPrivilegeByOidSmallintAndText ¶
func HasColumnPrivilegeByOidSmallintAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int16, p2 string) (bool, error)
HasColumnPrivilegeByOidSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(oid, smallint, text) boolean' on db.
func HasColumnPrivilegeByOidTextAndText ¶
func HasColumnPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasColumnPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_column_privilege(oid, text, text) boolean' on db.
func HasColumnPrivilegeByOidTextSmallintAndText ¶
func HasColumnPrivilegeByOidTextSmallintAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string, p2 int16, p3 string) (bool, error)
HasColumnPrivilegeByOidTextSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(oid, text, smallint, text) boolean' on db.
func HasColumnPrivilegeByOidTextTextAndText ¶
func HasColumnPrivilegeByOidTextTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2, p3 string) (bool, error)
HasColumnPrivilegeByOidTextTextAndText calls the stored function 'pg_catalog.has_column_privilege(oid, text, text, text) boolean' on db.
func HasColumnPrivilegeByTextSmallintAndText ¶
func HasColumnPrivilegeByTextSmallintAndText(ctx context.Context, db DB, p0 string, p1 int16, p2 string) (bool, error)
HasColumnPrivilegeByTextSmallintAndText calls the stored function 'pg_catalog.has_column_privilege(text, smallint, text) boolean' on db.
func HasColumnPrivilegeByTextTextAndText ¶
func HasColumnPrivilegeByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasColumnPrivilegeByTextTextAndText calls the stored function 'pg_catalog.has_column_privilege(text, text, text) boolean' on db.
func HasDatabasePrivilegeByNameOidAndText ¶
func HasDatabasePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasDatabasePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_database_privilege(name, oid, text) boolean' on db.
func HasDatabasePrivilegeByNameTextAndText ¶
func HasDatabasePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasDatabasePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_database_privilege(name, text, text) boolean' on db.
func HasDatabasePrivilegeByOidAndText ¶
func HasDatabasePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasDatabasePrivilegeByOidAndText calls the stored function 'pg_catalog.has_database_privilege(oid, text) boolean' on db.
func HasDatabasePrivilegeByOidOidAndText ¶
func HasDatabasePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasDatabasePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_database_privilege(oid, oid, text) boolean' on db.
func HasDatabasePrivilegeByOidTextAndText ¶
func HasDatabasePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasDatabasePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_database_privilege(oid, text, text) boolean' on db.
func HasDatabasePrivilegeByTextAndText ¶
HasDatabasePrivilegeByTextAndText calls the stored function 'pg_catalog.has_database_privilege(text, text) boolean' on db.
func HasForeignDataWrapperPrivilegeByNameOidAndText ¶
func HasForeignDataWrapperPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasForeignDataWrapperPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(name, oid, text) boolean' on db.
func HasForeignDataWrapperPrivilegeByNameTextAndText ¶
func HasForeignDataWrapperPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasForeignDataWrapperPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(name, text, text) boolean' on db.
func HasForeignDataWrapperPrivilegeByOidAndText ¶
func HasForeignDataWrapperPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasForeignDataWrapperPrivilegeByOidAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(oid, text) boolean' on db.
func HasForeignDataWrapperPrivilegeByOidOidAndText ¶
func HasForeignDataWrapperPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasForeignDataWrapperPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(oid, oid, text) boolean' on db.
func HasForeignDataWrapperPrivilegeByOidTextAndText ¶
func HasForeignDataWrapperPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasForeignDataWrapperPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(oid, text, text) boolean' on db.
func HasForeignDataWrapperPrivilegeByTextAndText ¶
func HasForeignDataWrapperPrivilegeByTextAndText(ctx context.Context, db DB, p0, p1 string) (bool, error)
HasForeignDataWrapperPrivilegeByTextAndText calls the stored function 'pg_catalog.has_foreign_data_wrapper_privilege(text, text) boolean' on db.
func HasFunctionPrivilegeByNameOidAndText ¶
func HasFunctionPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasFunctionPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_function_privilege(name, oid, text) boolean' on db.
func HasFunctionPrivilegeByNameTextAndText ¶
func HasFunctionPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasFunctionPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_function_privilege(name, text, text) boolean' on db.
func HasFunctionPrivilegeByOidAndText ¶
func HasFunctionPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasFunctionPrivilegeByOidAndText calls the stored function 'pg_catalog.has_function_privilege(oid, text) boolean' on db.
func HasFunctionPrivilegeByOidOidAndText ¶
func HasFunctionPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasFunctionPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_function_privilege(oid, oid, text) boolean' on db.
func HasFunctionPrivilegeByOidTextAndText ¶
func HasFunctionPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasFunctionPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_function_privilege(oid, text, text) boolean' on db.
func HasFunctionPrivilegeByTextAndText ¶
HasFunctionPrivilegeByTextAndText calls the stored function 'pg_catalog.has_function_privilege(text, text) boolean' on db.
func HasLanguagePrivilegeByNameOidAndText ¶
func HasLanguagePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasLanguagePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_language_privilege(name, oid, text) boolean' on db.
func HasLanguagePrivilegeByNameTextAndText ¶
func HasLanguagePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasLanguagePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_language_privilege(name, text, text) boolean' on db.
func HasLanguagePrivilegeByOidAndText ¶
func HasLanguagePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasLanguagePrivilegeByOidAndText calls the stored function 'pg_catalog.has_language_privilege(oid, text) boolean' on db.
func HasLanguagePrivilegeByOidOidAndText ¶
func HasLanguagePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasLanguagePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_language_privilege(oid, oid, text) boolean' on db.
func HasLanguagePrivilegeByOidTextAndText ¶
func HasLanguagePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasLanguagePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_language_privilege(oid, text, text) boolean' on db.
func HasLanguagePrivilegeByTextAndText ¶
HasLanguagePrivilegeByTextAndText calls the stored function 'pg_catalog.has_language_privilege(text, text) boolean' on db.
func HasSchemaPrivilegeByNameOidAndText ¶
func HasSchemaPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasSchemaPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_schema_privilege(name, oid, text) boolean' on db.
func HasSchemaPrivilegeByNameTextAndText ¶
func HasSchemaPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasSchemaPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_schema_privilege(name, text, text) boolean' on db.
func HasSchemaPrivilegeByOidAndText ¶
func HasSchemaPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasSchemaPrivilegeByOidAndText calls the stored function 'pg_catalog.has_schema_privilege(oid, text) boolean' on db.
func HasSchemaPrivilegeByOidOidAndText ¶
func HasSchemaPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasSchemaPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_schema_privilege(oid, oid, text) boolean' on db.
func HasSchemaPrivilegeByOidTextAndText ¶
func HasSchemaPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasSchemaPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_schema_privilege(oid, text, text) boolean' on db.
func HasSchemaPrivilegeByTextAndText ¶
HasSchemaPrivilegeByTextAndText calls the stored function 'pg_catalog.has_schema_privilege(text, text) boolean' on db.
func HasSequencePrivilegeByNameOidAndText ¶
func HasSequencePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasSequencePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_sequence_privilege(name, oid, text) boolean' on db.
func HasSequencePrivilegeByNameTextAndText ¶
func HasSequencePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasSequencePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_sequence_privilege(name, text, text) boolean' on db.
func HasSequencePrivilegeByOidAndText ¶
func HasSequencePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasSequencePrivilegeByOidAndText calls the stored function 'pg_catalog.has_sequence_privilege(oid, text) boolean' on db.
func HasSequencePrivilegeByOidOidAndText ¶
func HasSequencePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasSequencePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_sequence_privilege(oid, oid, text) boolean' on db.
func HasSequencePrivilegeByOidTextAndText ¶
func HasSequencePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasSequencePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_sequence_privilege(oid, text, text) boolean' on db.
func HasSequencePrivilegeByTextAndText ¶
HasSequencePrivilegeByTextAndText calls the stored function 'pg_catalog.has_sequence_privilege(text, text) boolean' on db.
func HasServerPrivilegeByNameOidAndText ¶
func HasServerPrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasServerPrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_server_privilege(name, oid, text) boolean' on db.
func HasServerPrivilegeByNameTextAndText ¶
func HasServerPrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasServerPrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_server_privilege(name, text, text) boolean' on db.
func HasServerPrivilegeByOidAndText ¶
func HasServerPrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasServerPrivilegeByOidAndText calls the stored function 'pg_catalog.has_server_privilege(oid, text) boolean' on db.
func HasServerPrivilegeByOidOidAndText ¶
func HasServerPrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasServerPrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_server_privilege(oid, oid, text) boolean' on db.
func HasServerPrivilegeByOidTextAndText ¶
func HasServerPrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasServerPrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_server_privilege(oid, text, text) boolean' on db.
func HasServerPrivilegeByTextAndText ¶
HasServerPrivilegeByTextAndText calls the stored function 'pg_catalog.has_server_privilege(text, text) boolean' on db.
func HasTablePrivilegeByNameOidAndText ¶
func HasTablePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasTablePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_table_privilege(name, oid, text) boolean' on db.
func HasTablePrivilegeByNameTextAndText ¶
func HasTablePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasTablePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_table_privilege(name, text, text) boolean' on db.
func HasTablePrivilegeByOidAndText ¶
func HasTablePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasTablePrivilegeByOidAndText calls the stored function 'pg_catalog.has_table_privilege(oid, text) boolean' on db.
func HasTablePrivilegeByOidOidAndText ¶
func HasTablePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasTablePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_table_privilege(oid, oid, text) boolean' on db.
func HasTablePrivilegeByOidTextAndText ¶
func HasTablePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasTablePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_table_privilege(oid, text, text) boolean' on db.
func HasTablePrivilegeByTextAndText ¶
HasTablePrivilegeByTextAndText calls the stored function 'pg_catalog.has_table_privilege(text, text) boolean' on db.
func HasTablespacePrivilegeByNameOidAndText ¶
func HasTablespacePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasTablespacePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_tablespace_privilege(name, oid, text) boolean' on db.
func HasTablespacePrivilegeByNameTextAndText ¶
func HasTablespacePrivilegeByNameTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (bool, error)
HasTablespacePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_tablespace_privilege(name, text, text) boolean' on db.
func HasTablespacePrivilegeByOidAndText ¶
func HasTablespacePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasTablespacePrivilegeByOidAndText calls the stored function 'pg_catalog.has_tablespace_privilege(oid, text) boolean' on db.
func HasTablespacePrivilegeByOidOidAndText ¶
func HasTablespacePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasTablespacePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_tablespace_privilege(oid, oid, text) boolean' on db.
func HasTablespacePrivilegeByOidTextAndText ¶
func HasTablespacePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasTablespacePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_tablespace_privilege(oid, text, text) boolean' on db.
func HasTablespacePrivilegeByTextAndText ¶
HasTablespacePrivilegeByTextAndText calls the stored function 'pg_catalog.has_tablespace_privilege(text, text) boolean' on db.
func HasTypePrivilegeByNameOidAndText ¶
func HasTypePrivilegeByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
HasTypePrivilegeByNameOidAndText calls the stored function 'pg_catalog.has_type_privilege(name, oid, text) boolean' on db.
func HasTypePrivilegeByNameTextAndText ¶
HasTypePrivilegeByNameTextAndText calls the stored function 'pg_catalog.has_type_privilege(name, text, text) boolean' on db.
func HasTypePrivilegeByOidAndText ¶
func HasTypePrivilegeByOidAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (bool, error)
HasTypePrivilegeByOidAndText calls the stored function 'pg_catalog.has_type_privilege(oid, text) boolean' on db.
func HasTypePrivilegeByOidOidAndText ¶
func HasTypePrivilegeByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
HasTypePrivilegeByOidOidAndText calls the stored function 'pg_catalog.has_type_privilege(oid, oid, text) boolean' on db.
func HasTypePrivilegeByOidTextAndText ¶
func HasTypePrivilegeByOidTextAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
HasTypePrivilegeByOidTextAndText calls the stored function 'pg_catalog.has_type_privilege(oid, text, text) boolean' on db.
func HasTypePrivilegeByTextAndText ¶
HasTypePrivilegeByTextAndText calls the stored function 'pg_catalog.has_type_privilege(text, text) boolean' on db.
func HashAclitem ¶
HashAclitem calls the stored function 'pg_catalog.hash_aclitem(aclitem) integer' on db.
func HashAclitemExtended ¶
HashAclitemExtended calls the stored function 'pg_catalog.hash_aclitem_extended(aclitem, bigint) bigint' on db.
func HashArray ¶
HashArray calls the stored function 'pg_catalog.hash_array(anyarray) integer' on db.
func HashArrayExtended ¶
HashArrayExtended calls the stored function 'pg_catalog.hash_array_extended(anyarray, bigint) bigint' on db.
func HashMultirange ¶
HashMultirange calls the stored function 'pg_catalog.hash_multirange(anymultirange) integer' on db.
func HashMultirangeExtended ¶
func HashMultirangeExtended(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 int64) (int64, error)
HashMultirangeExtended calls the stored function 'pg_catalog.hash_multirange_extended(anymultirange, bigint) bigint' on db.
func HashNumeric ¶
HashNumeric calls the stored function 'pg_catalog.hash_numeric(numeric) integer' on db.
func HashNumericExtended ¶
HashNumericExtended calls the stored function 'pg_catalog.hash_numeric_extended(numeric, bigint) bigint' on db.
func HashRange ¶
HashRange calls the stored function 'pg_catalog.hash_range(anyrange) integer' on db.
func HashRangeExtended ¶
HashRangeExtended calls the stored function 'pg_catalog.hash_range_extended(anyrange, bigint) bigint' on db.
func HashRecord ¶
HashRecord calls the stored function 'pg_catalog.hash_record(record) integer' on db.
func HashRecordExtended ¶
HashRecordExtended calls the stored function 'pg_catalog.hash_record_extended(record, bigint) bigint' on db.
func Hashbpchar ¶
Hashbpchar calls the stored function 'pg_catalog.hashbpchar(character) integer' on db.
func Hashbpcharextended ¶
Hashbpcharextended calls the stored function 'pg_catalog.hashbpcharextended(character, bigint) bigint' on db.
func Hashcharextended ¶
Hashcharextended calls the stored function 'pg_catalog.hashcharextended("char", bigint) bigint' on db.
func Hashenumextended ¶
Hashenumextended calls the stored function 'pg_catalog.hashenumextended(anyenum, bigint) bigint' on db.
func Hashfloat4 ¶
Hashfloat4 calls the stored function 'pg_catalog.hashfloat4(real) integer' on db.
func Hashfloat4extended ¶
Hashfloat4extended calls the stored function 'pg_catalog.hashfloat4extended(real, bigint) bigint' on db.
func Hashfloat8 ¶
Hashfloat8 calls the stored function 'pg_catalog.hashfloat8(double precision) integer' on db.
func Hashfloat8extended ¶
Hashfloat8extended calls the stored function 'pg_catalog.hashfloat8extended(double precision, bigint) bigint' on db.
func Hashhandler ¶
Hashhandler calls the stored function 'pg_catalog.hashhandler(internal) index_am_handler' on db.
func Hashinetextended ¶
Hashinetextended calls the stored function 'pg_catalog.hashinetextended(inet, bigint) bigint' on db.
func Hashint2extended ¶
Hashint2extended calls the stored function 'pg_catalog.hashint2extended(smallint, bigint) bigint' on db.
func Hashint4extended ¶
Hashint4extended calls the stored function 'pg_catalog.hashint4extended(integer, bigint) bigint' on db.
func Hashint8extended ¶
Hashint8extended calls the stored function 'pg_catalog.hashint8extended(bigint, bigint) bigint' on db.
func Hashmacaddr ¶
Hashmacaddr calls the stored function 'pg_catalog.hashmacaddr(macaddr) integer' on db.
func Hashmacaddr8 ¶
Hashmacaddr8 calls the stored function 'pg_catalog.hashmacaddr8(macaddr8) integer' on db.
func Hashmacaddr8extended ¶
Hashmacaddr8extended calls the stored function 'pg_catalog.hashmacaddr8extended(macaddr8, bigint) bigint' on db.
func Hashmacaddrextended ¶
Hashmacaddrextended calls the stored function 'pg_catalog.hashmacaddrextended(macaddr, bigint) bigint' on db.
func Hashnameextended ¶
Hashnameextended calls the stored function 'pg_catalog.hashnameextended(name, bigint) bigint' on db.
func Hashoidextended ¶
Hashoidextended calls the stored function 'pg_catalog.hashoidextended(oid, bigint) bigint' on db.
func Hashoidvector ¶
Hashoidvector calls the stored function 'pg_catalog.hashoidvector(oidvector) integer' on db.
func Hashoidvectorextended ¶
func Hashoidvectorextended(ctx context.Context, db DB, p0 pgtypes.Oidvector, p1 int64) (int64, error)
Hashoidvectorextended calls the stored function 'pg_catalog.hashoidvectorextended(oidvector, bigint) bigint' on db.
func Hashtextextended ¶
Hashtextextended calls the stored function 'pg_catalog.hashtextextended(text, bigint) bigint' on db.
func Hashtidextended ¶
Hashtidextended calls the stored function 'pg_catalog.hashtidextended(tid, bigint) bigint' on db.
func Hashvarlena ¶
Hashvarlena calls the stored function 'pg_catalog.hashvarlena(internal) integer' on db.
func Hashvarlenaextended ¶
Hashvarlenaextended calls the stored function 'pg_catalog.hashvarlenaextended(internal, bigint) bigint' on db.
func HeapTableamHandler ¶
func HeapTableamHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TableAmHandler, error)
HeapTableamHandler calls the stored function 'pg_catalog.heap_tableam_handler(internal) table_am_handler' on db.
func Iclikejoinsel ¶
func Iclikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Iclikejoinsel calls the stored function 'pg_catalog.iclikejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Iclikesel ¶
func Iclikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Iclikesel calls the stored function 'pg_catalog.iclikesel(internal, oid, internal, integer) double precision' on db.
func Icnlikejoinsel ¶
func Icnlikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Icnlikejoinsel calls the stored function 'pg_catalog.icnlikejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Icnlikesel ¶
func Icnlikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Icnlikesel calls the stored function 'pg_catalog.icnlikesel(internal, oid, internal, integer) double precision' on db.
func Icregexeqjoinsel ¶
func Icregexeqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Icregexeqjoinsel calls the stored function 'pg_catalog.icregexeqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Icregexeqsel ¶
func Icregexeqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Icregexeqsel calls the stored function 'pg_catalog.icregexeqsel(internal, oid, internal, integer) double precision' on db.
func Icregexnejoinsel ¶
func Icregexnejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Icregexnejoinsel calls the stored function 'pg_catalog.icregexnejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Icregexnesel ¶
func Icregexnesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Icregexnesel calls the stored function 'pg_catalog.icregexnesel(internal, oid, internal, integer) double precision' on db.
func InRangeByBigintBigintBigintBooleanAndBoolean ¶
func InRangeByBigintBigintBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int64, p3, p4 bool) (bool, error)
InRangeByBigintBigintBigintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(bigint, bigint, bigint, boolean, boolean) boolean' on db.
func InRangeByDateDateIntervalBooleanAndBoolean ¶
func InRangeByDateDateIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)
InRangeByDateDateIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(date, date, interval, boolean, boolean) boolean' on db.
func InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean ¶
func InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 float64, p3, p4 bool) (bool, error)
InRangeByDoublePrecisionDoublePrecisionDoublePrecisionBooleanAndBoolean calls the stored function 'pg_catalog.in_range(double precision, double precision, double precision, boolean, boolean) boolean' on db.
func InRangeByIntegerIntegerBigintBooleanAndBoolean ¶
func InRangeByIntegerIntegerBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int, p2 int64, p3, p4 bool) (bool, error)
InRangeByIntegerIntegerBigintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(integer, integer, bigint, boolean, boolean) boolean' on db.
func InRangeByIntegerIntegerIntegerBooleanAndBoolean ¶
func InRangeByIntegerIntegerIntegerBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int, p3, p4 bool) (bool, error)
InRangeByIntegerIntegerIntegerBooleanAndBoolean calls the stored function 'pg_catalog.in_range(integer, integer, integer, boolean, boolean) boolean' on db.
func InRangeByIntegerIntegerSmallintBooleanAndBoolean ¶
func InRangeByIntegerIntegerSmallintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int, p2 int16, p3, p4 bool) (bool, error)
InRangeByIntegerIntegerSmallintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(integer, integer, smallint, boolean, boolean) boolean' on db.
func InRangeByIntervalIntervalIntervalBooleanAndBoolean ¶
func InRangeByIntervalIntervalIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 []byte, p3, p4 bool) (bool, error)
InRangeByIntervalIntervalIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(interval, interval, interval, boolean, boolean) boolean' on db.
func InRangeByNumericNumericNumericBooleanAndBoolean ¶
func InRangeByNumericNumericNumericBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 float64, p3, p4 bool) (bool, error)
InRangeByNumericNumericNumericBooleanAndBoolean calls the stored function 'pg_catalog.in_range(numeric, numeric, numeric, boolean, boolean) boolean' on db.
func InRangeByRealRealDoublePrecisionBooleanAndBoolean ¶
func InRangeByRealRealDoublePrecisionBooleanAndBoolean(ctx context.Context, db DB, p0, p1 float32, p2 float64, p3, p4 bool) (bool, error)
InRangeByRealRealDoublePrecisionBooleanAndBoolean calls the stored function 'pg_catalog.in_range(real, real, double precision, boolean, boolean) boolean' on db.
func InRangeBySmallintSmallintBigintBooleanAndBoolean ¶
func InRangeBySmallintSmallintBigintBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int16, p2 int64, p3, p4 bool) (bool, error)
InRangeBySmallintSmallintBigintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(smallint, smallint, bigint, boolean, boolean) boolean' on db.
func InRangeBySmallintSmallintIntegerBooleanAndBoolean ¶
func InRangeBySmallintSmallintIntegerBooleanAndBoolean(ctx context.Context, db DB, p0, p1 int16, p2 int, p3, p4 bool) (bool, error)
InRangeBySmallintSmallintIntegerBooleanAndBoolean calls the stored function 'pg_catalog.in_range(smallint, smallint, integer, boolean, boolean) boolean' on db.
func InRangeBySmallintSmallintSmallintBooleanAndBoolean ¶
func InRangeBySmallintSmallintSmallintBooleanAndBoolean(ctx context.Context, db DB, p0, p1, p2 int16, p3, p4 bool) (bool, error)
InRangeBySmallintSmallintSmallintBooleanAndBoolean calls the stored function 'pg_catalog.in_range(smallint, smallint, smallint, boolean, boolean) boolean' on db.
func InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean ¶
func InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)
InRangeByTimeWithTimeZoneTimeWithTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(time with time zone, time with time zone, interval, boolean, boolean) boolean' on db.
func InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean ¶
func InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)
InRangeByTimeWithoutTimeZoneTimeWithoutTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(time without time zone, time without time zone, interval, boolean, boolean) boolean' on db.
func InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean ¶
func InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)
InRangeByTimestampWithTimeZoneTimestampWithTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(timestamp with time zone, timestamp with time zone, interval, boolean, boolean) boolean' on db.
func InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean ¶
func InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean(ctx context.Context, db DB, p0, p1 time.Time, p2 []byte, p3, p4 bool) (bool, error)
InRangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneIntervalBooleanAndBoolean calls the stored function 'pg_catalog.in_range(timestamp without time zone, timestamp without time zone, interval, boolean, boolean) boolean' on db.
func InetClientAddr ¶
InetClientAddr calls the stored function 'pg_catalog.inet_client_addr() inet' on db.
func InetClientPort ¶
InetClientPort calls the stored function 'pg_catalog.inet_client_port() integer' on db.
func InetGistCompress ¶
InetGistCompress calls the stored function 'pg_catalog.inet_gist_compress(internal) internal' on db.
func InetGistConsistent ¶
func InetGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 string, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
InetGistConsistent calls the stored function 'pg_catalog.inet_gist_consistent(internal, inet, smallint, oid, internal) boolean' on db.
func InetGistFetch ¶
InetGistFetch calls the stored function 'pg_catalog.inet_gist_fetch(internal) internal' on db.
func InetGistPenalty ¶
func InetGistPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
InetGistPenalty calls the stored function 'pg_catalog.inet_gist_penalty(internal, internal, internal) internal' on db.
func InetGistPicksplit ¶
func InetGistPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
InetGistPicksplit calls the stored function 'pg_catalog.inet_gist_picksplit(internal, internal) internal' on db.
func InetGistSame ¶
func InetGistSame(ctx context.Context, db DB, p0, p1 string, p2 pgtypes.Internal) (pgtypes.Internal, error)
InetGistSame calls the stored function 'pg_catalog.inet_gist_same(inet, inet, internal) internal' on db.
func InetGistUnion ¶
InetGistUnion calls the stored function 'pg_catalog.inet_gist_union(internal, internal) inet' on db.
func InetMerge ¶
InetMerge calls the stored function 'pg_catalog.inet_merge(inet, inet) cidr' on db.
func InetSameFamily ¶
InetSameFamily calls the stored function 'pg_catalog.inet_same_family(inet, inet) boolean' on db.
func InetServerAddr ¶
InetServerAddr calls the stored function 'pg_catalog.inet_server_addr() inet' on db.
func InetServerPort ¶
InetServerPort calls the stored function 'pg_catalog.inet_server_port() integer' on db.
func InetSpgChoose ¶
InetSpgChoose calls the stored function 'pg_catalog.inet_spg_choose(internal, internal)' on db.
func InetSpgConfig ¶
InetSpgConfig calls the stored function 'pg_catalog.inet_spg_config(internal, internal)' on db.
func InetSpgInnerConsistent ¶
InetSpgInnerConsistent calls the stored function 'pg_catalog.inet_spg_inner_consistent(internal, internal)' on db.
func InetSpgLeafConsistent ¶
InetSpgLeafConsistent calls the stored function 'pg_catalog.inet_spg_leaf_consistent(internal, internal) boolean' on db.
func InetSpgPicksplit ¶
InetSpgPicksplit calls the stored function 'pg_catalog.inet_spg_picksplit(internal, internal)' on db.
func InetmiInt8 ¶
InetmiInt8 calls the stored function 'pg_catalog.inetmi_int8(inet, bigint) inet' on db.
func Int24div ¶
Int24div calls the stored function 'pg_catalog.int24div(smallint, integer) integer' on db.
func Int24eq ¶
Int24eq calls the stored function 'pg_catalog.int24eq(smallint, integer) boolean' on db.
func Int24ge ¶
Int24ge calls the stored function 'pg_catalog.int24ge(smallint, integer) boolean' on db.
func Int24gt ¶
Int24gt calls the stored function 'pg_catalog.int24gt(smallint, integer) boolean' on db.
func Int24le ¶
Int24le calls the stored function 'pg_catalog.int24le(smallint, integer) boolean' on db.
func Int24lt ¶
Int24lt calls the stored function 'pg_catalog.int24lt(smallint, integer) boolean' on db.
func Int24mi ¶
Int24mi calls the stored function 'pg_catalog.int24mi(smallint, integer) integer' on db.
func Int24mul ¶
Int24mul calls the stored function 'pg_catalog.int24mul(smallint, integer) integer' on db.
func Int24ne ¶
Int24ne calls the stored function 'pg_catalog.int24ne(smallint, integer) boolean' on db.
func Int24pl ¶
Int24pl calls the stored function 'pg_catalog.int24pl(smallint, integer) integer' on db.
func Int28div ¶
Int28div calls the stored function 'pg_catalog.int28div(smallint, bigint) bigint' on db.
func Int28eq ¶
Int28eq calls the stored function 'pg_catalog.int28eq(smallint, bigint) boolean' on db.
func Int28ge ¶
Int28ge calls the stored function 'pg_catalog.int28ge(smallint, bigint) boolean' on db.
func Int28gt ¶
Int28gt calls the stored function 'pg_catalog.int28gt(smallint, bigint) boolean' on db.
func Int28le ¶
Int28le calls the stored function 'pg_catalog.int28le(smallint, bigint) boolean' on db.
func Int28lt ¶
Int28lt calls the stored function 'pg_catalog.int28lt(smallint, bigint) boolean' on db.
func Int28mi ¶
Int28mi calls the stored function 'pg_catalog.int28mi(smallint, bigint) bigint' on db.
func Int28mul ¶
Int28mul calls the stored function 'pg_catalog.int28mul(smallint, bigint) bigint' on db.
func Int28ne ¶
Int28ne calls the stored function 'pg_catalog.int28ne(smallint, bigint) boolean' on db.
func Int28pl ¶
Int28pl calls the stored function 'pg_catalog.int28pl(smallint, bigint) bigint' on db.
func Int2Accum ¶
Int2Accum calls the stored function 'pg_catalog.int2_accum(internal, smallint) internal' on db.
func Int2AccumInv ¶
func Int2AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int16) (pgtypes.Internal, error)
Int2AccumInv calls the stored function 'pg_catalog.int2_accum_inv(internal, smallint) internal' on db.
func Int2AvgAccum ¶
Int2AvgAccum calls the stored function 'pg_catalog.int2_avg_accum(bigint, smallint) bigint' on db.
func Int2AvgAccumInv ¶
Int2AvgAccumInv calls the stored function 'pg_catalog.int2_avg_accum_inv(bigint, smallint) bigint' on db.
func Int2ByBigint ¶
Int2ByBigint calls the stored function 'pg_catalog.int2(bigint) smallint' on db.
func Int2ByDoublePrecision ¶
Int2ByDoublePrecision calls the stored function 'pg_catalog.int2(double precision) smallint' on db.
func Int2ByInteger ¶
Int2ByInteger calls the stored function 'pg_catalog.int2(integer) smallint' on db.
func Int2ByJsonb ¶
Int2ByJsonb calls the stored function 'pg_catalog.int2(jsonb) smallint' on db.
func Int2ByNumeric ¶
Int2ByNumeric calls the stored function 'pg_catalog.int2(numeric) smallint' on db.
func Int2ByReal ¶
Int2ByReal calls the stored function 'pg_catalog.int2(real) smallint' on db.
func Int2MulCash ¶
Int2MulCash calls the stored function 'pg_catalog.int2_mul_cash(smallint, money) money' on db.
func Int2Sum ¶
Int2Sum calls the stored function 'pg_catalog.int2_sum(bigint, smallint) bigint' on db.
func Int2and ¶
Int2and calls the stored function 'pg_catalog.int2and(smallint, smallint) smallint' on db.
func Int2div ¶
Int2div calls the stored function 'pg_catalog.int2div(smallint, smallint) smallint' on db.
func Int2eq ¶
Int2eq calls the stored function 'pg_catalog.int2eq(smallint, smallint) boolean' on db.
func Int2ge ¶
Int2ge calls the stored function 'pg_catalog.int2ge(smallint, smallint) boolean' on db.
func Int2gt ¶
Int2gt calls the stored function 'pg_catalog.int2gt(smallint, smallint) boolean' on db.
func Int2int4Sum ¶
Int2int4Sum calls the stored function 'pg_catalog.int2int4_sum(bigint) bigint' on db.
func Int2larger ¶
Int2larger calls the stored function 'pg_catalog.int2larger(smallint, smallint) smallint' on db.
func Int2le ¶
Int2le calls the stored function 'pg_catalog.int2le(smallint, smallint) boolean' on db.
func Int2lt ¶
Int2lt calls the stored function 'pg_catalog.int2lt(smallint, smallint) boolean' on db.
func Int2mi ¶
Int2mi calls the stored function 'pg_catalog.int2mi(smallint, smallint) smallint' on db.
func Int2mod ¶
Int2mod calls the stored function 'pg_catalog.int2mod(smallint, smallint) smallint' on db.
func Int2mul ¶
Int2mul calls the stored function 'pg_catalog.int2mul(smallint, smallint) smallint' on db.
func Int2ne ¶
Int2ne calls the stored function 'pg_catalog.int2ne(smallint, smallint) boolean' on db.
func Int2or ¶
Int2or calls the stored function 'pg_catalog.int2or(smallint, smallint) smallint' on db.
func Int2pl ¶
Int2pl calls the stored function 'pg_catalog.int2pl(smallint, smallint) smallint' on db.
func Int2shl ¶
Int2shl calls the stored function 'pg_catalog.int2shl(smallint, integer) smallint' on db.
func Int2shr ¶
Int2shr calls the stored function 'pg_catalog.int2shr(smallint, integer) smallint' on db.
func Int2smaller ¶
Int2smaller calls the stored function 'pg_catalog.int2smaller(smallint, smallint) smallint' on db.
func Int2vectorrecv ¶
Int2vectorrecv calls the stored function 'pg_catalog.int2vectorrecv(internal) int2vector' on db.
func Int2vectorsend ¶
Int2vectorsend calls the stored function 'pg_catalog.int2vectorsend(int2vector) bytea' on db.
func Int2xor ¶
Int2xor calls the stored function 'pg_catalog.int2xor(smallint, smallint) smallint' on db.
func Int42div ¶
Int42div calls the stored function 'pg_catalog.int42div(integer, smallint) integer' on db.
func Int42eq ¶
Int42eq calls the stored function 'pg_catalog.int42eq(integer, smallint) boolean' on db.
func Int42ge ¶
Int42ge calls the stored function 'pg_catalog.int42ge(integer, smallint) boolean' on db.
func Int42gt ¶
Int42gt calls the stored function 'pg_catalog.int42gt(integer, smallint) boolean' on db.
func Int42le ¶
Int42le calls the stored function 'pg_catalog.int42le(integer, smallint) boolean' on db.
func Int42lt ¶
Int42lt calls the stored function 'pg_catalog.int42lt(integer, smallint) boolean' on db.
func Int42mi ¶
Int42mi calls the stored function 'pg_catalog.int42mi(integer, smallint) integer' on db.
func Int42mul ¶
Int42mul calls the stored function 'pg_catalog.int42mul(integer, smallint) integer' on db.
func Int42ne ¶
Int42ne calls the stored function 'pg_catalog.int42ne(integer, smallint) boolean' on db.
func Int42pl ¶
Int42pl calls the stored function 'pg_catalog.int42pl(integer, smallint) integer' on db.
func Int48div ¶
Int48div calls the stored function 'pg_catalog.int48div(integer, bigint) bigint' on db.
func Int48eq ¶
Int48eq calls the stored function 'pg_catalog.int48eq(integer, bigint) boolean' on db.
func Int48ge ¶
Int48ge calls the stored function 'pg_catalog.int48ge(integer, bigint) boolean' on db.
func Int48gt ¶
Int48gt calls the stored function 'pg_catalog.int48gt(integer, bigint) boolean' on db.
func Int48le ¶
Int48le calls the stored function 'pg_catalog.int48le(integer, bigint) boolean' on db.
func Int48lt ¶
Int48lt calls the stored function 'pg_catalog.int48lt(integer, bigint) boolean' on db.
func Int48mi ¶
Int48mi calls the stored function 'pg_catalog.int48mi(integer, bigint) bigint' on db.
func Int48mul ¶
Int48mul calls the stored function 'pg_catalog.int48mul(integer, bigint) bigint' on db.
func Int48ne ¶
Int48ne calls the stored function 'pg_catalog.int48ne(integer, bigint) boolean' on db.
func Int48pl ¶
Int48pl calls the stored function 'pg_catalog.int48pl(integer, bigint) bigint' on db.
func Int4Accum ¶
Int4Accum calls the stored function 'pg_catalog.int4_accum(internal, integer) internal' on db.
func Int4AccumInv ¶
func Int4AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int) (pgtypes.Internal, error)
Int4AccumInv calls the stored function 'pg_catalog.int4_accum_inv(internal, integer) internal' on db.
func Int4AvgAccum ¶
Int4AvgAccum calls the stored function 'pg_catalog.int4_avg_accum(bigint, integer) bigint' on db.
func Int4AvgAccumInv ¶
Int4AvgAccumInv calls the stored function 'pg_catalog.int4_avg_accum_inv(bigint, integer) bigint' on db.
func Int4AvgCombine ¶
Int4AvgCombine calls the stored function 'pg_catalog.int4_avg_combine(bigint, bigint) bigint' on db.
func Int4ByBigint ¶
Int4ByBigint calls the stored function 'pg_catalog.int4(bigint) integer' on db.
func Int4ByBoolean ¶
Int4ByBoolean calls the stored function 'pg_catalog.int4(boolean) integer' on db.
func Int4ByChar ¶
Int4ByChar calls the stored function 'pg_catalog.int4("char") integer' on db.
func Int4ByDoublePrecision ¶
Int4ByDoublePrecision calls the stored function 'pg_catalog.int4(double precision) integer' on db.
func Int4ByJsonb ¶
Int4ByJsonb calls the stored function 'pg_catalog.int4(jsonb) integer' on db.
func Int4ByNumeric ¶
Int4ByNumeric calls the stored function 'pg_catalog.int4(numeric) integer' on db.
func Int4ByReal ¶
Int4ByReal calls the stored function 'pg_catalog.int4(real) integer' on db.
func Int4BySmallint ¶
Int4BySmallint calls the stored function 'pg_catalog.int4(smallint) integer' on db.
func Int4MulCash ¶
Int4MulCash calls the stored function 'pg_catalog.int4_mul_cash(integer, money) money' on db.
func Int4Sum ¶
Int4Sum calls the stored function 'pg_catalog.int4_sum(bigint, integer) bigint' on db.
func Int4and ¶
Int4and calls the stored function 'pg_catalog.int4and(integer, integer) integer' on db.
func Int4div ¶
Int4div calls the stored function 'pg_catalog.int4div(integer, integer) integer' on db.
func Int4larger ¶
Int4larger calls the stored function 'pg_catalog.int4larger(integer, integer) integer' on db.
func Int4mod ¶
Int4mod calls the stored function 'pg_catalog.int4mod(integer, integer) integer' on db.
func Int4mul ¶
Int4mul calls the stored function 'pg_catalog.int4mul(integer, integer) integer' on db.
func Int4multirange ¶
Int4multirange calls the stored function 'pg_catalog.int4multirange() int4multirange' on db.
func Int4multirangeByInt4range ¶
func Int4multirangeByInt4range(ctx context.Context, db DB, p0 pgtypes.Int4range) (pgtypes.Int4multirange, error)
Int4multirangeByInt4range calls the stored function 'pg_catalog.int4multirange(int4range) int4multirange' on db.
func Int4rangeByIntegerAndInteger ¶
func Int4rangeByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (pgtypes.Int4range, error)
Int4rangeByIntegerAndInteger calls the stored function 'pg_catalog.int4range(integer, integer) int4range' on db.
func Int4rangeByIntegerIntegerAndText ¶
func Int4rangeByIntegerIntegerAndText(ctx context.Context, db DB, p0, p1 int, p2 string) (pgtypes.Int4range, error)
Int4rangeByIntegerIntegerAndText calls the stored function 'pg_catalog.int4range(integer, integer, text) int4range' on db.
func Int4rangeCanonical ¶
func Int4rangeCanonical(ctx context.Context, db DB, p0 pgtypes.Int4range) (pgtypes.Int4range, error)
Int4rangeCanonical calls the stored function 'pg_catalog.int4range_canonical(int4range) int4range' on db.
func Int4rangeSubdiff ¶
Int4rangeSubdiff calls the stored function 'pg_catalog.int4range_subdiff(integer, integer) double precision' on db.
func Int4shl ¶
Int4shl calls the stored function 'pg_catalog.int4shl(integer, integer) integer' on db.
func Int4shr ¶
Int4shr calls the stored function 'pg_catalog.int4shr(integer, integer) integer' on db.
func Int4smaller ¶
Int4smaller calls the stored function 'pg_catalog.int4smaller(integer, integer) integer' on db.
func Int4xor ¶
Int4xor calls the stored function 'pg_catalog.int4xor(integer, integer) integer' on db.
func Int82div ¶
Int82div calls the stored function 'pg_catalog.int82div(bigint, smallint) bigint' on db.
func Int82eq ¶
Int82eq calls the stored function 'pg_catalog.int82eq(bigint, smallint) boolean' on db.
func Int82ge ¶
Int82ge calls the stored function 'pg_catalog.int82ge(bigint, smallint) boolean' on db.
func Int82gt ¶
Int82gt calls the stored function 'pg_catalog.int82gt(bigint, smallint) boolean' on db.
func Int82le ¶
Int82le calls the stored function 'pg_catalog.int82le(bigint, smallint) boolean' on db.
func Int82lt ¶
Int82lt calls the stored function 'pg_catalog.int82lt(bigint, smallint) boolean' on db.
func Int82mi ¶
Int82mi calls the stored function 'pg_catalog.int82mi(bigint, smallint) bigint' on db.
func Int82mul ¶
Int82mul calls the stored function 'pg_catalog.int82mul(bigint, smallint) bigint' on db.
func Int82ne ¶
Int82ne calls the stored function 'pg_catalog.int82ne(bigint, smallint) boolean' on db.
func Int82pl ¶
Int82pl calls the stored function 'pg_catalog.int82pl(bigint, smallint) bigint' on db.
func Int84div ¶
Int84div calls the stored function 'pg_catalog.int84div(bigint, integer) bigint' on db.
func Int84eq ¶
Int84eq calls the stored function 'pg_catalog.int84eq(bigint, integer) boolean' on db.
func Int84ge ¶
Int84ge calls the stored function 'pg_catalog.int84ge(bigint, integer) boolean' on db.
func Int84gt ¶
Int84gt calls the stored function 'pg_catalog.int84gt(bigint, integer) boolean' on db.
func Int84le ¶
Int84le calls the stored function 'pg_catalog.int84le(bigint, integer) boolean' on db.
func Int84lt ¶
Int84lt calls the stored function 'pg_catalog.int84lt(bigint, integer) boolean' on db.
func Int84mi ¶
Int84mi calls the stored function 'pg_catalog.int84mi(bigint, integer) bigint' on db.
func Int84mul ¶
Int84mul calls the stored function 'pg_catalog.int84mul(bigint, integer) bigint' on db.
func Int84ne ¶
Int84ne calls the stored function 'pg_catalog.int84ne(bigint, integer) boolean' on db.
func Int84pl ¶
Int84pl calls the stored function 'pg_catalog.int84pl(bigint, integer) bigint' on db.
func Int8Accum ¶
Int8Accum calls the stored function 'pg_catalog.int8_accum(internal, bigint) internal' on db.
func Int8AccumInv ¶
func Int8AccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)
Int8AccumInv calls the stored function 'pg_catalog.int8_accum_inv(internal, bigint) internal' on db.
func Int8AvgAccum ¶
func Int8AvgAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)
Int8AvgAccum calls the stored function 'pg_catalog.int8_avg_accum(internal, bigint) internal' on db.
func Int8AvgAccumInv ¶
func Int8AvgAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 int64) (pgtypes.Internal, error)
Int8AvgAccumInv calls the stored function 'pg_catalog.int8_avg_accum_inv(internal, bigint) internal' on db.
func Int8AvgCombine ¶
Int8AvgCombine calls the stored function 'pg_catalog.int8_avg_combine(internal, internal) internal' on db.
func Int8AvgDeserialize ¶
func Int8AvgDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)
Int8AvgDeserialize calls the stored function 'pg_catalog.int8_avg_deserialize(bytea, internal) internal' on db.
func Int8AvgSerialize ¶
Int8AvgSerialize calls the stored function 'pg_catalog.int8_avg_serialize(internal) bytea' on db.
func Int8ByDoublePrecision ¶
Int8ByDoublePrecision calls the stored function 'pg_catalog.int8(double precision) bigint' on db.
func Int8ByInteger ¶
Int8ByInteger calls the stored function 'pg_catalog.int8(integer) bigint' on db.
func Int8ByJsonb ¶
Int8ByJsonb calls the stored function 'pg_catalog.int8(jsonb) bigint' on db.
func Int8ByNumeric ¶
Int8ByNumeric calls the stored function 'pg_catalog.int8(numeric) bigint' on db.
func Int8ByReal ¶
Int8ByReal calls the stored function 'pg_catalog.int8(real) bigint' on db.
func Int8BySmallint ¶
Int8BySmallint calls the stored function 'pg_catalog.int8(smallint) bigint' on db.
func Int8MulCash ¶
Int8MulCash calls the stored function 'pg_catalog.int8_mul_cash(bigint, money) money' on db.
func Int8Sum ¶
Int8Sum calls the stored function 'pg_catalog.int8_sum(numeric, bigint) numeric' on db.
func Int8decAny ¶
Int8decAny calls the stored function 'pg_catalog.int8dec_any(bigint, "any") bigint' on db.
func Int8incAny ¶
Int8incAny calls the stored function 'pg_catalog.int8inc_any(bigint, "any") bigint' on db.
func Int8incFloat8Float8 ¶
Int8incFloat8Float8 calls the stored function 'pg_catalog.int8inc_float8_float8(bigint, double precision, double precision) bigint' on db.
func Int8larger ¶
Int8larger calls the stored function 'pg_catalog.int8larger(bigint, bigint) bigint' on db.
func Int8multirange ¶
Int8multirange calls the stored function 'pg_catalog.int8multirange() int8multirange' on db.
func Int8multirangeByInt8range ¶
func Int8multirangeByInt8range(ctx context.Context, db DB, p0 pgtypes.Int8range) (pgtypes.Int8multirange, error)
Int8multirangeByInt8range calls the stored function 'pg_catalog.int8multirange(int8range) int8multirange' on db.
func Int8plInet ¶
Int8plInet calls the stored function 'pg_catalog.int8pl_inet(bigint, inet) inet' on db.
func Int8rangeByBigintAndBigint ¶
func Int8rangeByBigintAndBigint(ctx context.Context, db DB, p0, p1 int64) (pgtypes.Int8range, error)
Int8rangeByBigintAndBigint calls the stored function 'pg_catalog.int8range(bigint, bigint) int8range' on db.
func Int8rangeByBigintBigintAndText ¶
func Int8rangeByBigintBigintAndText(ctx context.Context, db DB, p0, p1 int64, p2 string) (pgtypes.Int8range, error)
Int8rangeByBigintBigintAndText calls the stored function 'pg_catalog.int8range(bigint, bigint, text) int8range' on db.
func Int8rangeCanonical ¶
func Int8rangeCanonical(ctx context.Context, db DB, p0 pgtypes.Int8range) (pgtypes.Int8range, error)
Int8rangeCanonical calls the stored function 'pg_catalog.int8range_canonical(int8range) int8range' on db.
func Int8rangeSubdiff ¶
Int8rangeSubdiff calls the stored function 'pg_catalog.int8range_subdiff(bigint, bigint) double precision' on db.
func Int8shl ¶
Int8shl calls the stored function 'pg_catalog.int8shl(bigint, integer) bigint' on db.
func Int8shr ¶
Int8shr calls the stored function 'pg_catalog.int8shr(bigint, integer) bigint' on db.
func Int8smaller ¶
Int8smaller calls the stored function 'pg_catalog.int8smaller(bigint, bigint) bigint' on db.
func IntegerPlDate ¶
IntegerPlDate calls the stored function 'pg_catalog.integer_pl_date(integer, date) date' on db.
func IntervalAccum ¶
IntervalAccum calls the stored function 'pg_catalog.interval_accum(interval, interval) interval' on db.
func IntervalAccumInv ¶
IntervalAccumInv calls the stored function 'pg_catalog.interval_accum_inv(interval, interval) interval' on db.
func IntervalAvg ¶
IntervalAvg calls the stored function 'pg_catalog.interval_avg(interval) interval' on db.
func IntervalByIntervalAndInteger ¶
IntervalByIntervalAndInteger calls the stored function 'pg_catalog.interval(interval, integer) interval' on db.
func IntervalByTimeWithoutTimeZone ¶
IntervalByTimeWithoutTimeZone calls the stored function 'pg_catalog.interval(time without time zone) interval' on db.
func IntervalCmp ¶
IntervalCmp calls the stored function 'pg_catalog.interval_cmp(interval, interval) integer' on db.
func IntervalCombine ¶
IntervalCombine calls the stored function 'pg_catalog.interval_combine(interval, interval) interval' on db.
func IntervalDiv ¶
IntervalDiv calls the stored function 'pg_catalog.interval_div(interval, double precision) interval' on db.
func IntervalEq ¶
IntervalEq calls the stored function 'pg_catalog.interval_eq(interval, interval) boolean' on db.
func IntervalGe ¶
IntervalGe calls the stored function 'pg_catalog.interval_ge(interval, interval) boolean' on db.
func IntervalGt ¶
IntervalGt calls the stored function 'pg_catalog.interval_gt(interval, interval) boolean' on db.
func IntervalHash ¶
IntervalHash calls the stored function 'pg_catalog.interval_hash(interval) integer' on db.
func IntervalHashExtended ¶
IntervalHashExtended calls the stored function 'pg_catalog.interval_hash_extended(interval, bigint) bigint' on db.
func IntervalLarger ¶
IntervalLarger calls the stored function 'pg_catalog.interval_larger(interval, interval) interval' on db.
func IntervalLe ¶
IntervalLe calls the stored function 'pg_catalog.interval_le(interval, interval) boolean' on db.
func IntervalLt ¶
IntervalLt calls the stored function 'pg_catalog.interval_lt(interval, interval) boolean' on db.
func IntervalMi ¶
IntervalMi calls the stored function 'pg_catalog.interval_mi(interval, interval) interval' on db.
func IntervalMul ¶
IntervalMul calls the stored function 'pg_catalog.interval_mul(interval, double precision) interval' on db.
func IntervalNe ¶
IntervalNe calls the stored function 'pg_catalog.interval_ne(interval, interval) boolean' on db.
func IntervalPl ¶
IntervalPl calls the stored function 'pg_catalog.interval_pl(interval, interval) interval' on db.
func IntervalPlDate ¶
IntervalPlDate calls the stored function 'pg_catalog.interval_pl_date(interval, date) timestamp without time zone' on db.
func IntervalPlTime ¶
IntervalPlTime calls the stored function 'pg_catalog.interval_pl_time(interval, time without time zone) time without time zone' on db.
func IntervalPlTimestamp ¶
IntervalPlTimestamp calls the stored function 'pg_catalog.interval_pl_timestamp(interval, timestamp without time zone) timestamp without time zone' on db.
func IntervalPlTimestamptz ¶
IntervalPlTimestamptz calls the stored function 'pg_catalog.interval_pl_timestamptz(interval, timestamp with time zone) timestamp with time zone' on db.
func IntervalPlTimetz ¶
IntervalPlTimetz calls the stored function 'pg_catalog.interval_pl_timetz(interval, time with time zone) time with time zone' on db.
func IntervalRecv ¶
func IntervalRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) ([]byte, error)
IntervalRecv calls the stored function 'pg_catalog.interval_recv(internal, oid, integer) interval' on db.
func IntervalSend ¶
IntervalSend calls the stored function 'pg_catalog.interval_send(interval) bytea' on db.
func IntervalSmaller ¶
IntervalSmaller calls the stored function 'pg_catalog.interval_smaller(interval, interval) interval' on db.
func IntervalSupport ¶
IntervalSupport calls the stored function 'pg_catalog.interval_support(internal) internal' on db.
func IntervalUm ¶
IntervalUm calls the stored function 'pg_catalog.interval_um(interval) interval' on db.
func Intervaltypmodin ¶
Intervaltypmodin calls the stored function 'pg_catalog.intervaltypmodin(cstring) integer' on db.
func IsNormalized ¶
IsNormalized calls the stored function 'pg_catalog.is_normalized(text, text) boolean' on db.
func IsemptyByAnymultirange ¶
IsemptyByAnymultirange calls the stored function 'pg_catalog.isempty(anymultirange) boolean' on db.
func IsemptyByAnyrange ¶
IsemptyByAnyrange calls the stored function 'pg_catalog.isempty(anyrange) boolean' on db.
func IsfiniteByDate ¶
IsfiniteByDate calls the stored function 'pg_catalog.isfinite(date) boolean' on db.
func IsfiniteByInterval ¶
IsfiniteByInterval calls the stored function 'pg_catalog.isfinite(interval) boolean' on db.
func IsfiniteByTimestampWithTimeZone ¶
IsfiniteByTimestampWithTimeZone calls the stored function 'pg_catalog.isfinite(timestamp with time zone) boolean' on db.
func IsfiniteByTimestampWithoutTimeZone ¶
IsfiniteByTimestampWithoutTimeZone calls the stored function 'pg_catalog.isfinite(timestamp without time zone) boolean' on db.
func IshorizontalByLine ¶
IshorizontalByLine calls the stored function 'pg_catalog.ishorizontal(line) boolean' on db.
func IshorizontalByLseg ¶
IshorizontalByLseg calls the stored function 'pg_catalog.ishorizontal(lseg) boolean' on db.
func IshorizontalByPointAndPoint ¶
IshorizontalByPointAndPoint calls the stored function 'pg_catalog.ishorizontal(point, point) boolean' on db.
func Iso88591ToUTF8 ¶
func Iso88591ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Iso88591ToUTF8 calls the stored function 'pg_catalog.iso8859_1_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Iso8859ToUTF8 ¶
func Iso8859ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Iso8859ToUTF8 calls the stored function 'pg_catalog.iso8859_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func IsoToKoi8r ¶
func IsoToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
IsoToKoi8r calls the stored function 'pg_catalog.iso_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.
func IsoToMic ¶
func IsoToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
IsoToMic calls the stored function 'pg_catalog.iso_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func IsoToWin1251 ¶
func IsoToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
IsoToWin1251 calls the stored function 'pg_catalog.iso_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.
func IsoToWin866 ¶
func IsoToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
IsoToWin866 calls the stored function 'pg_catalog.iso_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.
func IsparallelByLineAndLine ¶
IsparallelByLineAndLine calls the stored function 'pg_catalog.isparallel(line, line) boolean' on db.
func IsparallelByLsegAndLseg ¶
IsparallelByLsegAndLseg calls the stored function 'pg_catalog.isparallel(lseg, lseg) boolean' on db.
func IsperpByLineAndLine ¶
IsperpByLineAndLine calls the stored function 'pg_catalog.isperp(line, line) boolean' on db.
func IsperpByLsegAndLseg ¶
IsperpByLsegAndLseg calls the stored function 'pg_catalog.isperp(lseg, lseg) boolean' on db.
func IsverticalByLine ¶
IsverticalByLine calls the stored function 'pg_catalog.isvertical(line) boolean' on db.
func IsverticalByLseg ¶
IsverticalByLseg calls the stored function 'pg_catalog.isvertical(lseg) boolean' on db.
func IsverticalByPointAndPoint ¶
IsverticalByPointAndPoint calls the stored function 'pg_catalog.isvertical(point, point) boolean' on db.
func JSONAggFinalfn ¶
JSONAggFinalfn calls the stored function 'pg_catalog.json_agg_finalfn(internal) json' on db.
func JSONAggTransfn ¶
func JSONAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Internal, error)
JSONAggTransfn calls the stored function 'pg_catalog.json_agg_transfn(internal, anyelement) internal' on db.
func JSONArrayElement ¶
func JSONArrayElement(ctx context.Context, db DB, fromJSON []byte, elementIndex int) ([]byte, error)
JSONArrayElement calls the stored function 'pg_catalog.json_array_element(json, integer) json' on db.
func JSONArrayElementText ¶
func JSONArrayElementText(ctx context.Context, db DB, fromJSON []byte, elementIndex int) (string, error)
JSONArrayElementText calls the stored function 'pg_catalog.json_array_element_text(json, integer) text' on db.
func JSONArrayElements ¶
JSONArrayElements calls the stored function 'pg_catalog.json_array_elements(json) json' on db.
func JSONArrayElementsText ¶
JSONArrayElementsText calls the stored function 'pg_catalog.json_array_elements_text(json) text' on db.
func JSONArrayLength ¶
JSONArrayLength calls the stored function 'pg_catalog.json_array_length(json) integer' on db.
func JSONBuildArray ¶
JSONBuildArray calls the stored function 'pg_catalog.json_build_array() json' on db.
func JSONBuildObject ¶
JSONBuildObject calls the stored function 'pg_catalog.json_build_object() json' on db.
func JSONEachText ¶
JSONEachText calls the stored function 'pg_catalog.json_each_text(json) (text, text)' on db.
func JSONObjectAggFinalfn ¶
JSONObjectAggFinalfn calls the stored function 'pg_catalog.json_object_agg_finalfn(internal) json' on db.
func JSONObjectAggTransfn ¶
func JSONObjectAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 pgtypes.Any) (pgtypes.Internal, error)
JSONObjectAggTransfn calls the stored function 'pg_catalog.json_object_agg_transfn(internal, "any", "any") internal' on db.
func JSONObjectByText ¶
JSONObjectByText calls the stored function 'pg_catalog.json_object(text) json' on db.
func JSONObjectByTextAndText ¶
JSONObjectByTextAndText calls the stored function 'pg_catalog.json_object(text, text) json' on db.
func JSONObjectField ¶
JSONObjectField calls the stored function 'pg_catalog.json_object_field(json, text) json' on db.
func JSONObjectFieldText ¶
func JSONObjectFieldText(ctx context.Context, db DB, fromJSON []byte, fieldName string) (string, error)
JSONObjectFieldText calls the stored function 'pg_catalog.json_object_field_text(json, text) text' on db.
func JSONObjectKeys ¶
JSONObjectKeys calls the stored function 'pg_catalog.json_object_keys(json) text' on db.
func JSONPopulateRecord ¶
func JSONPopulateRecord(ctx context.Context, db DB, base pgtypes.Anyelement, fromJSON []byte, useJSONAsText bool) (pgtypes.Anyelement, error)
JSONPopulateRecord calls the stored function 'pg_catalog.json_populate_record(anyelement, json, boolean) anyelement' on db.
func JSONPopulateRecordset ¶
func JSONPopulateRecordset(ctx context.Context, db DB, base pgtypes.Anyelement, fromJSON []byte, useJSONAsText bool) (pgtypes.Anyelement, error)
JSONPopulateRecordset calls the stored function 'pg_catalog.json_populate_recordset(anyelement, json, boolean) anyelement' on db.
func JSONStripNulls ¶
JSONStripNulls calls the stored function 'pg_catalog.json_strip_nulls(json) json' on db.
func JSONToRecord ¶
JSONToRecord calls the stored function 'pg_catalog.json_to_record(json) record' on db.
func JSONToRecordset ¶
JSONToRecordset calls the stored function 'pg_catalog.json_to_recordset(json) record' on db.
func JSONToTsvectorByJSONAndJsonb ¶
func JSONToTsvectorByJSONAndJsonb(ctx context.Context, db DB, p0, p1 []byte) (pgtypes.Tsvector, error)
JSONToTsvectorByJSONAndJsonb calls the stored function 'pg_catalog.json_to_tsvector(json, jsonb) tsvector' on db.
func JSONToTsvectorByRegconfigJSONAndJsonb ¶
func JSONToTsvectorByRegconfigJSONAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1, p2 []byte) (pgtypes.Tsvector, error)
JSONToTsvectorByRegconfigJSONAndJsonb calls the stored function 'pg_catalog.json_to_tsvector(regconfig, json, jsonb) tsvector' on db.
func JSONTypeof ¶
JSONTypeof calls the stored function 'pg_catalog.json_typeof(json) text' on db.
func JohabToUTF8 ¶
func JohabToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
JohabToUTF8 calls the stored function 'pg_catalog.johab_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func JsonbAggFinalfn ¶
JsonbAggFinalfn calls the stored function 'pg_catalog.jsonb_agg_finalfn(internal) jsonb' on db.
func JsonbAggTransfn ¶
func JsonbAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Internal, error)
JsonbAggTransfn calls the stored function 'pg_catalog.jsonb_agg_transfn(internal, anyelement) internal' on db.
func JsonbArrayElement ¶
func JsonbArrayElement(ctx context.Context, db DB, fromJSON []byte, elementIndex int) ([]byte, error)
JsonbArrayElement calls the stored function 'pg_catalog.jsonb_array_element(jsonb, integer) jsonb' on db.
func JsonbArrayElementText ¶
func JsonbArrayElementText(ctx context.Context, db DB, fromJSON []byte, elementIndex int) (string, error)
JsonbArrayElementText calls the stored function 'pg_catalog.jsonb_array_element_text(jsonb, integer) text' on db.
func JsonbArrayElements ¶
JsonbArrayElements calls the stored function 'pg_catalog.jsonb_array_elements(jsonb) jsonb' on db.
func JsonbArrayElementsText ¶
JsonbArrayElementsText calls the stored function 'pg_catalog.jsonb_array_elements_text(jsonb) text' on db.
func JsonbArrayLength ¶
JsonbArrayLength calls the stored function 'pg_catalog.jsonb_array_length(jsonb) integer' on db.
func JsonbBuildArray ¶
JsonbBuildArray calls the stored function 'pg_catalog.jsonb_build_array() jsonb' on db.
func JsonbBuildObject ¶
JsonbBuildObject calls the stored function 'pg_catalog.jsonb_build_object() jsonb' on db.
func JsonbCmp ¶
JsonbCmp calls the stored function 'pg_catalog.jsonb_cmp(jsonb, jsonb) integer' on db.
func JsonbConcat ¶
JsonbConcat calls the stored function 'pg_catalog.jsonb_concat(jsonb, jsonb) jsonb' on db.
func JsonbContained ¶
JsonbContained calls the stored function 'pg_catalog.jsonb_contained(jsonb, jsonb) boolean' on db.
func JsonbContains ¶
JsonbContains calls the stored function 'pg_catalog.jsonb_contains(jsonb, jsonb) boolean' on db.
func JsonbDeleteByJsonbAndInteger ¶
JsonbDeleteByJsonbAndInteger calls the stored function 'pg_catalog.jsonb_delete(jsonb, integer) jsonb' on db.
func JsonbDeleteByJsonbAndText ¶
JsonbDeleteByJsonbAndText calls the stored function 'pg_catalog.jsonb_delete(jsonb, text) jsonb' on db.
func JsonbDeletePath ¶
JsonbDeletePath calls the stored function 'pg_catalog.jsonb_delete_path(jsonb, text) jsonb' on db.
func JsonbEach ¶
JsonbEach calls the stored function 'pg_catalog.jsonb_each(jsonb) (text, jsonb)' on db.
func JsonbEachText ¶
JsonbEachText calls the stored function 'pg_catalog.jsonb_each_text(jsonb) (text, text)' on db.
func JsonbExists ¶
JsonbExists calls the stored function 'pg_catalog.jsonb_exists(jsonb, text) boolean' on db.
func JsonbExistsAll ¶
JsonbExistsAll calls the stored function 'pg_catalog.jsonb_exists_all(jsonb, text) boolean' on db.
func JsonbExistsAny ¶
JsonbExistsAny calls the stored function 'pg_catalog.jsonb_exists_any(jsonb, text) boolean' on db.
func JsonbHashExtended ¶
JsonbHashExtended calls the stored function 'pg_catalog.jsonb_hash_extended(jsonb, bigint) bigint' on db.
func JsonbInsert ¶
func JsonbInsert(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, replacement []byte, insertAfter bool) ([]byte, error)
JsonbInsert calls the stored function 'pg_catalog.jsonb_insert(jsonb, text, jsonb, boolean) jsonb' on db.
func JsonbObjectAggFinalfn ¶
JsonbObjectAggFinalfn calls the stored function 'pg_catalog.jsonb_object_agg_finalfn(internal) jsonb' on db.
func JsonbObjectAggTransfn ¶
func JsonbObjectAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 pgtypes.Any) (pgtypes.Internal, error)
JsonbObjectAggTransfn calls the stored function 'pg_catalog.jsonb_object_agg_transfn(internal, "any", "any") internal' on db.
func JsonbObjectByText ¶
JsonbObjectByText calls the stored function 'pg_catalog.jsonb_object(text) jsonb' on db.
func JsonbObjectByTextAndText ¶
JsonbObjectByTextAndText calls the stored function 'pg_catalog.jsonb_object(text, text) jsonb' on db.
func JsonbObjectField ¶
func JsonbObjectField(ctx context.Context, db DB, fromJSON []byte, fieldName string) ([]byte, error)
JsonbObjectField calls the stored function 'pg_catalog.jsonb_object_field(jsonb, text) jsonb' on db.
func JsonbObjectFieldText ¶
func JsonbObjectFieldText(ctx context.Context, db DB, fromJSON []byte, fieldName string) (string, error)
JsonbObjectFieldText calls the stored function 'pg_catalog.jsonb_object_field_text(jsonb, text) text' on db.
func JsonbObjectKeys ¶
JsonbObjectKeys calls the stored function 'pg_catalog.jsonb_object_keys(jsonb) text' on db.
func JsonbPathExists ¶
func JsonbPathExists(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)
JsonbPathExists calls the stored function 'pg_catalog.jsonb_path_exists(jsonb, jsonpath, jsonb, boolean) boolean' on db.
func JsonbPathExistsOpr ¶
JsonbPathExistsOpr calls the stored function 'pg_catalog.jsonb_path_exists_opr(jsonb, jsonpath) boolean' on db.
func JsonbPathExistsTz ¶
func JsonbPathExistsTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)
JsonbPathExistsTz calls the stored function 'pg_catalog.jsonb_path_exists_tz(jsonb, jsonpath, jsonb, boolean) boolean' on db.
func JsonbPathMatch ¶
func JsonbPathMatch(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)
JsonbPathMatch calls the stored function 'pg_catalog.jsonb_path_match(jsonb, jsonpath, jsonb, boolean) boolean' on db.
func JsonbPathMatchOpr ¶
JsonbPathMatchOpr calls the stored function 'pg_catalog.jsonb_path_match_opr(jsonb, jsonpath) boolean' on db.
func JsonbPathMatchTz ¶
func JsonbPathMatchTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) (bool, error)
JsonbPathMatchTz calls the stored function 'pg_catalog.jsonb_path_match_tz(jsonb, jsonpath, jsonb, boolean) boolean' on db.
func JsonbPathQuery ¶
func JsonbPathQuery(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)
JsonbPathQuery calls the stored function 'pg_catalog.jsonb_path_query(jsonb, jsonpath, jsonb, boolean) jsonb' on db.
func JsonbPathQueryArray ¶
func JsonbPathQueryArray(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)
JsonbPathQueryArray calls the stored function 'pg_catalog.jsonb_path_query_array(jsonb, jsonpath, jsonb, boolean) jsonb' on db.
func JsonbPathQueryArrayTz ¶
func JsonbPathQueryArrayTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)
JsonbPathQueryArrayTz calls the stored function 'pg_catalog.jsonb_path_query_array_tz(jsonb, jsonpath, jsonb, boolean) jsonb' on db.
func JsonbPathQueryFirst ¶
func JsonbPathQueryFirst(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)
JsonbPathQueryFirst calls the stored function 'pg_catalog.jsonb_path_query_first(jsonb, jsonpath, jsonb, boolean) jsonb' on db.
func JsonbPathQueryFirstTz ¶
func JsonbPathQueryFirstTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)
JsonbPathQueryFirstTz calls the stored function 'pg_catalog.jsonb_path_query_first_tz(jsonb, jsonpath, jsonb, boolean) jsonb' on db.
func JsonbPathQueryTz ¶
func JsonbPathQueryTz(ctx context.Context, db DB, target []byte, path pgtypes.Jsonpath, vars []byte, silent bool) ([]byte, error)
JsonbPathQueryTz calls the stored function 'pg_catalog.jsonb_path_query_tz(jsonb, jsonpath, jsonb, boolean) jsonb' on db.
func JsonbPopulateRecord ¶
func JsonbPopulateRecord(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []byte) (pgtypes.Anyelement, error)
JsonbPopulateRecord calls the stored function 'pg_catalog.jsonb_populate_record(anyelement, jsonb) anyelement' on db.
func JsonbPopulateRecordset ¶
func JsonbPopulateRecordset(ctx context.Context, db DB, p0 pgtypes.Anyelement, p1 []byte) (pgtypes.Anyelement, error)
JsonbPopulateRecordset calls the stored function 'pg_catalog.jsonb_populate_recordset(anyelement, jsonb) anyelement' on db.
func JsonbPretty ¶
JsonbPretty calls the stored function 'pg_catalog.jsonb_pretty(jsonb) text' on db.
func JsonbSet ¶
func JsonbSet(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, replacement []byte, createIfMissing bool) ([]byte, error)
JsonbSet calls the stored function 'pg_catalog.jsonb_set(jsonb, text, jsonb, boolean) jsonb' on db.
func JsonbSetLax ¶
func JsonbSetLax(ctx context.Context, db DB, jsonbIn []byte, path StringSlice, replacement []byte, createIfMissing bool, nullValueTreatment string) ([]byte, error)
JsonbSetLax calls the stored function 'pg_catalog.jsonb_set_lax(jsonb, text, jsonb, boolean, text) jsonb' on db.
func JsonbStripNulls ¶
JsonbStripNulls calls the stored function 'pg_catalog.jsonb_strip_nulls(jsonb) jsonb' on db.
func JsonbSubscriptHandler ¶
func JsonbSubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
JsonbSubscriptHandler calls the stored function 'pg_catalog.jsonb_subscript_handler(internal) internal' on db.
func JsonbToRecord ¶
JsonbToRecord calls the stored function 'pg_catalog.jsonb_to_record(jsonb) record' on db.
func JsonbToRecordset ¶
JsonbToRecordset calls the stored function 'pg_catalog.jsonb_to_recordset(jsonb) record' on db.
func JsonbToTsvectorByJsonbAndJsonb ¶
func JsonbToTsvectorByJsonbAndJsonb(ctx context.Context, db DB, p0, p1 []byte) (pgtypes.Tsvector, error)
JsonbToTsvectorByJsonbAndJsonb calls the stored function 'pg_catalog.jsonb_to_tsvector(jsonb, jsonb) tsvector' on db.
func JsonbToTsvectorByRegconfigJsonbAndJsonb ¶
func JsonbToTsvectorByRegconfigJsonbAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1, p2 []byte) (pgtypes.Tsvector, error)
JsonbToTsvectorByRegconfigJsonbAndJsonb calls the stored function 'pg_catalog.jsonb_to_tsvector(regconfig, jsonb, jsonb) tsvector' on db.
func JsonbTypeof ¶
JsonbTypeof calls the stored function 'pg_catalog.jsonb_typeof(jsonb) text' on db.
func JsonpathRecv ¶
JsonpathRecv calls the stored function 'pg_catalog.jsonpath_recv(internal) jsonpath' on db.
func JsonpathSend ¶
JsonpathSend calls the stored function 'pg_catalog.jsonpath_send(jsonpath) bytea' on db.
func JustifyDays ¶
JustifyDays calls the stored function 'pg_catalog.justify_days(interval) interval' on db.
func JustifyHours ¶
JustifyHours calls the stored function 'pg_catalog.justify_hours(interval) interval' on db.
func JustifyInterval ¶
JustifyInterval calls the stored function 'pg_catalog.justify_interval(interval) interval' on db.
func Koi8rToIso ¶
func Koi8rToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Koi8rToIso calls the stored function 'pg_catalog.koi8r_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Koi8rToMic ¶
func Koi8rToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Koi8rToMic calls the stored function 'pg_catalog.koi8r_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Koi8rToUTF8 ¶
func Koi8rToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Koi8rToUTF8 calls the stored function 'pg_catalog.koi8r_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Koi8rToWin1251 ¶
func Koi8rToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Koi8rToWin1251 calls the stored function 'pg_catalog.koi8r_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Koi8rToWin866 ¶
func Koi8rToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Koi8rToWin866 calls the stored function 'pg_catalog.koi8r_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Koi8uToUTF8 ¶
func Koi8uToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Koi8uToUTF8 calls the stored function 'pg_catalog.koi8u_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Latin1ToMic ¶
func Latin1ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Latin1ToMic calls the stored function 'pg_catalog.latin1_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Latin2ToMic ¶
func Latin2ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Latin2ToMic calls the stored function 'pg_catalog.latin2_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Latin2ToWin1250 ¶
func Latin2ToWin1250(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Latin2ToWin1250 calls the stored function 'pg_catalog.latin2_to_win1250(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Latin3ToMic ¶
func Latin3ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Latin3ToMic calls the stored function 'pg_catalog.latin3_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Latin4ToMic ¶
func Latin4ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Latin4ToMic calls the stored function 'pg_catalog.latin4_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func LcmByBigintAndBigint ¶
LcmByBigintAndBigint calls the stored function 'pg_catalog.lcm(bigint, bigint) bigint' on db.
func LcmByIntegerAndInteger ¶
LcmByIntegerAndInteger calls the stored function 'pg_catalog.lcm(integer, integer) integer' on db.
func LcmByNumericAndNumeric ¶
LcmByNumericAndNumeric calls the stored function 'pg_catalog.lcm(numeric, numeric) numeric' on db.
func LengthByBit ¶
LengthByBit calls the stored function 'pg_catalog.length(bit) integer' on db.
func LengthByBytea ¶
LengthByBytea calls the stored function 'pg_catalog.length(bytea) integer' on db.
func LengthByByteaAndName ¶
LengthByByteaAndName calls the stored function 'pg_catalog.length(bytea, name) integer' on db.
func LengthByCharacter ¶
LengthByCharacter calls the stored function 'pg_catalog.length(character) integer' on db.
func LengthByLseg ¶
LengthByLseg calls the stored function 'pg_catalog.length(lseg) double precision' on db.
func LengthByPath ¶
LengthByPath calls the stored function 'pg_catalog.length(path) double precision' on db.
func LengthByText ¶
LengthByText calls the stored function 'pg_catalog.length(text) integer' on db.
func LengthByTsvector ¶
LengthByTsvector calls the stored function 'pg_catalog.length(tsvector) integer' on db.
func LikeByByteaAndBytea ¶
LikeByByteaAndBytea calls the stored function 'pg_catalog.like(bytea, bytea) boolean' on db.
func LikeByNameAndText ¶
LikeByNameAndText calls the stored function 'pg_catalog.like(name, text) boolean' on db.
func LikeByTextAndText ¶
LikeByTextAndText calls the stored function 'pg_catalog.like(text, text) boolean' on db.
func LikeEscapeByByteaAndBytea ¶
LikeEscapeByByteaAndBytea calls the stored function 'pg_catalog.like_escape(bytea, bytea) bytea' on db.
func LikeEscapeByTextAndText ¶
LikeEscapeByTextAndText calls the stored function 'pg_catalog.like_escape(text, text) text' on db.
func Likejoinsel ¶
func Likejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Likejoinsel calls the stored function 'pg_catalog.likejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Likesel ¶
func Likesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Likesel calls the stored function 'pg_catalog.likesel(internal, oid, internal, integer) double precision' on db.
func LineDistance ¶
LineDistance calls the stored function 'pg_catalog.line_distance(line, line) double precision' on db.
func LineHorizontal ¶
LineHorizontal calls the stored function 'pg_catalog.line_horizontal(line) boolean' on db.
func LineInterpt ¶
LineInterpt calls the stored function 'pg_catalog.line_interpt(line, line) point' on db.
func LineIntersect ¶
LineIntersect calls the stored function 'pg_catalog.line_intersect(line, line) boolean' on db.
func LineParallel ¶
LineParallel calls the stored function 'pg_catalog.line_parallel(line, line) boolean' on db.
func LinePerp ¶
LinePerp calls the stored function 'pg_catalog.line_perp(line, line) boolean' on db.
func LineVertical ¶
LineVertical calls the stored function 'pg_catalog.line_vertical(line) boolean' on db.
func LnByDoublePrecision ¶
LnByDoublePrecision calls the stored function 'pg_catalog.ln(double precision) double precision' on db.
func LnByNumeric ¶
LnByNumeric calls the stored function 'pg_catalog.ln(numeric) numeric' on db.
func LoFromBytea ¶
LoFromBytea calls the stored function 'pg_catalog.lo_from_bytea(oid, bytea) oid' on db.
func LoGetByOid ¶
LoGetByOid calls the stored function 'pg_catalog.lo_get(oid) bytea' on db.
func LoGetByOidBigintAndInteger ¶
func LoGetByOidBigintAndInteger(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64, p2 int) ([]byte, error)
LoGetByOidBigintAndInteger calls the stored function 'pg_catalog.lo_get(oid, bigint, integer) bytea' on db.
func LoImportByText ¶
LoImportByText calls the stored function 'pg_catalog.lo_import(text) oid' on db.
func LoImportByTextAndOid ¶
func LoImportByTextAndOid(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid) (pgtypes.Oid, error)
LoImportByTextAndOid calls the stored function 'pg_catalog.lo_import(text, oid) oid' on db.
func LoLseek ¶
LoLseek calls the stored function 'pg_catalog.lo_lseek(integer, integer, integer) integer' on db.
func LoLseek64 ¶
LoLseek64 calls the stored function 'pg_catalog.lo_lseek64(integer, bigint, integer) bigint' on db.
func LoTruncate ¶
LoTruncate calls the stored function 'pg_catalog.lo_truncate(integer, integer) integer' on db.
func LoTruncate64 ¶
LoTruncate64 calls the stored function 'pg_catalog.lo_truncate64(integer, bigint) integer' on db.
func Log10ByDoublePrecision ¶
Log10ByDoublePrecision calls the stored function 'pg_catalog.log10(double precision) double precision' on db.
func Log10ByNumeric ¶
Log10ByNumeric calls the stored function 'pg_catalog.log10(numeric) numeric' on db.
func LogByDoublePrecision ¶
LogByDoublePrecision calls the stored function 'pg_catalog.log(double precision) double precision' on db.
func LogByNumeric ¶
LogByNumeric calls the stored function 'pg_catalog.log(numeric) numeric' on db.
func LogByNumericAndNumeric ¶
LogByNumericAndNumeric calls the stored function 'pg_catalog.log(numeric, numeric) numeric' on db.
func LowerByAnymultirange ¶
func LowerByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyelement, error)
LowerByAnymultirange calls the stored function 'pg_catalog.lower(anymultirange) anyelement' on db.
func LowerByAnyrange ¶
LowerByAnyrange calls the stored function 'pg_catalog.lower(anyrange) anyelement' on db.
func LowerByText ¶
LowerByText calls the stored function 'pg_catalog.lower(text) text' on db.
func LowerIncByAnymultirange ¶
LowerIncByAnymultirange calls the stored function 'pg_catalog.lower_inc(anymultirange) boolean' on db.
func LowerIncByAnyrange ¶
LowerIncByAnyrange calls the stored function 'pg_catalog.lower_inc(anyrange) boolean' on db.
func LowerInfByAnymultirange ¶
LowerInfByAnymultirange calls the stored function 'pg_catalog.lower_inf(anymultirange) boolean' on db.
func LowerInfByAnyrange ¶
LowerInfByAnyrange calls the stored function 'pg_catalog.lower_inf(anyrange) boolean' on db.
func Lowrite ¶
Lowrite calls the stored function 'pg_catalog.lowrite(integer, bytea) integer' on db.
func LpadByTextAndInteger ¶
LpadByTextAndInteger calls the stored function 'pg_catalog.lpad(text, integer) text' on db.
func LpadByTextIntegerAndText ¶
func LpadByTextIntegerAndText(ctx context.Context, db DB, p0 string, p1 int, p2 string) (string, error)
LpadByTextIntegerAndText calls the stored function 'pg_catalog.lpad(text, integer, text) text' on db.
func LsegByPointAndPoint ¶
LsegByPointAndPoint calls the stored function 'pg_catalog.lseg(point, point) lseg' on db.
func LsegCenter ¶
LsegCenter calls the stored function 'pg_catalog.lseg_center(lseg) point' on db.
func LsegDistance ¶
LsegDistance calls the stored function 'pg_catalog.lseg_distance(lseg, lseg) double precision' on db.
func LsegHorizontal ¶
LsegHorizontal calls the stored function 'pg_catalog.lseg_horizontal(lseg) boolean' on db.
func LsegInterpt ¶
LsegInterpt calls the stored function 'pg_catalog.lseg_interpt(lseg, lseg) point' on db.
func LsegIntersect ¶
LsegIntersect calls the stored function 'pg_catalog.lseg_intersect(lseg, lseg) boolean' on db.
func LsegLength ¶
LsegLength calls the stored function 'pg_catalog.lseg_length(lseg) double precision' on db.
func LsegParallel ¶
LsegParallel calls the stored function 'pg_catalog.lseg_parallel(lseg, lseg) boolean' on db.
func LsegPerp ¶
LsegPerp calls the stored function 'pg_catalog.lseg_perp(lseg, lseg) boolean' on db.
func LsegVertical ¶
LsegVertical calls the stored function 'pg_catalog.lseg_vertical(lseg) boolean' on db.
func LtrimByByteaAndBytea ¶
LtrimByByteaAndBytea calls the stored function 'pg_catalog.ltrim(bytea, bytea) bytea' on db.
func LtrimByText ¶
LtrimByText calls the stored function 'pg_catalog.ltrim(text) text' on db.
func LtrimByTextAndText ¶
LtrimByTextAndText calls the stored function 'pg_catalog.ltrim(text, text) text' on db.
func Macaddr8And ¶
Macaddr8And calls the stored function 'pg_catalog.macaddr8_and(macaddr8, macaddr8) macaddr8' on db.
func Macaddr8Cmp ¶
Macaddr8Cmp calls the stored function 'pg_catalog.macaddr8_cmp(macaddr8, macaddr8) integer' on db.
func Macaddr8Eq ¶
Macaddr8Eq calls the stored function 'pg_catalog.macaddr8_eq(macaddr8, macaddr8) boolean' on db.
func Macaddr8Ge ¶
Macaddr8Ge calls the stored function 'pg_catalog.macaddr8_ge(macaddr8, macaddr8) boolean' on db.
func Macaddr8Gt ¶
Macaddr8Gt calls the stored function 'pg_catalog.macaddr8_gt(macaddr8, macaddr8) boolean' on db.
func Macaddr8Le ¶
Macaddr8Le calls the stored function 'pg_catalog.macaddr8_le(macaddr8, macaddr8) boolean' on db.
func Macaddr8Lt ¶
Macaddr8Lt calls the stored function 'pg_catalog.macaddr8_lt(macaddr8, macaddr8) boolean' on db.
func Macaddr8Ne ¶
Macaddr8Ne calls the stored function 'pg_catalog.macaddr8_ne(macaddr8, macaddr8) boolean' on db.
func Macaddr8Not ¶
Macaddr8Not calls the stored function 'pg_catalog.macaddr8_not(macaddr8) macaddr8' on db.
func Macaddr8Or ¶
Macaddr8Or calls the stored function 'pg_catalog.macaddr8_or(macaddr8, macaddr8) macaddr8' on db.
func Macaddr8Recv ¶
Macaddr8Recv calls the stored function 'pg_catalog.macaddr8_recv(internal) macaddr8' on db.
func Macaddr8Send ¶
Macaddr8Send calls the stored function 'pg_catalog.macaddr8_send(macaddr8) bytea' on db.
func Macaddr8Set7bit ¶
Macaddr8Set7bit calls the stored function 'pg_catalog.macaddr8_set7bit(macaddr8) macaddr8' on db.
func MacaddrAnd ¶
MacaddrAnd calls the stored function 'pg_catalog.macaddr_and(macaddr, macaddr) macaddr' on db.
func MacaddrCmp ¶
MacaddrCmp calls the stored function 'pg_catalog.macaddr_cmp(macaddr, macaddr) integer' on db.
func MacaddrEq ¶
MacaddrEq calls the stored function 'pg_catalog.macaddr_eq(macaddr, macaddr) boolean' on db.
func MacaddrGe ¶
MacaddrGe calls the stored function 'pg_catalog.macaddr_ge(macaddr, macaddr) boolean' on db.
func MacaddrGt ¶
MacaddrGt calls the stored function 'pg_catalog.macaddr_gt(macaddr, macaddr) boolean' on db.
func MacaddrLe ¶
MacaddrLe calls the stored function 'pg_catalog.macaddr_le(macaddr, macaddr) boolean' on db.
func MacaddrLt ¶
MacaddrLt calls the stored function 'pg_catalog.macaddr_lt(macaddr, macaddr) boolean' on db.
func MacaddrNe ¶
MacaddrNe calls the stored function 'pg_catalog.macaddr_ne(macaddr, macaddr) boolean' on db.
func MacaddrNot ¶
MacaddrNot calls the stored function 'pg_catalog.macaddr_not(macaddr) macaddr' on db.
func MacaddrOr ¶
MacaddrOr calls the stored function 'pg_catalog.macaddr_or(macaddr, macaddr) macaddr' on db.
func MacaddrRecv ¶
MacaddrRecv calls the stored function 'pg_catalog.macaddr_recv(internal) macaddr' on db.
func MacaddrSend ¶
MacaddrSend calls the stored function 'pg_catalog.macaddr_send(macaddr) bytea' on db.
func MacaddrSortsupport ¶
MacaddrSortsupport calls the stored function 'pg_catalog.macaddr_sortsupport(internal)' on db.
func MakeDate ¶
MakeDate calls the stored function 'pg_catalog.make_date(integer, integer, integer) date' on db.
func MakeInterval ¶
func MakeInterval(ctx context.Context, db DB, years, months, weeks, days, hours, mins int, secs float64) ([]byte, error)
MakeInterval calls the stored function 'pg_catalog.make_interval(integer, integer, integer, integer, integer, integer, double precision) interval' on db.
func MakeTime ¶
MakeTime calls the stored function 'pg_catalog.make_time(integer, integer, double precision) time without time zone' on db.
func MakeTimestamp ¶
func MakeTimestamp(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64) (time.Time, error)
MakeTimestamp calls the stored function 'pg_catalog.make_timestamp(integer, integer, integer, integer, integer, double precision) timestamp without time zone' on db.
func MakeTimestamptzByYearMonthMdayHourMinAndSec ¶
func MakeTimestamptzByYearMonthMdayHourMinAndSec(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64) (time.Time, error)
MakeTimestamptzByYearMonthMdayHourMinAndSec calls the stored function 'pg_catalog.make_timestamptz(integer, integer, integer, integer, integer, double precision) timestamp with time zone' on db.
func MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone ¶
func MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone(ctx context.Context, db DB, year, month, mday, hour, min int, sec float64, timezone string) (time.Time, error)
MakeTimestamptzByYearMonthMdayHourMinSecAndTimezone calls the stored function 'pg_catalog.make_timestamptz(integer, integer, integer, integer, integer, double precision, text) timestamp with time zone' on db.
func Makeaclitem ¶
func Makeaclitem(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string, p3 bool) (pgtypes.Aclitem, error)
Makeaclitem calls the stored function 'pg_catalog.makeaclitem(oid, oid, text, boolean) aclitem' on db.
func Matchingjoinsel ¶
func Matchingjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Matchingjoinsel calls the stored function 'pg_catalog.matchingjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Matchingsel ¶
func Matchingsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Matchingsel calls the stored function 'pg_catalog.matchingsel(internal, oid, internal, integer) double precision' on db.
func Md5ByBytea ¶
Md5ByBytea calls the stored function 'pg_catalog.md5(bytea) text' on db.
func MicToBig5 ¶
func MicToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToBig5 calls the stored function 'pg_catalog.mic_to_big5(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToEucCn ¶
func MicToEucCn(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToEucCn calls the stored function 'pg_catalog.mic_to_euc_cn(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToEucJp ¶
func MicToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToEucJp calls the stored function 'pg_catalog.mic_to_euc_jp(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToEucKr ¶
func MicToEucKr(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToEucKr calls the stored function 'pg_catalog.mic_to_euc_kr(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToEucTw ¶
func MicToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToEucTw calls the stored function 'pg_catalog.mic_to_euc_tw(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToIso ¶
func MicToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToIso calls the stored function 'pg_catalog.mic_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToKoi8r ¶
func MicToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToKoi8r calls the stored function 'pg_catalog.mic_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToLatin1 ¶
func MicToLatin1(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToLatin1 calls the stored function 'pg_catalog.mic_to_latin1(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToLatin2 ¶
func MicToLatin2(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToLatin2 calls the stored function 'pg_catalog.mic_to_latin2(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToLatin3 ¶
func MicToLatin3(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToLatin3 calls the stored function 'pg_catalog.mic_to_latin3(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToLatin4 ¶
func MicToLatin4(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToLatin4 calls the stored function 'pg_catalog.mic_to_latin4(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToSjis ¶
func MicToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToSjis calls the stored function 'pg_catalog.mic_to_sjis(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToWin1250 ¶
func MicToWin1250(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToWin1250 calls the stored function 'pg_catalog.mic_to_win1250(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToWin1251 ¶
func MicToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToWin1251 calls the stored function 'pg_catalog.mic_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.
func MicToWin866 ¶
func MicToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
MicToWin866 calls the stored function 'pg_catalog.mic_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.
func ModByBigintAndBigint ¶
ModByBigintAndBigint calls the stored function 'pg_catalog.mod(bigint, bigint) bigint' on db.
func ModByIntegerAndInteger ¶
ModByIntegerAndInteger calls the stored function 'pg_catalog.mod(integer, integer) integer' on db.
func ModByNumericAndNumeric ¶
ModByNumericAndNumeric calls the stored function 'pg_catalog.mod(numeric, numeric) numeric' on db.
func ModBySmallintAndSmallint ¶
ModBySmallintAndSmallint calls the stored function 'pg_catalog.mod(smallint, smallint) smallint' on db.
func ModeFinal ¶
func ModeFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyelement) (pgtypes.Anyelement, error)
ModeFinal calls the stored function 'pg_catalog.mode_final(internal, anyelement) anyelement' on db.
func MoneyByBigint ¶
MoneyByBigint calls the stored function 'pg_catalog.money(bigint) money' on db.
func MoneyByInteger ¶
MoneyByInteger calls the stored function 'pg_catalog.money(integer) money' on db.
func MoneyByNumeric ¶
MoneyByNumeric calls the stored function 'pg_catalog.money(numeric) money' on db.
func MulDInterval ¶
MulDInterval calls the stored function 'pg_catalog.mul_d_interval(double precision, interval) interval' on db.
func Multirange ¶
Multirange calls the stored function 'pg_catalog.multirange(anyrange) anymultirange' on db.
func MultirangeAdjacentMultirange ¶
func MultirangeAdjacentMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeAdjacentMultirange calls the stored function 'pg_catalog.multirange_adjacent_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeAdjacentRange ¶
func MultirangeAdjacentRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeAdjacentRange calls the stored function 'pg_catalog.multirange_adjacent_range(anymultirange, anyrange) boolean' on db.
func MultirangeAfterMultirange ¶
func MultirangeAfterMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeAfterMultirange calls the stored function 'pg_catalog.multirange_after_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeAfterRange ¶
func MultirangeAfterRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeAfterRange calls the stored function 'pg_catalog.multirange_after_range(anymultirange, anyrange) boolean' on db.
func MultirangeBeforeMultirange ¶
func MultirangeBeforeMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeBeforeMultirange calls the stored function 'pg_catalog.multirange_before_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeBeforeRange ¶
func MultirangeBeforeRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeBeforeRange calls the stored function 'pg_catalog.multirange_before_range(anymultirange, anyrange) boolean' on db.
func MultirangeCmp ¶
MultirangeCmp calls the stored function 'pg_catalog.multirange_cmp(anymultirange, anymultirange) integer' on db.
func MultirangeContainedByMultirange ¶
func MultirangeContainedByMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeContainedByMultirange calls the stored function 'pg_catalog.multirange_contained_by_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeContainedByRange ¶
func MultirangeContainedByRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeContainedByRange calls the stored function 'pg_catalog.multirange_contained_by_range(anymultirange, anyrange) boolean' on db.
func MultirangeContainsElem ¶
func MultirangeContainsElem(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyelement) (bool, error)
MultirangeContainsElem calls the stored function 'pg_catalog.multirange_contains_elem(anymultirange, anyelement) boolean' on db.
func MultirangeContainsMultirange ¶
func MultirangeContainsMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeContainsMultirange calls the stored function 'pg_catalog.multirange_contains_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeContainsRange ¶
func MultirangeContainsRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeContainsRange calls the stored function 'pg_catalog.multirange_contains_range(anymultirange, anyrange) boolean' on db.
func MultirangeEq ¶
MultirangeEq calls the stored function 'pg_catalog.multirange_eq(anymultirange, anymultirange) boolean' on db.
func MultirangeGe ¶
MultirangeGe calls the stored function 'pg_catalog.multirange_ge(anymultirange, anymultirange) boolean' on db.
func MultirangeGistCompress ¶
func MultirangeGistCompress(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
MultirangeGistCompress calls the stored function 'pg_catalog.multirange_gist_compress(internal) internal' on db.
func MultirangeGistConsistent ¶
func MultirangeGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anymultirange, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
MultirangeGistConsistent calls the stored function 'pg_catalog.multirange_gist_consistent(internal, anymultirange, smallint, oid, internal) boolean' on db.
func MultirangeGt ¶
MultirangeGt calls the stored function 'pg_catalog.multirange_gt(anymultirange, anymultirange) boolean' on db.
func MultirangeIntersect ¶
func MultirangeIntersect(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)
MultirangeIntersect calls the stored function 'pg_catalog.multirange_intersect(anymultirange, anymultirange) anymultirange' on db.
func MultirangeIntersectAggTransfn ¶
func MultirangeIntersectAggTransfn(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)
MultirangeIntersectAggTransfn calls the stored function 'pg_catalog.multirange_intersect_agg_transfn(anymultirange, anymultirange) anymultirange' on db.
func MultirangeLe ¶
MultirangeLe calls the stored function 'pg_catalog.multirange_le(anymultirange, anymultirange) boolean' on db.
func MultirangeLt ¶
MultirangeLt calls the stored function 'pg_catalog.multirange_lt(anymultirange, anymultirange) boolean' on db.
func MultirangeMinus ¶
func MultirangeMinus(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)
MultirangeMinus calls the stored function 'pg_catalog.multirange_minus(anymultirange, anymultirange) anymultirange' on db.
func MultirangeNe ¶
MultirangeNe calls the stored function 'pg_catalog.multirange_ne(anymultirange, anymultirange) boolean' on db.
func MultirangeOverlapsMultirange ¶
func MultirangeOverlapsMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeOverlapsMultirange calls the stored function 'pg_catalog.multirange_overlaps_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeOverlapsRange ¶
func MultirangeOverlapsRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeOverlapsRange calls the stored function 'pg_catalog.multirange_overlaps_range(anymultirange, anyrange) boolean' on db.
func MultirangeOverleftMultirange ¶
func MultirangeOverleftMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeOverleftMultirange calls the stored function 'pg_catalog.multirange_overleft_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeOverleftRange ¶
func MultirangeOverleftRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeOverleftRange calls the stored function 'pg_catalog.multirange_overleft_range(anymultirange, anyrange) boolean' on db.
func MultirangeOverrightMultirange ¶
func MultirangeOverrightMultirange(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (bool, error)
MultirangeOverrightMultirange calls the stored function 'pg_catalog.multirange_overright_multirange(anymultirange, anymultirange) boolean' on db.
func MultirangeOverrightRange ¶
func MultirangeOverrightRange(ctx context.Context, db DB, p0 pgtypes.Anymultirange, p1 pgtypes.Anyrange) (bool, error)
MultirangeOverrightRange calls the stored function 'pg_catalog.multirange_overright_range(anymultirange, anyrange) boolean' on db.
func MultirangeRecv ¶
func MultirangeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anymultirange, error)
MultirangeRecv calls the stored function 'pg_catalog.multirange_recv(internal, oid, integer) anymultirange' on db.
func MultirangeSend ¶
MultirangeSend calls the stored function 'pg_catalog.multirange_send(anymultirange) bytea' on db.
func MultirangeTypanalyze ¶
MultirangeTypanalyze calls the stored function 'pg_catalog.multirange_typanalyze(internal) boolean' on db.
func MultirangeUnion ¶
func MultirangeUnion(ctx context.Context, db DB, p0, p1 pgtypes.Anymultirange) (pgtypes.Anymultirange, error)
MultirangeUnion calls the stored function 'pg_catalog.multirange_union(anymultirange, anymultirange) anymultirange' on db.
func Multirangesel ¶
func Multirangesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Multirangesel calls the stored function 'pg_catalog.multirangesel(internal, oid, internal, integer) double precision' on db.
func NameByCharacter ¶
NameByCharacter calls the stored function 'pg_catalog.name(character) name' on db.
func NameByCharacterVarying ¶
NameByCharacterVarying calls the stored function 'pg_catalog.name(character varying) name' on db.
func NameByText ¶
NameByText calls the stored function 'pg_catalog.name(text) name' on db.
func Nameconcatoid ¶
Nameconcatoid calls the stored function 'pg_catalog.nameconcatoid(name, oid) name' on db.
func Nameeqtext ¶
Nameeqtext calls the stored function 'pg_catalog.nameeqtext(name, text) boolean' on db.
func Namegetext ¶
Namegetext calls the stored function 'pg_catalog.namegetext(name, text) boolean' on db.
func Namegttext ¶
Namegttext calls the stored function 'pg_catalog.namegttext(name, text) boolean' on db.
func Nameiclike ¶
Nameiclike calls the stored function 'pg_catalog.nameiclike(name, text) boolean' on db.
func Nameicnlike ¶
Nameicnlike calls the stored function 'pg_catalog.nameicnlike(name, text) boolean' on db.
func Nameicregexeq ¶
Nameicregexeq calls the stored function 'pg_catalog.nameicregexeq(name, text) boolean' on db.
func Nameicregexne ¶
Nameicregexne calls the stored function 'pg_catalog.nameicregexne(name, text) boolean' on db.
func Nameletext ¶
Nameletext calls the stored function 'pg_catalog.nameletext(name, text) boolean' on db.
func Namelttext ¶
Namelttext calls the stored function 'pg_catalog.namelttext(name, text) boolean' on db.
func Namenetext ¶
Namenetext calls the stored function 'pg_catalog.namenetext(name, text) boolean' on db.
func Namenlike ¶
Namenlike calls the stored function 'pg_catalog.namenlike(name, text) boolean' on db.
func Nameregexeq ¶
Nameregexeq calls the stored function 'pg_catalog.nameregexeq(name, text) boolean' on db.
func Nameregexne ¶
Nameregexne calls the stored function 'pg_catalog.nameregexne(name, text) boolean' on db.
func Neqjoinsel ¶
func Neqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Neqjoinsel calls the stored function 'pg_catalog.neqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Neqsel ¶
func Neqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Neqsel calls the stored function 'pg_catalog.neqsel(internal, oid, internal, integer) double precision' on db.
func NetworkCmp ¶
NetworkCmp calls the stored function 'pg_catalog.network_cmp(inet, inet) integer' on db.
func NetworkEq ¶
NetworkEq calls the stored function 'pg_catalog.network_eq(inet, inet) boolean' on db.
func NetworkGe ¶
NetworkGe calls the stored function 'pg_catalog.network_ge(inet, inet) boolean' on db.
func NetworkGt ¶
NetworkGt calls the stored function 'pg_catalog.network_gt(inet, inet) boolean' on db.
func NetworkLarger ¶
NetworkLarger calls the stored function 'pg_catalog.network_larger(inet, inet) inet' on db.
func NetworkLe ¶
NetworkLe calls the stored function 'pg_catalog.network_le(inet, inet) boolean' on db.
func NetworkLt ¶
NetworkLt calls the stored function 'pg_catalog.network_lt(inet, inet) boolean' on db.
func NetworkNe ¶
NetworkNe calls the stored function 'pg_catalog.network_ne(inet, inet) boolean' on db.
func NetworkOverlap ¶
NetworkOverlap calls the stored function 'pg_catalog.network_overlap(inet, inet) boolean' on db.
func NetworkSmaller ¶
NetworkSmaller calls the stored function 'pg_catalog.network_smaller(inet, inet) inet' on db.
func NetworkSortsupport ¶
NetworkSortsupport calls the stored function 'pg_catalog.network_sortsupport(internal)' on db.
func NetworkSub ¶
NetworkSub calls the stored function 'pg_catalog.network_sub(inet, inet) boolean' on db.
func NetworkSubeq ¶
NetworkSubeq calls the stored function 'pg_catalog.network_subeq(inet, inet) boolean' on db.
func NetworkSubsetSupport ¶
func NetworkSubsetSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
NetworkSubsetSupport calls the stored function 'pg_catalog.network_subset_support(internal) internal' on db.
func NetworkSup ¶
NetworkSup calls the stored function 'pg_catalog.network_sup(inet, inet) boolean' on db.
func NetworkSupeq ¶
NetworkSupeq calls the stored function 'pg_catalog.network_supeq(inet, inet) boolean' on db.
func Networkjoinsel ¶
func Networkjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Networkjoinsel calls the stored function 'pg_catalog.networkjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Networksel ¶
func Networksel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Networksel calls the stored function 'pg_catalog.networksel(internal, oid, internal, integer) double precision' on db.
func Nlikejoinsel ¶
func Nlikejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Nlikejoinsel calls the stored function 'pg_catalog.nlikejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Nlikesel ¶
func Nlikesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Nlikesel calls the stored function 'pg_catalog.nlikesel(internal, oid, internal, integer) double precision' on db.
func NotlikeByByteaAndBytea ¶
NotlikeByByteaAndBytea calls the stored function 'pg_catalog.notlike(bytea, bytea) boolean' on db.
func NotlikeByNameAndText ¶
NotlikeByNameAndText calls the stored function 'pg_catalog.notlike(name, text) boolean' on db.
func NotlikeByTextAndText ¶
NotlikeByTextAndText calls the stored function 'pg_catalog.notlike(text, text) boolean' on db.
func NpointsByPath ¶
NpointsByPath calls the stored function 'pg_catalog.npoints(path) integer' on db.
func NpointsByPolygon ¶
NpointsByPolygon calls the stored function 'pg_catalog.npoints(polygon) integer' on db.
func NumericAbs ¶
NumericAbs calls the stored function 'pg_catalog.numeric_abs(numeric) numeric' on db.
func NumericAccum ¶
func NumericAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error)
NumericAccum calls the stored function 'pg_catalog.numeric_accum(internal, numeric) internal' on db.
func NumericAccumInv ¶
func NumericAccumInv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error)
NumericAccumInv calls the stored function 'pg_catalog.numeric_accum_inv(internal, numeric) internal' on db.
func NumericAdd ¶
NumericAdd calls the stored function 'pg_catalog.numeric_add(numeric, numeric) numeric' on db.
func NumericAvg ¶
NumericAvg calls the stored function 'pg_catalog.numeric_avg(internal) numeric' on db.
func NumericAvgAccum ¶
func NumericAvgAccum(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (pgtypes.Internal, error)
NumericAvgAccum calls the stored function 'pg_catalog.numeric_avg_accum(internal, numeric) internal' on db.
func NumericAvgCombine ¶
func NumericAvgCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
NumericAvgCombine calls the stored function 'pg_catalog.numeric_avg_combine(internal, internal) internal' on db.
func NumericAvgDeserialize ¶
func NumericAvgDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)
NumericAvgDeserialize calls the stored function 'pg_catalog.numeric_avg_deserialize(bytea, internal) internal' on db.
func NumericAvgSerialize ¶
NumericAvgSerialize calls the stored function 'pg_catalog.numeric_avg_serialize(internal) bytea' on db.
func NumericByBigint ¶
NumericByBigint calls the stored function 'pg_catalog.numeric(bigint) numeric' on db.
func NumericByDoublePrecision ¶
NumericByDoublePrecision calls the stored function 'pg_catalog.numeric(double precision) numeric' on db.
func NumericByInteger ¶
NumericByInteger calls the stored function 'pg_catalog.numeric(integer) numeric' on db.
func NumericByJsonb ¶
NumericByJsonb calls the stored function 'pg_catalog.numeric(jsonb) numeric' on db.
func NumericByMoney ¶
NumericByMoney calls the stored function 'pg_catalog.numeric(money) numeric' on db.
func NumericByNumericAndInteger ¶
NumericByNumericAndInteger calls the stored function 'pg_catalog.numeric(numeric, integer) numeric' on db.
func NumericByReal ¶
NumericByReal calls the stored function 'pg_catalog.numeric(real) numeric' on db.
func NumericBySmallint ¶
NumericBySmallint calls the stored function 'pg_catalog.numeric(smallint) numeric' on db.
func NumericCmp ¶
NumericCmp calls the stored function 'pg_catalog.numeric_cmp(numeric, numeric) integer' on db.
func NumericCombine ¶
NumericCombine calls the stored function 'pg_catalog.numeric_combine(internal, internal) internal' on db.
func NumericDeserialize ¶
func NumericDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)
NumericDeserialize calls the stored function 'pg_catalog.numeric_deserialize(bytea, internal) internal' on db.
func NumericDiv ¶
NumericDiv calls the stored function 'pg_catalog.numeric_div(numeric, numeric) numeric' on db.
func NumericDivTrunc ¶
NumericDivTrunc calls the stored function 'pg_catalog.numeric_div_trunc(numeric, numeric) numeric' on db.
func NumericEq ¶
NumericEq calls the stored function 'pg_catalog.numeric_eq(numeric, numeric) boolean' on db.
func NumericExp ¶
NumericExp calls the stored function 'pg_catalog.numeric_exp(numeric) numeric' on db.
func NumericGe ¶
NumericGe calls the stored function 'pg_catalog.numeric_ge(numeric, numeric) boolean' on db.
func NumericGt ¶
NumericGt calls the stored function 'pg_catalog.numeric_gt(numeric, numeric) boolean' on db.
func NumericInc ¶
NumericInc calls the stored function 'pg_catalog.numeric_inc(numeric) numeric' on db.
func NumericLarger ¶
NumericLarger calls the stored function 'pg_catalog.numeric_larger(numeric, numeric) numeric' on db.
func NumericLe ¶
NumericLe calls the stored function 'pg_catalog.numeric_le(numeric, numeric) boolean' on db.
func NumericLn ¶
NumericLn calls the stored function 'pg_catalog.numeric_ln(numeric) numeric' on db.
func NumericLog ¶
NumericLog calls the stored function 'pg_catalog.numeric_log(numeric, numeric) numeric' on db.
func NumericLt ¶
NumericLt calls the stored function 'pg_catalog.numeric_lt(numeric, numeric) boolean' on db.
func NumericMod ¶
NumericMod calls the stored function 'pg_catalog.numeric_mod(numeric, numeric) numeric' on db.
func NumericMul ¶
NumericMul calls the stored function 'pg_catalog.numeric_mul(numeric, numeric) numeric' on db.
func NumericNe ¶
NumericNe calls the stored function 'pg_catalog.numeric_ne(numeric, numeric) boolean' on db.
func NumericPlPgLsn ¶
func NumericPlPgLsn(ctx context.Context, db DB, p0 float64, p1 pgtypes.PgLsn) (pgtypes.PgLsn, error)
NumericPlPgLsn calls the stored function 'pg_catalog.numeric_pl_pg_lsn(numeric, pg_lsn) pg_lsn' on db.
func NumericPolyAvg ¶
NumericPolyAvg calls the stored function 'pg_catalog.numeric_poly_avg(internal) numeric' on db.
func NumericPolyCombine ¶
func NumericPolyCombine(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
NumericPolyCombine calls the stored function 'pg_catalog.numeric_poly_combine(internal, internal) internal' on db.
func NumericPolyDeserialize ¶
func NumericPolyDeserialize(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Internal) (pgtypes.Internal, error)
NumericPolyDeserialize calls the stored function 'pg_catalog.numeric_poly_deserialize(bytea, internal) internal' on db.
func NumericPolySerialize ¶
NumericPolySerialize calls the stored function 'pg_catalog.numeric_poly_serialize(internal) bytea' on db.
func NumericPolyStddevPop ¶
NumericPolyStddevPop calls the stored function 'pg_catalog.numeric_poly_stddev_pop(internal) numeric' on db.
func NumericPolyStddevSamp ¶
NumericPolyStddevSamp calls the stored function 'pg_catalog.numeric_poly_stddev_samp(internal) numeric' on db.
func NumericPolySum ¶
NumericPolySum calls the stored function 'pg_catalog.numeric_poly_sum(internal) numeric' on db.
func NumericPolyVarPop ¶
NumericPolyVarPop calls the stored function 'pg_catalog.numeric_poly_var_pop(internal) numeric' on db.
func NumericPolyVarSamp ¶
NumericPolyVarSamp calls the stored function 'pg_catalog.numeric_poly_var_samp(internal) numeric' on db.
func NumericPower ¶
NumericPower calls the stored function 'pg_catalog.numeric_power(numeric, numeric) numeric' on db.
func NumericRecv ¶
func NumericRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (float64, error)
NumericRecv calls the stored function 'pg_catalog.numeric_recv(internal, oid, integer) numeric' on db.
func NumericSend ¶
NumericSend calls the stored function 'pg_catalog.numeric_send(numeric) bytea' on db.
func NumericSerialize ¶
NumericSerialize calls the stored function 'pg_catalog.numeric_serialize(internal) bytea' on db.
func NumericSmaller ¶
NumericSmaller calls the stored function 'pg_catalog.numeric_smaller(numeric, numeric) numeric' on db.
func NumericSortsupport ¶
NumericSortsupport calls the stored function 'pg_catalog.numeric_sortsupport(internal)' on db.
func NumericSqrt ¶
NumericSqrt calls the stored function 'pg_catalog.numeric_sqrt(numeric) numeric' on db.
func NumericStddevPop ¶
NumericStddevPop calls the stored function 'pg_catalog.numeric_stddev_pop(internal) numeric' on db.
func NumericStddevSamp ¶
NumericStddevSamp calls the stored function 'pg_catalog.numeric_stddev_samp(internal) numeric' on db.
func NumericSub ¶
NumericSub calls the stored function 'pg_catalog.numeric_sub(numeric, numeric) numeric' on db.
func NumericSum ¶
NumericSum calls the stored function 'pg_catalog.numeric_sum(internal) numeric' on db.
func NumericSupport ¶
NumericSupport calls the stored function 'pg_catalog.numeric_support(internal) internal' on db.
func NumericUminus ¶
NumericUminus calls the stored function 'pg_catalog.numeric_uminus(numeric) numeric' on db.
func NumericUplus ¶
NumericUplus calls the stored function 'pg_catalog.numeric_uplus(numeric) numeric' on db.
func NumericVarPop ¶
NumericVarPop calls the stored function 'pg_catalog.numeric_var_pop(internal) numeric' on db.
func NumericVarSamp ¶
NumericVarSamp calls the stored function 'pg_catalog.numeric_var_samp(internal) numeric' on db.
func Numerictypmodin ¶
Numerictypmodin calls the stored function 'pg_catalog.numerictypmodin(cstring) integer' on db.
func Nummultirange ¶
Nummultirange calls the stored function 'pg_catalog.nummultirange() nummultirange' on db.
func NummultirangeByNumrange ¶
func NummultirangeByNumrange(ctx context.Context, db DB, p0 pgtypes.Numrange) (pgtypes.Nummultirange, error)
NummultirangeByNumrange calls the stored function 'pg_catalog.nummultirange(numrange) nummultirange' on db.
func NumrangeByNumericAndNumeric ¶
func NumrangeByNumericAndNumeric(ctx context.Context, db DB, p0, p1 float64) (pgtypes.Numrange, error)
NumrangeByNumericAndNumeric calls the stored function 'pg_catalog.numrange(numeric, numeric) numrange' on db.
func NumrangeByNumericNumericAndText ¶
func NumrangeByNumericNumericAndText(ctx context.Context, db DB, p0, p1 float64, p2 string) (pgtypes.Numrange, error)
NumrangeByNumericNumericAndText calls the stored function 'pg_catalog.numrange(numeric, numeric, text) numrange' on db.
func NumrangeSubdiff ¶
NumrangeSubdiff calls the stored function 'pg_catalog.numrange_subdiff(numeric, numeric) double precision' on db.
func ObjDescriptionByOid ¶
ObjDescriptionByOid calls the stored function 'pg_catalog.obj_description(oid) text' on db.
func ObjDescriptionByOidAndName ¶
func ObjDescriptionByOidAndName(ctx context.Context, db DB, p0 pgtypes.Oid, p1 string) (string, error)
ObjDescriptionByOidAndName calls the stored function 'pg_catalog.obj_description(oid, name) text' on db.
func OctetLengthByBit ¶
OctetLengthByBit calls the stored function 'pg_catalog.octet_length(bit) integer' on db.
func OctetLengthByBytea ¶
OctetLengthByBytea calls the stored function 'pg_catalog.octet_length(bytea) integer' on db.
func OctetLengthByCharacter ¶
OctetLengthByCharacter calls the stored function 'pg_catalog.octet_length(character) integer' on db.
func OctetLengthByText ¶
OctetLengthByText calls the stored function 'pg_catalog.octet_length(text) integer' on db.
func Oidsmaller ¶
Oidsmaller calls the stored function 'pg_catalog.oidsmaller(oid, oid) oid' on db.
func Oidvectoreq ¶
Oidvectoreq calls the stored function 'pg_catalog.oidvectoreq(oidvector, oidvector) boolean' on db.
func Oidvectorge ¶
Oidvectorge calls the stored function 'pg_catalog.oidvectorge(oidvector, oidvector) boolean' on db.
func Oidvectorgt ¶
Oidvectorgt calls the stored function 'pg_catalog.oidvectorgt(oidvector, oidvector) boolean' on db.
func Oidvectorle ¶
Oidvectorle calls the stored function 'pg_catalog.oidvectorle(oidvector, oidvector) boolean' on db.
func Oidvectorlt ¶
Oidvectorlt calls the stored function 'pg_catalog.oidvectorlt(oidvector, oidvector) boolean' on db.
func Oidvectorne ¶
Oidvectorne calls the stored function 'pg_catalog.oidvectorne(oidvector, oidvector) boolean' on db.
func Oidvectorrecv ¶
Oidvectorrecv calls the stored function 'pg_catalog.oidvectorrecv(internal) oidvector' on db.
func Oidvectorsend ¶
Oidvectorsend calls the stored function 'pg_catalog.oidvectorsend(oidvector) bytea' on db.
func Oidvectortypes ¶
Oidvectortypes calls the stored function 'pg_catalog.oidvectortypes(oidvector) text' on db.
func OrderedSetTransition ¶
func OrderedSetTransition(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Any) (pgtypes.Internal, error)
OrderedSetTransition calls the stored function 'pg_catalog.ordered_set_transition(internal, "any") internal' on db.
func OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone ¶
func OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)
OverlapsByTimeWithTimeZoneTimeWithTimeZoneTimeWithTimeZoneAndTimeWithTimeZone calls the stored function 'pg_catalog.overlaps(time with time zone, time with time zone, time with time zone, time with time zone) boolean' on db.
func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval ¶
func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error)
OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(time without time zone, interval, time without time zone, interval) boolean' on db.
func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone ¶
func OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error)
OverlapsByTimeWithoutTimeZoneIntervalTimeWithoutTimeZoneAndTimeWithoutTimeZone calls the stored function 'pg_catalog.overlaps(time without time zone, interval, time without time zone, time without time zone) boolean' on db.
func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval ¶
func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error)
OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(time without time zone, time without time zone, time without time zone, interval) boolean' on db.
func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone ¶
func OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)
OverlapsByTimeWithoutTimeZoneTimeWithoutTimeZoneTimeWithoutTimeZoneAndTimeWithoutTimeZone calls the stored function 'pg_catalog.overlaps(time without time zone, time without time zone, time without time zone, time without time zone) boolean' on db.
func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval ¶
func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error)
OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp with time zone, interval, timestamp with time zone, interval) boolean' on db.
func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone ¶
func OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error)
OverlapsByTimestampWithTimeZoneIntervalTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.overlaps(timestamp with time zone, interval, timestamp with time zone, timestamp with time zone) boolean' on db.
func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval ¶
func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error)
OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp with time zone, timestamp with time zone, timestamp with time zone, interval) boolean' on db.
func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone ¶
func OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)
OverlapsByTimestampWithTimeZoneTimestampWithTimeZoneTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.overlaps(timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone) boolean' on db.
func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval ¶
func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2 time.Time, p3 []byte) (bool, error)
OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp without time zone, interval, timestamp without time zone, interval) boolean' on db.
func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone ¶
func OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time, p1 []byte, p2, p3 time.Time) (bool, error)
OverlapsByTimestampWithoutTimeZoneIntervalTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.overlaps(timestamp without time zone, interval, timestamp without time zone, timestamp without time zone) boolean' on db.
func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval ¶
func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval(ctx context.Context, db DB, p0, p1, p2 time.Time, p3 []byte) (bool, error)
OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndInterval calls the stored function 'pg_catalog.overlaps(timestamp without time zone, timestamp without time zone, timestamp without time zone, interval) boolean' on db.
func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone ¶
func OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1, p2, p3 time.Time) (bool, error)
OverlapsByTimestampWithoutTimeZoneTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.overlaps(timestamp without time zone, timestamp without time zone, timestamp without time zone, timestamp without time zone) boolean' on db.
func OverlayByBitBitAndInteger ¶
OverlayByBitBitAndInteger calls the stored function 'pg_catalog.overlay(bit, bit, integer) bit' on db.
func OverlayByBitBitIntegerAndInteger ¶
func OverlayByBitBitIntegerAndInteger(ctx context.Context, db DB, p0, p1 uint8, p2, p3 int) (uint8, error)
OverlayByBitBitIntegerAndInteger calls the stored function 'pg_catalog.overlay(bit, bit, integer, integer) bit' on db.
func OverlayByByteaByteaAndInteger ¶
func OverlayByByteaByteaAndInteger(ctx context.Context, db DB, p0, p1 []byte, p2 int) ([]byte, error)
OverlayByByteaByteaAndInteger calls the stored function 'pg_catalog.overlay(bytea, bytea, integer) bytea' on db.
func OverlayByByteaByteaIntegerAndInteger ¶
func OverlayByByteaByteaIntegerAndInteger(ctx context.Context, db DB, p0, p1 []byte, p2, p3 int) ([]byte, error)
OverlayByByteaByteaIntegerAndInteger calls the stored function 'pg_catalog.overlay(bytea, bytea, integer, integer) bytea' on db.
func OverlayByTextTextAndInteger ¶
OverlayByTextTextAndInteger calls the stored function 'pg_catalog.overlay(text, text, integer) text' on db.
func OverlayByTextTextIntegerAndInteger ¶
func OverlayByTextTextIntegerAndInteger(ctx context.Context, db DB, p0, p1 string, p2, p3 int) (string, error)
OverlayByTextTextIntegerAndInteger calls the stored function 'pg_catalog.overlay(text, text, integer, integer) text' on db.
func PathAddPt ¶
PathAddPt calls the stored function 'pg_catalog.path_add_pt(path, point) path' on db.
func PathCenter ¶
PathCenter calls the stored function 'pg_catalog.path_center(path) point' on db.
func PathContainPt ¶
PathContainPt calls the stored function 'pg_catalog.path_contain_pt(path, point) boolean' on db.
func PathDistance ¶
PathDistance calls the stored function 'pg_catalog.path_distance(path, path) double precision' on db.
func PathDivPt ¶
PathDivPt calls the stored function 'pg_catalog.path_div_pt(path, point) path' on db.
func PathInter ¶
PathInter calls the stored function 'pg_catalog.path_inter(path, path) boolean' on db.
func PathLength ¶
PathLength calls the stored function 'pg_catalog.path_length(path) double precision' on db.
func PathMulPt ¶
PathMulPt calls the stored function 'pg_catalog.path_mul_pt(path, point) path' on db.
func PathNpoints ¶
PathNpoints calls the stored function 'pg_catalog.path_npoints(path) integer' on db.
func PathSubPt ¶
PathSubPt calls the stored function 'pg_catalog.path_sub_pt(path, point) path' on db.
func PercentileContFloat8Final ¶
func PercentileContFloat8Final(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) (float64, error)
PercentileContFloat8Final calls the stored function 'pg_catalog.percentile_cont_float8_final(internal, double precision) double precision' on db.
func PercentileContFloat8MultiFinal ¶
func PercentileContFloat8MultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64) ([]float64, error)
PercentileContFloat8MultiFinal calls the stored function 'pg_catalog.percentile_cont_float8_multi_final(internal, double precision) double precision' on db.
func PercentileContIntervalFinal ¶
func PercentileContIntervalFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64) ([]byte, error)
PercentileContIntervalFinal calls the stored function 'pg_catalog.percentile_cont_interval_final(internal, double precision) interval' on db.
func PercentileContIntervalMultiFinal ¶
func PercentileContIntervalMultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64) ([][]byte, error)
PercentileContIntervalMultiFinal calls the stored function 'pg_catalog.percentile_cont_interval_multi_final(internal, double precision) interval' on db.
func PercentileDiscFinal ¶
func PercentileDiscFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 float64, p2 pgtypes.Anyelement) (pgtypes.Anyelement, error)
PercentileDiscFinal calls the stored function 'pg_catalog.percentile_disc_final(internal, double precision, anyelement) anyelement' on db.
func PercentileDiscMultiFinal ¶
func PercentileDiscMultiFinal(ctx context.Context, db DB, p0 pgtypes.Internal, p1 []float64, p2 pgtypes.Anyelement) (pgtypes.Anyarray, error)
PercentileDiscMultiFinal calls the stored function 'pg_catalog.percentile_disc_multi_final(internal, double precision, anyelement) anyarray' on db.
func PgAdvisoryLockByBigint ¶
PgAdvisoryLockByBigint calls the stored function 'pg_catalog.pg_advisory_lock(bigint)' on db.
func PgAdvisoryLockByIntegerAndInteger ¶
PgAdvisoryLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_lock(integer, integer)' on db.
func PgAdvisoryLockSharedByBigint ¶
PgAdvisoryLockSharedByBigint calls the stored function 'pg_catalog.pg_advisory_lock_shared(bigint)' on db.
func PgAdvisoryLockSharedByIntegerAndInteger ¶
PgAdvisoryLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_lock_shared(integer, integer)' on db.
func PgAdvisoryUnlockAll ¶
PgAdvisoryUnlockAll calls the stored function 'pg_catalog.pg_advisory_unlock_all()' on db.
func PgAdvisoryUnlockByBigint ¶
PgAdvisoryUnlockByBigint calls the stored function 'pg_catalog.pg_advisory_unlock(bigint) boolean' on db.
func PgAdvisoryUnlockByIntegerAndInteger ¶
PgAdvisoryUnlockByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_unlock(integer, integer) boolean' on db.
func PgAdvisoryUnlockSharedByBigint ¶
PgAdvisoryUnlockSharedByBigint calls the stored function 'pg_catalog.pg_advisory_unlock_shared(bigint) boolean' on db.
func PgAdvisoryUnlockSharedByIntegerAndInteger ¶
func PgAdvisoryUnlockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)
PgAdvisoryUnlockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_unlock_shared(integer, integer) boolean' on db.
func PgAdvisoryXactLockByBigint ¶
PgAdvisoryXactLockByBigint calls the stored function 'pg_catalog.pg_advisory_xact_lock(bigint)' on db.
func PgAdvisoryXactLockByIntegerAndInteger ¶
PgAdvisoryXactLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_xact_lock(integer, integer)' on db.
func PgAdvisoryXactLockSharedByBigint ¶
PgAdvisoryXactLockSharedByBigint calls the stored function 'pg_catalog.pg_advisory_xact_lock_shared(bigint)' on db.
func PgAdvisoryXactLockSharedByIntegerAndInteger ¶
PgAdvisoryXactLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_advisory_xact_lock_shared(integer, integer)' on db.
func PgAvailableExtensions ¶
PgAvailableExtensions calls the stored function 'pg_catalog.pg_available_extensions() (name, text, text)' on db.
func PgBackendPid ¶
PgBackendPid calls the stored function 'pg_catalog.pg_backend_pid() integer' on db.
func PgBackupStartTime ¶
PgBackupStartTime calls the stored function 'pg_catalog.pg_backup_start_time() timestamp with time zone' on db.
func PgBlockingPids ¶
PgBlockingPids calls the stored function 'pg_catalog.pg_blocking_pids(integer) integer' on db.
func PgCancelBackend ¶
PgCancelBackend calls the stored function 'pg_catalog.pg_cancel_backend(integer) boolean' on db.
func PgCharToEncoding ¶
PgCharToEncoding calls the stored function 'pg_catalog.pg_char_to_encoding(name) integer' on db.
func PgClientEncoding ¶
PgClientEncoding calls the stored function 'pg_catalog.pg_client_encoding() name' on db.
func PgCollationActualVersion ¶
PgCollationActualVersion calls the stored function 'pg_catalog.pg_collation_actual_version(oid) text' on db.
func PgCollationFor ¶
PgCollationFor calls the stored function 'pg_catalog.pg_collation_for("any") text' on db.
func PgCollationIsVisible ¶
PgCollationIsVisible calls the stored function 'pg_catalog.pg_collation_is_visible(oid) boolean' on db.
func PgColumnCompression ¶
PgColumnCompression calls the stored function 'pg_catalog.pg_column_compression("any") text' on db.
func PgColumnIsUpdatable ¶
func PgColumnIsUpdatable(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int16, p2 bool) (bool, error)
PgColumnIsUpdatable calls the stored function 'pg_catalog.pg_column_is_updatable(regclass, smallint, boolean) boolean' on db.
func PgColumnSize ¶
PgColumnSize calls the stored function 'pg_catalog.pg_column_size("any") integer' on db.
func PgConfLoadTime ¶
PgConfLoadTime calls the stored function 'pg_catalog.pg_conf_load_time() timestamp with time zone' on db.
func PgControlCheckpoint ¶
func PgControlCheckpoint(ctx context.Context, db DB) (pgtypes.PgLsn, pgtypes.PgLsn, string, int, int, bool, string, pgtypes.Oid, pgtypes.Xid, pgtypes.Xid, pgtypes.Xid, pgtypes.Oid, pgtypes.Xid, pgtypes.Xid, pgtypes.Oid, pgtypes.Xid, pgtypes.Xid, time.Time, error)
PgControlCheckpoint calls the stored function 'pg_catalog.pg_control_checkpoint() (pg_lsn, pg_lsn, text, integer, integer, boolean, text, oid, xid, xid, xid, oid, xid, xid, oid, xid, xid, timestamp with time zone)' on db.
func PgControlInit ¶
func PgControlInit(ctx context.Context, db DB) (int, int, int, int, int, int, int, int, int, bool, int, error)
PgControlInit calls the stored function 'pg_catalog.pg_control_init() (integer, integer, integer, integer, integer, integer, integer, integer, integer, boolean, integer)' on db.
func PgControlRecovery ¶
func PgControlRecovery(ctx context.Context, db DB) (pgtypes.PgLsn, int, pgtypes.PgLsn, pgtypes.PgLsn, bool, error)
PgControlRecovery calls the stored function 'pg_catalog.pg_control_recovery() (pg_lsn, integer, pg_lsn, pg_lsn, boolean)' on db.
func PgControlSystem ¶
PgControlSystem calls the stored function 'pg_catalog.pg_control_system() (integer, integer, bigint, timestamp with time zone)' on db.
func PgConversionIsVisible ¶
PgConversionIsVisible calls the stored function 'pg_catalog.pg_conversion_is_visible(oid) boolean' on db.
func PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName ¶
func PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName(ctx context.Context, db DB, srcSlotName, dstSlotName string) (string, pgtypes.PgLsn, error)
PgCopyLogicalReplicationSlotBySrcSlotNameAndDstSlotName calls the stored function 'pg_catalog.pg_copy_logical_replication_slot(name, name) (name, pg_lsn)' on db.
func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary ¶
func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool) (string, pgtypes.PgLsn, error)
PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary calls the stored function 'pg_catalog.pg_copy_logical_replication_slot(name, name, boolean) (name, pg_lsn)' on db.
func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin ¶
func PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool, plugin string) (string, pgtypes.PgLsn, error)
PgCopyLogicalReplicationSlotBySrcSlotNameDstSlotNameTemporaryAndPlugin calls the stored function 'pg_catalog.pg_copy_logical_replication_slot(name, name, boolean, name) (name, pg_lsn)' on db.
func PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName ¶
func PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName(ctx context.Context, db DB, srcSlotName, dstSlotName string) (string, pgtypes.PgLsn, error)
PgCopyPhysicalReplicationSlotBySrcSlotNameAndDstSlotName calls the stored function 'pg_catalog.pg_copy_physical_replication_slot(name, name) (name, pg_lsn)' on db.
func PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary ¶
func PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary(ctx context.Context, db DB, srcSlotName, dstSlotName string, temporary bool) (string, pgtypes.PgLsn, error)
PgCopyPhysicalReplicationSlotBySrcSlotNameDstSlotNameAndTemporary calls the stored function 'pg_catalog.pg_copy_physical_replication_slot(name, name, boolean) (name, pg_lsn)' on db.
func PgCreateLogicalReplicationSlot ¶
func PgCreateLogicalReplicationSlot(ctx context.Context, db DB, slotName, plugin string, temporary, twophase bool) (string, pgtypes.PgLsn, error)
PgCreateLogicalReplicationSlot calls the stored function 'pg_catalog.pg_create_logical_replication_slot(name, name, boolean, boolean) (name, pg_lsn)' on db.
func PgCreatePhysicalReplicationSlot ¶
func PgCreatePhysicalReplicationSlot(ctx context.Context, db DB, slotName string, immediatelyReserve, temporary bool) (string, pgtypes.PgLsn, error)
PgCreatePhysicalReplicationSlot calls the stored function 'pg_catalog.pg_create_physical_replication_slot(name, boolean, boolean) (name, pg_lsn)' on db.
func PgCreateRestorePoint ¶
PgCreateRestorePoint calls the stored function 'pg_catalog.pg_create_restore_point(text) pg_lsn' on db.
func PgCurrentLogfile ¶
PgCurrentLogfile calls the stored function 'pg_catalog.pg_current_logfile() text' on db.
func PgCurrentLogfileByText ¶
PgCurrentLogfileByText calls the stored function 'pg_catalog.pg_current_logfile(text) text' on db.
func PgCurrentSnapshot ¶
PgCurrentSnapshot calls the stored function 'pg_catalog.pg_current_snapshot() pg_snapshot' on db.
func PgCurrentWalFlushLsn ¶
PgCurrentWalFlushLsn calls the stored function 'pg_catalog.pg_current_wal_flush_lsn() pg_lsn' on db.
func PgCurrentWalInsertLsn ¶
PgCurrentWalInsertLsn calls the stored function 'pg_catalog.pg_current_wal_insert_lsn() pg_lsn' on db.
func PgCurrentWalLsn ¶
PgCurrentWalLsn calls the stored function 'pg_catalog.pg_current_wal_lsn() pg_lsn' on db.
func PgCurrentXactID ¶
PgCurrentXactID calls the stored function 'pg_catalog.pg_current_xact_id() xid8' on db.
func PgCurrentXactIDIfAssigned ¶
PgCurrentXactIDIfAssigned calls the stored function 'pg_catalog.pg_current_xact_id_if_assigned() xid8' on db.
func PgCursor ¶
PgCursor calls the stored function 'pg_catalog.pg_cursor() (text, text, boolean, boolean, boolean, timestamp with time zone)' on db.
func PgDatabaseSizeByName ¶
PgDatabaseSizeByName calls the stored function 'pg_catalog.pg_database_size(name) bigint' on db.
func PgDatabaseSizeByOid ¶
PgDatabaseSizeByOid calls the stored function 'pg_catalog.pg_database_size(oid) bigint' on db.
func PgDdlCommandRecv ¶
func PgDdlCommandRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgDdlCommand, error)
PgDdlCommandRecv calls the stored function 'pg_catalog.pg_ddl_command_recv(internal) pg_ddl_command' on db.
func PgDdlCommandSend ¶
PgDdlCommandSend calls the stored function 'pg_catalog.pg_ddl_command_send(pg_ddl_command) bytea' on db.
func PgDependenciesRecv ¶
func PgDependenciesRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.PgDependencies, error)
PgDependenciesRecv calls the stored function 'pg_catalog.pg_dependencies_recv(internal) pg_dependencies' on db.
func PgDependenciesSend ¶
PgDependenciesSend calls the stored function 'pg_catalog.pg_dependencies_send(pg_dependencies) bytea' on db.
func PgDescribeObject ¶
PgDescribeObject calls the stored function 'pg_catalog.pg_describe_object(oid, oid, integer) text' on db.
func PgDropReplicationSlot ¶
PgDropReplicationSlot calls the stored function 'pg_catalog.pg_drop_replication_slot(name)' on db.
func PgEncodingMaxLength ¶
PgEncodingMaxLength calls the stored function 'pg_catalog.pg_encoding_max_length(integer) integer' on db.
func PgEncodingToChar ¶
PgEncodingToChar calls the stored function 'pg_catalog.pg_encoding_to_char(integer) name' on db.
func PgEventTriggerDdlCommands ¶
func PgEventTriggerDdlCommands(ctx context.Context, db DB) (pgtypes.Oid, pgtypes.Oid, int, string, string, string, string, bool, pgtypes.PgDdlCommand, error)
PgEventTriggerDdlCommands calls the stored function 'pg_catalog.pg_event_trigger_ddl_commands() (oid, oid, integer, text, text, text, text, boolean, pg_ddl_command)' on db.
func PgEventTriggerDroppedObjects ¶
func PgEventTriggerDroppedObjects(ctx context.Context, db DB) (pgtypes.Oid, pgtypes.Oid, int, bool, bool, bool, string, string, string, string, StringSlice, StringSlice, error)
PgEventTriggerDroppedObjects calls the stored function 'pg_catalog.pg_event_trigger_dropped_objects() (oid, oid, integer, boolean, boolean, boolean, text, text, text, text, text, text)' on db.
func PgEventTriggerTableRewriteOid ¶
PgEventTriggerTableRewriteOid calls the stored function 'pg_catalog.pg_event_trigger_table_rewrite_oid() oid' on db.
func PgEventTriggerTableRewriteReason ¶
PgEventTriggerTableRewriteReason calls the stored function 'pg_catalog.pg_event_trigger_table_rewrite_reason() integer' on db.
func PgExportSnapshot ¶
PgExportSnapshot calls the stored function 'pg_catalog.pg_export_snapshot() text' on db.
func PgExtensionConfigDump ¶
PgExtensionConfigDump calls the stored function 'pg_catalog.pg_extension_config_dump(regclass, text)' on db.
func PgExtensionUpdatePaths ¶
func PgExtensionUpdatePaths(ctx context.Context, db DB, name string) (string, string, string, error)
PgExtensionUpdatePaths calls the stored function 'pg_catalog.pg_extension_update_paths(name) (text, text, text)' on db.
func PgFilenodeRelation ¶
PgFilenodeRelation calls the stored function 'pg_catalog.pg_filenode_relation(oid, oid) regclass' on db.
func PgFunctionIsVisible ¶
PgFunctionIsVisible calls the stored function 'pg_catalog.pg_function_is_visible(oid) boolean' on db.
func PgGetBackendMemoryContexts ¶
func PgGetBackendMemoryContexts(ctx context.Context, db DB) (string, string, string, int, int64, int64, int64, int64, int64, error)
PgGetBackendMemoryContexts calls the stored function 'pg_catalog.pg_get_backend_memory_contexts() (text, text, text, integer, bigint, bigint, bigint, bigint, bigint)' on db.
func PgGetCatalogForeignKeys ¶
func PgGetCatalogForeignKeys(ctx context.Context, db DB) (pgtypes.Regclass, StringSlice, pgtypes.Regclass, StringSlice, bool, bool, error)
PgGetCatalogForeignKeys calls the stored function 'pg_catalog.pg_get_catalog_foreign_keys() (regclass, text, regclass, text, boolean, boolean)' on db.
func PgGetConstraintdefByOid ¶
PgGetConstraintdefByOid calls the stored function 'pg_catalog.pg_get_constraintdef(oid) text' on db.
func PgGetConstraintdefByOidAndBoolean ¶
func PgGetConstraintdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)
PgGetConstraintdefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_constraintdef(oid, boolean) text' on db.
func PgGetExprByPgNodeTreeAndOid ¶
func PgGetExprByPgNodeTreeAndOid(ctx context.Context, db DB, p0 pgtypes.PgNodeTree, p1 pgtypes.Oid) (string, error)
PgGetExprByPgNodeTreeAndOid calls the stored function 'pg_catalog.pg_get_expr(pg_node_tree, oid) text' on db.
func PgGetExprByPgNodeTreeOidAndBoolean ¶
func PgGetExprByPgNodeTreeOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.PgNodeTree, p1 pgtypes.Oid, p2 bool) (string, error)
PgGetExprByPgNodeTreeOidAndBoolean calls the stored function 'pg_catalog.pg_get_expr(pg_node_tree, oid, boolean) text' on db.
func PgGetFunctionArgDefault ¶
PgGetFunctionArgDefault calls the stored function 'pg_catalog.pg_get_function_arg_default(oid, integer) text' on db.
func PgGetFunctionArguments ¶
PgGetFunctionArguments calls the stored function 'pg_catalog.pg_get_function_arguments(oid) text' on db.
func PgGetFunctionIdentityArguments ¶
PgGetFunctionIdentityArguments calls the stored function 'pg_catalog.pg_get_function_identity_arguments(oid) text' on db.
func PgGetFunctionResult ¶
PgGetFunctionResult calls the stored function 'pg_catalog.pg_get_function_result(oid) text' on db.
func PgGetFunctionSqlbody ¶
PgGetFunctionSqlbody calls the stored function 'pg_catalog.pg_get_function_sqlbody(oid) text' on db.
func PgGetFunctiondef ¶
PgGetFunctiondef calls the stored function 'pg_catalog.pg_get_functiondef(oid) text' on db.
func PgGetIndexdefByOid ¶
PgGetIndexdefByOid calls the stored function 'pg_catalog.pg_get_indexdef(oid) text' on db.
func PgGetIndexdefByOidIntegerAndBoolean ¶
func PgGetIndexdefByOidIntegerAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int, p2 bool) (string, error)
PgGetIndexdefByOidIntegerAndBoolean calls the stored function 'pg_catalog.pg_get_indexdef(oid, integer, boolean) text' on db.
func PgGetKeywords ¶
PgGetKeywords calls the stored function 'pg_catalog.pg_get_keywords() (text, "char", boolean, text, text)' on db.
func PgGetMultixactMembers ¶
func PgGetMultixactMembers(ctx context.Context, db DB, multixid pgtypes.Xid) (pgtypes.Xid, string, error)
PgGetMultixactMembers calls the stored function 'pg_catalog.pg_get_multixact_members(xid) (xid, text)' on db.
func PgGetObjectAddress ¶
func PgGetObjectAddress(ctx context.Context, db DB, typ string, objectNames, objectArgs StringSlice) (pgtypes.Oid, pgtypes.Oid, int, error)
PgGetObjectAddress calls the stored function 'pg_catalog.pg_get_object_address(text, text, text) (oid, oid, integer)' on db.
func PgGetPartitionConstraintdef ¶
PgGetPartitionConstraintdef calls the stored function 'pg_catalog.pg_get_partition_constraintdef(oid) text' on db.
func PgGetPartkeydef ¶
PgGetPartkeydef calls the stored function 'pg_catalog.pg_get_partkeydef(oid) text' on db.
func PgGetPublicationTables ¶
PgGetPublicationTables calls the stored function 'pg_catalog.pg_get_publication_tables(text) oid' on db.
func PgGetReplicaIdentityIndex ¶
func PgGetReplicaIdentityIndex(ctx context.Context, db DB, p0 pgtypes.Regclass) (pgtypes.Regclass, error)
PgGetReplicaIdentityIndex calls the stored function 'pg_catalog.pg_get_replica_identity_index(regclass) regclass' on db.
func PgGetReplicationSlots ¶
func PgGetReplicationSlots(ctx context.Context, db DB) (string, string, string, pgtypes.Oid, bool, bool, int, pgtypes.Xid, pgtypes.Xid, pgtypes.PgLsn, pgtypes.PgLsn, string, int64, bool, error)
PgGetReplicationSlots calls the stored function 'pg_catalog.pg_get_replication_slots() (name, name, text, oid, boolean, boolean, integer, xid, xid, pg_lsn, pg_lsn, text, bigint, boolean)' on db.
func PgGetRuledefByOid ¶
PgGetRuledefByOid calls the stored function 'pg_catalog.pg_get_ruledef(oid) text' on db.
func PgGetRuledefByOidAndBoolean ¶
func PgGetRuledefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)
PgGetRuledefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_ruledef(oid, boolean) text' on db.
func PgGetSerialSequence ¶
PgGetSerialSequence calls the stored function 'pg_catalog.pg_get_serial_sequence(text, text) text' on db.
func PgGetShmemAllocations ¶
PgGetShmemAllocations calls the stored function 'pg_catalog.pg_get_shmem_allocations() (text, bigint, bigint, bigint)' on db.
func PgGetStatisticsobjdef ¶
PgGetStatisticsobjdef calls the stored function 'pg_catalog.pg_get_statisticsobjdef(oid) text' on db.
func PgGetStatisticsobjdefColumns ¶
PgGetStatisticsobjdefColumns calls the stored function 'pg_catalog.pg_get_statisticsobjdef_columns(oid) text' on db.
func PgGetTriggerdefByOid ¶
PgGetTriggerdefByOid calls the stored function 'pg_catalog.pg_get_triggerdef(oid) text' on db.
func PgGetTriggerdefByOidAndBoolean ¶
func PgGetTriggerdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)
PgGetTriggerdefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_triggerdef(oid, boolean) text' on db.
func PgGetUserbyid ¶
PgGetUserbyid calls the stored function 'pg_catalog.pg_get_userbyid(oid) name' on db.
func PgGetViewdefByOid ¶
PgGetViewdefByOid calls the stored function 'pg_catalog.pg_get_viewdef(oid) text' on db.
func PgGetViewdefByOidAndBoolean ¶
func PgGetViewdefByOidAndBoolean(ctx context.Context, db DB, p0 pgtypes.Oid, p1 bool) (string, error)
PgGetViewdefByOidAndBoolean calls the stored function 'pg_catalog.pg_get_viewdef(oid, boolean) text' on db.
func PgGetViewdefByOidAndInteger ¶
func PgGetViewdefByOidAndInteger(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int) (string, error)
PgGetViewdefByOidAndInteger calls the stored function 'pg_catalog.pg_get_viewdef(oid, integer) text' on db.
func PgGetViewdefByText ¶
PgGetViewdefByText calls the stored function 'pg_catalog.pg_get_viewdef(text) text' on db.
func PgGetViewdefByTextAndBoolean ¶
PgGetViewdefByTextAndBoolean calls the stored function 'pg_catalog.pg_get_viewdef(text, boolean) text' on db.
func PgGetWalReplayPauseState ¶
PgGetWalReplayPauseState calls the stored function 'pg_catalog.pg_get_wal_replay_pause_state() text' on db.
func PgHasRoleByNameAndText ¶
PgHasRoleByNameAndText calls the stored function 'pg_catalog.pg_has_role(name, text) boolean' on db.
func PgHasRoleByNameNameAndText ¶
PgHasRoleByNameNameAndText calls the stored function 'pg_catalog.pg_has_role(name, name, text) boolean' on db.
func PgHasRoleByNameOidAndText ¶
func PgHasRoleByNameOidAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Oid, p2 string) (bool, error)
PgHasRoleByNameOidAndText calls the stored function 'pg_catalog.pg_has_role(name, oid, text) boolean' on db.
func PgHasRoleByOidAndText ¶
PgHasRoleByOidAndText calls the stored function 'pg_catalog.pg_has_role(oid, text) boolean' on db.
func PgHasRoleByOidNameAndText ¶
func PgHasRoleByOidNameAndText(ctx context.Context, db DB, p0 pgtypes.Oid, p1, p2 string) (bool, error)
PgHasRoleByOidNameAndText calls the stored function 'pg_catalog.pg_has_role(oid, name, text) boolean' on db.
func PgHasRoleByOidOidAndText ¶
func PgHasRoleByOidOidAndText(ctx context.Context, db DB, p0, p1 pgtypes.Oid, p2 string) (bool, error)
PgHasRoleByOidOidAndText calls the stored function 'pg_catalog.pg_has_role(oid, oid, text) boolean' on db.
func PgHbaFileRules ¶
func PgHbaFileRules(ctx context.Context, db DB) (int, string, StringSlice, StringSlice, string, string, string, StringSlice, string, error)
PgHbaFileRules calls the stored function 'pg_catalog.pg_hba_file_rules() (integer, text, text, text, text, text, text, text, text)' on db.
func PgIdentifyObject ¶
func PgIdentifyObject(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) (string, string, string, string, error)
PgIdentifyObject calls the stored function 'pg_catalog.pg_identify_object(oid, oid, integer) (text, text, text, text)' on db.
func PgIdentifyObjectAsAddress ¶
func PgIdentifyObjectAsAddress(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) (string, StringSlice, StringSlice, error)
PgIdentifyObjectAsAddress calls the stored function 'pg_catalog.pg_identify_object_as_address(oid, oid, integer) (text, text, text)' on db.
func PgImportSystemCollations ¶
PgImportSystemCollations calls the stored function 'pg_catalog.pg_import_system_collations(regnamespace) integer' on db.
func PgIndexColumnHasProperty ¶
func PgIndexColumnHasProperty(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int, p2 string) (bool, error)
PgIndexColumnHasProperty calls the stored function 'pg_catalog.pg_index_column_has_property(regclass, integer, text) boolean' on db.
func PgIndexHasProperty ¶
PgIndexHasProperty calls the stored function 'pg_catalog.pg_index_has_property(regclass, text) boolean' on db.
func PgIndexamHasProperty ¶
PgIndexamHasProperty calls the stored function 'pg_catalog.pg_indexam_has_property(oid, text) boolean' on db.
func PgIndexamProgressPhasename ¶
func PgIndexamProgressPhasename(ctx context.Context, db DB, p0 pgtypes.Oid, p1 int64) (string, error)
PgIndexamProgressPhasename calls the stored function 'pg_catalog.pg_indexam_progress_phasename(oid, bigint) text' on db.
func PgIndexesSize ¶
PgIndexesSize calls the stored function 'pg_catalog.pg_indexes_size(regclass) bigint' on db.
func PgIsInBackup ¶
PgIsInBackup calls the stored function 'pg_catalog.pg_is_in_backup() boolean' on db.
func PgIsInRecovery ¶
PgIsInRecovery calls the stored function 'pg_catalog.pg_is_in_recovery() boolean' on db.
func PgIsOtherTempSchema ¶
PgIsOtherTempSchema calls the stored function 'pg_catalog.pg_is_other_temp_schema(oid) boolean' on db.
func PgIsWalReplayPaused ¶
PgIsWalReplayPaused calls the stored function 'pg_catalog.pg_is_wal_replay_paused() boolean' on db.
func PgIsolationTestSessionIsBlocked ¶
PgIsolationTestSessionIsBlocked calls the stored function 'pg_catalog.pg_isolation_test_session_is_blocked(integer, integer) boolean' on db.
func PgJitAvailable ¶
PgJitAvailable calls the stored function 'pg_catalog.pg_jit_available() boolean' on db.
func PgLastCommittedXact ¶
PgLastCommittedXact calls the stored function 'pg_catalog.pg_last_committed_xact() (xid, timestamp with time zone, oid)' on db.
func PgLastWalReceiveLsn ¶
PgLastWalReceiveLsn calls the stored function 'pg_catalog.pg_last_wal_receive_lsn() pg_lsn' on db.
func PgLastWalReplayLsn ¶
PgLastWalReplayLsn calls the stored function 'pg_catalog.pg_last_wal_replay_lsn() pg_lsn' on db.
func PgLastXactReplayTimestamp ¶
PgLastXactReplayTimestamp calls the stored function 'pg_catalog.pg_last_xact_replay_timestamp() timestamp with time zone' on db.
func PgListeningChannels ¶
PgListeningChannels calls the stored function 'pg_catalog.pg_listening_channels() text' on db.
func PgLockStatus ¶
func PgLockStatus(ctx context.Context, db DB) (string, pgtypes.Oid, pgtypes.Oid, int, int16, string, pgtypes.Xid, pgtypes.Oid, pgtypes.Oid, int16, string, int, string, bool, bool, time.Time, error)
PgLockStatus calls the stored function 'pg_catalog.pg_lock_status() (text, oid, oid, integer, smallint, text, xid, oid, oid, smallint, text, integer, text, boolean, boolean, timestamp with time zone)' on db.
func PgLogBackendMemoryContexts ¶
PgLogBackendMemoryContexts calls the stored function 'pg_catalog.pg_log_backend_memory_contexts(integer) boolean' on db.
func PgLogicalEmitMessageByBooleanTextAndBytea ¶
func PgLogicalEmitMessageByBooleanTextAndBytea(ctx context.Context, db DB, p0 bool, p1 string, p2 []byte) (pgtypes.PgLsn, error)
PgLogicalEmitMessageByBooleanTextAndBytea calls the stored function 'pg_catalog.pg_logical_emit_message(boolean, text, bytea) pg_lsn' on db.
func PgLogicalEmitMessageByBooleanTextAndText ¶
func PgLogicalEmitMessageByBooleanTextAndText(ctx context.Context, db DB, p0 bool, p1, p2 string) (pgtypes.PgLsn, error)
PgLogicalEmitMessageByBooleanTextAndText calls the stored function 'pg_catalog.pg_logical_emit_message(boolean, text, text) pg_lsn' on db.
func PgLogicalSlotGetBinaryChanges ¶
func PgLogicalSlotGetBinaryChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, []byte, error)
PgLogicalSlotGetBinaryChanges calls the stored function 'pg_catalog.pg_logical_slot_get_binary_changes(name, pg_lsn, integer, text) (pg_lsn, xid, bytea)' on db.
func PgLogicalSlotGetChanges ¶
func PgLogicalSlotGetChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, string, error)
PgLogicalSlotGetChanges calls the stored function 'pg_catalog.pg_logical_slot_get_changes(name, pg_lsn, integer, text) (pg_lsn, xid, text)' on db.
func PgLogicalSlotPeekBinaryChanges ¶
func PgLogicalSlotPeekBinaryChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, []byte, error)
PgLogicalSlotPeekBinaryChanges calls the stored function 'pg_catalog.pg_logical_slot_peek_binary_changes(name, pg_lsn, integer, text) (pg_lsn, xid, bytea)' on db.
func PgLogicalSlotPeekChanges ¶
func PgLogicalSlotPeekChanges(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn, uptoNchanges int, options StringSlice) (pgtypes.PgLsn, pgtypes.Xid, string, error)
PgLogicalSlotPeekChanges calls the stored function 'pg_catalog.pg_logical_slot_peek_changes(name, pg_lsn, integer, text) (pg_lsn, xid, text)' on db.
func PgLsArchiveStatusdir ¶
PgLsArchiveStatusdir calls the stored function 'pg_catalog.pg_ls_archive_statusdir() (text, bigint, timestamp with time zone)' on db.
func PgLsDirByText ¶
PgLsDirByText calls the stored function 'pg_catalog.pg_ls_dir(text) text' on db.
func PgLsDirByTextBooleanAndBoolean ¶
func PgLsDirByTextBooleanAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 bool) (string, error)
PgLsDirByTextBooleanAndBoolean calls the stored function 'pg_catalog.pg_ls_dir(text, boolean, boolean) text' on db.
func PgLsLogdir ¶
PgLsLogdir calls the stored function 'pg_catalog.pg_ls_logdir() (text, bigint, timestamp with time zone)' on db.
func PgLsTmpdir ¶
PgLsTmpdir calls the stored function 'pg_catalog.pg_ls_tmpdir() (text, bigint, timestamp with time zone)' on db.
func PgLsTmpdirByTablespace ¶
func PgLsTmpdirByTablespace(ctx context.Context, db DB, tablespace pgtypes.Oid) (string, int64, time.Time, error)
PgLsTmpdirByTablespace calls the stored function 'pg_catalog.pg_ls_tmpdir(oid) (text, bigint, timestamp with time zone)' on db.
func PgLsWaldir ¶
PgLsWaldir calls the stored function 'pg_catalog.pg_ls_waldir() (text, bigint, timestamp with time zone)' on db.
func PgLsnCmp ¶
PgLsnCmp calls the stored function 'pg_catalog.pg_lsn_cmp(pg_lsn, pg_lsn) integer' on db.
func PgLsnEq ¶
PgLsnEq calls the stored function 'pg_catalog.pg_lsn_eq(pg_lsn, pg_lsn) boolean' on db.
func PgLsnGe ¶
PgLsnGe calls the stored function 'pg_catalog.pg_lsn_ge(pg_lsn, pg_lsn) boolean' on db.
func PgLsnGt ¶
PgLsnGt calls the stored function 'pg_catalog.pg_lsn_gt(pg_lsn, pg_lsn) boolean' on db.
func PgLsnHash ¶
PgLsnHash calls the stored function 'pg_catalog.pg_lsn_hash(pg_lsn) integer' on db.
func PgLsnHashExtended ¶
PgLsnHashExtended calls the stored function 'pg_catalog.pg_lsn_hash_extended(pg_lsn, bigint) bigint' on db.
func PgLsnLarger ¶
PgLsnLarger calls the stored function 'pg_catalog.pg_lsn_larger(pg_lsn, pg_lsn) pg_lsn' on db.
func PgLsnLe ¶
PgLsnLe calls the stored function 'pg_catalog.pg_lsn_le(pg_lsn, pg_lsn) boolean' on db.
func PgLsnLt ¶
PgLsnLt calls the stored function 'pg_catalog.pg_lsn_lt(pg_lsn, pg_lsn) boolean' on db.
func PgLsnMi ¶
PgLsnMi calls the stored function 'pg_catalog.pg_lsn_mi(pg_lsn, pg_lsn) numeric' on db.
func PgLsnMii ¶
PgLsnMii calls the stored function 'pg_catalog.pg_lsn_mii(pg_lsn, numeric) pg_lsn' on db.
func PgLsnNe ¶
PgLsnNe calls the stored function 'pg_catalog.pg_lsn_ne(pg_lsn, pg_lsn) boolean' on db.
func PgLsnPli ¶
PgLsnPli calls the stored function 'pg_catalog.pg_lsn_pli(pg_lsn, numeric) pg_lsn' on db.
func PgLsnRecv ¶
PgLsnRecv calls the stored function 'pg_catalog.pg_lsn_recv(internal) pg_lsn' on db.
func PgLsnSmaller ¶
PgLsnSmaller calls the stored function 'pg_catalog.pg_lsn_smaller(pg_lsn, pg_lsn) pg_lsn' on db.
func PgMcvListRecv ¶
PgMcvListRecv calls the stored function 'pg_catalog.pg_mcv_list_recv(internal) pg_mcv_list' on db.
func PgMcvListSend ¶
PgMcvListSend calls the stored function 'pg_catalog.pg_mcv_list_send(pg_mcv_list) bytea' on db.
func PgMyTempSchema ¶
PgMyTempSchema calls the stored function 'pg_catalog.pg_my_temp_schema() oid' on db.
func PgNdistinctRecv ¶
PgNdistinctRecv calls the stored function 'pg_catalog.pg_ndistinct_recv(internal) pg_ndistinct' on db.
func PgNdistinctSend ¶
PgNdistinctSend calls the stored function 'pg_catalog.pg_ndistinct_send(pg_ndistinct) bytea' on db.
func PgNextoid ¶
func PgNextoid(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string, p2 pgtypes.Regclass) (pgtypes.Oid, error)
PgNextoid calls the stored function 'pg_catalog.pg_nextoid(regclass, name, regclass) oid' on db.
func PgNodeTreeRecv ¶
PgNodeTreeRecv calls the stored function 'pg_catalog.pg_node_tree_recv(internal) pg_node_tree' on db.
func PgNodeTreeSend ¶
PgNodeTreeSend calls the stored function 'pg_catalog.pg_node_tree_send(pg_node_tree) bytea' on db.
func PgNotificationQueueUsage ¶
PgNotificationQueueUsage calls the stored function 'pg_catalog.pg_notification_queue_usage() double precision' on db.
func PgOpclassIsVisible ¶
PgOpclassIsVisible calls the stored function 'pg_catalog.pg_opclass_is_visible(oid) boolean' on db.
func PgOperatorIsVisible ¶
PgOperatorIsVisible calls the stored function 'pg_catalog.pg_operator_is_visible(oid) boolean' on db.
func PgOpfamilyIsVisible ¶
PgOpfamilyIsVisible calls the stored function 'pg_catalog.pg_opfamily_is_visible(oid) boolean' on db.
func PgOptionsToTable ¶
PgOptionsToTable calls the stored function 'pg_catalog.pg_options_to_table(text) (text, text)' on db.
func PgPartitionAncestors ¶
func PgPartitionAncestors(ctx context.Context, db DB, partitionid pgtypes.Regclass) (pgtypes.Regclass, error)
PgPartitionAncestors calls the stored function 'pg_catalog.pg_partition_ancestors(regclass) regclass' on db.
func PgPartitionRoot ¶
PgPartitionRoot calls the stored function 'pg_catalog.pg_partition_root(regclass) regclass' on db.
func PgPartitionTree ¶
func PgPartitionTree(ctx context.Context, db DB, rootrelid pgtypes.Regclass) (pgtypes.Regclass, pgtypes.Regclass, bool, int, error)
PgPartitionTree calls the stored function 'pg_catalog.pg_partition_tree(regclass) (regclass, regclass, boolean, integer)' on db.
func PgPostmasterStartTime ¶
PgPostmasterStartTime calls the stored function 'pg_catalog.pg_postmaster_start_time() timestamp with time zone' on db.
func PgPreparedStatement ¶
func PgPreparedStatement(ctx context.Context, db DB) (string, string, time.Time, []pgtypes.Regtype, bool, int64, int64, error)
PgPreparedStatement calls the stored function 'pg_catalog.pg_prepared_statement() (text, text, timestamp with time zone, regtype, boolean, bigint, bigint)' on db.
func PgPreparedXact ¶
func PgPreparedXact(ctx context.Context, db DB) (pgtypes.Xid, string, time.Time, pgtypes.Oid, pgtypes.Oid, error)
PgPreparedXact calls the stored function 'pg_catalog.pg_prepared_xact() (xid, text, timestamp with time zone, oid, oid)' on db.
func PgPromote ¶
PgPromote calls the stored function 'pg_catalog.pg_promote(boolean, integer) boolean' on db.
func PgReadBinaryFileByText ¶
PgReadBinaryFileByText calls the stored function 'pg_catalog.pg_read_binary_file(text) bytea' on db.
func PgReadBinaryFileByTextBigintAndBigint ¶
func PgReadBinaryFileByTextBigintAndBigint(ctx context.Context, db DB, p0 string, p1, p2 int64) ([]byte, error)
PgReadBinaryFileByTextBigintAndBigint calls the stored function 'pg_catalog.pg_read_binary_file(text, bigint, bigint) bytea' on db.
func PgReadBinaryFileByTextBigintBigintAndBoolean ¶
func PgReadBinaryFileByTextBigintBigintAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 int64, p3 bool) ([]byte, error)
PgReadBinaryFileByTextBigintBigintAndBoolean calls the stored function 'pg_catalog.pg_read_binary_file(text, bigint, bigint, boolean) bytea' on db.
func PgReadFileByText ¶
PgReadFileByText calls the stored function 'pg_catalog.pg_read_file(text) text' on db.
func PgReadFileByTextBigintAndBigint ¶
func PgReadFileByTextBigintAndBigint(ctx context.Context, db DB, p0 string, p1, p2 int64) (string, error)
PgReadFileByTextBigintAndBigint calls the stored function 'pg_catalog.pg_read_file(text, bigint, bigint) text' on db.
func PgReadFileByTextBigintBigintAndBoolean ¶
func PgReadFileByTextBigintBigintAndBoolean(ctx context.Context, db DB, p0 string, p1, p2 int64, p3 bool) (string, error)
PgReadFileByTextBigintBigintAndBoolean calls the stored function 'pg_catalog.pg_read_file(text, bigint, bigint, boolean) text' on db.
func PgReadFileOld ¶
PgReadFileOld calls the stored function 'pg_catalog.pg_read_file_old(text, bigint, bigint) text' on db.
func PgRelationFilenode ¶
PgRelationFilenode calls the stored function 'pg_catalog.pg_relation_filenode(regclass) oid' on db.
func PgRelationFilepath ¶
PgRelationFilepath calls the stored function 'pg_catalog.pg_relation_filepath(regclass) text' on db.
func PgRelationIsPublishable ¶
PgRelationIsPublishable calls the stored function 'pg_catalog.pg_relation_is_publishable(regclass) boolean' on db.
func PgRelationIsUpdatable ¶
PgRelationIsUpdatable calls the stored function 'pg_catalog.pg_relation_is_updatable(regclass, boolean) integer' on db.
func PgRelationSizeByRegclass ¶
PgRelationSizeByRegclass calls the stored function 'pg_catalog.pg_relation_size(regclass) bigint' on db.
func PgRelationSizeByRegclassAndText ¶
func PgRelationSizeByRegclassAndText(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 string) (int64, error)
PgRelationSizeByRegclassAndText calls the stored function 'pg_catalog.pg_relation_size(regclass, text) bigint' on db.
func PgReloadConf ¶
PgReloadConf calls the stored function 'pg_catalog.pg_reload_conf() boolean' on db.
func PgReplicationOriginAdvance ¶
PgReplicationOriginAdvance calls the stored function 'pg_catalog.pg_replication_origin_advance(text, pg_lsn)' on db.
func PgReplicationOriginCreate ¶
PgReplicationOriginCreate calls the stored function 'pg_catalog.pg_replication_origin_create(text) oid' on db.
func PgReplicationOriginDrop ¶
PgReplicationOriginDrop calls the stored function 'pg_catalog.pg_replication_origin_drop(text)' on db.
func PgReplicationOriginOid ¶
PgReplicationOriginOid calls the stored function 'pg_catalog.pg_replication_origin_oid(text) oid' on db.
func PgReplicationOriginProgress ¶
func PgReplicationOriginProgress(ctx context.Context, db DB, p0 string, p1 bool) (pgtypes.PgLsn, error)
PgReplicationOriginProgress calls the stored function 'pg_catalog.pg_replication_origin_progress(text, boolean) pg_lsn' on db.
func PgReplicationOriginSessionIsSetup ¶
PgReplicationOriginSessionIsSetup calls the stored function 'pg_catalog.pg_replication_origin_session_is_setup() boolean' on db.
func PgReplicationOriginSessionProgress ¶
PgReplicationOriginSessionProgress calls the stored function 'pg_catalog.pg_replication_origin_session_progress(boolean) pg_lsn' on db.
func PgReplicationOriginSessionReset ¶
PgReplicationOriginSessionReset calls the stored function 'pg_catalog.pg_replication_origin_session_reset()' on db.
func PgReplicationOriginSessionSetup ¶
PgReplicationOriginSessionSetup calls the stored function 'pg_catalog.pg_replication_origin_session_setup(text)' on db.
func PgReplicationOriginXactReset ¶
PgReplicationOriginXactReset calls the stored function 'pg_catalog.pg_replication_origin_xact_reset()' on db.
func PgReplicationOriginXactSetup ¶
PgReplicationOriginXactSetup calls the stored function 'pg_catalog.pg_replication_origin_xact_setup(pg_lsn, timestamp with time zone)' on db.
func PgReplicationSlotAdvance ¶
func PgReplicationSlotAdvance(ctx context.Context, db DB, slotName string, uptoLsn pgtypes.PgLsn) (string, pgtypes.PgLsn, error)
PgReplicationSlotAdvance calls the stored function 'pg_catalog.pg_replication_slot_advance(name, pg_lsn) (name, pg_lsn)' on db.
func PgRotateLogfile ¶
PgRotateLogfile calls the stored function 'pg_catalog.pg_rotate_logfile() boolean' on db.
func PgRotateLogfileOld ¶
PgRotateLogfileOld calls the stored function 'pg_catalog.pg_rotate_logfile_old() boolean' on db.
func PgSafeSnapshotBlockingPids ¶
PgSafeSnapshotBlockingPids calls the stored function 'pg_catalog.pg_safe_snapshot_blocking_pids(integer) integer' on db.
func PgSequenceLastValue ¶
PgSequenceLastValue calls the stored function 'pg_catalog.pg_sequence_last_value(regclass) bigint' on db.
func PgSequenceParameters ¶
func PgSequenceParameters(ctx context.Context, db DB, sequenceOid pgtypes.Oid) (int64, int64, int64, int64, bool, int64, pgtypes.Oid, error)
PgSequenceParameters calls the stored function 'pg_catalog.pg_sequence_parameters(oid) (bigint, bigint, bigint, bigint, boolean, bigint, oid)' on db.
func PgShowAllFileSettings ¶
func PgShowAllFileSettings(ctx context.Context, db DB) (string, int, int, string, string, bool, string, error)
PgShowAllFileSettings calls the stored function 'pg_catalog.pg_show_all_file_settings() (text, integer, integer, text, text, boolean, text)' on db.
func PgShowReplicationOriginStatus ¶
func PgShowReplicationOriginStatus(ctx context.Context, db DB) (pgtypes.Oid, string, pgtypes.PgLsn, pgtypes.PgLsn, error)
PgShowReplicationOriginStatus calls the stored function 'pg_catalog.pg_show_replication_origin_status() (oid, text, pg_lsn, pg_lsn)' on db.
func PgSizeBytes ¶
PgSizeBytes calls the stored function 'pg_catalog.pg_size_bytes(text) bigint' on db.
func PgSizePrettyByBigint ¶
PgSizePrettyByBigint calls the stored function 'pg_catalog.pg_size_pretty(bigint) text' on db.
func PgSizePrettyByNumeric ¶
PgSizePrettyByNumeric calls the stored function 'pg_catalog.pg_size_pretty(numeric) text' on db.
func PgSleepFor ¶
PgSleepFor calls the stored function 'pg_catalog.pg_sleep_for(interval)' on db.
func PgSleepUntil ¶
PgSleepUntil calls the stored function 'pg_catalog.pg_sleep_until(timestamp with time zone)' on db.
func PgSnapshotRecv ¶
PgSnapshotRecv calls the stored function 'pg_catalog.pg_snapshot_recv(internal) pg_snapshot' on db.
func PgSnapshotSend ¶
PgSnapshotSend calls the stored function 'pg_catalog.pg_snapshot_send(pg_snapshot) bytea' on db.
func PgSnapshotXip ¶
PgSnapshotXip calls the stored function 'pg_catalog.pg_snapshot_xip(pg_snapshot) xid8' on db.
func PgSnapshotXmax ¶
PgSnapshotXmax calls the stored function 'pg_catalog.pg_snapshot_xmax(pg_snapshot) xid8' on db.
func PgSnapshotXmin ¶
PgSnapshotXmin calls the stored function 'pg_catalog.pg_snapshot_xmin(pg_snapshot) xid8' on db.
func PgStartBackup ¶
func PgStartBackup(ctx context.Context, db DB, label string, fast, exclusive bool) (pgtypes.PgLsn, error)
PgStartBackup calls the stored function 'pg_catalog.pg_start_backup(text, boolean, boolean) pg_lsn' on db.
func PgStatClearSnapshot ¶
PgStatClearSnapshot calls the stored function 'pg_catalog.pg_stat_clear_snapshot()' on db.
func PgStatFileByFilename ¶
func PgStatFileByFilename(ctx context.Context, db DB, filename string) (int64, time.Time, time.Time, time.Time, time.Time, bool, error)
PgStatFileByFilename calls the stored function 'pg_catalog.pg_stat_file(text) (bigint, timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone, boolean)' on db.
func PgStatFileByFilenameAndMissingOk ¶
func PgStatFileByFilenameAndMissingOk(ctx context.Context, db DB, filename string, missingOk bool) (int64, time.Time, time.Time, time.Time, time.Time, bool, error)
PgStatFileByFilenameAndMissingOk calls the stored function 'pg_catalog.pg_stat_file(text, boolean) (bigint, timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone, boolean)' on db.
func PgStatGetActivity ¶
func PgStatGetActivity(ctx context.Context, db DB, pid int) (pgtypes.Oid, int, pgtypes.Oid, string, string, string, string, string, time.Time, time.Time, time.Time, time.Time, string, string, int, pgtypes.Xid, pgtypes.Xid, string, bool, string, string, int, string, float64, string, bool, string, bool, int, int64, error)
PgStatGetActivity calls the stored function 'pg_catalog.pg_stat_get_activity(integer) (oid, integer, oid, text, text, text, text, text, timestamp with time zone, timestamp with time zone, timestamp with time zone, timestamp with time zone, inet, text, integer, xid, xid, text, boolean, text, text, integer, text, numeric, text, boolean, text, boolean, integer, bigint)' on db.
func PgStatGetAnalyzeCount ¶
PgStatGetAnalyzeCount calls the stored function 'pg_catalog.pg_stat_get_analyze_count(oid) bigint' on db.
func PgStatGetArchiver ¶
func PgStatGetArchiver(ctx context.Context, db DB) (int64, string, time.Time, int64, string, time.Time, time.Time, error)
PgStatGetArchiver calls the stored function 'pg_catalog.pg_stat_get_archiver() (bigint, text, timestamp with time zone, bigint, text, timestamp with time zone, timestamp with time zone)' on db.
func PgStatGetAutoanalyzeCount ¶
PgStatGetAutoanalyzeCount calls the stored function 'pg_catalog.pg_stat_get_autoanalyze_count(oid) bigint' on db.
func PgStatGetAutovacuumCount ¶
PgStatGetAutovacuumCount calls the stored function 'pg_catalog.pg_stat_get_autovacuum_count(oid) bigint' on db.
func PgStatGetBackendActivity ¶
PgStatGetBackendActivity calls the stored function 'pg_catalog.pg_stat_get_backend_activity(integer) text' on db.
func PgStatGetBackendActivityStart ¶
PgStatGetBackendActivityStart calls the stored function 'pg_catalog.pg_stat_get_backend_activity_start(integer) timestamp with time zone' on db.
func PgStatGetBackendClientAddr ¶
PgStatGetBackendClientAddr calls the stored function 'pg_catalog.pg_stat_get_backend_client_addr(integer) inet' on db.
func PgStatGetBackendClientPort ¶
PgStatGetBackendClientPort calls the stored function 'pg_catalog.pg_stat_get_backend_client_port(integer) integer' on db.
func PgStatGetBackendDbid ¶
PgStatGetBackendDbid calls the stored function 'pg_catalog.pg_stat_get_backend_dbid(integer) oid' on db.
func PgStatGetBackendIdset ¶
PgStatGetBackendIdset calls the stored function 'pg_catalog.pg_stat_get_backend_idset() integer' on db.
func PgStatGetBackendPid ¶
PgStatGetBackendPid calls the stored function 'pg_catalog.pg_stat_get_backend_pid(integer) integer' on db.
func PgStatGetBackendStart ¶
PgStatGetBackendStart calls the stored function 'pg_catalog.pg_stat_get_backend_start(integer) timestamp with time zone' on db.
func PgStatGetBackendUserid ¶
PgStatGetBackendUserid calls the stored function 'pg_catalog.pg_stat_get_backend_userid(integer) oid' on db.
func PgStatGetBackendWaitEvent ¶
PgStatGetBackendWaitEvent calls the stored function 'pg_catalog.pg_stat_get_backend_wait_event(integer) text' on db.
func PgStatGetBackendWaitEventType ¶
PgStatGetBackendWaitEventType calls the stored function 'pg_catalog.pg_stat_get_backend_wait_event_type(integer) text' on db.
func PgStatGetBackendXactStart ¶
PgStatGetBackendXactStart calls the stored function 'pg_catalog.pg_stat_get_backend_xact_start(integer) timestamp with time zone' on db.
func PgStatGetBgwriterBufWrittenCheckpoints ¶
PgStatGetBgwriterBufWrittenCheckpoints calls the stored function 'pg_catalog.pg_stat_get_bgwriter_buf_written_checkpoints() bigint' on db.
func PgStatGetBgwriterBufWrittenClean ¶
PgStatGetBgwriterBufWrittenClean calls the stored function 'pg_catalog.pg_stat_get_bgwriter_buf_written_clean() bigint' on db.
func PgStatGetBgwriterMaxwrittenClean ¶
PgStatGetBgwriterMaxwrittenClean calls the stored function 'pg_catalog.pg_stat_get_bgwriter_maxwritten_clean() bigint' on db.
func PgStatGetBgwriterRequestedCheckpoints ¶
PgStatGetBgwriterRequestedCheckpoints calls the stored function 'pg_catalog.pg_stat_get_bgwriter_requested_checkpoints() bigint' on db.
func PgStatGetBgwriterStatResetTime ¶
PgStatGetBgwriterStatResetTime calls the stored function 'pg_catalog.pg_stat_get_bgwriter_stat_reset_time() timestamp with time zone' on db.
func PgStatGetBgwriterTimedCheckpoints ¶
PgStatGetBgwriterTimedCheckpoints calls the stored function 'pg_catalog.pg_stat_get_bgwriter_timed_checkpoints() bigint' on db.
func PgStatGetBlocksFetched ¶
PgStatGetBlocksFetched calls the stored function 'pg_catalog.pg_stat_get_blocks_fetched(oid) bigint' on db.
func PgStatGetBlocksHit ¶
PgStatGetBlocksHit calls the stored function 'pg_catalog.pg_stat_get_blocks_hit(oid) bigint' on db.
func PgStatGetBufAlloc ¶
PgStatGetBufAlloc calls the stored function 'pg_catalog.pg_stat_get_buf_alloc() bigint' on db.
func PgStatGetBufFsyncBackend ¶
PgStatGetBufFsyncBackend calls the stored function 'pg_catalog.pg_stat_get_buf_fsync_backend() bigint' on db.
func PgStatGetBufWrittenBackend ¶
PgStatGetBufWrittenBackend calls the stored function 'pg_catalog.pg_stat_get_buf_written_backend() bigint' on db.
func PgStatGetCheckpointSyncTime ¶
PgStatGetCheckpointSyncTime calls the stored function 'pg_catalog.pg_stat_get_checkpoint_sync_time() double precision' on db.
func PgStatGetCheckpointWriteTime ¶
PgStatGetCheckpointWriteTime calls the stored function 'pg_catalog.pg_stat_get_checkpoint_write_time() double precision' on db.
func PgStatGetDbActiveTime ¶
PgStatGetDbActiveTime calls the stored function 'pg_catalog.pg_stat_get_db_active_time(oid) double precision' on db.
func PgStatGetDbBlkReadTime ¶
PgStatGetDbBlkReadTime calls the stored function 'pg_catalog.pg_stat_get_db_blk_read_time(oid) double precision' on db.
func PgStatGetDbBlkWriteTime ¶
PgStatGetDbBlkWriteTime calls the stored function 'pg_catalog.pg_stat_get_db_blk_write_time(oid) double precision' on db.
func PgStatGetDbBlocksFetched ¶
PgStatGetDbBlocksFetched calls the stored function 'pg_catalog.pg_stat_get_db_blocks_fetched(oid) bigint' on db.
func PgStatGetDbBlocksHit ¶
PgStatGetDbBlocksHit calls the stored function 'pg_catalog.pg_stat_get_db_blocks_hit(oid) bigint' on db.
func PgStatGetDbChecksumFailures ¶
PgStatGetDbChecksumFailures calls the stored function 'pg_catalog.pg_stat_get_db_checksum_failures(oid) bigint' on db.
func PgStatGetDbChecksumLastFailure ¶
PgStatGetDbChecksumLastFailure calls the stored function 'pg_catalog.pg_stat_get_db_checksum_last_failure(oid) timestamp with time zone' on db.
func PgStatGetDbConflictAll ¶
PgStatGetDbConflictAll calls the stored function 'pg_catalog.pg_stat_get_db_conflict_all(oid) bigint' on db.
func PgStatGetDbConflictBufferpin ¶
PgStatGetDbConflictBufferpin calls the stored function 'pg_catalog.pg_stat_get_db_conflict_bufferpin(oid) bigint' on db.
func PgStatGetDbConflictLock ¶
PgStatGetDbConflictLock calls the stored function 'pg_catalog.pg_stat_get_db_conflict_lock(oid) bigint' on db.
func PgStatGetDbConflictSnapshot ¶
PgStatGetDbConflictSnapshot calls the stored function 'pg_catalog.pg_stat_get_db_conflict_snapshot(oid) bigint' on db.
func PgStatGetDbConflictStartupDeadlock ¶
PgStatGetDbConflictStartupDeadlock calls the stored function 'pg_catalog.pg_stat_get_db_conflict_startup_deadlock(oid) bigint' on db.
func PgStatGetDbConflictTablespace ¶
PgStatGetDbConflictTablespace calls the stored function 'pg_catalog.pg_stat_get_db_conflict_tablespace(oid) bigint' on db.
func PgStatGetDbDeadlocks ¶
PgStatGetDbDeadlocks calls the stored function 'pg_catalog.pg_stat_get_db_deadlocks(oid) bigint' on db.
func PgStatGetDbIdleInTransactionTime ¶
PgStatGetDbIdleInTransactionTime calls the stored function 'pg_catalog.pg_stat_get_db_idle_in_transaction_time(oid) double precision' on db.
func PgStatGetDbNumbackends ¶
PgStatGetDbNumbackends calls the stored function 'pg_catalog.pg_stat_get_db_numbackends(oid) integer' on db.
func PgStatGetDbSessionTime ¶
PgStatGetDbSessionTime calls the stored function 'pg_catalog.pg_stat_get_db_session_time(oid) double precision' on db.
func PgStatGetDbSessions ¶
PgStatGetDbSessions calls the stored function 'pg_catalog.pg_stat_get_db_sessions(oid) bigint' on db.
func PgStatGetDbSessionsAbandoned ¶
PgStatGetDbSessionsAbandoned calls the stored function 'pg_catalog.pg_stat_get_db_sessions_abandoned(oid) bigint' on db.
func PgStatGetDbSessionsFatal ¶
PgStatGetDbSessionsFatal calls the stored function 'pg_catalog.pg_stat_get_db_sessions_fatal(oid) bigint' on db.
func PgStatGetDbSessionsKilled ¶
PgStatGetDbSessionsKilled calls the stored function 'pg_catalog.pg_stat_get_db_sessions_killed(oid) bigint' on db.
func PgStatGetDbStatResetTime ¶
PgStatGetDbStatResetTime calls the stored function 'pg_catalog.pg_stat_get_db_stat_reset_time(oid) timestamp with time zone' on db.
func PgStatGetDbTempBytes ¶
PgStatGetDbTempBytes calls the stored function 'pg_catalog.pg_stat_get_db_temp_bytes(oid) bigint' on db.
func PgStatGetDbTempFiles ¶
PgStatGetDbTempFiles calls the stored function 'pg_catalog.pg_stat_get_db_temp_files(oid) bigint' on db.
func PgStatGetDbTuplesDeleted ¶
PgStatGetDbTuplesDeleted calls the stored function 'pg_catalog.pg_stat_get_db_tuples_deleted(oid) bigint' on db.
func PgStatGetDbTuplesFetched ¶
PgStatGetDbTuplesFetched calls the stored function 'pg_catalog.pg_stat_get_db_tuples_fetched(oid) bigint' on db.
func PgStatGetDbTuplesInserted ¶
PgStatGetDbTuplesInserted calls the stored function 'pg_catalog.pg_stat_get_db_tuples_inserted(oid) bigint' on db.
func PgStatGetDbTuplesReturned ¶
PgStatGetDbTuplesReturned calls the stored function 'pg_catalog.pg_stat_get_db_tuples_returned(oid) bigint' on db.
func PgStatGetDbTuplesUpdated ¶
PgStatGetDbTuplesUpdated calls the stored function 'pg_catalog.pg_stat_get_db_tuples_updated(oid) bigint' on db.
func PgStatGetDbXactCommit ¶
PgStatGetDbXactCommit calls the stored function 'pg_catalog.pg_stat_get_db_xact_commit(oid) bigint' on db.
func PgStatGetDbXactRollback ¶
PgStatGetDbXactRollback calls the stored function 'pg_catalog.pg_stat_get_db_xact_rollback(oid) bigint' on db.
func PgStatGetDeadTuples ¶
PgStatGetDeadTuples calls the stored function 'pg_catalog.pg_stat_get_dead_tuples(oid) bigint' on db.
func PgStatGetFunctionCalls ¶
PgStatGetFunctionCalls calls the stored function 'pg_catalog.pg_stat_get_function_calls(oid) bigint' on db.
func PgStatGetFunctionSelfTime ¶
PgStatGetFunctionSelfTime calls the stored function 'pg_catalog.pg_stat_get_function_self_time(oid) double precision' on db.
func PgStatGetFunctionTotalTime ¶
PgStatGetFunctionTotalTime calls the stored function 'pg_catalog.pg_stat_get_function_total_time(oid) double precision' on db.
func PgStatGetInsSinceVacuum ¶
PgStatGetInsSinceVacuum calls the stored function 'pg_catalog.pg_stat_get_ins_since_vacuum(oid) bigint' on db.
func PgStatGetLastAnalyzeTime ¶
PgStatGetLastAnalyzeTime calls the stored function 'pg_catalog.pg_stat_get_last_analyze_time(oid) timestamp with time zone' on db.
func PgStatGetLastAutoanalyzeTime ¶
PgStatGetLastAutoanalyzeTime calls the stored function 'pg_catalog.pg_stat_get_last_autoanalyze_time(oid) timestamp with time zone' on db.
func PgStatGetLastAutovacuumTime ¶
PgStatGetLastAutovacuumTime calls the stored function 'pg_catalog.pg_stat_get_last_autovacuum_time(oid) timestamp with time zone' on db.
func PgStatGetLastVacuumTime ¶
PgStatGetLastVacuumTime calls the stored function 'pg_catalog.pg_stat_get_last_vacuum_time(oid) timestamp with time zone' on db.
func PgStatGetLiveTuples ¶
PgStatGetLiveTuples calls the stored function 'pg_catalog.pg_stat_get_live_tuples(oid) bigint' on db.
func PgStatGetModSinceAnalyze ¶
PgStatGetModSinceAnalyze calls the stored function 'pg_catalog.pg_stat_get_mod_since_analyze(oid) bigint' on db.
func PgStatGetNumscans ¶
PgStatGetNumscans calls the stored function 'pg_catalog.pg_stat_get_numscans(oid) bigint' on db.
func PgStatGetProgressInfo ¶
func PgStatGetProgressInfo(ctx context.Context, db DB, cmdtype string) (int, pgtypes.Oid, pgtypes.Oid, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, int64, error)
PgStatGetProgressInfo calls the stored function 'pg_catalog.pg_stat_get_progress_info(text) (integer, oid, oid, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint)' on db.
func PgStatGetReplicationSlot ¶
func PgStatGetReplicationSlot(ctx context.Context, db DB, slotName string) (string, int64, int64, int64, int64, int64, int64, int64, int64, time.Time, error)
PgStatGetReplicationSlot calls the stored function 'pg_catalog.pg_stat_get_replication_slot(text) (text, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, timestamp with time zone)' on db.
func PgStatGetSlru ¶
func PgStatGetSlru(ctx context.Context, db DB) (string, int64, int64, int64, int64, int64, int64, int64, time.Time, error)
PgStatGetSlru calls the stored function 'pg_catalog.pg_stat_get_slru() (text, bigint, bigint, bigint, bigint, bigint, bigint, bigint, timestamp with time zone)' on db.
func PgStatGetSnapshotTimestamp ¶
PgStatGetSnapshotTimestamp calls the stored function 'pg_catalog.pg_stat_get_snapshot_timestamp() timestamp with time zone' on db.
func PgStatGetSubscription ¶
func PgStatGetSubscription(ctx context.Context, db DB, subid pgtypes.Oid) (pgtypes.Oid, pgtypes.Oid, int, pgtypes.PgLsn, time.Time, time.Time, pgtypes.PgLsn, time.Time, error)
PgStatGetSubscription calls the stored function 'pg_catalog.pg_stat_get_subscription(oid) (oid, oid, integer, pg_lsn, timestamp with time zone, timestamp with time zone, pg_lsn, timestamp with time zone)' on db.
func PgStatGetTuplesDeleted ¶
PgStatGetTuplesDeleted calls the stored function 'pg_catalog.pg_stat_get_tuples_deleted(oid) bigint' on db.
func PgStatGetTuplesFetched ¶
PgStatGetTuplesFetched calls the stored function 'pg_catalog.pg_stat_get_tuples_fetched(oid) bigint' on db.
func PgStatGetTuplesHotUpdated ¶
PgStatGetTuplesHotUpdated calls the stored function 'pg_catalog.pg_stat_get_tuples_hot_updated(oid) bigint' on db.
func PgStatGetTuplesInserted ¶
PgStatGetTuplesInserted calls the stored function 'pg_catalog.pg_stat_get_tuples_inserted(oid) bigint' on db.
func PgStatGetTuplesReturned ¶
PgStatGetTuplesReturned calls the stored function 'pg_catalog.pg_stat_get_tuples_returned(oid) bigint' on db.
func PgStatGetTuplesUpdated ¶
PgStatGetTuplesUpdated calls the stored function 'pg_catalog.pg_stat_get_tuples_updated(oid) bigint' on db.
func PgStatGetVacuumCount ¶
PgStatGetVacuumCount calls the stored function 'pg_catalog.pg_stat_get_vacuum_count(oid) bigint' on db.
func PgStatGetWal ¶
func PgStatGetWal(ctx context.Context, db DB) (int64, int64, float64, int64, int64, int64, float64, float64, time.Time, error)
PgStatGetWal calls the stored function 'pg_catalog.pg_stat_get_wal() (bigint, bigint, numeric, bigint, bigint, bigint, double precision, double precision, timestamp with time zone)' on db.
func PgStatGetWalReceiver ¶
func PgStatGetWalReceiver(ctx context.Context, db DB) (int, string, pgtypes.PgLsn, int, pgtypes.PgLsn, pgtypes.PgLsn, int, time.Time, time.Time, pgtypes.PgLsn, time.Time, string, string, int, string, error)
PgStatGetWalReceiver calls the stored function 'pg_catalog.pg_stat_get_wal_receiver() (integer, text, pg_lsn, integer, pg_lsn, pg_lsn, integer, timestamp with time zone, timestamp with time zone, pg_lsn, timestamp with time zone, text, text, integer, text)' on db.
func PgStatGetWalSenders ¶
func PgStatGetWalSenders(ctx context.Context, db DB) (int, string, pgtypes.PgLsn, pgtypes.PgLsn, pgtypes.PgLsn, pgtypes.PgLsn, []byte, []byte, []byte, int, string, time.Time, error)
PgStatGetWalSenders calls the stored function 'pg_catalog.pg_stat_get_wal_senders() (integer, text, pg_lsn, pg_lsn, pg_lsn, pg_lsn, interval, interval, interval, integer, text, timestamp with time zone)' on db.
func PgStatGetXactBlocksFetched ¶
PgStatGetXactBlocksFetched calls the stored function 'pg_catalog.pg_stat_get_xact_blocks_fetched(oid) bigint' on db.
func PgStatGetXactBlocksHit ¶
PgStatGetXactBlocksHit calls the stored function 'pg_catalog.pg_stat_get_xact_blocks_hit(oid) bigint' on db.
func PgStatGetXactFunctionCalls ¶
PgStatGetXactFunctionCalls calls the stored function 'pg_catalog.pg_stat_get_xact_function_calls(oid) bigint' on db.
func PgStatGetXactFunctionSelfTime ¶
PgStatGetXactFunctionSelfTime calls the stored function 'pg_catalog.pg_stat_get_xact_function_self_time(oid) double precision' on db.
func PgStatGetXactFunctionTotalTime ¶
PgStatGetXactFunctionTotalTime calls the stored function 'pg_catalog.pg_stat_get_xact_function_total_time(oid) double precision' on db.
func PgStatGetXactNumscans ¶
PgStatGetXactNumscans calls the stored function 'pg_catalog.pg_stat_get_xact_numscans(oid) bigint' on db.
func PgStatGetXactTuplesDeleted ¶
PgStatGetXactTuplesDeleted calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_deleted(oid) bigint' on db.
func PgStatGetXactTuplesFetched ¶
PgStatGetXactTuplesFetched calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_fetched(oid) bigint' on db.
func PgStatGetXactTuplesHotUpdated ¶
PgStatGetXactTuplesHotUpdated calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_hot_updated(oid) bigint' on db.
func PgStatGetXactTuplesInserted ¶
PgStatGetXactTuplesInserted calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_inserted(oid) bigint' on db.
func PgStatGetXactTuplesReturned ¶
PgStatGetXactTuplesReturned calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_returned(oid) bigint' on db.
func PgStatGetXactTuplesUpdated ¶
PgStatGetXactTuplesUpdated calls the stored function 'pg_catalog.pg_stat_get_xact_tuples_updated(oid) bigint' on db.
func PgStatReset ¶
PgStatReset calls the stored function 'pg_catalog.pg_stat_reset()' on db.
func PgStatResetReplicationSlot ¶
PgStatResetReplicationSlot calls the stored function 'pg_catalog.pg_stat_reset_replication_slot(text)' on db.
func PgStatResetShared ¶
PgStatResetShared calls the stored function 'pg_catalog.pg_stat_reset_shared(text)' on db.
func PgStatResetSingleFunctionCounters ¶
PgStatResetSingleFunctionCounters calls the stored function 'pg_catalog.pg_stat_reset_single_function_counters(oid)' on db.
func PgStatResetSingleTableCounters ¶
PgStatResetSingleTableCounters calls the stored function 'pg_catalog.pg_stat_reset_single_table_counters(oid)' on db.
func PgStatResetSlru ¶
PgStatResetSlru calls the stored function 'pg_catalog.pg_stat_reset_slru(text)' on db.
func PgStatisticsObjIsVisible ¶
PgStatisticsObjIsVisible calls the stored function 'pg_catalog.pg_statistics_obj_is_visible(oid) boolean' on db.
func PgStopBackup ¶
PgStopBackup calls the stored function 'pg_catalog.pg_stop_backup() pg_lsn' on db.
func PgStopBackupByExclusiveAndWaitForArchive ¶
func PgStopBackupByExclusiveAndWaitForArchive(ctx context.Context, db DB, exclusive, waitForArchive bool) (pgtypes.PgLsn, string, string, error)
PgStopBackupByExclusiveAndWaitForArchive calls the stored function 'pg_catalog.pg_stop_backup(boolean, boolean) (pg_lsn, text, text)' on db.
func PgSwitchWal ¶
PgSwitchWal calls the stored function 'pg_catalog.pg_switch_wal() pg_lsn' on db.
func PgTableIsVisible ¶
PgTableIsVisible calls the stored function 'pg_catalog.pg_table_is_visible(oid) boolean' on db.
func PgTableSize ¶
PgTableSize calls the stored function 'pg_catalog.pg_table_size(regclass) bigint' on db.
func PgTablespaceDatabases ¶
PgTablespaceDatabases calls the stored function 'pg_catalog.pg_tablespace_databases(oid) oid' on db.
func PgTablespaceLocation ¶
PgTablespaceLocation calls the stored function 'pg_catalog.pg_tablespace_location(oid) text' on db.
func PgTablespaceSizeByName ¶
PgTablespaceSizeByName calls the stored function 'pg_catalog.pg_tablespace_size(name) bigint' on db.
func PgTablespaceSizeByOid ¶
PgTablespaceSizeByOid calls the stored function 'pg_catalog.pg_tablespace_size(oid) bigint' on db.
func PgTerminateBackend ¶
PgTerminateBackend calls the stored function 'pg_catalog.pg_terminate_backend(integer, bigint) boolean' on db.
func PgTimezoneAbbrevs ¶
PgTimezoneAbbrevs calls the stored function 'pg_catalog.pg_timezone_abbrevs() (text, interval, boolean)' on db.
func PgTimezoneNames ¶
PgTimezoneNames calls the stored function 'pg_catalog.pg_timezone_names() (text, text, interval, boolean)' on db.
func PgTotalRelationSize ¶
PgTotalRelationSize calls the stored function 'pg_catalog.pg_total_relation_size(regclass) bigint' on db.
func PgTriggerDepth ¶
PgTriggerDepth calls the stored function 'pg_catalog.pg_trigger_depth() integer' on db.
func PgTryAdvisoryLockByBigint ¶
PgTryAdvisoryLockByBigint calls the stored function 'pg_catalog.pg_try_advisory_lock(bigint) boolean' on db.
func PgTryAdvisoryLockByIntegerAndInteger ¶
PgTryAdvisoryLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_lock(integer, integer) boolean' on db.
func PgTryAdvisoryLockSharedByBigint ¶
PgTryAdvisoryLockSharedByBigint calls the stored function 'pg_catalog.pg_try_advisory_lock_shared(bigint) boolean' on db.
func PgTryAdvisoryLockSharedByIntegerAndInteger ¶
func PgTryAdvisoryLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)
PgTryAdvisoryLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_lock_shared(integer, integer) boolean' on db.
func PgTryAdvisoryXactLockByBigint ¶
PgTryAdvisoryXactLockByBigint calls the stored function 'pg_catalog.pg_try_advisory_xact_lock(bigint) boolean' on db.
func PgTryAdvisoryXactLockByIntegerAndInteger ¶
PgTryAdvisoryXactLockByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_xact_lock(integer, integer) boolean' on db.
func PgTryAdvisoryXactLockSharedByBigint ¶
PgTryAdvisoryXactLockSharedByBigint calls the stored function 'pg_catalog.pg_try_advisory_xact_lock_shared(bigint) boolean' on db.
func PgTryAdvisoryXactLockSharedByIntegerAndInteger ¶
func PgTryAdvisoryXactLockSharedByIntegerAndInteger(ctx context.Context, db DB, p0, p1 int) (bool, error)
PgTryAdvisoryXactLockSharedByIntegerAndInteger calls the stored function 'pg_catalog.pg_try_advisory_xact_lock_shared(integer, integer) boolean' on db.
func PgTsConfigIsVisible ¶
PgTsConfigIsVisible calls the stored function 'pg_catalog.pg_ts_config_is_visible(oid) boolean' on db.
func PgTsDictIsVisible ¶
PgTsDictIsVisible calls the stored function 'pg_catalog.pg_ts_dict_is_visible(oid) boolean' on db.
func PgTsParserIsVisible ¶
PgTsParserIsVisible calls the stored function 'pg_catalog.pg_ts_parser_is_visible(oid) boolean' on db.
func PgTsTemplateIsVisible ¶
PgTsTemplateIsVisible calls the stored function 'pg_catalog.pg_ts_template_is_visible(oid) boolean' on db.
func PgTypeIsVisible ¶
PgTypeIsVisible calls the stored function 'pg_catalog.pg_type_is_visible(oid) boolean' on db.
func PgVisibleInSnapshot ¶
func PgVisibleInSnapshot(ctx context.Context, db DB, p0 pgtypes.Xid8, p1 pgtypes.PgSnapshot) (bool, error)
PgVisibleInSnapshot calls the stored function 'pg_catalog.pg_visible_in_snapshot(xid8, pg_snapshot) boolean' on db.
func PgWalLsnDiff ¶
PgWalLsnDiff calls the stored function 'pg_catalog.pg_wal_lsn_diff(pg_lsn, pg_lsn) numeric' on db.
func PgWalReplayPause ¶
PgWalReplayPause calls the stored function 'pg_catalog.pg_wal_replay_pause()' on db.
func PgWalReplayResume ¶
PgWalReplayResume calls the stored function 'pg_catalog.pg_wal_replay_resume()' on db.
func PgWalfileName ¶
PgWalfileName calls the stored function 'pg_catalog.pg_walfile_name(pg_lsn) text' on db.
func PgWalfileNameOffset ¶
PgWalfileNameOffset calls the stored function 'pg_catalog.pg_walfile_name_offset(pg_lsn) (text, integer)' on db.
func PgXactCommitTimestamp ¶
PgXactCommitTimestamp calls the stored function 'pg_catalog.pg_xact_commit_timestamp(xid) timestamp with time zone' on db.
func PgXactCommitTimestampOrigin ¶
func PgXactCommitTimestampOrigin(ctx context.Context, db DB, xid pgtypes.Xid) (time.Time, pgtypes.Oid, error)
PgXactCommitTimestampOrigin calls the stored function 'pg_catalog.pg_xact_commit_timestamp_origin(xid) (timestamp with time zone, oid)' on db.
func PgXactStatus ¶
PgXactStatus calls the stored function 'pg_catalog.pg_xact_status(xid8) text' on db.
func PhrasetoTsqueryByRegconfigAndText ¶
func PhrasetoTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)
PhrasetoTsqueryByRegconfigAndText calls the stored function 'pg_catalog.phraseto_tsquery(regconfig, text) tsquery' on db.
func PhrasetoTsqueryByText ¶
PhrasetoTsqueryByText calls the stored function 'pg_catalog.phraseto_tsquery(text) tsquery' on db.
func PlaintoTsqueryByRegconfigAndText ¶
func PlaintoTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)
PlaintoTsqueryByRegconfigAndText calls the stored function 'pg_catalog.plainto_tsquery(regconfig, text) tsquery' on db.
func PlaintoTsqueryByText ¶
PlaintoTsqueryByText calls the stored function 'pg_catalog.plainto_tsquery(text) tsquery' on db.
func PlpgsqlCallHandler ¶
PlpgsqlCallHandler calls the stored function 'pg_catalog.plpgsql_call_handler() language_handler' on db.
func PlpgsqlInlineHandler ¶
PlpgsqlInlineHandler calls the stored function 'pg_catalog.plpgsql_inline_handler(internal)' on db.
func PlpgsqlValidator ¶
PlpgsqlValidator calls the stored function 'pg_catalog.plpgsql_validator(oid)' on db.
func PointAbove ¶
PointAbove calls the stored function 'pg_catalog.point_above(point, point) boolean' on db.
func PointAdd ¶
PointAdd calls the stored function 'pg_catalog.point_add(point, point) point' on db.
func PointBelow ¶
PointBelow calls the stored function 'pg_catalog.point_below(point, point) boolean' on db.
func PointByBox ¶
PointByBox calls the stored function 'pg_catalog.point(box) point' on db.
func PointByCircle ¶
PointByCircle calls the stored function 'pg_catalog.point(circle) point' on db.
func PointByDoublePrecisionAndDoublePrecision ¶
func PointByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (pgtypes.Point, error)
PointByDoublePrecisionAndDoublePrecision calls the stored function 'pg_catalog.point(double precision, double precision) point' on db.
func PointByLseg ¶
PointByLseg calls the stored function 'pg_catalog.point(lseg) point' on db.
func PointByPath ¶
PointByPath calls the stored function 'pg_catalog.point(path) point' on db.
func PointByPolygon ¶
PointByPolygon calls the stored function 'pg_catalog.point(polygon) point' on db.
func PointDistance ¶
PointDistance calls the stored function 'pg_catalog.point_distance(point, point) double precision' on db.
func PointDiv ¶
PointDiv calls the stored function 'pg_catalog.point_div(point, point) point' on db.
func PointHoriz ¶
PointHoriz calls the stored function 'pg_catalog.point_horiz(point, point) boolean' on db.
func PointLeft ¶
PointLeft calls the stored function 'pg_catalog.point_left(point, point) boolean' on db.
func PointMul ¶
PointMul calls the stored function 'pg_catalog.point_mul(point, point) point' on db.
func PointRight ¶
PointRight calls the stored function 'pg_catalog.point_right(point, point) boolean' on db.
func PointSub ¶
PointSub calls the stored function 'pg_catalog.point_sub(point, point) point' on db.
func PointVert ¶
PointVert calls the stored function 'pg_catalog.point_vert(point, point) boolean' on db.
func PolyAbove ¶
PolyAbove calls the stored function 'pg_catalog.poly_above(polygon, polygon) boolean' on db.
func PolyBelow ¶
PolyBelow calls the stored function 'pg_catalog.poly_below(polygon, polygon) boolean' on db.
func PolyCenter ¶
PolyCenter calls the stored function 'pg_catalog.poly_center(polygon) point' on db.
func PolyContain ¶
PolyContain calls the stored function 'pg_catalog.poly_contain(polygon, polygon) boolean' on db.
func PolyContainPt ¶
PolyContainPt calls the stored function 'pg_catalog.poly_contain_pt(polygon, point) boolean' on db.
func PolyContained ¶
PolyContained calls the stored function 'pg_catalog.poly_contained(polygon, polygon) boolean' on db.
func PolyDistance ¶
PolyDistance calls the stored function 'pg_catalog.poly_distance(polygon, polygon) double precision' on db.
func PolyLeft ¶
PolyLeft calls the stored function 'pg_catalog.poly_left(polygon, polygon) boolean' on db.
func PolyNpoints ¶
PolyNpoints calls the stored function 'pg_catalog.poly_npoints(polygon) integer' on db.
func PolyOverabove ¶
PolyOverabove calls the stored function 'pg_catalog.poly_overabove(polygon, polygon) boolean' on db.
func PolyOverbelow ¶
PolyOverbelow calls the stored function 'pg_catalog.poly_overbelow(polygon, polygon) boolean' on db.
func PolyOverlap ¶
PolyOverlap calls the stored function 'pg_catalog.poly_overlap(polygon, polygon) boolean' on db.
func PolyOverleft ¶
PolyOverleft calls the stored function 'pg_catalog.poly_overleft(polygon, polygon) boolean' on db.
func PolyOverright ¶
PolyOverright calls the stored function 'pg_catalog.poly_overright(polygon, polygon) boolean' on db.
func PolyRight ¶
PolyRight calls the stored function 'pg_catalog.poly_right(polygon, polygon) boolean' on db.
func PolySame ¶
PolySame calls the stored function 'pg_catalog.poly_same(polygon, polygon) boolean' on db.
func PolygonByBox ¶
PolygonByBox calls the stored function 'pg_catalog.polygon(box) polygon' on db.
func PolygonByCircle ¶
PolygonByCircle calls the stored function 'pg_catalog.polygon(circle) polygon' on db.
func PolygonByIntegerAndCircle ¶
func PolygonByIntegerAndCircle(ctx context.Context, db DB, p0 int, p1 pgtypes.Circle) (pgtypes.Polygon, error)
PolygonByIntegerAndCircle calls the stored function 'pg_catalog.polygon(integer, circle) polygon' on db.
func PolygonByPath ¶
PolygonByPath calls the stored function 'pg_catalog.polygon(path) polygon' on db.
func PositionByBitAndBit ¶
PositionByBitAndBit calls the stored function 'pg_catalog.position(bit, bit) integer' on db.
func PositionByByteaAndBytea ¶
PositionByByteaAndBytea calls the stored function 'pg_catalog.position(bytea, bytea) integer' on db.
func PositionByTextAndText ¶
PositionByTextAndText calls the stored function 'pg_catalog.position(text, text) integer' on db.
func Positionjoinsel ¶
func Positionjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Positionjoinsel calls the stored function 'pg_catalog.positionjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Positionsel ¶
func Positionsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Positionsel calls the stored function 'pg_catalog.positionsel(internal, oid, internal, integer) double precision' on db.
func PostgresqlFdwValidator ¶
func PostgresqlFdwValidator(ctx context.Context, db DB, p0 StringSlice, p1 pgtypes.Oid) (bool, error)
PostgresqlFdwValidator calls the stored function 'pg_catalog.postgresql_fdw_validator(text, oid) boolean' on db.
func PowByDoublePrecisionAndDoublePrecision ¶
func PowByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (float64, error)
PowByDoublePrecisionAndDoublePrecision calls the stored function 'pg_catalog.pow(double precision, double precision) double precision' on db.
func PowByNumericAndNumeric ¶
PowByNumericAndNumeric calls the stored function 'pg_catalog.pow(numeric, numeric) numeric' on db.
func PowerByDoublePrecisionAndDoublePrecision ¶
func PowerByDoublePrecisionAndDoublePrecision(ctx context.Context, db DB, p0, p1 float64) (float64, error)
PowerByDoublePrecisionAndDoublePrecision calls the stored function 'pg_catalog.power(double precision, double precision) double precision' on db.
func PowerByNumericAndNumeric ¶
PowerByNumericAndNumeric calls the stored function 'pg_catalog.power(numeric, numeric) numeric' on db.
func Prefixjoinsel ¶
func Prefixjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Prefixjoinsel calls the stored function 'pg_catalog.prefixjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Prefixsel ¶
func Prefixsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Prefixsel calls the stored function 'pg_catalog.prefixsel(internal, oid, internal, integer) double precision' on db.
func PrsdHeadline ¶
func PrsdHeadline(ctx context.Context, db DB, p0, p1 pgtypes.Internal, p2 pgtypes.Tsquery) (pgtypes.Internal, error)
PrsdHeadline calls the stored function 'pg_catalog.prsd_headline(internal, internal, tsquery) internal' on db.
func PrsdLextype ¶
PrsdLextype calls the stored function 'pg_catalog.prsd_lextype(internal) internal' on db.
func PrsdNexttoken ¶
func PrsdNexttoken(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
PrsdNexttoken calls the stored function 'pg_catalog.prsd_nexttoken(internal, internal, internal) internal' on db.
func PrsdStart ¶
PrsdStart calls the stored function 'pg_catalog.prsd_start(internal, integer) internal' on db.
func PtContainedCircle ¶
func PtContainedCircle(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Circle) (bool, error)
PtContainedCircle calls the stored function 'pg_catalog.pt_contained_circle(point, circle) boolean' on db.
func PtContainedPoly ¶
func PtContainedPoly(ctx context.Context, db DB, p0 pgtypes.Point, p1 pgtypes.Polygon) (bool, error)
PtContainedPoly calls the stored function 'pg_catalog.pt_contained_poly(point, polygon) boolean' on db.
func QueryToXML ¶
func QueryToXML(ctx context.Context, db DB, query string, nulls, tableforest bool, targetns string) ([]byte, error)
QueryToXML calls the stored function 'pg_catalog.query_to_xml(text, boolean, boolean, text) xml' on db.
func QueryToXMLAndXmlschema ¶
func QueryToXMLAndXmlschema(ctx context.Context, db DB, query string, nulls, tableforest bool, targetns string) ([]byte, error)
QueryToXMLAndXmlschema calls the stored function 'pg_catalog.query_to_xml_and_xmlschema(text, boolean, boolean, text) xml' on db.
func QueryToXmlschema ¶
func QueryToXmlschema(ctx context.Context, db DB, query string, nulls, tableforest bool, targetns string) ([]byte, error)
QueryToXmlschema calls the stored function 'pg_catalog.query_to_xmlschema(text, boolean, boolean, text) xml' on db.
func QuoteIdent ¶
QuoteIdent calls the stored function 'pg_catalog.quote_ident(text) text' on db.
func QuoteLiteralByAnyelement ¶
QuoteLiteralByAnyelement calls the stored function 'pg_catalog.quote_literal(anyelement) text' on db.
func QuoteLiteralByText ¶
QuoteLiteralByText calls the stored function 'pg_catalog.quote_literal(text) text' on db.
func QuoteNullableByAnyelement ¶
QuoteNullableByAnyelement calls the stored function 'pg_catalog.quote_nullable(anyelement) text' on db.
func QuoteNullableByText ¶
QuoteNullableByText calls the stored function 'pg_catalog.quote_nullable(text) text' on db.
func RIFKeyCascadeDel ¶
RIFKeyCascadeDel calls the stored function 'pg_catalog.RI_FKey_cascade_del() trigger' on db.
func RIFKeyCascadeUpd ¶
RIFKeyCascadeUpd calls the stored function 'pg_catalog.RI_FKey_cascade_upd() trigger' on db.
func RIFKeyCheckIns ¶
RIFKeyCheckIns calls the stored function 'pg_catalog.RI_FKey_check_ins() trigger' on db.
func RIFKeyCheckUpd ¶
RIFKeyCheckUpd calls the stored function 'pg_catalog.RI_FKey_check_upd() trigger' on db.
func RIFKeyNoactionDel ¶
RIFKeyNoactionDel calls the stored function 'pg_catalog.RI_FKey_noaction_del() trigger' on db.
func RIFKeyNoactionUpd ¶
RIFKeyNoactionUpd calls the stored function 'pg_catalog.RI_FKey_noaction_upd() trigger' on db.
func RIFKeyRestrictDel ¶
RIFKeyRestrictDel calls the stored function 'pg_catalog.RI_FKey_restrict_del() trigger' on db.
func RIFKeyRestrictUpd ¶
RIFKeyRestrictUpd calls the stored function 'pg_catalog.RI_FKey_restrict_upd() trigger' on db.
func RIFKeySetdefaultDel ¶
RIFKeySetdefaultDel calls the stored function 'pg_catalog.RI_FKey_setdefault_del() trigger' on db.
func RIFKeySetdefaultUpd ¶
RIFKeySetdefaultUpd calls the stored function 'pg_catalog.RI_FKey_setdefault_upd() trigger' on db.
func RIFKeySetnullDel ¶
RIFKeySetnullDel calls the stored function 'pg_catalog.RI_FKey_setnull_del() trigger' on db.
func RIFKeySetnullUpd ¶
RIFKeySetnullUpd calls the stored function 'pg_catalog.RI_FKey_setnull_upd() trigger' on db.
func Radians ¶
Radians calls the stored function 'pg_catalog.radians(double precision) double precision' on db.
func RangeAdjacent ¶
RangeAdjacent calls the stored function 'pg_catalog.range_adjacent(anyrange, anyrange) boolean' on db.
func RangeAdjacentMultirange ¶
func RangeAdjacentMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeAdjacentMultirange calls the stored function 'pg_catalog.range_adjacent_multirange(anyrange, anymultirange) boolean' on db.
func RangeAfter ¶
RangeAfter calls the stored function 'pg_catalog.range_after(anyrange, anyrange) boolean' on db.
func RangeAfterMultirange ¶
func RangeAfterMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeAfterMultirange calls the stored function 'pg_catalog.range_after_multirange(anyrange, anymultirange) boolean' on db.
func RangeAggFinalfn ¶
func RangeAggFinalfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange) (pgtypes.Anymultirange, error)
RangeAggFinalfn calls the stored function 'pg_catalog.range_agg_finalfn(internal, anyrange) anymultirange' on db.
func RangeAggTransfn ¶
func RangeAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange) (pgtypes.Internal, error)
RangeAggTransfn calls the stored function 'pg_catalog.range_agg_transfn(internal, anyrange) internal' on db.
func RangeBefore ¶
RangeBefore calls the stored function 'pg_catalog.range_before(anyrange, anyrange) boolean' on db.
func RangeBeforeMultirange ¶
func RangeBeforeMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeBeforeMultirange calls the stored function 'pg_catalog.range_before_multirange(anyrange, anymultirange) boolean' on db.
func RangeCmp ¶
RangeCmp calls the stored function 'pg_catalog.range_cmp(anyrange, anyrange) integer' on db.
func RangeContainedBy ¶
RangeContainedBy calls the stored function 'pg_catalog.range_contained_by(anyrange, anyrange) boolean' on db.
func RangeContainedByMultirange ¶
func RangeContainedByMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeContainedByMultirange calls the stored function 'pg_catalog.range_contained_by_multirange(anyrange, anymultirange) boolean' on db.
func RangeContains ¶
RangeContains calls the stored function 'pg_catalog.range_contains(anyrange, anyrange) boolean' on db.
func RangeContainsElem ¶
func RangeContainsElem(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anyelement) (bool, error)
RangeContainsElem calls the stored function 'pg_catalog.range_contains_elem(anyrange, anyelement) boolean' on db.
func RangeContainsMultirange ¶
func RangeContainsMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeContainsMultirange calls the stored function 'pg_catalog.range_contains_multirange(anyrange, anymultirange) boolean' on db.
func RangeEq ¶
RangeEq calls the stored function 'pg_catalog.range_eq(anyrange, anyrange) boolean' on db.
func RangeGe ¶
RangeGe calls the stored function 'pg_catalog.range_ge(anyrange, anyrange) boolean' on db.
func RangeGistConsistent ¶
func RangeGistConsistent(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Anyrange, p2 int16, p3 pgtypes.Oid, p4 pgtypes.Internal) (bool, error)
RangeGistConsistent calls the stored function 'pg_catalog.range_gist_consistent(internal, anyrange, smallint, oid, internal) boolean' on db.
func RangeGistPenalty ¶
func RangeGistPenalty(ctx context.Context, db DB, p0, p1, p2 pgtypes.Internal) (pgtypes.Internal, error)
RangeGistPenalty calls the stored function 'pg_catalog.range_gist_penalty(internal, internal, internal) internal' on db.
func RangeGistPicksplit ¶
func RangeGistPicksplit(ctx context.Context, db DB, p0, p1 pgtypes.Internal) (pgtypes.Internal, error)
RangeGistPicksplit calls the stored function 'pg_catalog.range_gist_picksplit(internal, internal) internal' on db.
func RangeGistSame ¶
func RangeGistSame(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange, p2 pgtypes.Internal) (pgtypes.Internal, error)
RangeGistSame calls the stored function 'pg_catalog.range_gist_same(anyrange, anyrange, internal) internal' on db.
func RangeGistUnion ¶
RangeGistUnion calls the stored function 'pg_catalog.range_gist_union(internal, internal) anyrange' on db.
func RangeGt ¶
RangeGt calls the stored function 'pg_catalog.range_gt(anyrange, anyrange) boolean' on db.
func RangeIntersect ¶
RangeIntersect calls the stored function 'pg_catalog.range_intersect(anyrange, anyrange) anyrange' on db.
func RangeIntersectAggTransfn ¶
func RangeIntersectAggTransfn(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)
RangeIntersectAggTransfn calls the stored function 'pg_catalog.range_intersect_agg_transfn(anyrange, anyrange) anyrange' on db.
func RangeLe ¶
RangeLe calls the stored function 'pg_catalog.range_le(anyrange, anyrange) boolean' on db.
func RangeLt ¶
RangeLt calls the stored function 'pg_catalog.range_lt(anyrange, anyrange) boolean' on db.
func RangeMergeByAnymultirange ¶
func RangeMergeByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyrange, error)
RangeMergeByAnymultirange calls the stored function 'pg_catalog.range_merge(anymultirange) anyrange' on db.
func RangeMergeByAnyrangeAndAnyrange ¶
func RangeMergeByAnyrangeAndAnyrange(ctx context.Context, db DB, p0, p1 pgtypes.Anyrange) (pgtypes.Anyrange, error)
RangeMergeByAnyrangeAndAnyrange calls the stored function 'pg_catalog.range_merge(anyrange, anyrange) anyrange' on db.
func RangeMinus ¶
RangeMinus calls the stored function 'pg_catalog.range_minus(anyrange, anyrange) anyrange' on db.
func RangeNe ¶
RangeNe calls the stored function 'pg_catalog.range_ne(anyrange, anyrange) boolean' on db.
func RangeOverlaps ¶
RangeOverlaps calls the stored function 'pg_catalog.range_overlaps(anyrange, anyrange) boolean' on db.
func RangeOverlapsMultirange ¶
func RangeOverlapsMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeOverlapsMultirange calls the stored function 'pg_catalog.range_overlaps_multirange(anyrange, anymultirange) boolean' on db.
func RangeOverleft ¶
RangeOverleft calls the stored function 'pg_catalog.range_overleft(anyrange, anyrange) boolean' on db.
func RangeOverleftMultirange ¶
func RangeOverleftMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeOverleftMultirange calls the stored function 'pg_catalog.range_overleft_multirange(anyrange, anymultirange) boolean' on db.
func RangeOverright ¶
RangeOverright calls the stored function 'pg_catalog.range_overright(anyrange, anyrange) boolean' on db.
func RangeOverrightMultirange ¶
func RangeOverrightMultirange(ctx context.Context, db DB, p0 pgtypes.Anyrange, p1 pgtypes.Anymultirange) (bool, error)
RangeOverrightMultirange calls the stored function 'pg_catalog.range_overright_multirange(anyrange, anymultirange) boolean' on db.
func RangeRecv ¶
func RangeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Anyrange, error)
RangeRecv calls the stored function 'pg_catalog.range_recv(internal, oid, integer) anyrange' on db.
func RangeTypanalyze ¶
RangeTypanalyze calls the stored function 'pg_catalog.range_typanalyze(internal) boolean' on db.
func RangeUnion ¶
RangeUnion calls the stored function 'pg_catalog.range_union(anyrange, anyrange) anyrange' on db.
func Rangesel ¶
func Rangesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Rangesel calls the stored function 'pg_catalog.rangesel(internal, oid, internal, integer) double precision' on db.
func RawArraySubscriptHandler ¶
func RawArraySubscriptHandler(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
RawArraySubscriptHandler calls the stored function 'pg_catalog.raw_array_subscript_handler(internal) internal' on db.
func RecordEq ¶
RecordEq calls the stored function 'pg_catalog.record_eq(record, record) boolean' on db.
func RecordGe ¶
RecordGe calls the stored function 'pg_catalog.record_ge(record, record) boolean' on db.
func RecordGt ¶
RecordGt calls the stored function 'pg_catalog.record_gt(record, record) boolean' on db.
func RecordImageEq ¶
RecordImageEq calls the stored function 'pg_catalog.record_image_eq(record, record) boolean' on db.
func RecordImageGe ¶
RecordImageGe calls the stored function 'pg_catalog.record_image_ge(record, record) boolean' on db.
func RecordImageGt ¶
RecordImageGt calls the stored function 'pg_catalog.record_image_gt(record, record) boolean' on db.
func RecordImageLe ¶
RecordImageLe calls the stored function 'pg_catalog.record_image_le(record, record) boolean' on db.
func RecordImageLt ¶
RecordImageLt calls the stored function 'pg_catalog.record_image_lt(record, record) boolean' on db.
func RecordImageNe ¶
RecordImageNe calls the stored function 'pg_catalog.record_image_ne(record, record) boolean' on db.
func RecordLe ¶
RecordLe calls the stored function 'pg_catalog.record_le(record, record) boolean' on db.
func RecordLt ¶
RecordLt calls the stored function 'pg_catalog.record_lt(record, record) boolean' on db.
func RecordNe ¶
RecordNe calls the stored function 'pg_catalog.record_ne(record, record) boolean' on db.
func RecordRecv ¶
func RecordRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (pgtypes.Record, error)
RecordRecv calls the stored function 'pg_catalog.record_recv(internal, oid, integer) record' on db.
func RecordSend ¶
RecordSend calls the stored function 'pg_catalog.record_send(record) bytea' on db.
func Regclassrecv ¶
Regclassrecv calls the stored function 'pg_catalog.regclassrecv(internal) regclass' on db.
func Regclasssend ¶
Regclasssend calls the stored function 'pg_catalog.regclasssend(regclass) bytea' on db.
func Regcollationrecv ¶
func Regcollationrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regcollation, error)
Regcollationrecv calls the stored function 'pg_catalog.regcollationrecv(internal) regcollation' on db.
func Regcollationsend ¶
Regcollationsend calls the stored function 'pg_catalog.regcollationsend(regcollation) bytea' on db.
func Regconfigrecv ¶
Regconfigrecv calls the stored function 'pg_catalog.regconfigrecv(internal) regconfig' on db.
func Regconfigsend ¶
Regconfigsend calls the stored function 'pg_catalog.regconfigsend(regconfig) bytea' on db.
func Regdictionaryrecv ¶
func Regdictionaryrecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regdictionary, error)
Regdictionaryrecv calls the stored function 'pg_catalog.regdictionaryrecv(internal) regdictionary' on db.
func Regdictionarysend ¶
Regdictionarysend calls the stored function 'pg_catalog.regdictionarysend(regdictionary) bytea' on db.
func Regexeqjoinsel ¶
func Regexeqjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Regexeqjoinsel calls the stored function 'pg_catalog.regexeqjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Regexeqsel ¶
func Regexeqsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Regexeqsel calls the stored function 'pg_catalog.regexeqsel(internal, oid, internal, integer) double precision' on db.
func Regexnejoinsel ¶
func Regexnejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Regexnejoinsel calls the stored function 'pg_catalog.regexnejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Regexnesel ¶
func Regexnesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Regexnesel calls the stored function 'pg_catalog.regexnesel(internal, oid, internal, integer) double precision' on db.
func RegexpReplaceByTextTextAndText ¶
RegexpReplaceByTextTextAndText calls the stored function 'pg_catalog.regexp_replace(text, text, text) text' on db.
func RegexpReplaceByTextTextTextAndText ¶
func RegexpReplaceByTextTextTextAndText(ctx context.Context, db DB, p0, p1, p2, p3 string) (string, error)
RegexpReplaceByTextTextTextAndText calls the stored function 'pg_catalog.regexp_replace(text, text, text, text) text' on db.
func RegexpSplitToTableByTextAndText ¶
RegexpSplitToTableByTextAndText calls the stored function 'pg_catalog.regexp_split_to_table(text, text) text' on db.
func RegexpSplitToTableByTextTextAndText ¶
func RegexpSplitToTableByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (string, error)
RegexpSplitToTableByTextTextAndText calls the stored function 'pg_catalog.regexp_split_to_table(text, text, text) text' on db.
func Regnamespacerecv ¶
func Regnamespacerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regnamespace, error)
Regnamespacerecv calls the stored function 'pg_catalog.regnamespacerecv(internal) regnamespace' on db.
func Regnamespacesend ¶
Regnamespacesend calls the stored function 'pg_catalog.regnamespacesend(regnamespace) bytea' on db.
func Regoperatorrecv ¶
Regoperatorrecv calls the stored function 'pg_catalog.regoperatorrecv(internal) regoperator' on db.
func Regoperatorsend ¶
Regoperatorsend calls the stored function 'pg_catalog.regoperatorsend(regoperator) bytea' on db.
func Regoperrecv ¶
Regoperrecv calls the stored function 'pg_catalog.regoperrecv(internal) regoper' on db.
func Regopersend ¶
Regopersend calls the stored function 'pg_catalog.regopersend(regoper) bytea' on db.
func Regprocedurerecv ¶
func Regprocedurerecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Regprocedure, error)
Regprocedurerecv calls the stored function 'pg_catalog.regprocedurerecv(internal) regprocedure' on db.
func Regproceduresend ¶
Regproceduresend calls the stored function 'pg_catalog.regproceduresend(regprocedure) bytea' on db.
func Regprocrecv ¶
Regprocrecv calls the stored function 'pg_catalog.regprocrecv(internal) regproc' on db.
func Regprocsend ¶
Regprocsend calls the stored function 'pg_catalog.regprocsend(regproc) bytea' on db.
func Regrolerecv ¶
Regrolerecv calls the stored function 'pg_catalog.regrolerecv(internal) regrole' on db.
func Regrolesend ¶
Regrolesend calls the stored function 'pg_catalog.regrolesend(regrole) bytea' on db.
func Regtyperecv ¶
Regtyperecv calls the stored function 'pg_catalog.regtyperecv(internal) regtype' on db.
func Regtypesend ¶
Regtypesend calls the stored function 'pg_catalog.regtypesend(regtype) bytea' on db.
func RoundByDoublePrecision ¶
RoundByDoublePrecision calls the stored function 'pg_catalog.round(double precision) double precision' on db.
func RoundByNumeric ¶
RoundByNumeric calls the stored function 'pg_catalog.round(numeric) numeric' on db.
func RoundByNumericAndInteger ¶
RoundByNumericAndInteger calls the stored function 'pg_catalog.round(numeric, integer) numeric' on db.
func RowSecurityActiveByOid ¶
RowSecurityActiveByOid calls the stored function 'pg_catalog.row_security_active(oid) boolean' on db.
func RowSecurityActiveByText ¶
RowSecurityActiveByText calls the stored function 'pg_catalog.row_security_active(text) boolean' on db.
func RowToJSONByRecord ¶
RowToJSONByRecord calls the stored function 'pg_catalog.row_to_json(record) json' on db.
func RowToJSONByRecordAndBoolean ¶
func RowToJSONByRecordAndBoolean(ctx context.Context, db DB, p0 pgtypes.Record, p1 bool) ([]byte, error)
RowToJSONByRecordAndBoolean calls the stored function 'pg_catalog.row_to_json(record, boolean) json' on db.
func RpadByTextAndInteger ¶
RpadByTextAndInteger calls the stored function 'pg_catalog.rpad(text, integer) text' on db.
func RpadByTextIntegerAndText ¶
func RpadByTextIntegerAndText(ctx context.Context, db DB, p0 string, p1 int, p2 string) (string, error)
RpadByTextIntegerAndText calls the stored function 'pg_catalog.rpad(text, integer, text) text' on db.
func RtrimByByteaAndBytea ¶
RtrimByByteaAndBytea calls the stored function 'pg_catalog.rtrim(bytea, bytea) bytea' on db.
func RtrimByText ¶
RtrimByText calls the stored function 'pg_catalog.rtrim(text) text' on db.
func RtrimByTextAndText ¶
RtrimByTextAndText calls the stored function 'pg_catalog.rtrim(text, text) text' on db.
func Scalargejoinsel ¶
func Scalargejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Scalargejoinsel calls the stored function 'pg_catalog.scalargejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Scalargesel ¶
func Scalargesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Scalargesel calls the stored function 'pg_catalog.scalargesel(internal, oid, internal, integer) double precision' on db.
func Scalargtjoinsel ¶
func Scalargtjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Scalargtjoinsel calls the stored function 'pg_catalog.scalargtjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Scalargtsel ¶
func Scalargtsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Scalargtsel calls the stored function 'pg_catalog.scalargtsel(internal, oid, internal, integer) double precision' on db.
func Scalarlejoinsel ¶
func Scalarlejoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Scalarlejoinsel calls the stored function 'pg_catalog.scalarlejoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Scalarlesel ¶
func Scalarlesel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Scalarlesel calls the stored function 'pg_catalog.scalarlesel(internal, oid, internal, integer) double precision' on db.
func Scalarltjoinsel ¶
func Scalarltjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Scalarltjoinsel calls the stored function 'pg_catalog.scalarltjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Scalarltsel ¶
func Scalarltsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Scalarltsel calls the stored function 'pg_catalog.scalarltsel(internal, oid, internal, integer) double precision' on db.
func SchemaToXML ¶
func SchemaToXML(ctx context.Context, db DB, schema string, nulls, tableforest bool, targetns string) ([]byte, error)
SchemaToXML calls the stored function 'pg_catalog.schema_to_xml(name, boolean, boolean, text) xml' on db.
func SchemaToXMLAndXmlschema ¶
func SchemaToXMLAndXmlschema(ctx context.Context, db DB, schema string, nulls, tableforest bool, targetns string) ([]byte, error)
SchemaToXMLAndXmlschema calls the stored function 'pg_catalog.schema_to_xml_and_xmlschema(name, boolean, boolean, text) xml' on db.
func SchemaToXmlschema ¶
func SchemaToXmlschema(ctx context.Context, db DB, schema string, nulls, tableforest bool, targetns string) ([]byte, error)
SchemaToXmlschema calls the stored function 'pg_catalog.schema_to_xmlschema(name, boolean, boolean, text) xml' on db.
func SessionUser ¶
SessionUser calls the stored function 'pg_catalog.session_user() name' on db.
func SetBitByBitIntegerAndInteger ¶
SetBitByBitIntegerAndInteger calls the stored function 'pg_catalog.set_bit(bit, integer, integer) bit' on db.
func SetBitByByteaBigintAndInteger ¶
func SetBitByByteaBigintAndInteger(ctx context.Context, db DB, p0 []byte, p1 int64, p2 int) ([]byte, error)
SetBitByByteaBigintAndInteger calls the stored function 'pg_catalog.set_bit(bytea, bigint, integer) bytea' on db.
func SetByte ¶
SetByte calls the stored function 'pg_catalog.set_byte(bytea, integer, integer) bytea' on db.
func SetConfig ¶
SetConfig calls the stored function 'pg_catalog.set_config(text, text, boolean) text' on db.
func SetErrorLogger ¶
func SetErrorLogger(logger interface{})
SetErrorLogger sets the package error logger. Valid logger types:
io.Writer func(string, ...interface{}) (int, error) // fmt.Printf func(string, ...interface{}) // log.Printf
func SetLogger ¶
func SetLogger(logger interface{})
SetLogger sets the package logger. Valid logger types:
io.Writer func(string, ...interface{}) (int, error) // fmt.Printf func(string, ...interface{}) // log.Printf
func SetMasklenByCidrAndInteger ¶
func SetMasklenByCidrAndInteger(ctx context.Context, db DB, p0 pgtypes.Cidr, p1 int) (pgtypes.Cidr, error)
SetMasklenByCidrAndInteger calls the stored function 'pg_catalog.set_masklen(cidr, integer) cidr' on db.
func SetMasklenByInetAndInteger ¶
SetMasklenByInetAndInteger calls the stored function 'pg_catalog.set_masklen(inet, integer) inet' on db.
func SetvalByRegclassAndBigint ¶
func SetvalByRegclassAndBigint(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64) (int64, error)
SetvalByRegclassAndBigint calls the stored function 'pg_catalog.setval(regclass, bigint) bigint' on db.
func SetvalByRegclassBigintAndBoolean ¶
func SetvalByRegclassBigintAndBoolean(ctx context.Context, db DB, p0 pgtypes.Regclass, p1 int64, p2 bool) (int64, error)
SetvalByRegclassBigintAndBoolean calls the stored function 'pg_catalog.setval(regclass, bigint, boolean) bigint' on db.
func SetweightByTsvectorAndChar ¶
func SetweightByTsvectorAndChar(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Char) (pgtypes.Tsvector, error)
SetweightByTsvectorAndChar calls the stored function 'pg_catalog.setweight(tsvector, "char") tsvector' on db.
func SetweightByTsvectorCharAndText ¶
func SetweightByTsvectorCharAndText(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Char, p2 StringSlice) (pgtypes.Tsvector, error)
SetweightByTsvectorCharAndText calls the stored function 'pg_catalog.setweight(tsvector, "char", text) tsvector' on db.
func ShiftJis2004ToEucJis2004 ¶
func ShiftJis2004ToEucJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
ShiftJis2004ToEucJis2004 calls the stored function 'pg_catalog.shift_jis_2004_to_euc_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.
func ShiftJis2004ToUTF8 ¶
func ShiftJis2004ToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
ShiftJis2004ToUTF8 calls the stored function 'pg_catalog.shift_jis_2004_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func ShobjDescription ¶
ShobjDescription calls the stored function 'pg_catalog.shobj_description(oid, name) text' on db.
func SignByDoublePrecision ¶
SignByDoublePrecision calls the stored function 'pg_catalog.sign(double precision) double precision' on db.
func SignByNumeric ¶
SignByNumeric calls the stored function 'pg_catalog.sign(numeric) numeric' on db.
func SimilarEscape ¶
SimilarEscape calls the stored function 'pg_catalog.similar_escape(text, text) text' on db.
func SimilarToEscapeByText ¶
SimilarToEscapeByText calls the stored function 'pg_catalog.similar_to_escape(text) text' on db.
func SimilarToEscapeByTextAndText ¶
SimilarToEscapeByTextAndText calls the stored function 'pg_catalog.similar_to_escape(text, text) text' on db.
func Sind ¶
Sind calls the stored function 'pg_catalog.sind(double precision) double precision' on db.
func Sinh ¶
Sinh calls the stored function 'pg_catalog.sinh(double precision) double precision' on db.
func SjisToEucJp ¶
func SjisToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
SjisToEucJp calls the stored function 'pg_catalog.sjis_to_euc_jp(integer, integer, cstring, internal, integer, boolean) integer' on db.
func SjisToMic ¶
func SjisToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
SjisToMic calls the stored function 'pg_catalog.sjis_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func SjisToUTF8 ¶
func SjisToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
SjisToUTF8 calls the stored function 'pg_catalog.sjis_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Slope ¶
Slope calls the stored function 'pg_catalog.slope(point, point) double precision' on db.
func SpgBboxQuadConfig ¶
SpgBboxQuadConfig calls the stored function 'pg_catalog.spg_bbox_quad_config(internal, internal)' on db.
func SpgBoxQuadChoose ¶
SpgBoxQuadChoose calls the stored function 'pg_catalog.spg_box_quad_choose(internal, internal)' on db.
func SpgBoxQuadConfig ¶
SpgBoxQuadConfig calls the stored function 'pg_catalog.spg_box_quad_config(internal, internal)' on db.
func SpgBoxQuadInnerConsistent ¶
SpgBoxQuadInnerConsistent calls the stored function 'pg_catalog.spg_box_quad_inner_consistent(internal, internal)' on db.
func SpgBoxQuadLeafConsistent ¶
SpgBoxQuadLeafConsistent calls the stored function 'pg_catalog.spg_box_quad_leaf_consistent(internal, internal) boolean' on db.
func SpgBoxQuadPicksplit ¶
SpgBoxQuadPicksplit calls the stored function 'pg_catalog.spg_box_quad_picksplit(internal, internal)' on db.
func SpgKdChoose ¶
SpgKdChoose calls the stored function 'pg_catalog.spg_kd_choose(internal, internal)' on db.
func SpgKdConfig ¶
SpgKdConfig calls the stored function 'pg_catalog.spg_kd_config(internal, internal)' on db.
func SpgKdInnerConsistent ¶
SpgKdInnerConsistent calls the stored function 'pg_catalog.spg_kd_inner_consistent(internal, internal)' on db.
func SpgKdPicksplit ¶
SpgKdPicksplit calls the stored function 'pg_catalog.spg_kd_picksplit(internal, internal)' on db.
func SpgPolyQuadCompress ¶
SpgPolyQuadCompress calls the stored function 'pg_catalog.spg_poly_quad_compress(polygon) box' on db.
func SpgQuadChoose ¶
SpgQuadChoose calls the stored function 'pg_catalog.spg_quad_choose(internal, internal)' on db.
func SpgQuadConfig ¶
SpgQuadConfig calls the stored function 'pg_catalog.spg_quad_config(internal, internal)' on db.
func SpgQuadInnerConsistent ¶
SpgQuadInnerConsistent calls the stored function 'pg_catalog.spg_quad_inner_consistent(internal, internal)' on db.
func SpgQuadLeafConsistent ¶
SpgQuadLeafConsistent calls the stored function 'pg_catalog.spg_quad_leaf_consistent(internal, internal) boolean' on db.
func SpgQuadPicksplit ¶
SpgQuadPicksplit calls the stored function 'pg_catalog.spg_quad_picksplit(internal, internal)' on db.
func SpgRangeQuadChoose ¶
SpgRangeQuadChoose calls the stored function 'pg_catalog.spg_range_quad_choose(internal, internal)' on db.
func SpgRangeQuadConfig ¶
SpgRangeQuadConfig calls the stored function 'pg_catalog.spg_range_quad_config(internal, internal)' on db.
func SpgRangeQuadInnerConsistent ¶
SpgRangeQuadInnerConsistent calls the stored function 'pg_catalog.spg_range_quad_inner_consistent(internal, internal)' on db.
func SpgRangeQuadLeafConsistent ¶
SpgRangeQuadLeafConsistent calls the stored function 'pg_catalog.spg_range_quad_leaf_consistent(internal, internal) boolean' on db.
func SpgRangeQuadPicksplit ¶
SpgRangeQuadPicksplit calls the stored function 'pg_catalog.spg_range_quad_picksplit(internal, internal)' on db.
func SpgTextChoose ¶
SpgTextChoose calls the stored function 'pg_catalog.spg_text_choose(internal, internal)' on db.
func SpgTextConfig ¶
SpgTextConfig calls the stored function 'pg_catalog.spg_text_config(internal, internal)' on db.
func SpgTextInnerConsistent ¶
SpgTextInnerConsistent calls the stored function 'pg_catalog.spg_text_inner_consistent(internal, internal)' on db.
func SpgTextLeafConsistent ¶
SpgTextLeafConsistent calls the stored function 'pg_catalog.spg_text_leaf_consistent(internal, internal) boolean' on db.
func SpgTextPicksplit ¶
SpgTextPicksplit calls the stored function 'pg_catalog.spg_text_picksplit(internal, internal)' on db.
func Spghandler ¶
Spghandler calls the stored function 'pg_catalog.spghandler(internal) index_am_handler' on db.
func SplitPart ¶
SplitPart calls the stored function 'pg_catalog.split_part(text, text, integer) text' on db.
func SqrtByDoublePrecision ¶
SqrtByDoublePrecision calls the stored function 'pg_catalog.sqrt(double precision) double precision' on db.
func SqrtByNumeric ¶
SqrtByNumeric calls the stored function 'pg_catalog.sqrt(numeric) numeric' on db.
func StartsWith ¶
StartsWith calls the stored function 'pg_catalog.starts_with(text, text) boolean' on db.
func StatementTimestamp ¶
StatementTimestamp calls the stored function 'pg_catalog.statement_timestamp() timestamp with time zone' on db.
func StringAggFinalfn ¶
StringAggFinalfn calls the stored function 'pg_catalog.string_agg_finalfn(internal) text' on db.
func StringAggTransfn ¶
func StringAggTransfn(ctx context.Context, db DB, p0 pgtypes.Internal, p1, p2 string) (pgtypes.Internal, error)
StringAggTransfn calls the stored function 'pg_catalog.string_agg_transfn(internal, text, text) internal' on db.
func StringToTableByTextAndText ¶
StringToTableByTextAndText calls the stored function 'pg_catalog.string_to_table(text, text) text' on db.
func StringToTableByTextTextAndText ¶
StringToTableByTextTextAndText calls the stored function 'pg_catalog.string_to_table(text, text, text) text' on db.
func SubstrByByteaAndInteger ¶
SubstrByByteaAndInteger calls the stored function 'pg_catalog.substr(bytea, integer) bytea' on db.
func SubstrByByteaIntegerAndInteger ¶
func SubstrByByteaIntegerAndInteger(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error)
SubstrByByteaIntegerAndInteger calls the stored function 'pg_catalog.substr(bytea, integer, integer) bytea' on db.
func SubstrByTextAndInteger ¶
SubstrByTextAndInteger calls the stored function 'pg_catalog.substr(text, integer) text' on db.
func SubstrByTextIntegerAndInteger ¶
func SubstrByTextIntegerAndInteger(ctx context.Context, db DB, p0 string, p1, p2 int) (string, error)
SubstrByTextIntegerAndInteger calls the stored function 'pg_catalog.substr(text, integer, integer) text' on db.
func SubstringByBitAndInteger ¶
SubstringByBitAndInteger calls the stored function 'pg_catalog.substring(bit, integer) bit' on db.
func SubstringByBitIntegerAndInteger ¶
func SubstringByBitIntegerAndInteger(ctx context.Context, db DB, p0 uint8, p1, p2 int) (uint8, error)
SubstringByBitIntegerAndInteger calls the stored function 'pg_catalog.substring(bit, integer, integer) bit' on db.
func SubstringByByteaAndInteger ¶
SubstringByByteaAndInteger calls the stored function 'pg_catalog.substring(bytea, integer) bytea' on db.
func SubstringByByteaIntegerAndInteger ¶
func SubstringByByteaIntegerAndInteger(ctx context.Context, db DB, p0 []byte, p1, p2 int) ([]byte, error)
SubstringByByteaIntegerAndInteger calls the stored function 'pg_catalog.substring(bytea, integer, integer) bytea' on db.
func SubstringByTextAndInteger ¶
SubstringByTextAndInteger calls the stored function 'pg_catalog.substring(text, integer) text' on db.
func SubstringByTextAndText ¶
SubstringByTextAndText calls the stored function 'pg_catalog.substring(text, text) text' on db.
func SubstringByTextIntegerAndInteger ¶
func SubstringByTextIntegerAndInteger(ctx context.Context, db DB, p0 string, p1, p2 int) (string, error)
SubstringByTextIntegerAndInteger calls the stored function 'pg_catalog.substring(text, integer, integer) text' on db.
func SubstringByTextTextAndText ¶
SubstringByTextTextAndText calls the stored function 'pg_catalog.substring(text, text, text) text' on db.
func SuppressRedundantUpdatesTrigger ¶
SuppressRedundantUpdatesTrigger calls the stored function 'pg_catalog.suppress_redundant_updates_trigger() trigger' on db.
func TableToXML ¶
func TableToXML(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, targetns string) ([]byte, error)
TableToXML calls the stored function 'pg_catalog.table_to_xml(regclass, boolean, boolean, text) xml' on db.
func TableToXMLAndXmlschema ¶
func TableToXMLAndXmlschema(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, targetns string) ([]byte, error)
TableToXMLAndXmlschema calls the stored function 'pg_catalog.table_to_xml_and_xmlschema(regclass, boolean, boolean, text) xml' on db.
func TableToXmlschema ¶
func TableToXmlschema(ctx context.Context, db DB, tbl pgtypes.Regclass, nulls, tableforest bool, targetns string) ([]byte, error)
TableToXmlschema calls the stored function 'pg_catalog.table_to_xmlschema(regclass, boolean, boolean, text) xml' on db.
func Tand ¶
Tand calls the stored function 'pg_catalog.tand(double precision) double precision' on db.
func Tanh ¶
Tanh calls the stored function 'pg_catalog.tanh(double precision) double precision' on db.
func TextByBoolean ¶
TextByBoolean calls the stored function 'pg_catalog.text(boolean) text' on db.
func TextByChar ¶
TextByChar calls the stored function 'pg_catalog.text("char") text' on db.
func TextByCharacter ¶
TextByCharacter calls the stored function 'pg_catalog.text(character) text' on db.
func TextByInet ¶
TextByInet calls the stored function 'pg_catalog.text(inet) text' on db.
func TextByName ¶
TextByName calls the stored function 'pg_catalog.text(name) text' on db.
func TextLarger ¶
TextLarger calls the stored function 'pg_catalog.text_larger(text, text) text' on db.
func TextPatternGe ¶
TextPatternGe calls the stored function 'pg_catalog.text_pattern_ge(text, text) boolean' on db.
func TextPatternGt ¶
TextPatternGt calls the stored function 'pg_catalog.text_pattern_gt(text, text) boolean' on db.
func TextPatternLe ¶
TextPatternLe calls the stored function 'pg_catalog.text_pattern_le(text, text) boolean' on db.
func TextPatternLt ¶
TextPatternLt calls the stored function 'pg_catalog.text_pattern_lt(text, text) boolean' on db.
func TextSmaller ¶
TextSmaller calls the stored function 'pg_catalog.text_smaller(text, text) text' on db.
func Textanycat ¶
Textanycat calls the stored function 'pg_catalog.textanycat(text, anynonarray) text' on db.
func Texteqname ¶
Texteqname calls the stored function 'pg_catalog.texteqname(text, name) boolean' on db.
func Textgename ¶
Textgename calls the stored function 'pg_catalog.textgename(text, name) boolean' on db.
func Textgtname ¶
Textgtname calls the stored function 'pg_catalog.textgtname(text, name) boolean' on db.
func Texticlike ¶
Texticlike calls the stored function 'pg_catalog.texticlike(text, text) boolean' on db.
func TexticlikeSupport ¶
TexticlikeSupport calls the stored function 'pg_catalog.texticlike_support(internal) internal' on db.
func Texticnlike ¶
Texticnlike calls the stored function 'pg_catalog.texticnlike(text, text) boolean' on db.
func Texticregexeq ¶
Texticregexeq calls the stored function 'pg_catalog.texticregexeq(text, text) boolean' on db.
func TexticregexeqSupport ¶
func TexticregexeqSupport(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.Internal, error)
TexticregexeqSupport calls the stored function 'pg_catalog.texticregexeq_support(internal) internal' on db.
func Texticregexne ¶
Texticregexne calls the stored function 'pg_catalog.texticregexne(text, text) boolean' on db.
func Textlename ¶
Textlename calls the stored function 'pg_catalog.textlename(text, name) boolean' on db.
func TextlikeSupport ¶
TextlikeSupport calls the stored function 'pg_catalog.textlike_support(internal) internal' on db.
func Textltname ¶
Textltname calls the stored function 'pg_catalog.textltname(text, name) boolean' on db.
func Textnename ¶
Textnename calls the stored function 'pg_catalog.textnename(text, name) boolean' on db.
func Textnlike ¶
Textnlike calls the stored function 'pg_catalog.textnlike(text, text) boolean' on db.
func Textregexeq ¶
Textregexeq calls the stored function 'pg_catalog.textregexeq(text, text) boolean' on db.
func TextregexeqSupport ¶
TextregexeqSupport calls the stored function 'pg_catalog.textregexeq_support(internal) internal' on db.
func Textregexne ¶
Textregexne calls the stored function 'pg_catalog.textregexne(text, text) boolean' on db.
func ThesaurusInit ¶
ThesaurusInit calls the stored function 'pg_catalog.thesaurus_init(internal) internal' on db.
func ThesaurusLexize ¶
func ThesaurusLexize(ctx context.Context, db DB, p0, p1, p2, p3 pgtypes.Internal) (pgtypes.Internal, error)
ThesaurusLexize calls the stored function 'pg_catalog.thesaurus_lexize(internal, internal, internal, internal) internal' on db.
func Tidsmaller ¶
Tidsmaller calls the stored function 'pg_catalog.tidsmaller(tid, tid) tid' on db.
func TimeByInterval ¶
TimeByInterval calls the stored function 'pg_catalog.time(interval) time without time zone' on db.
func TimeByTimeWithTimeZone ¶
TimeByTimeWithTimeZone calls the stored function 'pg_catalog.time(time with time zone) time without time zone' on db.
func TimeByTimeWithoutTimeZoneAndInteger ¶
func TimeByTimeWithoutTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)
TimeByTimeWithoutTimeZoneAndInteger calls the stored function 'pg_catalog.time(time without time zone, integer) time without time zone' on db.
func TimeByTimestampWithTimeZone ¶
TimeByTimestampWithTimeZone calls the stored function 'pg_catalog.time(timestamp with time zone) time without time zone' on db.
func TimeByTimestampWithoutTimeZone ¶
TimeByTimestampWithoutTimeZone calls the stored function 'pg_catalog.time(timestamp without time zone) time without time zone' on db.
func TimeCmp ¶
TimeCmp calls the stored function 'pg_catalog.time_cmp(time without time zone, time without time zone) integer' on db.
func TimeEq ¶
TimeEq calls the stored function 'pg_catalog.time_eq(time without time zone, time without time zone) boolean' on db.
func TimeGe ¶
TimeGe calls the stored function 'pg_catalog.time_ge(time without time zone, time without time zone) boolean' on db.
func TimeGt ¶
TimeGt calls the stored function 'pg_catalog.time_gt(time without time zone, time without time zone) boolean' on db.
func TimeHash ¶
TimeHash calls the stored function 'pg_catalog.time_hash(time without time zone) integer' on db.
func TimeHashExtended ¶
TimeHashExtended calls the stored function 'pg_catalog.time_hash_extended(time without time zone, bigint) bigint' on db.
func TimeLarger ¶
TimeLarger calls the stored function 'pg_catalog.time_larger(time without time zone, time without time zone) time without time zone' on db.
func TimeLe ¶
TimeLe calls the stored function 'pg_catalog.time_le(time without time zone, time without time zone) boolean' on db.
func TimeLt ¶
TimeLt calls the stored function 'pg_catalog.time_lt(time without time zone, time without time zone) boolean' on db.
func TimeMiInterval ¶
TimeMiInterval calls the stored function 'pg_catalog.time_mi_interval(time without time zone, interval) time without time zone' on db.
func TimeMiTime ¶
TimeMiTime calls the stored function 'pg_catalog.time_mi_time(time without time zone, time without time zone) interval' on db.
func TimeNe ¶
TimeNe calls the stored function 'pg_catalog.time_ne(time without time zone, time without time zone) boolean' on db.
func TimePlInterval ¶
TimePlInterval calls the stored function 'pg_catalog.time_pl_interval(time without time zone, interval) time without time zone' on db.
func TimeRecv ¶
func TimeRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)
TimeRecv calls the stored function 'pg_catalog.time_recv(internal, oid, integer) time without time zone' on db.
func TimeSend ¶
TimeSend calls the stored function 'pg_catalog.time_send(time without time zone) bytea' on db.
func TimeSmaller ¶
TimeSmaller calls the stored function 'pg_catalog.time_smaller(time without time zone, time without time zone) time without time zone' on db.
func TimeSupport ¶
TimeSupport calls the stored function 'pg_catalog.time_support(internal) internal' on db.
func TimedatePl ¶
TimedatePl calls the stored function 'pg_catalog.timedate_pl(time without time zone, date) timestamp without time zone' on db.
func TimestampByDate ¶
TimestampByDate calls the stored function 'pg_catalog.timestamp(date) timestamp without time zone' on db.
func TimestampByDateAndTimeWithoutTimeZone ¶
func TimestampByDateAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)
TimestampByDateAndTimeWithoutTimeZone calls the stored function 'pg_catalog.timestamp(date, time without time zone) timestamp without time zone' on db.
func TimestampByTimestampWithTimeZone ¶
TimestampByTimestampWithTimeZone calls the stored function 'pg_catalog.timestamp(timestamp with time zone) timestamp without time zone' on db.
func TimestampByTimestampWithoutTimeZoneAndInteger ¶
func TimestampByTimestampWithoutTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)
TimestampByTimestampWithoutTimeZoneAndInteger calls the stored function 'pg_catalog.timestamp(timestamp without time zone, integer) timestamp without time zone' on db.
func TimestampCmp ¶
TimestampCmp calls the stored function 'pg_catalog.timestamp_cmp(timestamp without time zone, timestamp without time zone) integer' on db.
func TimestampCmpDate ¶
TimestampCmpDate calls the stored function 'pg_catalog.timestamp_cmp_date(timestamp without time zone, date) integer' on db.
func TimestampCmpTimestamptz ¶
TimestampCmpTimestamptz calls the stored function 'pg_catalog.timestamp_cmp_timestamptz(timestamp without time zone, timestamp with time zone) integer' on db.
func TimestampEq ¶
TimestampEq calls the stored function 'pg_catalog.timestamp_eq(timestamp without time zone, timestamp without time zone) boolean' on db.
func TimestampEqDate ¶
TimestampEqDate calls the stored function 'pg_catalog.timestamp_eq_date(timestamp without time zone, date) boolean' on db.
func TimestampEqTimestamptz ¶
TimestampEqTimestamptz calls the stored function 'pg_catalog.timestamp_eq_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.
func TimestampGe ¶
TimestampGe calls the stored function 'pg_catalog.timestamp_ge(timestamp without time zone, timestamp without time zone) boolean' on db.
func TimestampGeDate ¶
TimestampGeDate calls the stored function 'pg_catalog.timestamp_ge_date(timestamp without time zone, date) boolean' on db.
func TimestampGeTimestamptz ¶
TimestampGeTimestamptz calls the stored function 'pg_catalog.timestamp_ge_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.
func TimestampGt ¶
TimestampGt calls the stored function 'pg_catalog.timestamp_gt(timestamp without time zone, timestamp without time zone) boolean' on db.
func TimestampGtDate ¶
TimestampGtDate calls the stored function 'pg_catalog.timestamp_gt_date(timestamp without time zone, date) boolean' on db.
func TimestampGtTimestamptz ¶
TimestampGtTimestamptz calls the stored function 'pg_catalog.timestamp_gt_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.
func TimestampHash ¶
TimestampHash calls the stored function 'pg_catalog.timestamp_hash(timestamp without time zone) integer' on db.
func TimestampHashExtended ¶
TimestampHashExtended calls the stored function 'pg_catalog.timestamp_hash_extended(timestamp without time zone, bigint) bigint' on db.
func TimestampLarger ¶
TimestampLarger calls the stored function 'pg_catalog.timestamp_larger(timestamp without time zone, timestamp without time zone) timestamp without time zone' on db.
func TimestampLe ¶
TimestampLe calls the stored function 'pg_catalog.timestamp_le(timestamp without time zone, timestamp without time zone) boolean' on db.
func TimestampLeDate ¶
TimestampLeDate calls the stored function 'pg_catalog.timestamp_le_date(timestamp without time zone, date) boolean' on db.
func TimestampLeTimestamptz ¶
TimestampLeTimestamptz calls the stored function 'pg_catalog.timestamp_le_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.
func TimestampLt ¶
TimestampLt calls the stored function 'pg_catalog.timestamp_lt(timestamp without time zone, timestamp without time zone) boolean' on db.
func TimestampLtDate ¶
TimestampLtDate calls the stored function 'pg_catalog.timestamp_lt_date(timestamp without time zone, date) boolean' on db.
func TimestampLtTimestamptz ¶
TimestampLtTimestamptz calls the stored function 'pg_catalog.timestamp_lt_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.
func TimestampMi ¶
TimestampMi calls the stored function 'pg_catalog.timestamp_mi(timestamp without time zone, timestamp without time zone) interval' on db.
func TimestampMiInterval ¶
TimestampMiInterval calls the stored function 'pg_catalog.timestamp_mi_interval(timestamp without time zone, interval) timestamp without time zone' on db.
func TimestampNe ¶
TimestampNe calls the stored function 'pg_catalog.timestamp_ne(timestamp without time zone, timestamp without time zone) boolean' on db.
func TimestampNeDate ¶
TimestampNeDate calls the stored function 'pg_catalog.timestamp_ne_date(timestamp without time zone, date) boolean' on db.
func TimestampNeTimestamptz ¶
TimestampNeTimestamptz calls the stored function 'pg_catalog.timestamp_ne_timestamptz(timestamp without time zone, timestamp with time zone) boolean' on db.
func TimestampPlInterval ¶
TimestampPlInterval calls the stored function 'pg_catalog.timestamp_pl_interval(timestamp without time zone, interval) timestamp without time zone' on db.
func TimestampRecv ¶
func TimestampRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)
TimestampRecv calls the stored function 'pg_catalog.timestamp_recv(internal, oid, integer) timestamp without time zone' on db.
func TimestampSend ¶
TimestampSend calls the stored function 'pg_catalog.timestamp_send(timestamp without time zone) bytea' on db.
func TimestampSmaller ¶
TimestampSmaller calls the stored function 'pg_catalog.timestamp_smaller(timestamp without time zone, timestamp without time zone) timestamp without time zone' on db.
func TimestampSortsupport ¶
TimestampSortsupport calls the stored function 'pg_catalog.timestamp_sortsupport(internal)' on db.
func TimestampSupport ¶
TimestampSupport calls the stored function 'pg_catalog.timestamp_support(internal) internal' on db.
func Timestamptypmodin ¶
Timestamptypmodin calls the stored function 'pg_catalog.timestamptypmodin(cstring) integer' on db.
func TimestamptzByDate ¶
TimestamptzByDate calls the stored function 'pg_catalog.timestamptz(date) timestamp with time zone' on db.
func TimestamptzByDateAndTimeWithTimeZone ¶
func TimestamptzByDateAndTimeWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)
TimestamptzByDateAndTimeWithTimeZone calls the stored function 'pg_catalog.timestamptz(date, time with time zone) timestamp with time zone' on db.
func TimestamptzByDateAndTimeWithoutTimeZone ¶
func TimestamptzByDateAndTimeWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (time.Time, error)
TimestamptzByDateAndTimeWithoutTimeZone calls the stored function 'pg_catalog.timestamptz(date, time without time zone) timestamp with time zone' on db.
func TimestamptzByTimestampWithTimeZoneAndInteger ¶
func TimestamptzByTimestampWithTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)
TimestamptzByTimestampWithTimeZoneAndInteger calls the stored function 'pg_catalog.timestamptz(timestamp with time zone, integer) timestamp with time zone' on db.
func TimestamptzByTimestampWithoutTimeZone ¶
func TimestamptzByTimestampWithoutTimeZone(ctx context.Context, db DB, p0 time.Time) (time.Time, error)
TimestamptzByTimestampWithoutTimeZone calls the stored function 'pg_catalog.timestamptz(timestamp without time zone) timestamp with time zone' on db.
func TimestamptzCmp ¶
TimestamptzCmp calls the stored function 'pg_catalog.timestamptz_cmp(timestamp with time zone, timestamp with time zone) integer' on db.
func TimestamptzCmpDate ¶
TimestamptzCmpDate calls the stored function 'pg_catalog.timestamptz_cmp_date(timestamp with time zone, date) integer' on db.
func TimestamptzCmpTimestamp ¶
TimestamptzCmpTimestamp calls the stored function 'pg_catalog.timestamptz_cmp_timestamp(timestamp with time zone, timestamp without time zone) integer' on db.
func TimestamptzEq ¶
TimestamptzEq calls the stored function 'pg_catalog.timestamptz_eq(timestamp with time zone, timestamp with time zone) boolean' on db.
func TimestamptzEqDate ¶
TimestamptzEqDate calls the stored function 'pg_catalog.timestamptz_eq_date(timestamp with time zone, date) boolean' on db.
func TimestamptzEqTimestamp ¶
TimestamptzEqTimestamp calls the stored function 'pg_catalog.timestamptz_eq_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.
func TimestamptzGe ¶
TimestamptzGe calls the stored function 'pg_catalog.timestamptz_ge(timestamp with time zone, timestamp with time zone) boolean' on db.
func TimestamptzGeDate ¶
TimestamptzGeDate calls the stored function 'pg_catalog.timestamptz_ge_date(timestamp with time zone, date) boolean' on db.
func TimestamptzGeTimestamp ¶
TimestamptzGeTimestamp calls the stored function 'pg_catalog.timestamptz_ge_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.
func TimestamptzGt ¶
TimestamptzGt calls the stored function 'pg_catalog.timestamptz_gt(timestamp with time zone, timestamp with time zone) boolean' on db.
func TimestamptzGtDate ¶
TimestamptzGtDate calls the stored function 'pg_catalog.timestamptz_gt_date(timestamp with time zone, date) boolean' on db.
func TimestamptzGtTimestamp ¶
TimestamptzGtTimestamp calls the stored function 'pg_catalog.timestamptz_gt_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.
func TimestamptzLarger ¶
TimestamptzLarger calls the stored function 'pg_catalog.timestamptz_larger(timestamp with time zone, timestamp with time zone) timestamp with time zone' on db.
func TimestamptzLe ¶
TimestamptzLe calls the stored function 'pg_catalog.timestamptz_le(timestamp with time zone, timestamp with time zone) boolean' on db.
func TimestamptzLeDate ¶
TimestamptzLeDate calls the stored function 'pg_catalog.timestamptz_le_date(timestamp with time zone, date) boolean' on db.
func TimestamptzLeTimestamp ¶
TimestamptzLeTimestamp calls the stored function 'pg_catalog.timestamptz_le_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.
func TimestamptzLt ¶
TimestamptzLt calls the stored function 'pg_catalog.timestamptz_lt(timestamp with time zone, timestamp with time zone) boolean' on db.
func TimestamptzLtDate ¶
TimestamptzLtDate calls the stored function 'pg_catalog.timestamptz_lt_date(timestamp with time zone, date) boolean' on db.
func TimestamptzLtTimestamp ¶
TimestamptzLtTimestamp calls the stored function 'pg_catalog.timestamptz_lt_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.
func TimestamptzMi ¶
TimestamptzMi calls the stored function 'pg_catalog.timestamptz_mi(timestamp with time zone, timestamp with time zone) interval' on db.
func TimestamptzMiInterval ¶
TimestamptzMiInterval calls the stored function 'pg_catalog.timestamptz_mi_interval(timestamp with time zone, interval) timestamp with time zone' on db.
func TimestamptzNe ¶
TimestamptzNe calls the stored function 'pg_catalog.timestamptz_ne(timestamp with time zone, timestamp with time zone) boolean' on db.
func TimestamptzNeDate ¶
TimestamptzNeDate calls the stored function 'pg_catalog.timestamptz_ne_date(timestamp with time zone, date) boolean' on db.
func TimestamptzNeTimestamp ¶
TimestamptzNeTimestamp calls the stored function 'pg_catalog.timestamptz_ne_timestamp(timestamp with time zone, timestamp without time zone) boolean' on db.
func TimestamptzPlInterval ¶
TimestamptzPlInterval calls the stored function 'pg_catalog.timestamptz_pl_interval(timestamp with time zone, interval) timestamp with time zone' on db.
func TimestamptzRecv ¶
func TimestamptzRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)
TimestamptzRecv calls the stored function 'pg_catalog.timestamptz_recv(internal, oid, integer) timestamp with time zone' on db.
func TimestamptzSend ¶
TimestamptzSend calls the stored function 'pg_catalog.timestamptz_send(timestamp with time zone) bytea' on db.
func TimestamptzSmaller ¶
TimestamptzSmaller calls the stored function 'pg_catalog.timestamptz_smaller(timestamp with time zone, timestamp with time zone) timestamp with time zone' on db.
func Timestamptztypmodin ¶
Timestamptztypmodin calls the stored function 'pg_catalog.timestamptztypmodin(cstring) integer' on db.
func Timetypmodin ¶
Timetypmodin calls the stored function 'pg_catalog.timetypmodin(cstring) integer' on db.
func TimetzByTimeWithTimeZoneAndInteger ¶
func TimetzByTimeWithTimeZoneAndInteger(ctx context.Context, db DB, p0 time.Time, p1 int) (time.Time, error)
TimetzByTimeWithTimeZoneAndInteger calls the stored function 'pg_catalog.timetz(time with time zone, integer) time with time zone' on db.
func TimetzByTimeWithoutTimeZone ¶
TimetzByTimeWithoutTimeZone calls the stored function 'pg_catalog.timetz(time without time zone) time with time zone' on db.
func TimetzByTimestampWithTimeZone ¶
TimetzByTimestampWithTimeZone calls the stored function 'pg_catalog.timetz(timestamp with time zone) time with time zone' on db.
func TimetzCmp ¶
TimetzCmp calls the stored function 'pg_catalog.timetz_cmp(time with time zone, time with time zone) integer' on db.
func TimetzEq ¶
TimetzEq calls the stored function 'pg_catalog.timetz_eq(time with time zone, time with time zone) boolean' on db.
func TimetzGe ¶
TimetzGe calls the stored function 'pg_catalog.timetz_ge(time with time zone, time with time zone) boolean' on db.
func TimetzGt ¶
TimetzGt calls the stored function 'pg_catalog.timetz_gt(time with time zone, time with time zone) boolean' on db.
func TimetzHash ¶
TimetzHash calls the stored function 'pg_catalog.timetz_hash(time with time zone) integer' on db.
func TimetzHashExtended ¶
TimetzHashExtended calls the stored function 'pg_catalog.timetz_hash_extended(time with time zone, bigint) bigint' on db.
func TimetzLarger ¶
TimetzLarger calls the stored function 'pg_catalog.timetz_larger(time with time zone, time with time zone) time with time zone' on db.
func TimetzLe ¶
TimetzLe calls the stored function 'pg_catalog.timetz_le(time with time zone, time with time zone) boolean' on db.
func TimetzLt ¶
TimetzLt calls the stored function 'pg_catalog.timetz_lt(time with time zone, time with time zone) boolean' on db.
func TimetzMiInterval ¶
TimetzMiInterval calls the stored function 'pg_catalog.timetz_mi_interval(time with time zone, interval) time with time zone' on db.
func TimetzNe ¶
TimetzNe calls the stored function 'pg_catalog.timetz_ne(time with time zone, time with time zone) boolean' on db.
func TimetzPlInterval ¶
TimetzPlInterval calls the stored function 'pg_catalog.timetz_pl_interval(time with time zone, interval) time with time zone' on db.
func TimetzRecv ¶
func TimetzRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (time.Time, error)
TimetzRecv calls the stored function 'pg_catalog.timetz_recv(internal, oid, integer) time with time zone' on db.
func TimetzSend ¶
TimetzSend calls the stored function 'pg_catalog.timetz_send(time with time zone) bytea' on db.
func TimetzSmaller ¶
TimetzSmaller calls the stored function 'pg_catalog.timetz_smaller(time with time zone, time with time zone) time with time zone' on db.
func TimetzdatePl ¶
TimetzdatePl calls the stored function 'pg_catalog.timetzdate_pl(time with time zone, date) timestamp with time zone' on db.
func Timetztypmodin ¶
Timetztypmodin calls the stored function 'pg_catalog.timetztypmodin(cstring) integer' on db.
func TimezoneByIntervalAndTimeWithTimeZone ¶
func TimezoneByIntervalAndTimeWithTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)
TimezoneByIntervalAndTimeWithTimeZone calls the stored function 'pg_catalog.timezone(interval, time with time zone) time with time zone' on db.
func TimezoneByIntervalAndTimestampWithTimeZone ¶
func TimezoneByIntervalAndTimestampWithTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)
TimezoneByIntervalAndTimestampWithTimeZone calls the stored function 'pg_catalog.timezone(interval, timestamp with time zone) timestamp without time zone' on db.
func TimezoneByIntervalAndTimestampWithoutTimeZone ¶
func TimezoneByIntervalAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 []byte, p1 time.Time) (time.Time, error)
TimezoneByIntervalAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.timezone(interval, timestamp without time zone) timestamp with time zone' on db.
func TimezoneByTextAndTimeWithTimeZone ¶
func TimezoneByTextAndTimeWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)
TimezoneByTextAndTimeWithTimeZone calls the stored function 'pg_catalog.timezone(text, time with time zone) time with time zone' on db.
func TimezoneByTextAndTimestampWithTimeZone ¶
func TimezoneByTextAndTimestampWithTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)
TimezoneByTextAndTimestampWithTimeZone calls the stored function 'pg_catalog.timezone(text, timestamp with time zone) timestamp without time zone' on db.
func TimezoneByTextAndTimestampWithoutTimeZone ¶
func TimezoneByTextAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0 string, p1 time.Time) (time.Time, error)
TimezoneByTextAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.timezone(text, timestamp without time zone) timestamp with time zone' on db.
func ToASCIIByText ¶
ToASCIIByText calls the stored function 'pg_catalog.to_ascii(text) text' on db.
func ToASCIIByTextAndInteger ¶
ToASCIIByTextAndInteger calls the stored function 'pg_catalog.to_ascii(text, integer) text' on db.
func ToASCIIByTextAndName ¶
ToASCIIByTextAndName calls the stored function 'pg_catalog.to_ascii(text, name) text' on db.
func ToCharByBigintAndText ¶
ToCharByBigintAndText calls the stored function 'pg_catalog.to_char(bigint, text) text' on db.
func ToCharByDoublePrecisionAndText ¶
func ToCharByDoublePrecisionAndText(ctx context.Context, db DB, p0 float64, p1 string) (string, error)
ToCharByDoublePrecisionAndText calls the stored function 'pg_catalog.to_char(double precision, text) text' on db.
func ToCharByIntegerAndText ¶
ToCharByIntegerAndText calls the stored function 'pg_catalog.to_char(integer, text) text' on db.
func ToCharByIntervalAndText ¶
ToCharByIntervalAndText calls the stored function 'pg_catalog.to_char(interval, text) text' on db.
func ToCharByNumericAndText ¶
ToCharByNumericAndText calls the stored function 'pg_catalog.to_char(numeric, text) text' on db.
func ToCharByRealAndText ¶
ToCharByRealAndText calls the stored function 'pg_catalog.to_char(real, text) text' on db.
func ToCharByTimestampWithTimeZoneAndText ¶
func ToCharByTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0 time.Time, p1 string) (string, error)
ToCharByTimestampWithTimeZoneAndText calls the stored function 'pg_catalog.to_char(timestamp with time zone, text) text' on db.
func ToCharByTimestampWithoutTimeZoneAndText ¶
func ToCharByTimestampWithoutTimeZoneAndText(ctx context.Context, db DB, p0 time.Time, p1 string) (string, error)
ToCharByTimestampWithoutTimeZoneAndText calls the stored function 'pg_catalog.to_char(timestamp without time zone, text) text' on db.
func ToHexByBigint ¶
ToHexByBigint calls the stored function 'pg_catalog.to_hex(bigint) text' on db.
func ToHexByInteger ¶
ToHexByInteger calls the stored function 'pg_catalog.to_hex(integer) text' on db.
func ToNumber ¶
ToNumber calls the stored function 'pg_catalog.to_number(text, text) numeric' on db.
func ToRegclass ¶
ToRegclass calls the stored function 'pg_catalog.to_regclass(text) regclass' on db.
func ToRegcollation ¶
ToRegcollation calls the stored function 'pg_catalog.to_regcollation(text) regcollation' on db.
func ToRegnamespace ¶
ToRegnamespace calls the stored function 'pg_catalog.to_regnamespace(text) regnamespace' on db.
func ToRegoperator ¶
ToRegoperator calls the stored function 'pg_catalog.to_regoperator(text) regoperator' on db.
func ToRegprocedure ¶
ToRegprocedure calls the stored function 'pg_catalog.to_regprocedure(text) regprocedure' on db.
func ToTimestampByDoublePrecision ¶
ToTimestampByDoublePrecision calls the stored function 'pg_catalog.to_timestamp(double precision) timestamp with time zone' on db.
func ToTimestampByTextAndText ¶
ToTimestampByTextAndText calls the stored function 'pg_catalog.to_timestamp(text, text) timestamp with time zone' on db.
func ToTsqueryByRegconfigAndText ¶
func ToTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)
ToTsqueryByRegconfigAndText calls the stored function 'pg_catalog.to_tsquery(regconfig, text) tsquery' on db.
func ToTsqueryByText ¶
ToTsqueryByText calls the stored function 'pg_catalog.to_tsquery(text) tsquery' on db.
func ToTsvectorByJSON ¶
ToTsvectorByJSON calls the stored function 'pg_catalog.to_tsvector(json) tsvector' on db.
func ToTsvectorByJsonb ¶
ToTsvectorByJsonb calls the stored function 'pg_catalog.to_tsvector(jsonb) tsvector' on db.
func ToTsvectorByRegconfigAndJSON ¶
func ToTsvectorByRegconfigAndJSON(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte) (pgtypes.Tsvector, error)
ToTsvectorByRegconfigAndJSON calls the stored function 'pg_catalog.to_tsvector(regconfig, json) tsvector' on db.
func ToTsvectorByRegconfigAndJsonb ¶
func ToTsvectorByRegconfigAndJsonb(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte) (pgtypes.Tsvector, error)
ToTsvectorByRegconfigAndJsonb calls the stored function 'pg_catalog.to_tsvector(regconfig, jsonb) tsvector' on db.
func ToTsvectorByRegconfigAndText ¶
func ToTsvectorByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsvector, error)
ToTsvectorByRegconfigAndText calls the stored function 'pg_catalog.to_tsvector(regconfig, text) tsvector' on db.
func ToTsvectorByText ¶
ToTsvectorByText calls the stored function 'pg_catalog.to_tsvector(text) tsvector' on db.
func TransactionTimestamp ¶
TransactionTimestamp calls the stored function 'pg_catalog.transaction_timestamp() timestamp with time zone' on db.
func Translate ¶
Translate calls the stored function 'pg_catalog.translate(text, text, text) text' on db.
func TrimArray ¶
TrimArray calls the stored function 'pg_catalog.trim_array(anyarray, integer) anyarray' on db.
func TrimScale ¶
TrimScale calls the stored function 'pg_catalog.trim_scale(numeric) numeric' on db.
func TruncByDoublePrecision ¶
TruncByDoublePrecision calls the stored function 'pg_catalog.trunc(double precision) double precision' on db.
func TruncByMacaddr ¶
TruncByMacaddr calls the stored function 'pg_catalog.trunc(macaddr) macaddr' on db.
func TruncByMacaddr8 ¶
TruncByMacaddr8 calls the stored function 'pg_catalog.trunc(macaddr8) macaddr8' on db.
func TruncByNumeric ¶
TruncByNumeric calls the stored function 'pg_catalog.trunc(numeric) numeric' on db.
func TruncByNumericAndInteger ¶
TruncByNumericAndInteger calls the stored function 'pg_catalog.trunc(numeric, integer) numeric' on db.
func TsDeleteByTsvectorAndText ¶
func TsDeleteByTsvectorAndText(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 string) (pgtypes.Tsvector, error)
TsDeleteByTsvectorAndText calls the stored function 'pg_catalog.ts_delete(tsvector, text) tsvector' on db.
func TsFilter ¶
func TsFilter(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 []pgtypes.Char) (pgtypes.Tsvector, error)
TsFilter calls the stored function 'pg_catalog.ts_filter(tsvector, "char") tsvector' on db.
func TsHeadlineByJSONAndTsquery ¶
func TsHeadlineByJSONAndTsquery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery) ([]byte, error)
TsHeadlineByJSONAndTsquery calls the stored function 'pg_catalog.ts_headline(json, tsquery) json' on db.
func TsHeadlineByJSONTsqueryAndText ¶
func TsHeadlineByJSONTsqueryAndText(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery, p2 string) ([]byte, error)
TsHeadlineByJSONTsqueryAndText calls the stored function 'pg_catalog.ts_headline(json, tsquery, text) json' on db.
func TsHeadlineByJsonbAndTsquery ¶
func TsHeadlineByJsonbAndTsquery(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery) ([]byte, error)
TsHeadlineByJsonbAndTsquery calls the stored function 'pg_catalog.ts_headline(jsonb, tsquery) jsonb' on db.
func TsHeadlineByJsonbTsqueryAndText ¶
func TsHeadlineByJsonbTsqueryAndText(ctx context.Context, db DB, p0 []byte, p1 pgtypes.Tsquery, p2 string) ([]byte, error)
TsHeadlineByJsonbTsqueryAndText calls the stored function 'pg_catalog.ts_headline(jsonb, tsquery, text) jsonb' on db.
func TsHeadlineByRegconfigJSONAndTsquery ¶
func TsHeadlineByRegconfigJSONAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery) ([]byte, error)
TsHeadlineByRegconfigJSONAndTsquery calls the stored function 'pg_catalog.ts_headline(regconfig, json, tsquery) json' on db.
func TsHeadlineByRegconfigJSONTsqueryAndText ¶
func TsHeadlineByRegconfigJSONTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery, p3 string) ([]byte, error)
TsHeadlineByRegconfigJSONTsqueryAndText calls the stored function 'pg_catalog.ts_headline(regconfig, json, tsquery, text) json' on db.
func TsHeadlineByRegconfigJsonbAndTsquery ¶
func TsHeadlineByRegconfigJsonbAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery) ([]byte, error)
TsHeadlineByRegconfigJsonbAndTsquery calls the stored function 'pg_catalog.ts_headline(regconfig, jsonb, tsquery) jsonb' on db.
func TsHeadlineByRegconfigJsonbTsqueryAndText ¶
func TsHeadlineByRegconfigJsonbTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 []byte, p2 pgtypes.Tsquery, p3 string) ([]byte, error)
TsHeadlineByRegconfigJsonbTsqueryAndText calls the stored function 'pg_catalog.ts_headline(regconfig, jsonb, tsquery, text) jsonb' on db.
func TsHeadlineByRegconfigTextAndTsquery ¶
func TsHeadlineByRegconfigTextAndTsquery(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string, p2 pgtypes.Tsquery) (string, error)
TsHeadlineByRegconfigTextAndTsquery calls the stored function 'pg_catalog.ts_headline(regconfig, text, tsquery) text' on db.
func TsHeadlineByRegconfigTextTsqueryAndText ¶
func TsHeadlineByRegconfigTextTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string, p2 pgtypes.Tsquery, p3 string) (string, error)
TsHeadlineByRegconfigTextTsqueryAndText calls the stored function 'pg_catalog.ts_headline(regconfig, text, tsquery, text) text' on db.
func TsHeadlineByTextAndTsquery ¶
func TsHeadlineByTextAndTsquery(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery) (string, error)
TsHeadlineByTextAndTsquery calls the stored function 'pg_catalog.ts_headline(text, tsquery) text' on db.
func TsHeadlineByTextTsqueryAndText ¶
func TsHeadlineByTextTsqueryAndText(ctx context.Context, db DB, p0 string, p1 pgtypes.Tsquery, p2 string) (string, error)
TsHeadlineByTextTsqueryAndText calls the stored function 'pg_catalog.ts_headline(text, tsquery, text) text' on db.
func TsMatchQv ¶
TsMatchQv calls the stored function 'pg_catalog.ts_match_qv(tsquery, tsvector) boolean' on db.
func TsMatchTq ¶
TsMatchTq calls the stored function 'pg_catalog.ts_match_tq(text, tsquery) boolean' on db.
func TsMatchTt ¶
TsMatchTt calls the stored function 'pg_catalog.ts_match_tt(text, text) boolean' on db.
func TsMatchVq ¶
TsMatchVq calls the stored function 'pg_catalog.ts_match_vq(tsvector, tsquery) boolean' on db.
func TsParseByParserNameAndTxt ¶
func TsParseByParserNameAndTxt(ctx context.Context, db DB, parserName, txt string) (int, string, error)
TsParseByParserNameAndTxt calls the stored function 'pg_catalog.ts_parse(text, text) (integer, text)' on db.
func TsParseByParserOidAndTxt ¶
func TsParseByParserOidAndTxt(ctx context.Context, db DB, parserOid pgtypes.Oid, txt string) (int, string, error)
TsParseByParserOidAndTxt calls the stored function 'pg_catalog.ts_parse(oid, text) (integer, text)' on db.
func TsRankByRealTsvectorAndTsquery ¶
func TsRankByRealTsvectorAndTsquery(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery) (float32, error)
TsRankByRealTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank(real, tsvector, tsquery) real' on db.
func TsRankByRealTsvectorTsqueryAndInteger ¶
func TsRankByRealTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery, p3 int) (float32, error)
TsRankByRealTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank(real, tsvector, tsquery, integer) real' on db.
func TsRankByTsvectorAndTsquery ¶
func TsRankByTsvectorAndTsquery(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (float32, error)
TsRankByTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank(tsvector, tsquery) real' on db.
func TsRankByTsvectorTsqueryAndInteger ¶
func TsRankByTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery, p2 int) (float32, error)
TsRankByTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank(tsvector, tsquery, integer) real' on db.
func TsRankCdByRealTsvectorAndTsquery ¶
func TsRankCdByRealTsvectorAndTsquery(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery) (float32, error)
TsRankCdByRealTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank_cd(real, tsvector, tsquery) real' on db.
func TsRankCdByRealTsvectorTsqueryAndInteger ¶
func TsRankCdByRealTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 []float32, p1 pgtypes.Tsvector, p2 pgtypes.Tsquery, p3 int) (float32, error)
TsRankCdByRealTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank_cd(real, tsvector, tsquery, integer) real' on db.
func TsRankCdByTsvectorAndTsquery ¶
func TsRankCdByTsvectorAndTsquery(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery) (float32, error)
TsRankCdByTsvectorAndTsquery calls the stored function 'pg_catalog.ts_rank_cd(tsvector, tsquery) real' on db.
func TsRankCdByTsvectorTsqueryAndInteger ¶
func TsRankCdByTsvectorTsqueryAndInteger(ctx context.Context, db DB, p0 pgtypes.Tsvector, p1 pgtypes.Tsquery, p2 int) (float32, error)
TsRankCdByTsvectorTsqueryAndInteger calls the stored function 'pg_catalog.ts_rank_cd(tsvector, tsquery, integer) real' on db.
func TsRewriteByTsqueryAndText ¶
func TsRewriteByTsqueryAndText(ctx context.Context, db DB, p0 pgtypes.Tsquery, p1 string) (pgtypes.Tsquery, error)
TsRewriteByTsqueryAndText calls the stored function 'pg_catalog.ts_rewrite(tsquery, text) tsquery' on db.
func TsRewriteByTsqueryTsqueryAndTsquery ¶
func TsRewriteByTsqueryTsqueryAndTsquery(ctx context.Context, db DB, p0, p1, p2 pgtypes.Tsquery) (pgtypes.Tsquery, error)
TsRewriteByTsqueryTsqueryAndTsquery calls the stored function 'pg_catalog.ts_rewrite(tsquery, tsquery, tsquery) tsquery' on db.
func TsStatByQuery ¶
TsStatByQuery calls the stored function 'pg_catalog.ts_stat(text) (text, integer, integer)' on db.
func TsStatByQueryAndWeights ¶
func TsStatByQueryAndWeights(ctx context.Context, db DB, query, weights string) (string, int, int, error)
TsStatByQueryAndWeights calls the stored function 'pg_catalog.ts_stat(text, text) (text, integer, integer)' on db.
func TsTokenTypeByParserName ¶
func TsTokenTypeByParserName(ctx context.Context, db DB, parserName string) (int, string, string, error)
TsTokenTypeByParserName calls the stored function 'pg_catalog.ts_token_type(text) (integer, text, text)' on db.
func TsTokenTypeByParserOid ¶
func TsTokenTypeByParserOid(ctx context.Context, db DB, parserOid pgtypes.Oid) (int, string, string, error)
TsTokenTypeByParserOid calls the stored function 'pg_catalog.ts_token_type(oid) (integer, text, text)' on db.
func TsTypanalyze ¶
TsTypanalyze calls the stored function 'pg_catalog.ts_typanalyze(internal) boolean' on db.
func Tsmatchjoinsel ¶
func Tsmatchjoinsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int16, p4 pgtypes.Internal) (float64, error)
Tsmatchjoinsel calls the stored function 'pg_catalog.tsmatchjoinsel(internal, oid, internal, smallint, internal) double precision' on db.
func Tsmatchsel ¶
func Tsmatchsel(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 pgtypes.Internal, p3 int) (float64, error)
Tsmatchsel calls the stored function 'pg_catalog.tsmatchsel(internal, oid, internal, integer) double precision' on db.
func Tsmultirange ¶
Tsmultirange calls the stored function 'pg_catalog.tsmultirange() tsmultirange' on db.
func TsmultirangeByTsrange ¶
func TsmultirangeByTsrange(ctx context.Context, db DB, p0 pgtypes.Tsrange) (pgtypes.Tsmultirange, error)
TsmultirangeByTsrange calls the stored function 'pg_catalog.tsmultirange(tsrange) tsmultirange' on db.
func TsqMcontained ¶
TsqMcontained calls the stored function 'pg_catalog.tsq_mcontained(tsquery, tsquery) boolean' on db.
func TsqMcontains ¶
TsqMcontains calls the stored function 'pg_catalog.tsq_mcontains(tsquery, tsquery) boolean' on db.
func TsqueryAnd ¶
TsqueryAnd calls the stored function 'pg_catalog.tsquery_and(tsquery, tsquery) tsquery' on db.
func TsqueryCmp ¶
TsqueryCmp calls the stored function 'pg_catalog.tsquery_cmp(tsquery, tsquery) integer' on db.
func TsqueryEq ¶
TsqueryEq calls the stored function 'pg_catalog.tsquery_eq(tsquery, tsquery) boolean' on db.
func TsqueryGe ¶
TsqueryGe calls the stored function 'pg_catalog.tsquery_ge(tsquery, tsquery) boolean' on db.
func TsqueryGt ¶
TsqueryGt calls the stored function 'pg_catalog.tsquery_gt(tsquery, tsquery) boolean' on db.
func TsqueryLe ¶
TsqueryLe calls the stored function 'pg_catalog.tsquery_le(tsquery, tsquery) boolean' on db.
func TsqueryLt ¶
TsqueryLt calls the stored function 'pg_catalog.tsquery_lt(tsquery, tsquery) boolean' on db.
func TsqueryNe ¶
TsqueryNe calls the stored function 'pg_catalog.tsquery_ne(tsquery, tsquery) boolean' on db.
func TsqueryNot ¶
TsqueryNot calls the stored function 'pg_catalog.tsquery_not(tsquery) tsquery' on db.
func TsqueryOr ¶
TsqueryOr calls the stored function 'pg_catalog.tsquery_or(tsquery, tsquery) tsquery' on db.
func TsqueryPhraseByTsqueryAndTsquery ¶
func TsqueryPhraseByTsqueryAndTsquery(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery) (pgtypes.Tsquery, error)
TsqueryPhraseByTsqueryAndTsquery calls the stored function 'pg_catalog.tsquery_phrase(tsquery, tsquery) tsquery' on db.
func TsqueryPhraseByTsqueryTsqueryAndInteger ¶
func TsqueryPhraseByTsqueryTsqueryAndInteger(ctx context.Context, db DB, p0, p1 pgtypes.Tsquery, p2 int) (pgtypes.Tsquery, error)
TsqueryPhraseByTsqueryTsqueryAndInteger calls the stored function 'pg_catalog.tsquery_phrase(tsquery, tsquery, integer) tsquery' on db.
func Tsqueryrecv ¶
Tsqueryrecv calls the stored function 'pg_catalog.tsqueryrecv(internal) tsquery' on db.
func Tsquerysend ¶
Tsquerysend calls the stored function 'pg_catalog.tsquerysend(tsquery) bytea' on db.
func TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone ¶
func TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Tsrange, error)
TsrangeByTimestampWithoutTimeZoneAndTimestampWithoutTimeZone calls the stored function 'pg_catalog.tsrange(timestamp without time zone, timestamp without time zone) tsrange' on db.
func TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText ¶
func TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Tsrange, error)
TsrangeByTimestampWithoutTimeZoneTimestampWithoutTimeZoneAndText calls the stored function 'pg_catalog.tsrange(timestamp without time zone, timestamp without time zone, text) tsrange' on db.
func TsrangeSubdiff ¶
TsrangeSubdiff calls the stored function 'pg_catalog.tsrange_subdiff(timestamp without time zone, timestamp without time zone) double precision' on db.
func Tstzmultirange ¶
Tstzmultirange calls the stored function 'pg_catalog.tstzmultirange() tstzmultirange' on db.
func TstzmultirangeByTstzrange ¶
func TstzmultirangeByTstzrange(ctx context.Context, db DB, p0 pgtypes.Tstzrange) (pgtypes.Tstzmultirange, error)
TstzmultirangeByTstzrange calls the stored function 'pg_catalog.tstzmultirange(tstzrange) tstzmultirange' on db.
func TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone ¶
func TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone(ctx context.Context, db DB, p0, p1 time.Time) (pgtypes.Tstzrange, error)
TstzrangeByTimestampWithTimeZoneAndTimestampWithTimeZone calls the stored function 'pg_catalog.tstzrange(timestamp with time zone, timestamp with time zone) tstzrange' on db.
func TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText ¶
func TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText(ctx context.Context, db DB, p0, p1 time.Time, p2 string) (pgtypes.Tstzrange, error)
TstzrangeByTimestampWithTimeZoneTimestampWithTimeZoneAndText calls the stored function 'pg_catalog.tstzrange(timestamp with time zone, timestamp with time zone, text) tstzrange' on db.
func TstzrangeSubdiff ¶
TstzrangeSubdiff calls the stored function 'pg_catalog.tstzrange_subdiff(timestamp with time zone, timestamp with time zone) double precision' on db.
func TsvectorCmp ¶
TsvectorCmp calls the stored function 'pg_catalog.tsvector_cmp(tsvector, tsvector) integer' on db.
func TsvectorConcat ¶
TsvectorConcat calls the stored function 'pg_catalog.tsvector_concat(tsvector, tsvector) tsvector' on db.
func TsvectorEq ¶
TsvectorEq calls the stored function 'pg_catalog.tsvector_eq(tsvector, tsvector) boolean' on db.
func TsvectorGe ¶
TsvectorGe calls the stored function 'pg_catalog.tsvector_ge(tsvector, tsvector) boolean' on db.
func TsvectorGt ¶
TsvectorGt calls the stored function 'pg_catalog.tsvector_gt(tsvector, tsvector) boolean' on db.
func TsvectorLe ¶
TsvectorLe calls the stored function 'pg_catalog.tsvector_le(tsvector, tsvector) boolean' on db.
func TsvectorLt ¶
TsvectorLt calls the stored function 'pg_catalog.tsvector_lt(tsvector, tsvector) boolean' on db.
func TsvectorNe ¶
TsvectorNe calls the stored function 'pg_catalog.tsvector_ne(tsvector, tsvector) boolean' on db.
func TsvectorUpdateTrigger ¶
TsvectorUpdateTrigger calls the stored function 'pg_catalog.tsvector_update_trigger() trigger' on db.
func TsvectorUpdateTriggerColumn ¶
TsvectorUpdateTriggerColumn calls the stored function 'pg_catalog.tsvector_update_trigger_column() trigger' on db.
func Tsvectorrecv ¶
Tsvectorrecv calls the stored function 'pg_catalog.tsvectorrecv(internal) tsvector' on db.
func Tsvectorsend ¶
Tsvectorsend calls the stored function 'pg_catalog.tsvectorsend(tsvector) bytea' on db.
func TxidCurrent ¶
TxidCurrent calls the stored function 'pg_catalog.txid_current() bigint' on db.
func TxidCurrentIfAssigned ¶
TxidCurrentIfAssigned calls the stored function 'pg_catalog.txid_current_if_assigned() bigint' on db.
func TxidCurrentSnapshot ¶
TxidCurrentSnapshot calls the stored function 'pg_catalog.txid_current_snapshot() txid_snapshot' on db.
func TxidSnapshotRecv ¶
func TxidSnapshotRecv(ctx context.Context, db DB, p0 pgtypes.Internal) (pgtypes.TxidSnapshot, error)
TxidSnapshotRecv calls the stored function 'pg_catalog.txid_snapshot_recv(internal) txid_snapshot' on db.
func TxidSnapshotSend ¶
TxidSnapshotSend calls the stored function 'pg_catalog.txid_snapshot_send(txid_snapshot) bytea' on db.
func TxidSnapshotXip ¶
TxidSnapshotXip calls the stored function 'pg_catalog.txid_snapshot_xip(txid_snapshot) bigint' on db.
func TxidSnapshotXmax ¶
TxidSnapshotXmax calls the stored function 'pg_catalog.txid_snapshot_xmax(txid_snapshot) bigint' on db.
func TxidSnapshotXmin ¶
TxidSnapshotXmin calls the stored function 'pg_catalog.txid_snapshot_xmin(txid_snapshot) bigint' on db.
func TxidStatus ¶
TxidStatus calls the stored function 'pg_catalog.txid_status(bigint) text' on db.
func TxidVisibleInSnapshot ¶
func TxidVisibleInSnapshot(ctx context.Context, db DB, p0 int64, p1 pgtypes.TxidSnapshot) (bool, error)
TxidVisibleInSnapshot calls the stored function 'pg_catalog.txid_visible_in_snapshot(bigint, txid_snapshot) boolean' on db.
func UTF8ToBig5 ¶
func UTF8ToBig5(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToBig5 calls the stored function 'pg_catalog.utf8_to_big5(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToEucCn ¶
func UTF8ToEucCn(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToEucCn calls the stored function 'pg_catalog.utf8_to_euc_cn(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToEucJis2004 ¶
func UTF8ToEucJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToEucJis2004 calls the stored function 'pg_catalog.utf8_to_euc_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToEucJp ¶
func UTF8ToEucJp(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToEucJp calls the stored function 'pg_catalog.utf8_to_euc_jp(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToEucKr ¶
func UTF8ToEucKr(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToEucKr calls the stored function 'pg_catalog.utf8_to_euc_kr(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToEucTw ¶
func UTF8ToEucTw(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToEucTw calls the stored function 'pg_catalog.utf8_to_euc_tw(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToGb18030 ¶
func UTF8ToGb18030(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToGb18030 calls the stored function 'pg_catalog.utf8_to_gb18030(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToGbk ¶
func UTF8ToGbk(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToGbk calls the stored function 'pg_catalog.utf8_to_gbk(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToIso8859 ¶
func UTF8ToIso8859(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToIso8859 calls the stored function 'pg_catalog.utf8_to_iso8859(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToIso88591 ¶
func UTF8ToIso88591(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToIso88591 calls the stored function 'pg_catalog.utf8_to_iso8859_1(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToJohab ¶
func UTF8ToJohab(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToJohab calls the stored function 'pg_catalog.utf8_to_johab(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToKoi8r ¶
func UTF8ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToKoi8r calls the stored function 'pg_catalog.utf8_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToKoi8u ¶
func UTF8ToKoi8u(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToKoi8u calls the stored function 'pg_catalog.utf8_to_koi8u(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToShiftJis2004 ¶
func UTF8ToShiftJis2004(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToShiftJis2004 calls the stored function 'pg_catalog.utf8_to_shift_jis_2004(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToSjis ¶
func UTF8ToSjis(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToSjis calls the stored function 'pg_catalog.utf8_to_sjis(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToUhc ¶
func UTF8ToUhc(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToUhc calls the stored function 'pg_catalog.utf8_to_uhc(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UTF8ToWin ¶
func UTF8ToWin(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UTF8ToWin calls the stored function 'pg_catalog.utf8_to_win(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UUIDHashExtended ¶
UUIDHashExtended calls the stored function 'pg_catalog.uuid_hash_extended(uuid, bigint) bigint' on db.
func UUIDSortsupport ¶
UUIDSortsupport calls the stored function 'pg_catalog.uuid_sortsupport(internal)' on db.
func UhcToUTF8 ¶
func UhcToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
UhcToUTF8 calls the stored function 'pg_catalog.uhc_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func UniqueKeyRecheck ¶
UniqueKeyRecheck calls the stored function 'pg_catalog.unique_key_recheck() trigger' on db.
func Unknownrecv ¶
Unknownrecv calls the stored function 'pg_catalog.unknownrecv(internal) unknown' on db.
func Unknownsend ¶
Unknownsend calls the stored function 'pg_catalog.unknownsend(unknown) bytea' on db.
func UnnestByAnyarray ¶
UnnestByAnyarray calls the stored function 'pg_catalog.unnest(anyarray) anyelement' on db.
func UnnestByAnymultirange ¶
func UnnestByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyrange, error)
UnnestByAnymultirange calls the stored function 'pg_catalog.unnest(anymultirange) anyrange' on db.
func UpperByAnymultirange ¶
func UpperByAnymultirange(ctx context.Context, db DB, p0 pgtypes.Anymultirange) (pgtypes.Anyelement, error)
UpperByAnymultirange calls the stored function 'pg_catalog.upper(anymultirange) anyelement' on db.
func UpperByAnyrange ¶
UpperByAnyrange calls the stored function 'pg_catalog.upper(anyrange) anyelement' on db.
func UpperByText ¶
UpperByText calls the stored function 'pg_catalog.upper(text) text' on db.
func UpperIncByAnymultirange ¶
UpperIncByAnymultirange calls the stored function 'pg_catalog.upper_inc(anymultirange) boolean' on db.
func UpperIncByAnyrange ¶
UpperIncByAnyrange calls the stored function 'pg_catalog.upper_inc(anyrange) boolean' on db.
func UpperInfByAnymultirange ¶
UpperInfByAnymultirange calls the stored function 'pg_catalog.upper_inf(anymultirange) boolean' on db.
func UpperInfByAnyrange ¶
UpperInfByAnyrange calls the stored function 'pg_catalog.upper_inf(anyrange) boolean' on db.
func Varbit ¶
Varbit calls the stored function 'pg_catalog.varbit(bit varying, integer, boolean) bit varying' on db.
func VarbitRecv ¶
func VarbitRecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) ([]byte, error)
VarbitRecv calls the stored function 'pg_catalog.varbit_recv(internal, oid, integer) bit varying' on db.
func VarbitSend ¶
VarbitSend calls the stored function 'pg_catalog.varbit_send(bit varying) bytea' on db.
func VarbitSupport ¶
VarbitSupport calls the stored function 'pg_catalog.varbit_support(internal) internal' on db.
func Varbitcmp ¶
Varbitcmp calls the stored function 'pg_catalog.varbitcmp(bit varying, bit varying) integer' on db.
func Varbiteq ¶
Varbiteq calls the stored function 'pg_catalog.varbiteq(bit varying, bit varying) boolean' on db.
func Varbitge ¶
Varbitge calls the stored function 'pg_catalog.varbitge(bit varying, bit varying) boolean' on db.
func Varbitgt ¶
Varbitgt calls the stored function 'pg_catalog.varbitgt(bit varying, bit varying) boolean' on db.
func Varbitle ¶
Varbitle calls the stored function 'pg_catalog.varbitle(bit varying, bit varying) boolean' on db.
func Varbitlt ¶
Varbitlt calls the stored function 'pg_catalog.varbitlt(bit varying, bit varying) boolean' on db.
func Varbitne ¶
Varbitne calls the stored function 'pg_catalog.varbitne(bit varying, bit varying) boolean' on db.
func Varbittypmodin ¶
Varbittypmodin calls the stored function 'pg_catalog.varbittypmodin(cstring) integer' on db.
func VarcharByCharacterVaryingIntegerAndBoolean ¶
func VarcharByCharacterVaryingIntegerAndBoolean(ctx context.Context, db DB, p0 string, p1 int, p2 bool) (string, error)
VarcharByCharacterVaryingIntegerAndBoolean calls the stored function 'pg_catalog.varchar(character varying, integer, boolean) character varying' on db.
func VarcharByName ¶
VarcharByName calls the stored function 'pg_catalog.varchar(name) character varying' on db.
func VarcharSupport ¶
VarcharSupport calls the stored function 'pg_catalog.varchar_support(internal) internal' on db.
func Varcharrecv ¶
func Varcharrecv(ctx context.Context, db DB, p0 pgtypes.Internal, p1 pgtypes.Oid, p2 int) (string, error)
Varcharrecv calls the stored function 'pg_catalog.varcharrecv(internal, oid, integer) character varying' on db.
func Varcharsend ¶
Varcharsend calls the stored function 'pg_catalog.varcharsend(character varying) bytea' on db.
func Varchartypmodin ¶
Varchartypmodin calls the stored function 'pg_catalog.varchartypmodin(cstring) integer' on db.
func WebsearchToTsqueryByRegconfigAndText ¶
func WebsearchToTsqueryByRegconfigAndText(ctx context.Context, db DB, p0 pgtypes.Regconfig, p1 string) (pgtypes.Tsquery, error)
WebsearchToTsqueryByRegconfigAndText calls the stored function 'pg_catalog.websearch_to_tsquery(regconfig, text) tsquery' on db.
func WebsearchToTsqueryByText ¶
WebsearchToTsqueryByText calls the stored function 'pg_catalog.websearch_to_tsquery(text) tsquery' on db.
func WidthBucketByAnycompatibleAndAnycompatiblearray ¶
func WidthBucketByAnycompatibleAndAnycompatiblearray(ctx context.Context, db DB, p0 pgtypes.Anycompatible, p1 pgtypes.Anycompatiblearray) (int, error)
WidthBucketByAnycompatibleAndAnycompatiblearray calls the stored function 'pg_catalog.width_bucket(anycompatible, anycompatiblearray) integer' on db.
func WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger ¶
func WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger(ctx context.Context, db DB, p0, p1, p2 float64, p3 int) (int, error)
WidthBucketByDoublePrecisionDoublePrecisionDoublePrecisionAndInteger calls the stored function 'pg_catalog.width_bucket(double precision, double precision, double precision, integer) integer' on db.
func WidthBucketByNumericNumericNumericAndInteger ¶
func WidthBucketByNumericNumericNumericAndInteger(ctx context.Context, db DB, p0, p1, p2 float64, p3 int) (int, error)
WidthBucketByNumericNumericNumericAndInteger calls the stored function 'pg_catalog.width_bucket(numeric, numeric, numeric, integer) integer' on db.
func Win1250ToLatin2 ¶
func Win1250ToLatin2(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win1250ToLatin2 calls the stored function 'pg_catalog.win1250_to_latin2(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win1250ToMic ¶
func Win1250ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win1250ToMic calls the stored function 'pg_catalog.win1250_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win1251ToIso ¶
func Win1251ToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win1251ToIso calls the stored function 'pg_catalog.win1251_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win1251ToKoi8r ¶
func Win1251ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win1251ToKoi8r calls the stored function 'pg_catalog.win1251_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win1251ToMic ¶
func Win1251ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win1251ToMic calls the stored function 'pg_catalog.win1251_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win1251ToWin866 ¶
func Win1251ToWin866(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win1251ToWin866 calls the stored function 'pg_catalog.win1251_to_win866(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win866ToIso ¶
func Win866ToIso(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win866ToIso calls the stored function 'pg_catalog.win866_to_iso(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win866ToKoi8r ¶
func Win866ToKoi8r(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win866ToKoi8r calls the stored function 'pg_catalog.win866_to_koi8r(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win866ToMic ¶
func Win866ToMic(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win866ToMic calls the stored function 'pg_catalog.win866_to_mic(integer, integer, cstring, internal, integer, boolean) integer' on db.
func Win866ToWin1251 ¶
func Win866ToWin1251(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
Win866ToWin1251 calls the stored function 'pg_catalog.win866_to_win1251(integer, integer, cstring, internal, integer, boolean) integer' on db.
func WinToUTF8 ¶
func WinToUTF8(ctx context.Context, db DB, p0, p1 int, p2 pgtypes.Cstring, p3 pgtypes.Internal, p4 int, p5 bool) (int, error)
WinToUTF8 calls the stored function 'pg_catalog.win_to_utf8(integer, integer, cstring, internal, integer, boolean) integer' on db.
func XMLIsWellFormed ¶
XMLIsWellFormed calls the stored function 'pg_catalog.xml_is_well_formed(text) boolean' on db.
func XMLIsWellFormedContent ¶
XMLIsWellFormedContent calls the stored function 'pg_catalog.xml_is_well_formed_content(text) boolean' on db.
func XMLIsWellFormedDocument ¶
XMLIsWellFormedDocument calls the stored function 'pg_catalog.xml_is_well_formed_document(text) boolean' on db.
func Xideqint4 ¶
Xideqint4 calls the stored function 'pg_catalog.xideqint4(xid, integer) boolean' on db.
func Xidneqint4 ¶
Xidneqint4 calls the stored function 'pg_catalog.xidneqint4(xid, integer) boolean' on db.
func Xmlcomment ¶
Xmlcomment calls the stored function 'pg_catalog.xmlcomment(text) xml' on db.
func Xmlconcat2 ¶
Xmlconcat2 calls the stored function 'pg_catalog.xmlconcat2(xml, xml) xml' on db.
func Xmlexists ¶
Xmlexists calls the stored function 'pg_catalog.xmlexists(text, xml) boolean' on db.
func Xmlvalidate ¶
Xmlvalidate calls the stored function 'pg_catalog.xmlvalidate(xml, text) boolean' on db.
func XpathByTextAndXML ¶
XpathByTextAndXML calls the stored function 'pg_catalog.xpath(text, xml) xml' on db.
func XpathByTextXMLAndText ¶
func XpathByTextXMLAndText(ctx context.Context, db DB, p0 string, p1 []byte, p2 StringSlice) ([][]byte, error)
XpathByTextXMLAndText calls the stored function 'pg_catalog.xpath(text, xml, text) xml' on db.
func XpathExistsByTextAndXML ¶
XpathExistsByTextAndXML calls the stored function 'pg_catalog.xpath_exists(text, xml) boolean' on db.
func XpathExistsByTextXMLAndText ¶
func XpathExistsByTextXMLAndText(ctx context.Context, db DB, p0 string, p1 []byte, p2 StringSlice) (bool, error)
XpathExistsByTextXMLAndText calls the stored function 'pg_catalog.xpath_exists(text, xml, text) boolean' on db.
Types ¶
type DB ¶
type DB interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error) QueryRowContext(context.Context, string, ...interface{}) *sql.Row }
DB is the common interface for database operations that can be used with types from schema 'pg_catalog'.
This works with both database/sql.DB and database/sql.Tx.
type ErrDecodeFailed ¶
type ErrDecodeFailed struct {
Err error
}
ErrDecodeFailed is the decode failed error.
func (*ErrDecodeFailed) Error ¶
func (err *ErrDecodeFailed) Error() string
Error satisfies the error interface.
func (*ErrDecodeFailed) Unwrap ¶
func (err *ErrDecodeFailed) Unwrap() error
Unwrap satisfies the unwrap interface.
type ErrInsertFailed ¶
type ErrInsertFailed struct {
Err error
}
ErrInsertFailed is the insert failed error.
func (*ErrInsertFailed) Error ¶
func (err *ErrInsertFailed) Error() string
Error satisfies the error interface.
func (*ErrInsertFailed) Unwrap ¶
func (err *ErrInsertFailed) Unwrap() error
Unwrap satisfies the unwrap interface.
type ErrUpdateFailed ¶
type ErrUpdateFailed struct {
Err error
}
ErrUpdateFailed is the update failed error.
func (*ErrUpdateFailed) Error ¶
func (err *ErrUpdateFailed) Error() string
Error satisfies the error interface.
func (*ErrUpdateFailed) Unwrap ¶
func (err *ErrUpdateFailed) Unwrap() error
Unwrap satisfies the unwrap interface.
type ErrUpsertFailed ¶
type ErrUpsertFailed struct {
Err error
}
ErrUpsertFailed is the upsert failed error.
func (*ErrUpsertFailed) Error ¶
func (err *ErrUpsertFailed) Error() string
Error satisfies the error interface.
func (*ErrUpsertFailed) Unwrap ¶
func (err *ErrUpsertFailed) Unwrap() error
Unwrap satisfies the unwrap interface.
type Error ¶
type Error string
Error is an error.
const ( // ErrAlreadyExists is the already exists error. ErrAlreadyExists Error = "already exists" // ErrDoesNotExist is the does not exist error. ErrDoesNotExist Error = "does not exist" // ErrMarkedForDeletion is the marked for deletion error. ErrMarkedForDeletion Error = "marked for deletion" )
Error values.
const ErrInvalidStringSlice Error = "invalid StringSlice"
ErrInvalidStringSlice is the invalid StringSlice error.
type PgAggregate ¶
type PgAggregate struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Aggfnoid pgtypes.Regproc `json:"aggfnoid"` // aggfnoid Aggkind pgtypes.Char `json:"aggkind"` // aggkind Aggnumdirectargs int16 `json:"aggnumdirectargs"` // aggnumdirectargs Aggtransfn pgtypes.Regproc `json:"aggtransfn"` // aggtransfn Aggfinalfn pgtypes.Regproc `json:"aggfinalfn"` // aggfinalfn Aggcombinefn pgtypes.Regproc `json:"aggcombinefn"` // aggcombinefn Aggserialfn pgtypes.Regproc `json:"aggserialfn"` // aggserialfn Aggdeserialfn pgtypes.Regproc `json:"aggdeserialfn"` // aggdeserialfn Aggmtransfn pgtypes.Regproc `json:"aggmtransfn"` // aggmtransfn Aggminvtransfn pgtypes.Regproc `json:"aggminvtransfn"` // aggminvtransfn Aggmfinalfn pgtypes.Regproc `json:"aggmfinalfn"` // aggmfinalfn Aggfinalextra bool `json:"aggfinalextra"` // aggfinalextra Aggmfinalextra bool `json:"aggmfinalextra"` // aggmfinalextra Aggfinalmodify pgtypes.Char `json:"aggfinalmodify"` // aggfinalmodify Aggmfinalmodify pgtypes.Char `json:"aggmfinalmodify"` // aggmfinalmodify Aggsortop pgtypes.Oid `json:"aggsortop"` // aggsortop Aggtranstype pgtypes.Oid `json:"aggtranstype"` // aggtranstype Aggtransspace int `json:"aggtransspace"` // aggtransspace Aggmtranstype pgtypes.Oid `json:"aggmtranstype"` // aggmtranstype Aggmtransspace int `json:"aggmtransspace"` // aggmtransspace Agginitval sql.NullString `json:"agginitval"` // agginitval Aggminitval sql.NullString `json:"aggminitval"` // aggminitval // contains filtered or unexported fields }
PgAggregate represents a row from 'pg_catalog.pg_aggregate'.
func PgAggregateByAggfnoid ¶
func PgAggregateByAggfnoid(ctx context.Context, db DB, aggfnoid pgtypes.Regproc) (*PgAggregate, error)
PgAggregateByAggfnoid retrieves a row from 'pg_catalog.pg_aggregate' as a PgAggregate.
Generated from index 'pg_aggregate_fnoid_index'.
func (*PgAggregate) Delete ¶
func (pa *PgAggregate) Delete(ctx context.Context, db DB) error
Delete deletes the PgAggregate from the database.
func (*PgAggregate) Deleted ¶
func (pa *PgAggregate) Deleted() bool
Deleted returns true when the PgAggregate has been marked for deletion from the database.
func (*PgAggregate) Exists ¶
func (pa *PgAggregate) Exists() bool
Exists returns true when the PgAggregate exists in the database.
func (*PgAggregate) Insert ¶
func (pa *PgAggregate) Insert(ctx context.Context, db DB) error
Insert inserts the PgAggregate to the database.
func (*PgAggregate) Save ¶
func (pa *PgAggregate) Save(ctx context.Context, db DB) error
Save saves the PgAggregate to the database.
type PgAm ¶
type PgAm struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Amname string `json:"amname"` // amname Amhandler pgtypes.Regproc `json:"amhandler"` // amhandler Amtype pgtypes.Char `json:"amtype"` // amtype // contains filtered or unexported fields }
PgAm represents a row from 'pg_catalog.pg_am'.
func PgAmByAmname ¶
PgAmByAmname retrieves a row from 'pg_catalog.pg_am' as a PgAm.
Generated from index 'pg_am_name_index'.
func PgAmByOid ¶
PgAmByOid retrieves a row from 'pg_catalog.pg_am' as a PgAm.
Generated from index 'pg_am_oid_index'.
func (*PgAm) Deleted ¶
Deleted returns true when the PgAm has been marked for deletion from the database.
type PgAmop ¶
type PgAmop struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Amopfamily pgtypes.Oid `json:"amopfamily"` // amopfamily Amoplefttype pgtypes.Oid `json:"amoplefttype"` // amoplefttype Amoprighttype pgtypes.Oid `json:"amoprighttype"` // amoprighttype Amopstrategy int16 `json:"amopstrategy"` // amopstrategy Amoppurpose pgtypes.Char `json:"amoppurpose"` // amoppurpose Amopopr pgtypes.Oid `json:"amopopr"` // amopopr Amopmethod pgtypes.Oid `json:"amopmethod"` // amopmethod Amopsortfamily pgtypes.Oid `json:"amopsortfamily"` // amopsortfamily // contains filtered or unexported fields }
PgAmop represents a row from 'pg_catalog.pg_amop'.
func PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy ¶
func PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy(ctx context.Context, db DB, amopfamily, amoplefttype, amoprighttype pgtypes.Oid, amopstrategy int16) (*PgAmop, error)
PgAmopByAmopfamilyAmoplefttypeAmoprighttypeAmopstrategy retrieves a row from 'pg_catalog.pg_amop' as a PgAmop.
Generated from index 'pg_amop_fam_strat_index'.
func PgAmopByAmopoprAmoppurposeAmopfamily ¶
func PgAmopByAmopoprAmoppurposeAmopfamily(ctx context.Context, db DB, amopopr pgtypes.Oid, amoppurpose pgtypes.Char, amopfamily pgtypes.Oid) (*PgAmop, error)
PgAmopByAmopoprAmoppurposeAmopfamily retrieves a row from 'pg_catalog.pg_amop' as a PgAmop.
Generated from index 'pg_amop_opr_fam_index'.
func PgAmopByOid ¶
PgAmopByOid retrieves a row from 'pg_catalog.pg_amop' as a PgAmop.
Generated from index 'pg_amop_oid_index'.
func (*PgAmop) Deleted ¶
Deleted returns true when the PgAmop has been marked for deletion from the database.
type PgAmproc ¶
type PgAmproc struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Amprocfamily pgtypes.Oid `json:"amprocfamily"` // amprocfamily Amproclefttype pgtypes.Oid `json:"amproclefttype"` // amproclefttype Amprocrighttype pgtypes.Oid `json:"amprocrighttype"` // amprocrighttype Amprocnum int16 `json:"amprocnum"` // amprocnum Amproc pgtypes.Regproc `json:"amproc"` // amproc // contains filtered or unexported fields }
PgAmproc represents a row from 'pg_catalog.pg_amproc'.
func PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum ¶
func PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum(ctx context.Context, db DB, amprocfamily, amproclefttype, amprocrighttype pgtypes.Oid, amprocnum int16) (*PgAmproc, error)
PgAmprocByAmprocfamilyAmproclefttypeAmprocrighttypeAmprocnum retrieves a row from 'pg_catalog.pg_amproc' as a PgAmproc.
Generated from index 'pg_amproc_fam_proc_index'.
func PgAmprocByOid ¶
PgAmprocByOid retrieves a row from 'pg_catalog.pg_amproc' as a PgAmproc.
Generated from index 'pg_amproc_oid_index'.
func (*PgAmproc) Deleted ¶
Deleted returns true when the PgAmproc has been marked for deletion from the database.
type PgAttrdef ¶
type PgAttrdef struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Adrelid pgtypes.Oid `json:"adrelid"` // adrelid Adnum int16 `json:"adnum"` // adnum Adbin pgtypes.PgNodeTree `json:"adbin"` // adbin // contains filtered or unexported fields }
PgAttrdef represents a row from 'pg_catalog.pg_attrdef'.
func PgAttrdefByAdrelidAdnum ¶
func PgAttrdefByAdrelidAdnum(ctx context.Context, db DB, adrelid pgtypes.Oid, adnum int16) (*PgAttrdef, error)
PgAttrdefByAdrelidAdnum retrieves a row from 'pg_catalog.pg_attrdef' as a PgAttrdef.
Generated from index 'pg_attrdef_adrelid_adnum_index'.
func PgAttrdefByOid ¶
PgAttrdefByOid retrieves a row from 'pg_catalog.pg_attrdef' as a PgAttrdef.
Generated from index 'pg_attrdef_oid_index'.
func (*PgAttrdef) Deleted ¶
Deleted returns true when the PgAttrdef has been marked for deletion from the database.
type PgAttribute ¶
type PgAttribute struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Attrelid pgtypes.Oid `json:"attrelid"` // attrelid Attname string `json:"attname"` // attname Atttypid pgtypes.Oid `json:"atttypid"` // atttypid Attstattarget int `json:"attstattarget"` // attstattarget Attlen int16 `json:"attlen"` // attlen Attnum int16 `json:"attnum"` // attnum Attndims int `json:"attndims"` // attndims Attcacheoff int `json:"attcacheoff"` // attcacheoff Atttypmod int `json:"atttypmod"` // atttypmod Attbyval bool `json:"attbyval"` // attbyval Attalign pgtypes.Char `json:"attalign"` // attalign Attstorage pgtypes.Char `json:"attstorage"` // attstorage Attcompression pgtypes.Char `json:"attcompression"` // attcompression Attnotnull bool `json:"attnotnull"` // attnotnull Atthasdef bool `json:"atthasdef"` // atthasdef Atthasmissing bool `json:"atthasmissing"` // atthasmissing Attidentity pgtypes.Char `json:"attidentity"` // attidentity Attgenerated pgtypes.Char `json:"attgenerated"` // attgenerated Attisdropped bool `json:"attisdropped"` // attisdropped Attislocal bool `json:"attislocal"` // attislocal Attinhcount int `json:"attinhcount"` // attinhcount Attcollation pgtypes.Oid `json:"attcollation"` // attcollation Attacl []pgtypes.NullAclitem `json:"attacl"` // attacl Attoptions []sql.NullString `json:"attoptions"` // attoptions Attfdwoptions []sql.NullString `json:"attfdwoptions"` // attfdwoptions Attmissingval pgtypes.NullAnyarray `json:"attmissingval"` // attmissingval // contains filtered or unexported fields }
PgAttribute represents a row from 'pg_catalog.pg_attribute'.
func PgAttributeByAttrelidAttname ¶
func PgAttributeByAttrelidAttname(ctx context.Context, db DB, attrelid pgtypes.Oid, attname string) (*PgAttribute, error)
PgAttributeByAttrelidAttname retrieves a row from 'pg_catalog.pg_attribute' as a PgAttribute.
Generated from index 'pg_attribute_relid_attnam_index'.
func PgAttributeByAttrelidAttnum ¶
func PgAttributeByAttrelidAttnum(ctx context.Context, db DB, attrelid pgtypes.Oid, attnum int16) (*PgAttribute, error)
PgAttributeByAttrelidAttnum retrieves a row from 'pg_catalog.pg_attribute' as a PgAttribute.
Generated from index 'pg_attribute_relid_attnum_index'.
func (*PgAttribute) Delete ¶
func (pa *PgAttribute) Delete(ctx context.Context, db DB) error
Delete deletes the PgAttribute from the database.
func (*PgAttribute) Deleted ¶
func (pa *PgAttribute) Deleted() bool
Deleted returns true when the PgAttribute has been marked for deletion from the database.
func (*PgAttribute) Exists ¶
func (pa *PgAttribute) Exists() bool
Exists returns true when the PgAttribute exists in the database.
func (*PgAttribute) Insert ¶
func (pa *PgAttribute) Insert(ctx context.Context, db DB) error
Insert inserts the PgAttribute to the database.
func (*PgAttribute) Save ¶
func (pa *PgAttribute) Save(ctx context.Context, db DB) error
Save saves the PgAttribute to the database.
type PgAuthMember ¶
type PgAuthMember struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Roleid pgtypes.Oid `json:"roleid"` // roleid Member pgtypes.Oid `json:"member"` // member Grantor pgtypes.Oid `json:"grantor"` // grantor AdminOption bool `json:"admin_option"` // admin_option // contains filtered or unexported fields }
PgAuthMember represents a row from 'pg_catalog.pg_auth_members'.
func PgAuthMemberByMemberRoleid ¶
func PgAuthMemberByMemberRoleid(ctx context.Context, db DB, member, roleid pgtypes.Oid) (*PgAuthMember, error)
PgAuthMemberByMemberRoleid retrieves a row from 'pg_catalog.pg_auth_members' as a PgAuthMember.
Generated from index 'pg_auth_members_member_role_index'.
func PgAuthMemberByRoleidMember ¶
func PgAuthMemberByRoleidMember(ctx context.Context, db DB, roleid, member pgtypes.Oid) (*PgAuthMember, error)
PgAuthMemberByRoleidMember retrieves a row from 'pg_catalog.pg_auth_members' as a PgAuthMember.
Generated from index 'pg_auth_members_role_member_index'.
func (*PgAuthMember) Delete ¶
func (pam *PgAuthMember) Delete(ctx context.Context, db DB) error
Delete deletes the PgAuthMember from the database.
func (*PgAuthMember) Deleted ¶
func (pam *PgAuthMember) Deleted() bool
Deleted returns true when the PgAuthMember has been marked for deletion from the database.
func (*PgAuthMember) Exists ¶
func (pam *PgAuthMember) Exists() bool
Exists returns true when the PgAuthMember exists in the database.
func (*PgAuthMember) Insert ¶
func (pam *PgAuthMember) Insert(ctx context.Context, db DB) error
Insert inserts the PgAuthMember to the database.
func (*PgAuthMember) Save ¶
func (pam *PgAuthMember) Save(ctx context.Context, db DB) error
Save saves the PgAuthMember to the database.
type PgAuthid ¶
type PgAuthid struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Rolname string `json:"rolname"` // rolname Rolsuper bool `json:"rolsuper"` // rolsuper Rolinherit bool `json:"rolinherit"` // rolinherit Rolcreaterole bool `json:"rolcreaterole"` // rolcreaterole Rolcreatedb bool `json:"rolcreatedb"` // rolcreatedb Rolcanlogin bool `json:"rolcanlogin"` // rolcanlogin Rolreplication bool `json:"rolreplication"` // rolreplication Rolbypassrls bool `json:"rolbypassrls"` // rolbypassrls Rolconnlimit int `json:"rolconnlimit"` // rolconnlimit Rolpassword sql.NullString `json:"rolpassword"` // rolpassword Rolvaliduntil sql.NullTime `json:"rolvaliduntil"` // rolvaliduntil // contains filtered or unexported fields }
PgAuthid represents a row from 'pg_catalog.pg_authid'.
func PgAuthidByOid ¶
PgAuthidByOid retrieves a row from 'pg_catalog.pg_authid' as a PgAuthid.
Generated from index 'pg_authid_oid_index'.
func PgAuthidByRolname ¶
PgAuthidByRolname retrieves a row from 'pg_catalog.pg_authid' as a PgAuthid.
Generated from index 'pg_authid_rolname_index'.
func (*PgAuthid) Deleted ¶
Deleted returns true when the PgAuthid has been marked for deletion from the database.
type PgAvailableExtension ¶
type PgAvailableExtension struct { Name sql.NullString `json:"name"` // name DefaultVersion sql.NullString `json:"default_version"` // default_version InstalledVersion sql.NullString `json:"installed_version"` // installed_version Comment sql.NullString `json:"comment"` // comment }
PgAvailableExtension represents a row from 'pg_catalog.pg_available_extensions'.
type PgAvailableExtensionVersion ¶
type PgAvailableExtensionVersion struct { Name sql.NullString `json:"name"` // name Version sql.NullString `json:"version"` // version Installed sql.NullBool `json:"installed"` // installed Superuser sql.NullBool `json:"superuser"` // superuser Trusted sql.NullBool `json:"trusted"` // trusted Relocatable sql.NullBool `json:"relocatable"` // relocatable Schema sql.NullString `json:"schema"` // schema Requires []sql.NullString `json:"requires"` // requires Comment sql.NullString `json:"comment"` // comment }
PgAvailableExtensionVersion represents a row from 'pg_catalog.pg_available_extension_versions'.
type PgBackendMemoryContext ¶
type PgBackendMemoryContext struct { Name sql.NullString `json:"name"` // name Ident sql.NullString `json:"ident"` // ident Parent sql.NullString `json:"parent"` // parent Level sql.NullInt64 `json:"level"` // level TotalBytes sql.NullInt64 `json:"total_bytes"` // total_bytes TotalNblocks sql.NullInt64 `json:"total_nblocks"` // total_nblocks FreeBytes sql.NullInt64 `json:"free_bytes"` // free_bytes FreeChunks sql.NullInt64 `json:"free_chunks"` // free_chunks UsedBytes sql.NullInt64 `json:"used_bytes"` // used_bytes }
PgBackendMemoryContext represents a row from 'pg_catalog.pg_backend_memory_contexts'.
type PgCast ¶
type PgCast struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Castsource pgtypes.Oid `json:"castsource"` // castsource Casttarget pgtypes.Oid `json:"casttarget"` // casttarget Castfunc pgtypes.Oid `json:"castfunc"` // castfunc Castcontext pgtypes.Char `json:"castcontext"` // castcontext Castmethod pgtypes.Char `json:"castmethod"` // castmethod // contains filtered or unexported fields }
PgCast represents a row from 'pg_catalog.pg_cast'.
func PgCastByCastsourceCasttarget ¶
func PgCastByCastsourceCasttarget(ctx context.Context, db DB, castsource, casttarget pgtypes.Oid) (*PgCast, error)
PgCastByCastsourceCasttarget retrieves a row from 'pg_catalog.pg_cast' as a PgCast.
Generated from index 'pg_cast_source_target_index'.
func PgCastByOid ¶
PgCastByOid retrieves a row from 'pg_catalog.pg_cast' as a PgCast.
Generated from index 'pg_cast_oid_index'.
func (*PgCast) Deleted ¶
Deleted returns true when the PgCast has been marked for deletion from the database.
type PgClass ¶
type PgClass struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Relname string `json:"relname"` // relname Relnamespace pgtypes.Oid `json:"relnamespace"` // relnamespace Reltype pgtypes.Oid `json:"reltype"` // reltype Reloftype pgtypes.Oid `json:"reloftype"` // reloftype Relowner pgtypes.Oid `json:"relowner"` // relowner Relam pgtypes.Oid `json:"relam"` // relam Relfilenode pgtypes.Oid `json:"relfilenode"` // relfilenode Reltablespace pgtypes.Oid `json:"reltablespace"` // reltablespace Relpages int `json:"relpages"` // relpages Reltuples float32 `json:"reltuples"` // reltuples Relallvisible int `json:"relallvisible"` // relallvisible Reltoastrelid pgtypes.Oid `json:"reltoastrelid"` // reltoastrelid Relhasindex bool `json:"relhasindex"` // relhasindex Relpersistence pgtypes.Char `json:"relpersistence"` // relpersistence Relkind pgtypes.Char `json:"relkind"` // relkind Relnatts int16 `json:"relnatts"` // relnatts Relchecks int16 `json:"relchecks"` // relchecks Relhasrules bool `json:"relhasrules"` // relhasrules Relhastriggers bool `json:"relhastriggers"` // relhastriggers Relhassubclass bool `json:"relhassubclass"` // relhassubclass Relrowsecurity bool `json:"relrowsecurity"` // relrowsecurity Relforcerowsecurity bool `json:"relforcerowsecurity"` // relforcerowsecurity Relispopulated bool `json:"relispopulated"` // relispopulated Relreplident pgtypes.Char `json:"relreplident"` // relreplident Relispartition bool `json:"relispartition"` // relispartition Relrewrite pgtypes.Oid `json:"relrewrite"` // relrewrite Relfrozenxid pgtypes.Xid `json:"relfrozenxid"` // relfrozenxid Relminmxid pgtypes.Xid `json:"relminmxid"` // relminmxid Relacl []pgtypes.NullAclitem `json:"relacl"` // relacl Reloptions []sql.NullString `json:"reloptions"` // reloptions Relpartbound pgtypes.NullPgNodeTree `json:"relpartbound"` // relpartbound // contains filtered or unexported fields }
PgClass represents a row from 'pg_catalog.pg_class'.
func PgClassByOid ¶
PgClassByOid retrieves a row from 'pg_catalog.pg_class' as a PgClass.
Generated from index 'pg_class_oid_index'.
func PgClassByRelnameRelnamespace ¶
func PgClassByRelnameRelnamespace(ctx context.Context, db DB, relname string, relnamespace pgtypes.Oid) (*PgClass, error)
PgClassByRelnameRelnamespace retrieves a row from 'pg_catalog.pg_class' as a PgClass.
Generated from index 'pg_class_relname_nsp_index'.
func PgClassByReltablespaceRelfilenode ¶
func PgClassByReltablespaceRelfilenode(ctx context.Context, db DB, reltablespace, relfilenode pgtypes.Oid) ([]*PgClass, error)
PgClassByReltablespaceRelfilenode retrieves a row from 'pg_catalog.pg_class' as a PgClass.
Generated from index 'pg_class_tblspc_relfilenode_index'.
func (*PgClass) Deleted ¶
Deleted returns true when the PgClass has been marked for deletion from the database.
type PgCollation ¶
type PgCollation struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Collname string `json:"collname"` // collname Collnamespace pgtypes.Oid `json:"collnamespace"` // collnamespace Collowner pgtypes.Oid `json:"collowner"` // collowner Collprovider pgtypes.Char `json:"collprovider"` // collprovider Collisdeterministic bool `json:"collisdeterministic"` // collisdeterministic Collencoding int `json:"collencoding"` // collencoding Collcollate string `json:"collcollate"` // collcollate Collctype string `json:"collctype"` // collctype Collversion sql.NullString `json:"collversion"` // collversion // contains filtered or unexported fields }
PgCollation represents a row from 'pg_catalog.pg_collation'.
func PgCollationByCollnameCollencodingCollnamespace ¶
func PgCollationByCollnameCollencodingCollnamespace(ctx context.Context, db DB, collname string, collencoding int, collnamespace pgtypes.Oid) (*PgCollation, error)
PgCollationByCollnameCollencodingCollnamespace retrieves a row from 'pg_catalog.pg_collation' as a PgCollation.
Generated from index 'pg_collation_name_enc_nsp_index'.
func PgCollationByOid ¶
PgCollationByOid retrieves a row from 'pg_catalog.pg_collation' as a PgCollation.
Generated from index 'pg_collation_oid_index'.
func (*PgCollation) Delete ¶
func (pc *PgCollation) Delete(ctx context.Context, db DB) error
Delete deletes the PgCollation from the database.
func (*PgCollation) Deleted ¶
func (pc *PgCollation) Deleted() bool
Deleted returns true when the PgCollation has been marked for deletion from the database.
func (*PgCollation) Exists ¶
func (pc *PgCollation) Exists() bool
Exists returns true when the PgCollation exists in the database.
func (*PgCollation) Insert ¶
func (pc *PgCollation) Insert(ctx context.Context, db DB) error
Insert inserts the PgCollation to the database.
func (*PgCollation) Save ¶
func (pc *PgCollation) Save(ctx context.Context, db DB) error
Save saves the PgCollation to the database.
type PgConfig ¶
type PgConfig struct { Name sql.NullString `json:"name"` // name Setting sql.NullString `json:"setting"` // setting }
PgConfig represents a row from 'pg_catalog.pg_config'.
type PgConstraint ¶
type PgConstraint struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Conname string `json:"conname"` // conname Connamespace pgtypes.Oid `json:"connamespace"` // connamespace Contype pgtypes.Char `json:"contype"` // contype Condeferrable bool `json:"condeferrable"` // condeferrable Condeferred bool `json:"condeferred"` // condeferred Convalidated bool `json:"convalidated"` // convalidated Conrelid pgtypes.Oid `json:"conrelid"` // conrelid Contypid pgtypes.Oid `json:"contypid"` // contypid Conindid pgtypes.Oid `json:"conindid"` // conindid Conparentid pgtypes.Oid `json:"conparentid"` // conparentid Confrelid pgtypes.Oid `json:"confrelid"` // confrelid Confupdtype pgtypes.Char `json:"confupdtype"` // confupdtype Confdeltype pgtypes.Char `json:"confdeltype"` // confdeltype Confmatchtype pgtypes.Char `json:"confmatchtype"` // confmatchtype Conislocal bool `json:"conislocal"` // conislocal Coninhcount int `json:"coninhcount"` // coninhcount Connoinherit bool `json:"connoinherit"` // connoinherit Conkey []sql.NullInt64 `json:"conkey"` // conkey Confkey []sql.NullInt64 `json:"confkey"` // confkey Conpfeqop []pgtypes.NullOid `json:"conpfeqop"` // conpfeqop Conppeqop []pgtypes.NullOid `json:"conppeqop"` // conppeqop Conffeqop []pgtypes.NullOid `json:"conffeqop"` // conffeqop Conexclop []pgtypes.NullOid `json:"conexclop"` // conexclop Conbin pgtypes.NullPgNodeTree `json:"conbin"` // conbin // contains filtered or unexported fields }
PgConstraint represents a row from 'pg_catalog.pg_constraint'.
func PgConstraintByConnameConnamespace ¶
func PgConstraintByConnameConnamespace(ctx context.Context, db DB, conname string, connamespace pgtypes.Oid) ([]*PgConstraint, error)
PgConstraintByConnameConnamespace retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.
Generated from index 'pg_constraint_conname_nsp_index'.
func PgConstraintByConparentid ¶
func PgConstraintByConparentid(ctx context.Context, db DB, conparentid pgtypes.Oid) ([]*PgConstraint, error)
PgConstraintByConparentid retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.
Generated from index 'pg_constraint_conparentid_index'.
func PgConstraintByConrelidContypidConname ¶
func PgConstraintByConrelidContypidConname(ctx context.Context, db DB, conrelid, contypid pgtypes.Oid, conname string) (*PgConstraint, error)
PgConstraintByConrelidContypidConname retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.
Generated from index 'pg_constraint_conrelid_contypid_conname_index'.
func PgConstraintByContypid ¶
func PgConstraintByContypid(ctx context.Context, db DB, contypid pgtypes.Oid) ([]*PgConstraint, error)
PgConstraintByContypid retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.
Generated from index 'pg_constraint_contypid_index'.
func PgConstraintByOid ¶
PgConstraintByOid retrieves a row from 'pg_catalog.pg_constraint' as a PgConstraint.
Generated from index 'pg_constraint_oid_index'.
func (*PgConstraint) Delete ¶
func (pc *PgConstraint) Delete(ctx context.Context, db DB) error
Delete deletes the PgConstraint from the database.
func (*PgConstraint) Deleted ¶
func (pc *PgConstraint) Deleted() bool
Deleted returns true when the PgConstraint has been marked for deletion from the database.
func (*PgConstraint) Exists ¶
func (pc *PgConstraint) Exists() bool
Exists returns true when the PgConstraint exists in the database.
func (*PgConstraint) Insert ¶
func (pc *PgConstraint) Insert(ctx context.Context, db DB) error
Insert inserts the PgConstraint to the database.
func (*PgConstraint) Save ¶
func (pc *PgConstraint) Save(ctx context.Context, db DB) error
Save saves the PgConstraint to the database.
type PgConversion ¶
type PgConversion struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Conname string `json:"conname"` // conname Connamespace pgtypes.Oid `json:"connamespace"` // connamespace Conowner pgtypes.Oid `json:"conowner"` // conowner Conforencoding int `json:"conforencoding"` // conforencoding Contoencoding int `json:"contoencoding"` // contoencoding Conproc pgtypes.Regproc `json:"conproc"` // conproc Condefault bool `json:"condefault"` // condefault // contains filtered or unexported fields }
PgConversion represents a row from 'pg_catalog.pg_conversion'.
func PgConversionByConnameConnamespace ¶
func PgConversionByConnameConnamespace(ctx context.Context, db DB, conname string, connamespace pgtypes.Oid) (*PgConversion, error)
PgConversionByConnameConnamespace retrieves a row from 'pg_catalog.pg_conversion' as a PgConversion.
Generated from index 'pg_conversion_name_nsp_index'.
func PgConversionByConnamespaceConforencodingContoencodingOid ¶
func PgConversionByConnamespaceConforencodingContoencodingOid(ctx context.Context, db DB, connamespace pgtypes.Oid, conforencoding, contoencoding int, oid pgtypes.Oid) (*PgConversion, error)
PgConversionByConnamespaceConforencodingContoencodingOid retrieves a row from 'pg_catalog.pg_conversion' as a PgConversion.
Generated from index 'pg_conversion_default_index'.
func PgConversionByOid ¶
PgConversionByOid retrieves a row from 'pg_catalog.pg_conversion' as a PgConversion.
Generated from index 'pg_conversion_oid_index'.
func (*PgConversion) Delete ¶
func (pc *PgConversion) Delete(ctx context.Context, db DB) error
Delete deletes the PgConversion from the database.
func (*PgConversion) Deleted ¶
func (pc *PgConversion) Deleted() bool
Deleted returns true when the PgConversion has been marked for deletion from the database.
func (*PgConversion) Exists ¶
func (pc *PgConversion) Exists() bool
Exists returns true when the PgConversion exists in the database.
func (*PgConversion) Insert ¶
func (pc *PgConversion) Insert(ctx context.Context, db DB) error
Insert inserts the PgConversion to the database.
func (*PgConversion) Save ¶
func (pc *PgConversion) Save(ctx context.Context, db DB) error
Save saves the PgConversion to the database.
type PgCursor ¶
type PgCursor struct { Name sql.NullString `json:"name"` // name Statement sql.NullString `json:"statement"` // statement IsHoldable sql.NullBool `json:"is_holdable"` // is_holdable IsBinary sql.NullBool `json:"is_binary"` // is_binary IsScrollable sql.NullBool `json:"is_scrollable"` // is_scrollable CreationTime sql.NullTime `json:"creation_time"` // creation_time }
PgCursor represents a row from 'pg_catalog.pg_cursors'.
type PgDatabase ¶
type PgDatabase struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Datname string `json:"datname"` // datname Datdba pgtypes.Oid `json:"datdba"` // datdba Encoding int `json:"encoding"` // encoding Datcollate string `json:"datcollate"` // datcollate Datctype string `json:"datctype"` // datctype Datistemplate bool `json:"datistemplate"` // datistemplate Datallowconn bool `json:"datallowconn"` // datallowconn Datconnlimit int `json:"datconnlimit"` // datconnlimit Datlastsysoid pgtypes.Oid `json:"datlastsysoid"` // datlastsysoid Datfrozenxid pgtypes.Xid `json:"datfrozenxid"` // datfrozenxid Datminmxid pgtypes.Xid `json:"datminmxid"` // datminmxid Dattablespace pgtypes.Oid `json:"dattablespace"` // dattablespace Datacl []pgtypes.NullAclitem `json:"datacl"` // datacl // contains filtered or unexported fields }
PgDatabase represents a row from 'pg_catalog.pg_database'.
func PgDatabaseByDatname ¶
PgDatabaseByDatname retrieves a row from 'pg_catalog.pg_database' as a PgDatabase.
Generated from index 'pg_database_datname_index'.
func PgDatabaseByOid ¶
PgDatabaseByOid retrieves a row from 'pg_catalog.pg_database' as a PgDatabase.
Generated from index 'pg_database_oid_index'.
func (*PgDatabase) Delete ¶
func (pd *PgDatabase) Delete(ctx context.Context, db DB) error
Delete deletes the PgDatabase from the database.
func (*PgDatabase) Deleted ¶
func (pd *PgDatabase) Deleted() bool
Deleted returns true when the PgDatabase has been marked for deletion from the database.
func (*PgDatabase) Exists ¶
func (pd *PgDatabase) Exists() bool
Exists returns true when the PgDatabase exists in the database.
func (*PgDatabase) Insert ¶
func (pd *PgDatabase) Insert(ctx context.Context, db DB) error
Insert inserts the PgDatabase to the database.
func (*PgDatabase) Save ¶
func (pd *PgDatabase) Save(ctx context.Context, db DB) error
Save saves the PgDatabase to the database.
type PgDbRoleSetting ¶
type PgDbRoleSetting struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Setdatabase pgtypes.Oid `json:"setdatabase"` // setdatabase Setrole pgtypes.Oid `json:"setrole"` // setrole Setconfig []sql.NullString `json:"setconfig"` // setconfig // contains filtered or unexported fields }
PgDbRoleSetting represents a row from 'pg_catalog.pg_db_role_setting'.
func PgDbRoleSettingBySetdatabaseSetrole ¶
func PgDbRoleSettingBySetdatabaseSetrole(ctx context.Context, db DB, setdatabase, setrole pgtypes.Oid) (*PgDbRoleSetting, error)
PgDbRoleSettingBySetdatabaseSetrole retrieves a row from 'pg_catalog.pg_db_role_setting' as a PgDbRoleSetting.
Generated from index 'pg_db_role_setting_databaseid_rol_index'.
func (*PgDbRoleSetting) Delete ¶
func (pdrs *PgDbRoleSetting) Delete(ctx context.Context, db DB) error
Delete deletes the PgDbRoleSetting from the database.
func (*PgDbRoleSetting) Deleted ¶
func (pdrs *PgDbRoleSetting) Deleted() bool
Deleted returns true when the PgDbRoleSetting has been marked for deletion from the database.
func (*PgDbRoleSetting) Exists ¶
func (pdrs *PgDbRoleSetting) Exists() bool
Exists returns true when the PgDbRoleSetting exists in the database.
func (*PgDbRoleSetting) Insert ¶
func (pdrs *PgDbRoleSetting) Insert(ctx context.Context, db DB) error
Insert inserts the PgDbRoleSetting to the database.
func (*PgDbRoleSetting) Save ¶
func (pdrs *PgDbRoleSetting) Save(ctx context.Context, db DB) error
Save saves the PgDbRoleSetting to the database.
type PgDefaultACL ¶
type PgDefaultACL struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Defaclrole pgtypes.Oid `json:"defaclrole"` // defaclrole Defaclnamespace pgtypes.Oid `json:"defaclnamespace"` // defaclnamespace Defaclobjtype pgtypes.Char `json:"defaclobjtype"` // defaclobjtype Defaclacl []pgtypes.Aclitem `json:"defaclacl"` // defaclacl // contains filtered or unexported fields }
PgDefaultACL represents a row from 'pg_catalog.pg_default_acl'.
func PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype ¶
func PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype(ctx context.Context, db DB, defaclrole, defaclnamespace pgtypes.Oid, defaclobjtype pgtypes.Char) (*PgDefaultACL, error)
PgDefaultACLByDefaclroleDefaclnamespaceDefaclobjtype retrieves a row from 'pg_catalog.pg_default_acl' as a PgDefaultACL.
Generated from index 'pg_default_acl_role_nsp_obj_index'.
func PgDefaultACLByOid ¶
PgDefaultACLByOid retrieves a row from 'pg_catalog.pg_default_acl' as a PgDefaultACL.
Generated from index 'pg_default_acl_oid_index'.
func (*PgDefaultACL) Delete ¶
func (pda *PgDefaultACL) Delete(ctx context.Context, db DB) error
Delete deletes the PgDefaultACL from the database.
func (*PgDefaultACL) Deleted ¶
func (pda *PgDefaultACL) Deleted() bool
Deleted returns true when the PgDefaultACL has been marked for deletion from the database.
func (*PgDefaultACL) Exists ¶
func (pda *PgDefaultACL) Exists() bool
Exists returns true when the PgDefaultACL exists in the database.
func (*PgDefaultACL) Insert ¶
func (pda *PgDefaultACL) Insert(ctx context.Context, db DB) error
Insert inserts the PgDefaultACL to the database.
func (*PgDefaultACL) Save ¶
func (pda *PgDefaultACL) Save(ctx context.Context, db DB) error
Save saves the PgDefaultACL to the database.
type PgDepend ¶
type PgDepend struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Classid pgtypes.Oid `json:"classid"` // classid Objid pgtypes.Oid `json:"objid"` // objid Objsubid int `json:"objsubid"` // objsubid Refclassid pgtypes.Oid `json:"refclassid"` // refclassid Refobjid pgtypes.Oid `json:"refobjid"` // refobjid Refobjsubid int `json:"refobjsubid"` // refobjsubid Deptype pgtypes.Char `json:"deptype"` // deptype }
PgDepend represents a row from 'pg_catalog.pg_depend'.
func PgDependByClassidObjidObjsubid ¶
func PgDependByClassidObjidObjsubid(ctx context.Context, db DB, classid, objid pgtypes.Oid, objsubid int) ([]*PgDepend, error)
PgDependByClassidObjidObjsubid retrieves a row from 'pg_catalog.pg_depend' as a PgDepend.
Generated from index 'pg_depend_depender_index'.
func PgDependByRefclassidRefobjidRefobjsubid ¶
func PgDependByRefclassidRefobjidRefobjsubid(ctx context.Context, db DB, refclassid, refobjid pgtypes.Oid, refobjsubid int) ([]*PgDepend, error)
PgDependByRefclassidRefobjidRefobjsubid retrieves a row from 'pg_catalog.pg_depend' as a PgDepend.
Generated from index 'pg_depend_reference_index'.
type PgDescription ¶
type PgDescription struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Objoid pgtypes.Oid `json:"objoid"` // objoid Classoid pgtypes.Oid `json:"classoid"` // classoid Objsubid int `json:"objsubid"` // objsubid Description string `json:"description"` // description // contains filtered or unexported fields }
PgDescription represents a row from 'pg_catalog.pg_description'.
func PgDescriptionByObjoidClassoidObjsubid ¶
func PgDescriptionByObjoidClassoidObjsubid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int) (*PgDescription, error)
PgDescriptionByObjoidClassoidObjsubid retrieves a row from 'pg_catalog.pg_description' as a PgDescription.
Generated from index 'pg_description_o_c_o_index'.
func (*PgDescription) Delete ¶
func (pd *PgDescription) Delete(ctx context.Context, db DB) error
Delete deletes the PgDescription from the database.
func (*PgDescription) Deleted ¶
func (pd *PgDescription) Deleted() bool
Deleted returns true when the PgDescription has been marked for deletion from the database.
func (*PgDescription) Exists ¶
func (pd *PgDescription) Exists() bool
Exists returns true when the PgDescription exists in the database.
func (*PgDescription) Insert ¶
func (pd *PgDescription) Insert(ctx context.Context, db DB) error
Insert inserts the PgDescription to the database.
func (*PgDescription) Save ¶
func (pd *PgDescription) Save(ctx context.Context, db DB) error
Save saves the PgDescription to the database.
type PgEnum ¶
type PgEnum struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Enumtypid pgtypes.Oid `json:"enumtypid"` // enumtypid Enumsortorder float32 `json:"enumsortorder"` // enumsortorder Enumlabel string `json:"enumlabel"` // enumlabel // contains filtered or unexported fields }
PgEnum represents a row from 'pg_catalog.pg_enum'.
func PgEnumByEnumtypidEnumlabel ¶
func PgEnumByEnumtypidEnumlabel(ctx context.Context, db DB, enumtypid pgtypes.Oid, enumlabel string) (*PgEnum, error)
PgEnumByEnumtypidEnumlabel retrieves a row from 'pg_catalog.pg_enum' as a PgEnum.
Generated from index 'pg_enum_typid_label_index'.
func PgEnumByEnumtypidEnumsortorder ¶
func PgEnumByEnumtypidEnumsortorder(ctx context.Context, db DB, enumtypid pgtypes.Oid, enumsortorder float32) (*PgEnum, error)
PgEnumByEnumtypidEnumsortorder retrieves a row from 'pg_catalog.pg_enum' as a PgEnum.
Generated from index 'pg_enum_typid_sortorder_index'.
func PgEnumByOid ¶
PgEnumByOid retrieves a row from 'pg_catalog.pg_enum' as a PgEnum.
Generated from index 'pg_enum_oid_index'.
func (*PgEnum) Deleted ¶
Deleted returns true when the PgEnum has been marked for deletion from the database.
type PgEventTrigger ¶
type PgEventTrigger struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Evtname string `json:"evtname"` // evtname Evtevent string `json:"evtevent"` // evtevent Evtowner pgtypes.Oid `json:"evtowner"` // evtowner Evtfoid pgtypes.Oid `json:"evtfoid"` // evtfoid Evtenabled pgtypes.Char `json:"evtenabled"` // evtenabled // contains filtered or unexported fields }
PgEventTrigger represents a row from 'pg_catalog.pg_event_trigger'.
func PgEventTriggerByEvtname ¶
PgEventTriggerByEvtname retrieves a row from 'pg_catalog.pg_event_trigger' as a PgEventTrigger.
Generated from index 'pg_event_trigger_evtname_index'.
func PgEventTriggerByOid ¶
PgEventTriggerByOid retrieves a row from 'pg_catalog.pg_event_trigger' as a PgEventTrigger.
Generated from index 'pg_event_trigger_oid_index'.
func (*PgEventTrigger) Delete ¶
func (pet *PgEventTrigger) Delete(ctx context.Context, db DB) error
Delete deletes the PgEventTrigger from the database.
func (*PgEventTrigger) Deleted ¶
func (pet *PgEventTrigger) Deleted() bool
Deleted returns true when the PgEventTrigger has been marked for deletion from the database.
func (*PgEventTrigger) Exists ¶
func (pet *PgEventTrigger) Exists() bool
Exists returns true when the PgEventTrigger exists in the database.
func (*PgEventTrigger) Insert ¶
func (pet *PgEventTrigger) Insert(ctx context.Context, db DB) error
Insert inserts the PgEventTrigger to the database.
func (*PgEventTrigger) Save ¶
func (pet *PgEventTrigger) Save(ctx context.Context, db DB) error
Save saves the PgEventTrigger to the database.
type PgExtension ¶
type PgExtension struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Extname string `json:"extname"` // extname Extowner pgtypes.Oid `json:"extowner"` // extowner Extnamespace pgtypes.Oid `json:"extnamespace"` // extnamespace Extrelocatable bool `json:"extrelocatable"` // extrelocatable Extversion string `json:"extversion"` // extversion Extconfig []pgtypes.NullOid `json:"extconfig"` // extconfig Extcondition []sql.NullString `json:"extcondition"` // extcondition // contains filtered or unexported fields }
PgExtension represents a row from 'pg_catalog.pg_extension'.
func PgExtensionByExtname ¶
PgExtensionByExtname retrieves a row from 'pg_catalog.pg_extension' as a PgExtension.
Generated from index 'pg_extension_name_index'.
func PgExtensionByOid ¶
PgExtensionByOid retrieves a row from 'pg_catalog.pg_extension' as a PgExtension.
Generated from index 'pg_extension_oid_index'.
func (*PgExtension) Delete ¶
func (pe *PgExtension) Delete(ctx context.Context, db DB) error
Delete deletes the PgExtension from the database.
func (*PgExtension) Deleted ¶
func (pe *PgExtension) Deleted() bool
Deleted returns true when the PgExtension has been marked for deletion from the database.
func (*PgExtension) Exists ¶
func (pe *PgExtension) Exists() bool
Exists returns true when the PgExtension exists in the database.
func (*PgExtension) Insert ¶
func (pe *PgExtension) Insert(ctx context.Context, db DB) error
Insert inserts the PgExtension to the database.
func (*PgExtension) Save ¶
func (pe *PgExtension) Save(ctx context.Context, db DB) error
Save saves the PgExtension to the database.
type PgFileSetting ¶
type PgFileSetting struct { Sourcefile sql.NullString `json:"sourcefile"` // sourcefile Sourceline sql.NullInt64 `json:"sourceline"` // sourceline Seqno sql.NullInt64 `json:"seqno"` // seqno Name sql.NullString `json:"name"` // name Setting sql.NullString `json:"setting"` // setting Applied sql.NullBool `json:"applied"` // applied Error sql.NullString `json:"error"` // error }
PgFileSetting represents a row from 'pg_catalog.pg_file_settings'.
type PgForeignDataWrapper ¶
type PgForeignDataWrapper struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Fdwname string `json:"fdwname"` // fdwname Fdwowner pgtypes.Oid `json:"fdwowner"` // fdwowner Fdwhandler pgtypes.Oid `json:"fdwhandler"` // fdwhandler Fdwvalidator pgtypes.Oid `json:"fdwvalidator"` // fdwvalidator Fdwacl []pgtypes.NullAclitem `json:"fdwacl"` // fdwacl Fdwoptions []sql.NullString `json:"fdwoptions"` // fdwoptions // contains filtered or unexported fields }
PgForeignDataWrapper represents a row from 'pg_catalog.pg_foreign_data_wrapper'.
func PgForeignDataWrapperByFdwname ¶
func PgForeignDataWrapperByFdwname(ctx context.Context, db DB, fdwname string) (*PgForeignDataWrapper, error)
PgForeignDataWrapperByFdwname retrieves a row from 'pg_catalog.pg_foreign_data_wrapper' as a PgForeignDataWrapper.
Generated from index 'pg_foreign_data_wrapper_name_index'.
func PgForeignDataWrapperByOid ¶
func PgForeignDataWrapperByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgForeignDataWrapper, error)
PgForeignDataWrapperByOid retrieves a row from 'pg_catalog.pg_foreign_data_wrapper' as a PgForeignDataWrapper.
Generated from index 'pg_foreign_data_wrapper_oid_index'.
func (*PgForeignDataWrapper) Delete ¶
func (pfdw *PgForeignDataWrapper) Delete(ctx context.Context, db DB) error
Delete deletes the PgForeignDataWrapper from the database.
func (*PgForeignDataWrapper) Deleted ¶
func (pfdw *PgForeignDataWrapper) Deleted() bool
Deleted returns true when the PgForeignDataWrapper has been marked for deletion from the database.
func (*PgForeignDataWrapper) Exists ¶
func (pfdw *PgForeignDataWrapper) Exists() bool
Exists returns true when the PgForeignDataWrapper exists in the database.
func (*PgForeignDataWrapper) Insert ¶
func (pfdw *PgForeignDataWrapper) Insert(ctx context.Context, db DB) error
Insert inserts the PgForeignDataWrapper to the database.
func (*PgForeignDataWrapper) Save ¶
func (pfdw *PgForeignDataWrapper) Save(ctx context.Context, db DB) error
Save saves the PgForeignDataWrapper to the database.
type PgForeignServer ¶
type PgForeignServer struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Srvname string `json:"srvname"` // srvname Srvowner pgtypes.Oid `json:"srvowner"` // srvowner Srvfdw pgtypes.Oid `json:"srvfdw"` // srvfdw Srvtype sql.NullString `json:"srvtype"` // srvtype Srvversion sql.NullString `json:"srvversion"` // srvversion Srvacl []pgtypes.NullAclitem `json:"srvacl"` // srvacl Srvoptions []sql.NullString `json:"srvoptions"` // srvoptions // contains filtered or unexported fields }
PgForeignServer represents a row from 'pg_catalog.pg_foreign_server'.
func PgForeignServerByOid ¶
PgForeignServerByOid retrieves a row from 'pg_catalog.pg_foreign_server' as a PgForeignServer.
Generated from index 'pg_foreign_server_oid_index'.
func PgForeignServerBySrvname ¶
PgForeignServerBySrvname retrieves a row from 'pg_catalog.pg_foreign_server' as a PgForeignServer.
Generated from index 'pg_foreign_server_name_index'.
func (*PgForeignServer) Delete ¶
func (pfs *PgForeignServer) Delete(ctx context.Context, db DB) error
Delete deletes the PgForeignServer from the database.
func (*PgForeignServer) Deleted ¶
func (pfs *PgForeignServer) Deleted() bool
Deleted returns true when the PgForeignServer has been marked for deletion from the database.
func (*PgForeignServer) Exists ¶
func (pfs *PgForeignServer) Exists() bool
Exists returns true when the PgForeignServer exists in the database.
func (*PgForeignServer) Insert ¶
func (pfs *PgForeignServer) Insert(ctx context.Context, db DB) error
Insert inserts the PgForeignServer to the database.
func (*PgForeignServer) Save ¶
func (pfs *PgForeignServer) Save(ctx context.Context, db DB) error
Save saves the PgForeignServer to the database.
type PgForeignTable ¶
type PgForeignTable struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Ftrelid pgtypes.Oid `json:"ftrelid"` // ftrelid Ftserver pgtypes.Oid `json:"ftserver"` // ftserver Ftoptions []sql.NullString `json:"ftoptions"` // ftoptions // contains filtered or unexported fields }
PgForeignTable represents a row from 'pg_catalog.pg_foreign_table'.
func PgForeignTableByFtrelid ¶
func PgForeignTableByFtrelid(ctx context.Context, db DB, ftrelid pgtypes.Oid) (*PgForeignTable, error)
PgForeignTableByFtrelid retrieves a row from 'pg_catalog.pg_foreign_table' as a PgForeignTable.
Generated from index 'pg_foreign_table_relid_index'.
func (*PgForeignTable) Delete ¶
func (pft *PgForeignTable) Delete(ctx context.Context, db DB) error
Delete deletes the PgForeignTable from the database.
func (*PgForeignTable) Deleted ¶
func (pft *PgForeignTable) Deleted() bool
Deleted returns true when the PgForeignTable has been marked for deletion from the database.
func (*PgForeignTable) Exists ¶
func (pft *PgForeignTable) Exists() bool
Exists returns true when the PgForeignTable exists in the database.
func (*PgForeignTable) Insert ¶
func (pft *PgForeignTable) Insert(ctx context.Context, db DB) error
Insert inserts the PgForeignTable to the database.
func (*PgForeignTable) Save ¶
func (pft *PgForeignTable) Save(ctx context.Context, db DB) error
Save saves the PgForeignTable to the database.
type PgGroup ¶
type PgGroup struct { Groname sql.NullString `json:"groname"` // groname Grosysid pgtypes.NullOid `json:"grosysid"` // grosysid Grolist []pgtypes.NullOid `json:"grolist"` // grolist }
PgGroup represents a row from 'pg_catalog.pg_group'.
type PgHbaFileRule ¶
type PgHbaFileRule struct { LineNumber sql.NullInt64 `json:"line_number"` // line_number Type sql.NullString `json:"type"` // type Database []sql.NullString `json:"database"` // database UserName []sql.NullString `json:"user_name"` // user_name Address sql.NullString `json:"address"` // address Netmask sql.NullString `json:"netmask"` // netmask AuthMethod sql.NullString `json:"auth_method"` // auth_method Options []sql.NullString `json:"options"` // options Error sql.NullString `json:"error"` // error }
PgHbaFileRule represents a row from 'pg_catalog.pg_hba_file_rules'.
type PgIndex ¶
type PgIndex struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Indexrelid pgtypes.Oid `json:"indexrelid"` // indexrelid Indrelid pgtypes.Oid `json:"indrelid"` // indrelid Indnatts int16 `json:"indnatts"` // indnatts Indnkeyatts int16 `json:"indnkeyatts"` // indnkeyatts Indisunique bool `json:"indisunique"` // indisunique Indisprimary bool `json:"indisprimary"` // indisprimary Indisexclusion bool `json:"indisexclusion"` // indisexclusion Indimmediate bool `json:"indimmediate"` // indimmediate Indisclustered bool `json:"indisclustered"` // indisclustered Indisvalid bool `json:"indisvalid"` // indisvalid Indcheckxmin bool `json:"indcheckxmin"` // indcheckxmin Indisready bool `json:"indisready"` // indisready Indislive bool `json:"indislive"` // indislive Indisreplident bool `json:"indisreplident"` // indisreplident Indkey pgtypes.Int2vector `json:"indkey"` // indkey Indcollation pgtypes.Oidvector `json:"indcollation"` // indcollation Indclass pgtypes.Oidvector `json:"indclass"` // indclass Indoption pgtypes.Int2vector `json:"indoption"` // indoption Indexprs pgtypes.NullPgNodeTree `json:"indexprs"` // indexprs Indpred pgtypes.NullPgNodeTree `json:"indpred"` // indpred // contains filtered or unexported fields }
PgIndex represents a row from 'pg_catalog.pg_index'.
func PgIndexByIndexrelid ¶
PgIndexByIndexrelid retrieves a row from 'pg_catalog.pg_index' as a PgIndex.
Generated from index 'pg_index_indexrelid_index'.
func PgIndexByIndrelid ¶
PgIndexByIndrelid retrieves a row from 'pg_catalog.pg_index' as a PgIndex.
Generated from index 'pg_index_indrelid_index'.
func (*PgIndex) Deleted ¶
func (pi *PgIndex) Deleted() bool
Deleted returns true when the PgIndex has been marked for deletion from the database.
func (*PgIndex) Exists ¶
func (pi *PgIndex) Exists() bool
Exists returns true when the PgIndex exists in the database.
type PgInherit ¶
type PgInherit struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Inhrelid pgtypes.Oid `json:"inhrelid"` // inhrelid Inhparent pgtypes.Oid `json:"inhparent"` // inhparent Inhseqno int `json:"inhseqno"` // inhseqno Inhdetachpending bool `json:"inhdetachpending"` // inhdetachpending // contains filtered or unexported fields }
PgInherit represents a row from 'pg_catalog.pg_inherits'.
func PgInheritByInhrelidInhseqno ¶
func PgInheritByInhrelidInhseqno(ctx context.Context, db DB, inhrelid pgtypes.Oid, inhseqno int) (*PgInherit, error)
PgInheritByInhrelidInhseqno retrieves a row from 'pg_catalog.pg_inherits' as a PgInherit.
Generated from index 'pg_inherits_relid_seqno_index'.
func PgInheritsByInhparent ¶
PgInheritsByInhparent retrieves a row from 'pg_catalog.pg_inherits' as a PgInherit.
Generated from index 'pg_inherits_parent_index'.
func (*PgInherit) Deleted ¶
Deleted returns true when the PgInherit has been marked for deletion from the database.
type PgInitPriv ¶
type PgInitPriv struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Objoid pgtypes.Oid `json:"objoid"` // objoid Classoid pgtypes.Oid `json:"classoid"` // classoid Objsubid int `json:"objsubid"` // objsubid Privtype pgtypes.Char `json:"privtype"` // privtype Initprivs []pgtypes.Aclitem `json:"initprivs"` // initprivs // contains filtered or unexported fields }
PgInitPriv represents a row from 'pg_catalog.pg_init_privs'.
func PgInitPrivByObjoidClassoidObjsubid ¶
func PgInitPrivByObjoidClassoidObjsubid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int) (*PgInitPriv, error)
PgInitPrivByObjoidClassoidObjsubid retrieves a row from 'pg_catalog.pg_init_privs' as a PgInitPriv.
Generated from index 'pg_init_privs_o_c_o_index'.
func (*PgInitPriv) Delete ¶
func (pip *PgInitPriv) Delete(ctx context.Context, db DB) error
Delete deletes the PgInitPriv from the database.
func (*PgInitPriv) Deleted ¶
func (pip *PgInitPriv) Deleted() bool
Deleted returns true when the PgInitPriv has been marked for deletion from the database.
func (*PgInitPriv) Exists ¶
func (pip *PgInitPriv) Exists() bool
Exists returns true when the PgInitPriv exists in the database.
func (*PgInitPriv) Insert ¶
func (pip *PgInitPriv) Insert(ctx context.Context, db DB) error
Insert inserts the PgInitPriv to the database.
func (*PgInitPriv) Save ¶
func (pip *PgInitPriv) Save(ctx context.Context, db DB) error
Save saves the PgInitPriv to the database.
type PgLanguage ¶
type PgLanguage struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Lanname string `json:"lanname"` // lanname Lanowner pgtypes.Oid `json:"lanowner"` // lanowner Lanispl bool `json:"lanispl"` // lanispl Lanpltrusted bool `json:"lanpltrusted"` // lanpltrusted Lanplcallfoid pgtypes.Oid `json:"lanplcallfoid"` // lanplcallfoid Laninline pgtypes.Oid `json:"laninline"` // laninline Lanvalidator pgtypes.Oid `json:"lanvalidator"` // lanvalidator Lanacl []pgtypes.NullAclitem `json:"lanacl"` // lanacl // contains filtered or unexported fields }
PgLanguage represents a row from 'pg_catalog.pg_language'.
func PgLanguageByLanname ¶
PgLanguageByLanname retrieves a row from 'pg_catalog.pg_language' as a PgLanguage.
Generated from index 'pg_language_name_index'.
func PgLanguageByOid ¶
PgLanguageByOid retrieves a row from 'pg_catalog.pg_language' as a PgLanguage.
Generated from index 'pg_language_oid_index'.
func (*PgLanguage) Delete ¶
func (pl *PgLanguage) Delete(ctx context.Context, db DB) error
Delete deletes the PgLanguage from the database.
func (*PgLanguage) Deleted ¶
func (pl *PgLanguage) Deleted() bool
Deleted returns true when the PgLanguage has been marked for deletion from the database.
func (*PgLanguage) Exists ¶
func (pl *PgLanguage) Exists() bool
Exists returns true when the PgLanguage exists in the database.
func (*PgLanguage) Insert ¶
func (pl *PgLanguage) Insert(ctx context.Context, db DB) error
Insert inserts the PgLanguage to the database.
func (*PgLanguage) Save ¶
func (pl *PgLanguage) Save(ctx context.Context, db DB) error
Save saves the PgLanguage to the database.
type PgLargeobject ¶
type PgLargeobject struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Loid pgtypes.Oid `json:"loid"` // loid Pageno int `json:"pageno"` // pageno Data []byte `json:"data"` // data // contains filtered or unexported fields }
PgLargeobject represents a row from 'pg_catalog.pg_largeobject'.
func PgLargeobjectByLoidPageno ¶
func PgLargeobjectByLoidPageno(ctx context.Context, db DB, loid pgtypes.Oid, pageno int) (*PgLargeobject, error)
PgLargeobjectByLoidPageno retrieves a row from 'pg_catalog.pg_largeobject' as a PgLargeobject.
Generated from index 'pg_largeobject_loid_pn_index'.
func (*PgLargeobject) Delete ¶
func (pl *PgLargeobject) Delete(ctx context.Context, db DB) error
Delete deletes the PgLargeobject from the database.
func (*PgLargeobject) Deleted ¶
func (pl *PgLargeobject) Deleted() bool
Deleted returns true when the PgLargeobject has been marked for deletion from the database.
func (*PgLargeobject) Exists ¶
func (pl *PgLargeobject) Exists() bool
Exists returns true when the PgLargeobject exists in the database.
func (*PgLargeobject) Insert ¶
func (pl *PgLargeobject) Insert(ctx context.Context, db DB) error
Insert inserts the PgLargeobject to the database.
func (*PgLargeobject) Save ¶
func (pl *PgLargeobject) Save(ctx context.Context, db DB) error
Save saves the PgLargeobject to the database.
type PgLargeobjectMetadatum ¶
type PgLargeobjectMetadatum struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Lomowner pgtypes.Oid `json:"lomowner"` // lomowner Lomacl []pgtypes.NullAclitem `json:"lomacl"` // lomacl // contains filtered or unexported fields }
PgLargeobjectMetadatum represents a row from 'pg_catalog.pg_largeobject_metadata'.
func PgLargeobjectMetadatumByOid ¶
func PgLargeobjectMetadatumByOid(ctx context.Context, db DB, oid pgtypes.Oid) (*PgLargeobjectMetadatum, error)
PgLargeobjectMetadatumByOid retrieves a row from 'pg_catalog.pg_largeobject_metadata' as a PgLargeobjectMetadatum.
Generated from index 'pg_largeobject_metadata_oid_index'.
func (*PgLargeobjectMetadatum) Delete ¶
func (plm *PgLargeobjectMetadatum) Delete(ctx context.Context, db DB) error
Delete deletes the PgLargeobjectMetadatum from the database.
func (*PgLargeobjectMetadatum) Deleted ¶
func (plm *PgLargeobjectMetadatum) Deleted() bool
Deleted returns true when the PgLargeobjectMetadatum has been marked for deletion from the database.
func (*PgLargeobjectMetadatum) Exists ¶
func (plm *PgLargeobjectMetadatum) Exists() bool
Exists returns true when the PgLargeobjectMetadatum exists in the database.
func (*PgLargeobjectMetadatum) Insert ¶
func (plm *PgLargeobjectMetadatum) Insert(ctx context.Context, db DB) error
Insert inserts the PgLargeobjectMetadatum to the database.
func (*PgLargeobjectMetadatum) Save ¶
func (plm *PgLargeobjectMetadatum) Save(ctx context.Context, db DB) error
Save saves the PgLargeobjectMetadatum to the database.
type PgLock ¶
type PgLock struct { Locktype sql.NullString `json:"locktype"` // locktype Database pgtypes.NullOid `json:"database"` // database Relation pgtypes.NullOid `json:"relation"` // relation Page sql.NullInt64 `json:"page"` // page Tuple sql.NullInt64 `json:"tuple"` // tuple Virtualxid sql.NullString `json:"virtualxid"` // virtualxid Transactionid pgtypes.NullXid `json:"transactionid"` // transactionid Classid pgtypes.NullOid `json:"classid"` // classid Objid pgtypes.NullOid `json:"objid"` // objid Objsubid sql.NullInt64 `json:"objsubid"` // objsubid Virtualtransaction sql.NullString `json:"virtualtransaction"` // virtualtransaction Pid sql.NullInt64 `json:"pid"` // pid Mode sql.NullString `json:"mode"` // mode Granted sql.NullBool `json:"granted"` // granted Fastpath sql.NullBool `json:"fastpath"` // fastpath Waitstart sql.NullTime `json:"waitstart"` // waitstart }
PgLock represents a row from 'pg_catalog.pg_locks'.
type PgMatview ¶
type PgMatview struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Matviewname sql.NullString `json:"matviewname"` // matviewname Matviewowner sql.NullString `json:"matviewowner"` // matviewowner Tablespace sql.NullString `json:"tablespace"` // tablespace Hasindexes sql.NullBool `json:"hasindexes"` // hasindexes Ispopulated sql.NullBool `json:"ispopulated"` // ispopulated Definition sql.NullString `json:"definition"` // definition }
PgMatview represents a row from 'pg_catalog.pg_matviews'.
type PgNamespace ¶
type PgNamespace struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Nspname string `json:"nspname"` // nspname Nspowner pgtypes.Oid `json:"nspowner"` // nspowner Nspacl []pgtypes.NullAclitem `json:"nspacl"` // nspacl // contains filtered or unexported fields }
PgNamespace represents a row from 'pg_catalog.pg_namespace'.
func PgNamespaceByNspname ¶
PgNamespaceByNspname retrieves a row from 'pg_catalog.pg_namespace' as a PgNamespace.
Generated from index 'pg_namespace_nspname_index'.
func PgNamespaceByOid ¶
PgNamespaceByOid retrieves a row from 'pg_catalog.pg_namespace' as a PgNamespace.
Generated from index 'pg_namespace_oid_index'.
func (*PgNamespace) Delete ¶
func (pn *PgNamespace) Delete(ctx context.Context, db DB) error
Delete deletes the PgNamespace from the database.
func (*PgNamespace) Deleted ¶
func (pn *PgNamespace) Deleted() bool
Deleted returns true when the PgNamespace has been marked for deletion from the database.
func (*PgNamespace) Exists ¶
func (pn *PgNamespace) Exists() bool
Exists returns true when the PgNamespace exists in the database.
func (*PgNamespace) Insert ¶
func (pn *PgNamespace) Insert(ctx context.Context, db DB) error
Insert inserts the PgNamespace to the database.
func (*PgNamespace) Save ¶
func (pn *PgNamespace) Save(ctx context.Context, db DB) error
Save saves the PgNamespace to the database.
type PgOpclass ¶
type PgOpclass struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Opcmethod pgtypes.Oid `json:"opcmethod"` // opcmethod Opcname string `json:"opcname"` // opcname Opcnamespace pgtypes.Oid `json:"opcnamespace"` // opcnamespace Opcowner pgtypes.Oid `json:"opcowner"` // opcowner Opcfamily pgtypes.Oid `json:"opcfamily"` // opcfamily Opcintype pgtypes.Oid `json:"opcintype"` // opcintype Opcdefault bool `json:"opcdefault"` // opcdefault Opckeytype pgtypes.Oid `json:"opckeytype"` // opckeytype // contains filtered or unexported fields }
PgOpclass represents a row from 'pg_catalog.pg_opclass'.
func PgOpclassByOid ¶
PgOpclassByOid retrieves a row from 'pg_catalog.pg_opclass' as a PgOpclass.
Generated from index 'pg_opclass_oid_index'.
func PgOpclassByOpcmethodOpcnameOpcnamespace ¶
func PgOpclassByOpcmethodOpcnameOpcnamespace(ctx context.Context, db DB, opcmethod pgtypes.Oid, opcname string, opcnamespace pgtypes.Oid) (*PgOpclass, error)
PgOpclassByOpcmethodOpcnameOpcnamespace retrieves a row from 'pg_catalog.pg_opclass' as a PgOpclass.
Generated from index 'pg_opclass_am_name_nsp_index'.
func (*PgOpclass) Deleted ¶
Deleted returns true when the PgOpclass has been marked for deletion from the database.
type PgOperator ¶
type PgOperator struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Oprname string `json:"oprname"` // oprname Oprnamespace pgtypes.Oid `json:"oprnamespace"` // oprnamespace Oprowner pgtypes.Oid `json:"oprowner"` // oprowner Oprkind pgtypes.Char `json:"oprkind"` // oprkind Oprcanmerge bool `json:"oprcanmerge"` // oprcanmerge Oprcanhash bool `json:"oprcanhash"` // oprcanhash Oprleft pgtypes.Oid `json:"oprleft"` // oprleft Oprright pgtypes.Oid `json:"oprright"` // oprright Oprresult pgtypes.Oid `json:"oprresult"` // oprresult Oprcom pgtypes.Oid `json:"oprcom"` // oprcom Oprnegate pgtypes.Oid `json:"oprnegate"` // oprnegate Oprcode pgtypes.Regproc `json:"oprcode"` // oprcode Oprrest pgtypes.Regproc `json:"oprrest"` // oprrest Oprjoin pgtypes.Regproc `json:"oprjoin"` // oprjoin // contains filtered or unexported fields }
PgOperator represents a row from 'pg_catalog.pg_operator'.
func PgOperatorByOid ¶
PgOperatorByOid retrieves a row from 'pg_catalog.pg_operator' as a PgOperator.
Generated from index 'pg_operator_oid_index'.
func PgOperatorByOprnameOprleftOprrightOprnamespace ¶
func PgOperatorByOprnameOprleftOprrightOprnamespace(ctx context.Context, db DB, oprname string, oprleft, oprright, oprnamespace pgtypes.Oid) (*PgOperator, error)
PgOperatorByOprnameOprleftOprrightOprnamespace retrieves a row from 'pg_catalog.pg_operator' as a PgOperator.
Generated from index 'pg_operator_oprname_l_r_n_index'.
func (*PgOperator) Delete ¶
func (po *PgOperator) Delete(ctx context.Context, db DB) error
Delete deletes the PgOperator from the database.
func (*PgOperator) Deleted ¶
func (po *PgOperator) Deleted() bool
Deleted returns true when the PgOperator has been marked for deletion from the database.
func (*PgOperator) Exists ¶
func (po *PgOperator) Exists() bool
Exists returns true when the PgOperator exists in the database.
func (*PgOperator) Insert ¶
func (po *PgOperator) Insert(ctx context.Context, db DB) error
Insert inserts the PgOperator to the database.
func (*PgOperator) Save ¶
func (po *PgOperator) Save(ctx context.Context, db DB) error
Save saves the PgOperator to the database.
type PgOpfamily ¶
type PgOpfamily struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Opfmethod pgtypes.Oid `json:"opfmethod"` // opfmethod Opfname string `json:"opfname"` // opfname Opfnamespace pgtypes.Oid `json:"opfnamespace"` // opfnamespace Opfowner pgtypes.Oid `json:"opfowner"` // opfowner // contains filtered or unexported fields }
PgOpfamily represents a row from 'pg_catalog.pg_opfamily'.
func PgOpfamilyByOid ¶
PgOpfamilyByOid retrieves a row from 'pg_catalog.pg_opfamily' as a PgOpfamily.
Generated from index 'pg_opfamily_oid_index'.
func PgOpfamilyByOpfmethodOpfnameOpfnamespace ¶
func PgOpfamilyByOpfmethodOpfnameOpfnamespace(ctx context.Context, db DB, opfmethod pgtypes.Oid, opfname string, opfnamespace pgtypes.Oid) (*PgOpfamily, error)
PgOpfamilyByOpfmethodOpfnameOpfnamespace retrieves a row from 'pg_catalog.pg_opfamily' as a PgOpfamily.
Generated from index 'pg_opfamily_am_name_nsp_index'.
func (*PgOpfamily) Delete ¶
func (po *PgOpfamily) Delete(ctx context.Context, db DB) error
Delete deletes the PgOpfamily from the database.
func (*PgOpfamily) Deleted ¶
func (po *PgOpfamily) Deleted() bool
Deleted returns true when the PgOpfamily has been marked for deletion from the database.
func (*PgOpfamily) Exists ¶
func (po *PgOpfamily) Exists() bool
Exists returns true when the PgOpfamily exists in the database.
func (*PgOpfamily) Insert ¶
func (po *PgOpfamily) Insert(ctx context.Context, db DB) error
Insert inserts the PgOpfamily to the database.
func (*PgOpfamily) Save ¶
func (po *PgOpfamily) Save(ctx context.Context, db DB) error
Save saves the PgOpfamily to the database.
type PgPartitionedTable ¶
type PgPartitionedTable struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Partrelid pgtypes.Oid `json:"partrelid"` // partrelid Partstrat pgtypes.Char `json:"partstrat"` // partstrat Partnatts int16 `json:"partnatts"` // partnatts Partdefid pgtypes.Oid `json:"partdefid"` // partdefid Partattrs pgtypes.Int2vector `json:"partattrs"` // partattrs Partclass pgtypes.Oidvector `json:"partclass"` // partclass Partcollation pgtypes.Oidvector `json:"partcollation"` // partcollation Partexprs pgtypes.NullPgNodeTree `json:"partexprs"` // partexprs // contains filtered or unexported fields }
PgPartitionedTable represents a row from 'pg_catalog.pg_partitioned_table'.
func PgPartitionedTableByPartrelid ¶
func PgPartitionedTableByPartrelid(ctx context.Context, db DB, partrelid pgtypes.Oid) (*PgPartitionedTable, error)
PgPartitionedTableByPartrelid retrieves a row from 'pg_catalog.pg_partitioned_table' as a PgPartitionedTable.
Generated from index 'pg_partitioned_table_partrelid_index'.
func (*PgPartitionedTable) Delete ¶
func (ppt *PgPartitionedTable) Delete(ctx context.Context, db DB) error
Delete deletes the PgPartitionedTable from the database.
func (*PgPartitionedTable) Deleted ¶
func (ppt *PgPartitionedTable) Deleted() bool
Deleted returns true when the PgPartitionedTable has been marked for deletion from the database.
func (*PgPartitionedTable) Exists ¶
func (ppt *PgPartitionedTable) Exists() bool
Exists returns true when the PgPartitionedTable exists in the database.
func (*PgPartitionedTable) Insert ¶
func (ppt *PgPartitionedTable) Insert(ctx context.Context, db DB) error
Insert inserts the PgPartitionedTable to the database.
func (*PgPartitionedTable) Save ¶
func (ppt *PgPartitionedTable) Save(ctx context.Context, db DB) error
Save saves the PgPartitionedTable to the database.
type PgPolicy ¶
type PgPolicy struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename Policyname sql.NullString `json:"policyname"` // policyname Permissive sql.NullString `json:"permissive"` // permissive Roles []sql.NullString `json:"roles"` // roles Cmd sql.NullString `json:"cmd"` // cmd Qual sql.NullString `json:"qual"` // qual WithCheck sql.NullString `json:"with_check"` // with_check }
PgPolicy represents a row from 'pg_catalog.pg_policies'.
func PgPolicyByOid ¶
PgPolicyByOid retrieves a row from 'pg_catalog.pg_policy' as a PgPolicy.
Generated from index 'pg_policy_oid_index'.
func PgPolicyByPolrelidPolname ¶
func PgPolicyByPolrelidPolname(ctx context.Context, db DB, polrelid pgtypes.Oid, polname string) (*PgPolicy, error)
PgPolicyByPolrelidPolname retrieves a row from 'pg_catalog.pg_policy' as a PgPolicy.
Generated from index 'pg_policy_polrelid_polname_index'.
func (*PgPolicy) Deleted ¶
func (pp *PgPolicy) Deleted() bool
Deleted returns true when the PgPolicy has been marked for deletion from the database.
func (*PgPolicy) Exists ¶
func (pp *PgPolicy) Exists() bool
Exists returns true when the PgPolicy exists in the database.
type PgPreparedStatement ¶
type PgPreparedStatement struct { Name sql.NullString `json:"name"` // name Statement sql.NullString `json:"statement"` // statement PrepareTime sql.NullTime `json:"prepare_time"` // prepare_time ParameterTypes []pgtypes.NullRegtype `json:"parameter_types"` // parameter_types FromSQL sql.NullBool `json:"from_sql"` // from_sql GenericPlans sql.NullInt64 `json:"generic_plans"` // generic_plans CustomPlans sql.NullInt64 `json:"custom_plans"` // custom_plans }
PgPreparedStatement represents a row from 'pg_catalog.pg_prepared_statements'.
type PgPreparedXact ¶
type PgPreparedXact struct { Transaction pgtypes.NullXid `json:"transaction"` // transaction Gid sql.NullString `json:"gid"` // gid Prepared sql.NullTime `json:"prepared"` // prepared Owner sql.NullString `json:"owner"` // owner Database sql.NullString `json:"database"` // database }
PgPreparedXact represents a row from 'pg_catalog.pg_prepared_xacts'.
type PgProc ¶
type PgProc struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Proname string `json:"proname"` // proname Pronamespace pgtypes.Oid `json:"pronamespace"` // pronamespace Proowner pgtypes.Oid `json:"proowner"` // proowner Prolang pgtypes.Oid `json:"prolang"` // prolang Procost float32 `json:"procost"` // procost Prorows float32 `json:"prorows"` // prorows Provariadic pgtypes.Oid `json:"provariadic"` // provariadic Prosupport pgtypes.Regproc `json:"prosupport"` // prosupport Prokind pgtypes.Char `json:"prokind"` // prokind Prosecdef bool `json:"prosecdef"` // prosecdef Proleakproof bool `json:"proleakproof"` // proleakproof Proisstrict bool `json:"proisstrict"` // proisstrict Proretset bool `json:"proretset"` // proretset Provolatile pgtypes.Char `json:"provolatile"` // provolatile Proparallel pgtypes.Char `json:"proparallel"` // proparallel Pronargs int16 `json:"pronargs"` // pronargs Pronargdefaults int16 `json:"pronargdefaults"` // pronargdefaults Prorettype pgtypes.Oid `json:"prorettype"` // prorettype Proargtypes pgtypes.Oidvector `json:"proargtypes"` // proargtypes Proallargtypes []pgtypes.NullOid `json:"proallargtypes"` // proallargtypes Proargmodes []pgtypes.NullChar `json:"proargmodes"` // proargmodes Proargnames []sql.NullString `json:"proargnames"` // proargnames Proargdefaults pgtypes.NullPgNodeTree `json:"proargdefaults"` // proargdefaults Protrftypes []pgtypes.NullOid `json:"protrftypes"` // protrftypes Prosrc string `json:"prosrc"` // prosrc Probin sql.NullString `json:"probin"` // probin Prosqlbody pgtypes.NullPgNodeTree `json:"prosqlbody"` // prosqlbody Proconfig []sql.NullString `json:"proconfig"` // proconfig Proacl []pgtypes.NullAclitem `json:"proacl"` // proacl // contains filtered or unexported fields }
PgProc represents a row from 'pg_catalog.pg_proc'.
func PgProcByOid ¶
PgProcByOid retrieves a row from 'pg_catalog.pg_proc' as a PgProc.
Generated from index 'pg_proc_oid_index'.
func PgProcByPronameProargtypesPronamespace ¶
func PgProcByPronameProargtypesPronamespace(ctx context.Context, db DB, proname string, proargtypes pgtypes.Oidvector, pronamespace pgtypes.Oid) (*PgProc, error)
PgProcByPronameProargtypesPronamespace retrieves a row from 'pg_catalog.pg_proc' as a PgProc.
Generated from index 'pg_proc_proname_args_nsp_index'.
func (*PgProc) Deleted ¶
Deleted returns true when the PgProc has been marked for deletion from the database.
type PgPublication ¶
type PgPublication struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Pubname string `json:"pubname"` // pubname Pubowner pgtypes.Oid `json:"pubowner"` // pubowner Puballtables bool `json:"puballtables"` // puballtables Pubinsert bool `json:"pubinsert"` // pubinsert Pubupdate bool `json:"pubupdate"` // pubupdate Pubdelete bool `json:"pubdelete"` // pubdelete Pubtruncate bool `json:"pubtruncate"` // pubtruncate Pubviaroot bool `json:"pubviaroot"` // pubviaroot // contains filtered or unexported fields }
PgPublication represents a row from 'pg_catalog.pg_publication'.
func PgPublicationByOid ¶
PgPublicationByOid retrieves a row from 'pg_catalog.pg_publication' as a PgPublication.
Generated from index 'pg_publication_oid_index'.
func PgPublicationByPubname ¶
PgPublicationByPubname retrieves a row from 'pg_catalog.pg_publication' as a PgPublication.
Generated from index 'pg_publication_pubname_index'.
func (*PgPublication) Delete ¶
func (pp *PgPublication) Delete(ctx context.Context, db DB) error
Delete deletes the PgPublication from the database.
func (*PgPublication) Deleted ¶
func (pp *PgPublication) Deleted() bool
Deleted returns true when the PgPublication has been marked for deletion from the database.
func (*PgPublication) Exists ¶
func (pp *PgPublication) Exists() bool
Exists returns true when the PgPublication exists in the database.
func (*PgPublication) Insert ¶
func (pp *PgPublication) Insert(ctx context.Context, db DB) error
Insert inserts the PgPublication to the database.
func (*PgPublication) Save ¶
func (pp *PgPublication) Save(ctx context.Context, db DB) error
Save saves the PgPublication to the database.
type PgPublicationRel ¶
type PgPublicationRel struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Prpubid pgtypes.Oid `json:"prpubid"` // prpubid Prrelid pgtypes.Oid `json:"prrelid"` // prrelid // contains filtered or unexported fields }
PgPublicationRel represents a row from 'pg_catalog.pg_publication_rel'.
func PgPublicationRelByOid ¶
PgPublicationRelByOid retrieves a row from 'pg_catalog.pg_publication_rel' as a PgPublicationRel.
Generated from index 'pg_publication_rel_oid_index'.
func PgPublicationRelByPrrelidPrpubid ¶
func PgPublicationRelByPrrelidPrpubid(ctx context.Context, db DB, prrelid, prpubid pgtypes.Oid) (*PgPublicationRel, error)
PgPublicationRelByPrrelidPrpubid retrieves a row from 'pg_catalog.pg_publication_rel' as a PgPublicationRel.
Generated from index 'pg_publication_rel_prrelid_prpubid_index'.
func (*PgPublicationRel) Delete ¶
func (ppr *PgPublicationRel) Delete(ctx context.Context, db DB) error
Delete deletes the PgPublicationRel from the database.
func (*PgPublicationRel) Deleted ¶
func (ppr *PgPublicationRel) Deleted() bool
Deleted returns true when the PgPublicationRel has been marked for deletion from the database.
func (*PgPublicationRel) Exists ¶
func (ppr *PgPublicationRel) Exists() bool
Exists returns true when the PgPublicationRel exists in the database.
func (*PgPublicationRel) Insert ¶
func (ppr *PgPublicationRel) Insert(ctx context.Context, db DB) error
Insert inserts the PgPublicationRel to the database.
func (*PgPublicationRel) Save ¶
func (ppr *PgPublicationRel) Save(ctx context.Context, db DB) error
Save saves the PgPublicationRel to the database.
type PgPublicationTable ¶
type PgPublicationTable struct { Pubname sql.NullString `json:"pubname"` // pubname Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename }
PgPublicationTable represents a row from 'pg_catalog.pg_publication_tables'.
type PgRange ¶
type PgRange struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Rngtypid pgtypes.Oid `json:"rngtypid"` // rngtypid Rngsubtype pgtypes.Oid `json:"rngsubtype"` // rngsubtype Rngmultitypid pgtypes.Oid `json:"rngmultitypid"` // rngmultitypid Rngcollation pgtypes.Oid `json:"rngcollation"` // rngcollation Rngsubopc pgtypes.Oid `json:"rngsubopc"` // rngsubopc Rngcanonical pgtypes.Regproc `json:"rngcanonical"` // rngcanonical Rngsubdiff pgtypes.Regproc `json:"rngsubdiff"` // rngsubdiff // contains filtered or unexported fields }
PgRange represents a row from 'pg_catalog.pg_range'.
func PgRangeByRngmultitypid ¶
func PgRangeByRngmultitypid(ctx context.Context, db DB, rngmultitypid pgtypes.Oid) (*PgRange, error)
PgRangeByRngmultitypid retrieves a row from 'pg_catalog.pg_range' as a PgRange.
Generated from index 'pg_range_rngmultitypid_index'.
func PgRangeByRngtypid ¶
PgRangeByRngtypid retrieves a row from 'pg_catalog.pg_range' as a PgRange.
Generated from index 'pg_range_rngtypid_index'.
func (*PgRange) Deleted ¶
Deleted returns true when the PgRange has been marked for deletion from the database.
type PgReplicationOrigin ¶
type PgReplicationOrigin struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Roident pgtypes.Oid `json:"roident"` // roident Roname string `json:"roname"` // roname // contains filtered or unexported fields }
PgReplicationOrigin represents a row from 'pg_catalog.pg_replication_origin'.
func PgReplicationOriginByRoident ¶
func PgReplicationOriginByRoident(ctx context.Context, db DB, roident pgtypes.Oid) (*PgReplicationOrigin, error)
PgReplicationOriginByRoident retrieves a row from 'pg_catalog.pg_replication_origin' as a PgReplicationOrigin.
Generated from index 'pg_replication_origin_roiident_index'.
func PgReplicationOriginByRoname ¶
func PgReplicationOriginByRoname(ctx context.Context, db DB, roname string) (*PgReplicationOrigin, error)
PgReplicationOriginByRoname retrieves a row from 'pg_catalog.pg_replication_origin' as a PgReplicationOrigin.
Generated from index 'pg_replication_origin_roname_index'.
func (*PgReplicationOrigin) Delete ¶
func (pro *PgReplicationOrigin) Delete(ctx context.Context, db DB) error
Delete deletes the PgReplicationOrigin from the database.
func (*PgReplicationOrigin) Deleted ¶
func (pro *PgReplicationOrigin) Deleted() bool
Deleted returns true when the PgReplicationOrigin has been marked for deletion from the database.
func (*PgReplicationOrigin) Exists ¶
func (pro *PgReplicationOrigin) Exists() bool
Exists returns true when the PgReplicationOrigin exists in the database.
func (*PgReplicationOrigin) Insert ¶
func (pro *PgReplicationOrigin) Insert(ctx context.Context, db DB) error
Insert inserts the PgReplicationOrigin to the database.
func (*PgReplicationOrigin) Save ¶
func (pro *PgReplicationOrigin) Save(ctx context.Context, db DB) error
Save saves the PgReplicationOrigin to the database.
type PgReplicationOriginStatus ¶
type PgReplicationOriginStatus struct { LocalID pgtypes.NullOid `json:"local_id"` // local_id ExternalID sql.NullString `json:"external_id"` // external_id RemoteLsn pgtypes.NullPgLsn `json:"remote_lsn"` // remote_lsn LocalLsn pgtypes.NullPgLsn `json:"local_lsn"` // local_lsn }
PgReplicationOriginStatus represents a row from 'pg_catalog.pg_replication_origin_status'.
type PgReplicationSlot ¶
type PgReplicationSlot struct { SlotName sql.NullString `json:"slot_name"` // slot_name Plugin sql.NullString `json:"plugin"` // plugin SlotType sql.NullString `json:"slot_type"` // slot_type Datoid pgtypes.NullOid `json:"datoid"` // datoid Database sql.NullString `json:"database"` // database Temporary sql.NullBool `json:"temporary"` // temporary Active sql.NullBool `json:"active"` // active ActivePid sql.NullInt64 `json:"active_pid"` // active_pid Xmin pgtypes.NullXid `json:"xmin"` // xmin CatalogXmin pgtypes.NullXid `json:"catalog_xmin"` // catalog_xmin RestartLsn pgtypes.NullPgLsn `json:"restart_lsn"` // restart_lsn ConfirmedFlushLsn pgtypes.NullPgLsn `json:"confirmed_flush_lsn"` // confirmed_flush_lsn WalStatus sql.NullString `json:"wal_status"` // wal_status SafeWalSize sql.NullInt64 `json:"safe_wal_size"` // safe_wal_size TwoPhase sql.NullBool `json:"two_phase"` // two_phase }
PgReplicationSlot represents a row from 'pg_catalog.pg_replication_slots'.
type PgRewrite ¶
type PgRewrite struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Rulename string `json:"rulename"` // rulename EvClass pgtypes.Oid `json:"ev_class"` // ev_class EvType pgtypes.Char `json:"ev_type"` // ev_type EvEnabled pgtypes.Char `json:"ev_enabled"` // ev_enabled IsInstead bool `json:"is_instead"` // is_instead EvQual pgtypes.PgNodeTree `json:"ev_qual"` // ev_qual EvAction pgtypes.PgNodeTree `json:"ev_action"` // ev_action // contains filtered or unexported fields }
PgRewrite represents a row from 'pg_catalog.pg_rewrite'.
func PgRewriteByEvClassRulename ¶
func PgRewriteByEvClassRulename(ctx context.Context, db DB, evClass pgtypes.Oid, rulename string) (*PgRewrite, error)
PgRewriteByEvClassRulename retrieves a row from 'pg_catalog.pg_rewrite' as a PgRewrite.
Generated from index 'pg_rewrite_rel_rulename_index'.
func PgRewriteByOid ¶
PgRewriteByOid retrieves a row from 'pg_catalog.pg_rewrite' as a PgRewrite.
Generated from index 'pg_rewrite_oid_index'.
func (*PgRewrite) Deleted ¶
Deleted returns true when the PgRewrite has been marked for deletion from the database.
type PgRole ¶
type PgRole struct { Rolname sql.NullString `json:"rolname"` // rolname Rolsuper sql.NullBool `json:"rolsuper"` // rolsuper Rolinherit sql.NullBool `json:"rolinherit"` // rolinherit Rolcreaterole sql.NullBool `json:"rolcreaterole"` // rolcreaterole Rolcreatedb sql.NullBool `json:"rolcreatedb"` // rolcreatedb Rolcanlogin sql.NullBool `json:"rolcanlogin"` // rolcanlogin Rolreplication sql.NullBool `json:"rolreplication"` // rolreplication Rolconnlimit sql.NullInt64 `json:"rolconnlimit"` // rolconnlimit Rolpassword sql.NullString `json:"rolpassword"` // rolpassword Rolvaliduntil sql.NullTime `json:"rolvaliduntil"` // rolvaliduntil Rolbypassrls sql.NullBool `json:"rolbypassrls"` // rolbypassrls Rolconfig []sql.NullString `json:"rolconfig"` // rolconfig Oid pgtypes.NullOid `json:"oid"` // oid }
PgRole represents a row from 'pg_catalog.pg_roles'.
type PgRule ¶
type PgRule struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename Rulename sql.NullString `json:"rulename"` // rulename Definition sql.NullString `json:"definition"` // definition }
PgRule represents a row from 'pg_catalog.pg_rules'.
type PgSeclabel ¶
type PgSeclabel struct { Objoid pgtypes.NullOid `json:"objoid"` // objoid Classoid pgtypes.NullOid `json:"classoid"` // classoid Objsubid sql.NullInt64 `json:"objsubid"` // objsubid Objtype sql.NullString `json:"objtype"` // objtype Objnamespace pgtypes.NullOid `json:"objnamespace"` // objnamespace Objname sql.NullString `json:"objname"` // objname Provider sql.NullString `json:"provider"` // provider Label sql.NullString `json:"label"` // label }
PgSeclabel represents a row from 'pg_catalog.pg_seclabels'.
func PgSeclabelByObjoidClassoidObjsubidProvider ¶
func PgSeclabelByObjoidClassoidObjsubidProvider(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, objsubid int, provider string) (*PgSeclabel, error)
PgSeclabelByObjoidClassoidObjsubidProvider retrieves a row from 'pg_catalog.pg_seclabel' as a PgSeclabel.
Generated from index 'pg_seclabel_object_index'.
func (*PgSeclabel) Deleted ¶
func (ps *PgSeclabel) Deleted() bool
Deleted returns true when the PgSeclabel has been marked for deletion from the database.
func (*PgSeclabel) Exists ¶
func (ps *PgSeclabel) Exists() bool
Exists returns true when the PgSeclabel exists in the database.
type PgSequence ¶
type PgSequence struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Sequencename sql.NullString `json:"sequencename"` // sequencename Sequenceowner sql.NullString `json:"sequenceowner"` // sequenceowner DataType pgtypes.NullRegtype `json:"data_type"` // data_type StartValue sql.NullInt64 `json:"start_value"` // start_value MinValue sql.NullInt64 `json:"min_value"` // min_value MaxValue sql.NullInt64 `json:"max_value"` // max_value IncrementBy sql.NullInt64 `json:"increment_by"` // increment_by Cycle sql.NullBool `json:"cycle"` // cycle CacheSize sql.NullInt64 `json:"cache_size"` // cache_size LastValue sql.NullInt64 `json:"last_value"` // last_value }
PgSequence represents a row from 'pg_catalog.pg_sequences'.
func PgSequenceBySeqrelid ¶
PgSequenceBySeqrelid retrieves a row from 'pg_catalog.pg_sequence' as a PgSequence.
Generated from index 'pg_sequence_seqrelid_index'.
func (*PgSequence) Deleted ¶
func (ps *PgSequence) Deleted() bool
Deleted returns true when the PgSequence has been marked for deletion from the database.
func (*PgSequence) Exists ¶
func (ps *PgSequence) Exists() bool
Exists returns true when the PgSequence exists in the database.
type PgSetting ¶
type PgSetting struct { Name sql.NullString `json:"name"` // name Setting sql.NullString `json:"setting"` // setting Unit sql.NullString `json:"unit"` // unit Category sql.NullString `json:"category"` // category ShortDesc sql.NullString `json:"short_desc"` // short_desc ExtraDesc sql.NullString `json:"extra_desc"` // extra_desc Context sql.NullString `json:"context"` // context Vartype sql.NullString `json:"vartype"` // vartype Source sql.NullString `json:"source"` // source MinVal sql.NullString `json:"min_val"` // min_val MaxVal sql.NullString `json:"max_val"` // max_val Enumvals []sql.NullString `json:"enumvals"` // enumvals BootVal sql.NullString `json:"boot_val"` // boot_val ResetVal sql.NullString `json:"reset_val"` // reset_val Sourcefile sql.NullString `json:"sourcefile"` // sourcefile Sourceline sql.NullInt64 `json:"sourceline"` // sourceline PendingRestart sql.NullBool `json:"pending_restart"` // pending_restart }
PgSetting represents a row from 'pg_catalog.pg_settings'.
type PgShadow ¶
type PgShadow struct { Usename sql.NullString `json:"usename"` // usename Usesysid pgtypes.NullOid `json:"usesysid"` // usesysid Usecreatedb sql.NullBool `json:"usecreatedb"` // usecreatedb Usesuper sql.NullBool `json:"usesuper"` // usesuper Userepl sql.NullBool `json:"userepl"` // userepl Usebypassrls sql.NullBool `json:"usebypassrls"` // usebypassrls Passwd sql.NullString `json:"passwd"` // passwd Valuntil sql.NullTime `json:"valuntil"` // valuntil Useconfig []sql.NullString `json:"useconfig"` // useconfig }
PgShadow represents a row from 'pg_catalog.pg_shadow'.
type PgShdepend ¶
type PgShdepend struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Dbid pgtypes.Oid `json:"dbid"` // dbid Classid pgtypes.Oid `json:"classid"` // classid Objid pgtypes.Oid `json:"objid"` // objid Objsubid int `json:"objsubid"` // objsubid Refclassid pgtypes.Oid `json:"refclassid"` // refclassid Refobjid pgtypes.Oid `json:"refobjid"` // refobjid Deptype pgtypes.Char `json:"deptype"` // deptype }
PgShdepend represents a row from 'pg_catalog.pg_shdepend'.
func PgShdependByDbidClassidObjidObjsubid ¶
func PgShdependByDbidClassidObjidObjsubid(ctx context.Context, db DB, dbid, classid, objid pgtypes.Oid, objsubid int) ([]*PgShdepend, error)
PgShdependByDbidClassidObjidObjsubid retrieves a row from 'pg_catalog.pg_shdepend' as a PgShdepend.
Generated from index 'pg_shdepend_depender_index'.
func PgShdependByRefclassidRefobjid ¶
func PgShdependByRefclassidRefobjid(ctx context.Context, db DB, refclassid, refobjid pgtypes.Oid) ([]*PgShdepend, error)
PgShdependByRefclassidRefobjid retrieves a row from 'pg_catalog.pg_shdepend' as a PgShdepend.
Generated from index 'pg_shdepend_reference_index'.
type PgShdescription ¶
type PgShdescription struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Objoid pgtypes.Oid `json:"objoid"` // objoid Classoid pgtypes.Oid `json:"classoid"` // classoid Description string `json:"description"` // description // contains filtered or unexported fields }
PgShdescription represents a row from 'pg_catalog.pg_shdescription'.
func PgShdescriptionByObjoidClassoid ¶
func PgShdescriptionByObjoidClassoid(ctx context.Context, db DB, objoid, classoid pgtypes.Oid) (*PgShdescription, error)
PgShdescriptionByObjoidClassoid retrieves a row from 'pg_catalog.pg_shdescription' as a PgShdescription.
Generated from index 'pg_shdescription_o_c_index'.
func (*PgShdescription) Delete ¶
func (ps *PgShdescription) Delete(ctx context.Context, db DB) error
Delete deletes the PgShdescription from the database.
func (*PgShdescription) Deleted ¶
func (ps *PgShdescription) Deleted() bool
Deleted returns true when the PgShdescription has been marked for deletion from the database.
func (*PgShdescription) Exists ¶
func (ps *PgShdescription) Exists() bool
Exists returns true when the PgShdescription exists in the database.
func (*PgShdescription) Insert ¶
func (ps *PgShdescription) Insert(ctx context.Context, db DB) error
Insert inserts the PgShdescription to the database.
func (*PgShdescription) Save ¶
func (ps *PgShdescription) Save(ctx context.Context, db DB) error
Save saves the PgShdescription to the database.
type PgShmemAllocation ¶
type PgShmemAllocation struct { Name sql.NullString `json:"name"` // name Off sql.NullInt64 `json:"off"` // off Size sql.NullInt64 `json:"size"` // size AllocatedSize sql.NullInt64 `json:"allocated_size"` // allocated_size }
PgShmemAllocation represents a row from 'pg_catalog.pg_shmem_allocations'.
type PgShseclabel ¶
type PgShseclabel struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Objoid pgtypes.Oid `json:"objoid"` // objoid Classoid pgtypes.Oid `json:"classoid"` // classoid Provider string `json:"provider"` // provider Label string `json:"label"` // label // contains filtered or unexported fields }
PgShseclabel represents a row from 'pg_catalog.pg_shseclabel'.
func PgShseclabelByObjoidClassoidProvider ¶
func PgShseclabelByObjoidClassoidProvider(ctx context.Context, db DB, objoid, classoid pgtypes.Oid, provider string) (*PgShseclabel, error)
PgShseclabelByObjoidClassoidProvider retrieves a row from 'pg_catalog.pg_shseclabel' as a PgShseclabel.
Generated from index 'pg_shseclabel_object_index'.
func (*PgShseclabel) Delete ¶
func (ps *PgShseclabel) Delete(ctx context.Context, db DB) error
Delete deletes the PgShseclabel from the database.
func (*PgShseclabel) Deleted ¶
func (ps *PgShseclabel) Deleted() bool
Deleted returns true when the PgShseclabel has been marked for deletion from the database.
func (*PgShseclabel) Exists ¶
func (ps *PgShseclabel) Exists() bool
Exists returns true when the PgShseclabel exists in the database.
func (*PgShseclabel) Insert ¶
func (ps *PgShseclabel) Insert(ctx context.Context, db DB) error
Insert inserts the PgShseclabel to the database.
func (*PgShseclabel) Save ¶
func (ps *PgShseclabel) Save(ctx context.Context, db DB) error
Save saves the PgShseclabel to the database.
type PgStat ¶
type PgStat struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename Attname sql.NullString `json:"attname"` // attname Inherited sql.NullBool `json:"inherited"` // inherited NullFrac sql.NullFloat64 `json:"null_frac"` // null_frac AvgWidth sql.NullInt64 `json:"avg_width"` // avg_width NDistinct sql.NullFloat64 `json:"n_distinct"` // n_distinct MostCommonVals pgtypes.NullAnyarray `json:"most_common_vals"` // most_common_vals MostCommonFreqs []sql.NullFloat64 `json:"most_common_freqs"` // most_common_freqs HistogramBounds pgtypes.NullAnyarray `json:"histogram_bounds"` // histogram_bounds Correlation sql.NullFloat64 `json:"correlation"` // correlation MostCommonElems pgtypes.NullAnyarray `json:"most_common_elems"` // most_common_elems MostCommonElemFreqs []sql.NullFloat64 `json:"most_common_elem_freqs"` // most_common_elem_freqs ElemCountHistogram []sql.NullFloat64 `json:"elem_count_histogram"` // elem_count_histogram }
PgStat represents a row from 'pg_catalog.pg_stats'.
type PgStatActivity ¶
type PgStatActivity struct { Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Pid sql.NullInt64 `json:"pid"` // pid LeaderPid sql.NullInt64 `json:"leader_pid"` // leader_pid Usesysid pgtypes.NullOid `json:"usesysid"` // usesysid Usename sql.NullString `json:"usename"` // usename ApplicationName sql.NullString `json:"application_name"` // application_name ClientAddr sql.NullString `json:"client_addr"` // client_addr ClientHostname sql.NullString `json:"client_hostname"` // client_hostname ClientPort sql.NullInt64 `json:"client_port"` // client_port BackendStart sql.NullTime `json:"backend_start"` // backend_start XactStart sql.NullTime `json:"xact_start"` // xact_start QueryStart sql.NullTime `json:"query_start"` // query_start StateChange sql.NullTime `json:"state_change"` // state_change WaitEventType sql.NullString `json:"wait_event_type"` // wait_event_type WaitEvent sql.NullString `json:"wait_event"` // wait_event State sql.NullString `json:"state"` // state BackendXid pgtypes.NullXid `json:"backend_xid"` // backend_xid BackendXmin pgtypes.NullXid `json:"backend_xmin"` // backend_xmin QueryID sql.NullInt64 `json:"query_id"` // query_id Query sql.NullString `json:"query"` // query BackendType sql.NullString `json:"backend_type"` // backend_type }
PgStatActivity represents a row from 'pg_catalog.pg_stat_activity'.
type PgStatAllIndex ¶
type PgStatAllIndex struct { Relid pgtypes.NullOid `json:"relid"` // relid Indexrelid pgtypes.NullOid `json:"indexrelid"` // indexrelid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname Indexrelname sql.NullString `json:"indexrelname"` // indexrelname IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupRead sql.NullInt64 `json:"idx_tup_read"` // idx_tup_read IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch }
PgStatAllIndex represents a row from 'pg_catalog.pg_stat_all_indexes'.
type PgStatAllTable ¶
type PgStatAllTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname SeqScan sql.NullInt64 `json:"seq_scan"` // seq_scan SeqTupRead sql.NullInt64 `json:"seq_tup_read"` // seq_tup_read IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch NTupIns sql.NullInt64 `json:"n_tup_ins"` // n_tup_ins NTupUpd sql.NullInt64 `json:"n_tup_upd"` // n_tup_upd NTupDel sql.NullInt64 `json:"n_tup_del"` // n_tup_del NTupHotUpd sql.NullInt64 `json:"n_tup_hot_upd"` // n_tup_hot_upd NLiveTup sql.NullInt64 `json:"n_live_tup"` // n_live_tup NDeadTup sql.NullInt64 `json:"n_dead_tup"` // n_dead_tup NModSinceAnalyze sql.NullInt64 `json:"n_mod_since_analyze"` // n_mod_since_analyze NInsSinceVacuum sql.NullInt64 `json:"n_ins_since_vacuum"` // n_ins_since_vacuum LastVacuum sql.NullTime `json:"last_vacuum"` // last_vacuum LastAutovacuum sql.NullTime `json:"last_autovacuum"` // last_autovacuum LastAnalyze sql.NullTime `json:"last_analyze"` // last_analyze LastAutoanalyze sql.NullTime `json:"last_autoanalyze"` // last_autoanalyze VacuumCount sql.NullInt64 `json:"vacuum_count"` // vacuum_count AutovacuumCount sql.NullInt64 `json:"autovacuum_count"` // autovacuum_count AnalyzeCount sql.NullInt64 `json:"analyze_count"` // analyze_count AutoanalyzeCount sql.NullInt64 `json:"autoanalyze_count"` // autoanalyze_count }
PgStatAllTable represents a row from 'pg_catalog.pg_stat_all_tables'.
type PgStatArchiver ¶
type PgStatArchiver struct { ArchivedCount sql.NullInt64 `json:"archived_count"` // archived_count LastArchivedWal sql.NullString `json:"last_archived_wal"` // last_archived_wal LastArchivedTime sql.NullTime `json:"last_archived_time"` // last_archived_time FailedCount sql.NullInt64 `json:"failed_count"` // failed_count LastFailedWal sql.NullString `json:"last_failed_wal"` // last_failed_wal LastFailedTime sql.NullTime `json:"last_failed_time"` // last_failed_time StatsReset sql.NullTime `json:"stats_reset"` // stats_reset }
PgStatArchiver represents a row from 'pg_catalog.pg_stat_archiver'.
type PgStatBgwriter ¶
type PgStatBgwriter struct { CheckpointsTimed sql.NullInt64 `json:"checkpoints_timed"` // checkpoints_timed CheckpointsReq sql.NullInt64 `json:"checkpoints_req"` // checkpoints_req CheckpointWriteTime sql.NullFloat64 `json:"checkpoint_write_time"` // checkpoint_write_time CheckpointSyncTime sql.NullFloat64 `json:"checkpoint_sync_time"` // checkpoint_sync_time BuffersCheckpoint sql.NullInt64 `json:"buffers_checkpoint"` // buffers_checkpoint BuffersClean sql.NullInt64 `json:"buffers_clean"` // buffers_clean MaxwrittenClean sql.NullInt64 `json:"maxwritten_clean"` // maxwritten_clean BuffersBackend sql.NullInt64 `json:"buffers_backend"` // buffers_backend BuffersBackendFsync sql.NullInt64 `json:"buffers_backend_fsync"` // buffers_backend_fsync BuffersAlloc sql.NullInt64 `json:"buffers_alloc"` // buffers_alloc StatsReset sql.NullTime `json:"stats_reset"` // stats_reset }
PgStatBgwriter represents a row from 'pg_catalog.pg_stat_bgwriter'.
type PgStatDatabase ¶
type PgStatDatabase struct { Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Numbackends sql.NullInt64 `json:"numbackends"` // numbackends XactCommit sql.NullInt64 `json:"xact_commit"` // xact_commit XactRollback sql.NullInt64 `json:"xact_rollback"` // xact_rollback BlksRead sql.NullInt64 `json:"blks_read"` // blks_read BlksHit sql.NullInt64 `json:"blks_hit"` // blks_hit TupReturned sql.NullInt64 `json:"tup_returned"` // tup_returned TupFetched sql.NullInt64 `json:"tup_fetched"` // tup_fetched TupInserted sql.NullInt64 `json:"tup_inserted"` // tup_inserted TupUpdated sql.NullInt64 `json:"tup_updated"` // tup_updated TupDeleted sql.NullInt64 `json:"tup_deleted"` // tup_deleted Conflicts sql.NullInt64 `json:"conflicts"` // conflicts TempFiles sql.NullInt64 `json:"temp_files"` // temp_files TempBytes sql.NullInt64 `json:"temp_bytes"` // temp_bytes Deadlocks sql.NullInt64 `json:"deadlocks"` // deadlocks ChecksumFailures sql.NullInt64 `json:"checksum_failures"` // checksum_failures ChecksumLastFailure sql.NullTime `json:"checksum_last_failure"` // checksum_last_failure BlkReadTime sql.NullFloat64 `json:"blk_read_time"` // blk_read_time BlkWriteTime sql.NullFloat64 `json:"blk_write_time"` // blk_write_time SessionTime sql.NullFloat64 `json:"session_time"` // session_time ActiveTime sql.NullFloat64 `json:"active_time"` // active_time IdleInTransactionTime sql.NullFloat64 `json:"idle_in_transaction_time"` // idle_in_transaction_time Sessions sql.NullInt64 `json:"sessions"` // sessions SessionsAbandoned sql.NullInt64 `json:"sessions_abandoned"` // sessions_abandoned SessionsFatal sql.NullInt64 `json:"sessions_fatal"` // sessions_fatal SessionsKilled sql.NullInt64 `json:"sessions_killed"` // sessions_killed StatsReset sql.NullTime `json:"stats_reset"` // stats_reset }
PgStatDatabase represents a row from 'pg_catalog.pg_stat_database'.
type PgStatDatabaseConflict ¶
type PgStatDatabaseConflict struct { Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname ConflTablespace sql.NullInt64 `json:"confl_tablespace"` // confl_tablespace ConflLock sql.NullInt64 `json:"confl_lock"` // confl_lock ConflSnapshot sql.NullInt64 `json:"confl_snapshot"` // confl_snapshot ConflBufferpin sql.NullInt64 `json:"confl_bufferpin"` // confl_bufferpin ConflDeadlock sql.NullInt64 `json:"confl_deadlock"` // confl_deadlock }
PgStatDatabaseConflict represents a row from 'pg_catalog.pg_stat_database_conflicts'.
type PgStatGssapi ¶
type PgStatGssapi struct { Pid sql.NullInt64 `json:"pid"` // pid GssAuthenticated sql.NullBool `json:"gss_authenticated"` // gss_authenticated Principal sql.NullString `json:"principal"` // principal Encrypted sql.NullBool `json:"encrypted"` // encrypted }
PgStatGssapi represents a row from 'pg_catalog.pg_stat_gssapi'.
type PgStatProgressAnalyze ¶
type PgStatProgressAnalyze struct { Pid sql.NullInt64 `json:"pid"` // pid Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Relid pgtypes.NullOid `json:"relid"` // relid Phase sql.NullString `json:"phase"` // phase SampleBlksTotal sql.NullInt64 `json:"sample_blks_total"` // sample_blks_total SampleBlksScanned sql.NullInt64 `json:"sample_blks_scanned"` // sample_blks_scanned ExtStatsTotal sql.NullInt64 `json:"ext_stats_total"` // ext_stats_total ExtStatsComputed sql.NullInt64 `json:"ext_stats_computed"` // ext_stats_computed ChildTablesTotal sql.NullInt64 `json:"child_tables_total"` // child_tables_total ChildTablesDone sql.NullInt64 `json:"child_tables_done"` // child_tables_done CurrentChildTableRelid pgtypes.NullOid `json:"current_child_table_relid"` // current_child_table_relid }
PgStatProgressAnalyze represents a row from 'pg_catalog.pg_stat_progress_analyze'.
type PgStatProgressBasebackup ¶
type PgStatProgressBasebackup struct { Pid sql.NullInt64 `json:"pid"` // pid Phase sql.NullString `json:"phase"` // phase BackupTotal sql.NullInt64 `json:"backup_total"` // backup_total BackupStreamed sql.NullInt64 `json:"backup_streamed"` // backup_streamed TablespacesTotal sql.NullInt64 `json:"tablespaces_total"` // tablespaces_total TablespacesStreamed sql.NullInt64 `json:"tablespaces_streamed"` // tablespaces_streamed }
PgStatProgressBasebackup represents a row from 'pg_catalog.pg_stat_progress_basebackup'.
type PgStatProgressCluster ¶
type PgStatProgressCluster struct { Pid sql.NullInt64 `json:"pid"` // pid Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Relid pgtypes.NullOid `json:"relid"` // relid Command sql.NullString `json:"command"` // command Phase sql.NullString `json:"phase"` // phase ClusterIndexRelid pgtypes.NullOid `json:"cluster_index_relid"` // cluster_index_relid HeapTuplesScanned sql.NullInt64 `json:"heap_tuples_scanned"` // heap_tuples_scanned HeapTuplesWritten sql.NullInt64 `json:"heap_tuples_written"` // heap_tuples_written HeapBlksTotal sql.NullInt64 `json:"heap_blks_total"` // heap_blks_total HeapBlksScanned sql.NullInt64 `json:"heap_blks_scanned"` // heap_blks_scanned IndexRebuildCount sql.NullInt64 `json:"index_rebuild_count"` // index_rebuild_count }
PgStatProgressCluster represents a row from 'pg_catalog.pg_stat_progress_cluster'.
type PgStatProgressCopy ¶
type PgStatProgressCopy struct { Pid sql.NullInt64 `json:"pid"` // pid Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Relid pgtypes.NullOid `json:"relid"` // relid Command sql.NullString `json:"command"` // command Type sql.NullString `json:"type"` // type BytesProcessed sql.NullInt64 `json:"bytes_processed"` // bytes_processed BytesTotal sql.NullInt64 `json:"bytes_total"` // bytes_total TuplesProcessed sql.NullInt64 `json:"tuples_processed"` // tuples_processed TuplesExcluded sql.NullInt64 `json:"tuples_excluded"` // tuples_excluded }
PgStatProgressCopy represents a row from 'pg_catalog.pg_stat_progress_copy'.
type PgStatProgressCreateIndex ¶
type PgStatProgressCreateIndex struct { Pid sql.NullInt64 `json:"pid"` // pid Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Relid pgtypes.NullOid `json:"relid"` // relid IndexRelid pgtypes.NullOid `json:"index_relid"` // index_relid Command sql.NullString `json:"command"` // command Phase sql.NullString `json:"phase"` // phase LockersTotal sql.NullInt64 `json:"lockers_total"` // lockers_total LockersDone sql.NullInt64 `json:"lockers_done"` // lockers_done CurrentLockerPid sql.NullInt64 `json:"current_locker_pid"` // current_locker_pid BlocksTotal sql.NullInt64 `json:"blocks_total"` // blocks_total BlocksDone sql.NullInt64 `json:"blocks_done"` // blocks_done TuplesTotal sql.NullInt64 `json:"tuples_total"` // tuples_total TuplesDone sql.NullInt64 `json:"tuples_done"` // tuples_done PartitionsTotal sql.NullInt64 `json:"partitions_total"` // partitions_total PartitionsDone sql.NullInt64 `json:"partitions_done"` // partitions_done }
PgStatProgressCreateIndex represents a row from 'pg_catalog.pg_stat_progress_create_index'.
type PgStatProgressVacuum ¶
type PgStatProgressVacuum struct { Pid sql.NullInt64 `json:"pid"` // pid Datid pgtypes.NullOid `json:"datid"` // datid Datname sql.NullString `json:"datname"` // datname Relid pgtypes.NullOid `json:"relid"` // relid Phase sql.NullString `json:"phase"` // phase HeapBlksTotal sql.NullInt64 `json:"heap_blks_total"` // heap_blks_total HeapBlksScanned sql.NullInt64 `json:"heap_blks_scanned"` // heap_blks_scanned HeapBlksVacuumed sql.NullInt64 `json:"heap_blks_vacuumed"` // heap_blks_vacuumed IndexVacuumCount sql.NullInt64 `json:"index_vacuum_count"` // index_vacuum_count MaxDeadTuples sql.NullInt64 `json:"max_dead_tuples"` // max_dead_tuples NumDeadTuples sql.NullInt64 `json:"num_dead_tuples"` // num_dead_tuples }
PgStatProgressVacuum represents a row from 'pg_catalog.pg_stat_progress_vacuum'.
type PgStatReplication ¶
type PgStatReplication struct { Pid sql.NullInt64 `json:"pid"` // pid Usesysid pgtypes.NullOid `json:"usesysid"` // usesysid Usename sql.NullString `json:"usename"` // usename ApplicationName sql.NullString `json:"application_name"` // application_name ClientAddr sql.NullString `json:"client_addr"` // client_addr ClientHostname sql.NullString `json:"client_hostname"` // client_hostname ClientPort sql.NullInt64 `json:"client_port"` // client_port BackendStart sql.NullTime `json:"backend_start"` // backend_start BackendXmin pgtypes.NullXid `json:"backend_xmin"` // backend_xmin State sql.NullString `json:"state"` // state SentLsn pgtypes.NullPgLsn `json:"sent_lsn"` // sent_lsn WriteLsn pgtypes.NullPgLsn `json:"write_lsn"` // write_lsn FlushLsn pgtypes.NullPgLsn `json:"flush_lsn"` // flush_lsn ReplayLsn pgtypes.NullPgLsn `json:"replay_lsn"` // replay_lsn WriteLag []byte `json:"write_lag"` // write_lag FlushLag []byte `json:"flush_lag"` // flush_lag ReplayLag []byte `json:"replay_lag"` // replay_lag SyncPriority sql.NullInt64 `json:"sync_priority"` // sync_priority SyncState sql.NullString `json:"sync_state"` // sync_state ReplyTime sql.NullTime `json:"reply_time"` // reply_time }
PgStatReplication represents a row from 'pg_catalog.pg_stat_replication'.
type PgStatReplicationSlot ¶
type PgStatReplicationSlot struct { SlotName sql.NullString `json:"slot_name"` // slot_name SpillTxns sql.NullInt64 `json:"spill_txns"` // spill_txns SpillCount sql.NullInt64 `json:"spill_count"` // spill_count SpillBytes sql.NullInt64 `json:"spill_bytes"` // spill_bytes StreamTxns sql.NullInt64 `json:"stream_txns"` // stream_txns StreamCount sql.NullInt64 `json:"stream_count"` // stream_count StreamBytes sql.NullInt64 `json:"stream_bytes"` // stream_bytes TotalTxns sql.NullInt64 `json:"total_txns"` // total_txns TotalBytes sql.NullInt64 `json:"total_bytes"` // total_bytes StatsReset sql.NullTime `json:"stats_reset"` // stats_reset }
PgStatReplicationSlot represents a row from 'pg_catalog.pg_stat_replication_slots'.
type PgStatSlru ¶
type PgStatSlru struct { Name sql.NullString `json:"name"` // name BlksZeroed sql.NullInt64 `json:"blks_zeroed"` // blks_zeroed BlksHit sql.NullInt64 `json:"blks_hit"` // blks_hit BlksRead sql.NullInt64 `json:"blks_read"` // blks_read BlksWritten sql.NullInt64 `json:"blks_written"` // blks_written BlksExists sql.NullInt64 `json:"blks_exists"` // blks_exists Flushes sql.NullInt64 `json:"flushes"` // flushes Truncates sql.NullInt64 `json:"truncates"` // truncates StatsReset sql.NullTime `json:"stats_reset"` // stats_reset }
PgStatSlru represents a row from 'pg_catalog.pg_stat_slru'.
type PgStatSsl ¶
type PgStatSsl struct { Pid sql.NullInt64 `json:"pid"` // pid Ssl sql.NullBool `json:"ssl"` // ssl Version sql.NullString `json:"version"` // version Cipher sql.NullString `json:"cipher"` // cipher Bits sql.NullInt64 `json:"bits"` // bits ClientDn sql.NullString `json:"client_dn"` // client_dn ClientSerial sql.NullFloat64 `json:"client_serial"` // client_serial IssuerDn sql.NullString `json:"issuer_dn"` // issuer_dn }
PgStatSsl represents a row from 'pg_catalog.pg_stat_ssl'.
type PgStatSubscription ¶
type PgStatSubscription struct { Subid pgtypes.NullOid `json:"subid"` // subid Subname sql.NullString `json:"subname"` // subname Pid sql.NullInt64 `json:"pid"` // pid Relid pgtypes.NullOid `json:"relid"` // relid ReceivedLsn pgtypes.NullPgLsn `json:"received_lsn"` // received_lsn LastMsgSendTime sql.NullTime `json:"last_msg_send_time"` // last_msg_send_time LastMsgReceiptTime sql.NullTime `json:"last_msg_receipt_time"` // last_msg_receipt_time LatestEndLsn pgtypes.NullPgLsn `json:"latest_end_lsn"` // latest_end_lsn LatestEndTime sql.NullTime `json:"latest_end_time"` // latest_end_time }
PgStatSubscription represents a row from 'pg_catalog.pg_stat_subscription'.
type PgStatSysIndex ¶
type PgStatSysIndex struct { Relid pgtypes.NullOid `json:"relid"` // relid Indexrelid pgtypes.NullOid `json:"indexrelid"` // indexrelid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname Indexrelname sql.NullString `json:"indexrelname"` // indexrelname IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupRead sql.NullInt64 `json:"idx_tup_read"` // idx_tup_read IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch }
PgStatSysIndex represents a row from 'pg_catalog.pg_stat_sys_indexes'.
type PgStatSysTable ¶
type PgStatSysTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname SeqScan sql.NullInt64 `json:"seq_scan"` // seq_scan SeqTupRead sql.NullInt64 `json:"seq_tup_read"` // seq_tup_read IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch NTupIns sql.NullInt64 `json:"n_tup_ins"` // n_tup_ins NTupUpd sql.NullInt64 `json:"n_tup_upd"` // n_tup_upd NTupDel sql.NullInt64 `json:"n_tup_del"` // n_tup_del NTupHotUpd sql.NullInt64 `json:"n_tup_hot_upd"` // n_tup_hot_upd NLiveTup sql.NullInt64 `json:"n_live_tup"` // n_live_tup NDeadTup sql.NullInt64 `json:"n_dead_tup"` // n_dead_tup NModSinceAnalyze sql.NullInt64 `json:"n_mod_since_analyze"` // n_mod_since_analyze NInsSinceVacuum sql.NullInt64 `json:"n_ins_since_vacuum"` // n_ins_since_vacuum LastVacuum sql.NullTime `json:"last_vacuum"` // last_vacuum LastAutovacuum sql.NullTime `json:"last_autovacuum"` // last_autovacuum LastAnalyze sql.NullTime `json:"last_analyze"` // last_analyze LastAutoanalyze sql.NullTime `json:"last_autoanalyze"` // last_autoanalyze VacuumCount sql.NullInt64 `json:"vacuum_count"` // vacuum_count AutovacuumCount sql.NullInt64 `json:"autovacuum_count"` // autovacuum_count AnalyzeCount sql.NullInt64 `json:"analyze_count"` // analyze_count AutoanalyzeCount sql.NullInt64 `json:"autoanalyze_count"` // autoanalyze_count }
PgStatSysTable represents a row from 'pg_catalog.pg_stat_sys_tables'.
type PgStatUserFunction ¶
type PgStatUserFunction struct { Funcid pgtypes.NullOid `json:"funcid"` // funcid Schemaname sql.NullString `json:"schemaname"` // schemaname Funcname sql.NullString `json:"funcname"` // funcname Calls sql.NullInt64 `json:"calls"` // calls TotalTime sql.NullFloat64 `json:"total_time"` // total_time SelfTime sql.NullFloat64 `json:"self_time"` // self_time }
PgStatUserFunction represents a row from 'pg_catalog.pg_stat_user_functions'.
type PgStatUserIndex ¶
type PgStatUserIndex struct { Relid pgtypes.NullOid `json:"relid"` // relid Indexrelid pgtypes.NullOid `json:"indexrelid"` // indexrelid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname Indexrelname sql.NullString `json:"indexrelname"` // indexrelname IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupRead sql.NullInt64 `json:"idx_tup_read"` // idx_tup_read IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch }
PgStatUserIndex represents a row from 'pg_catalog.pg_stat_user_indexes'.
type PgStatUserTable ¶
type PgStatUserTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname SeqScan sql.NullInt64 `json:"seq_scan"` // seq_scan SeqTupRead sql.NullInt64 `json:"seq_tup_read"` // seq_tup_read IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch NTupIns sql.NullInt64 `json:"n_tup_ins"` // n_tup_ins NTupUpd sql.NullInt64 `json:"n_tup_upd"` // n_tup_upd NTupDel sql.NullInt64 `json:"n_tup_del"` // n_tup_del NTupHotUpd sql.NullInt64 `json:"n_tup_hot_upd"` // n_tup_hot_upd NLiveTup sql.NullInt64 `json:"n_live_tup"` // n_live_tup NDeadTup sql.NullInt64 `json:"n_dead_tup"` // n_dead_tup NModSinceAnalyze sql.NullInt64 `json:"n_mod_since_analyze"` // n_mod_since_analyze NInsSinceVacuum sql.NullInt64 `json:"n_ins_since_vacuum"` // n_ins_since_vacuum LastVacuum sql.NullTime `json:"last_vacuum"` // last_vacuum LastAutovacuum sql.NullTime `json:"last_autovacuum"` // last_autovacuum LastAnalyze sql.NullTime `json:"last_analyze"` // last_analyze LastAutoanalyze sql.NullTime `json:"last_autoanalyze"` // last_autoanalyze VacuumCount sql.NullInt64 `json:"vacuum_count"` // vacuum_count AutovacuumCount sql.NullInt64 `json:"autovacuum_count"` // autovacuum_count AnalyzeCount sql.NullInt64 `json:"analyze_count"` // analyze_count AutoanalyzeCount sql.NullInt64 `json:"autoanalyze_count"` // autoanalyze_count }
PgStatUserTable represents a row from 'pg_catalog.pg_stat_user_tables'.
type PgStatWal ¶
type PgStatWal struct { WalRecords sql.NullInt64 `json:"wal_records"` // wal_records WalFpi sql.NullInt64 `json:"wal_fpi"` // wal_fpi WalBytes sql.NullFloat64 `json:"wal_bytes"` // wal_bytes WalBuffersFull sql.NullInt64 `json:"wal_buffers_full"` // wal_buffers_full WalWrite sql.NullInt64 `json:"wal_write"` // wal_write WalSync sql.NullInt64 `json:"wal_sync"` // wal_sync WalWriteTime sql.NullFloat64 `json:"wal_write_time"` // wal_write_time WalSyncTime sql.NullFloat64 `json:"wal_sync_time"` // wal_sync_time StatsReset sql.NullTime `json:"stats_reset"` // stats_reset }
PgStatWal represents a row from 'pg_catalog.pg_stat_wal'.
type PgStatWalReceiver ¶
type PgStatWalReceiver struct { Pid sql.NullInt64 `json:"pid"` // pid Status sql.NullString `json:"status"` // status ReceiveStartLsn pgtypes.NullPgLsn `json:"receive_start_lsn"` // receive_start_lsn ReceiveStartTli sql.NullInt64 `json:"receive_start_tli"` // receive_start_tli WrittenLsn pgtypes.NullPgLsn `json:"written_lsn"` // written_lsn FlushedLsn pgtypes.NullPgLsn `json:"flushed_lsn"` // flushed_lsn ReceivedTli sql.NullInt64 `json:"received_tli"` // received_tli LastMsgSendTime sql.NullTime `json:"last_msg_send_time"` // last_msg_send_time LastMsgReceiptTime sql.NullTime `json:"last_msg_receipt_time"` // last_msg_receipt_time LatestEndLsn pgtypes.NullPgLsn `json:"latest_end_lsn"` // latest_end_lsn LatestEndTime sql.NullTime `json:"latest_end_time"` // latest_end_time SlotName sql.NullString `json:"slot_name"` // slot_name SenderHost sql.NullString `json:"sender_host"` // sender_host SenderPort sql.NullInt64 `json:"sender_port"` // sender_port Conninfo sql.NullString `json:"conninfo"` // conninfo }
PgStatWalReceiver represents a row from 'pg_catalog.pg_stat_wal_receiver'.
type PgStatXactAllTable ¶
type PgStatXactAllTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname SeqScan sql.NullInt64 `json:"seq_scan"` // seq_scan SeqTupRead sql.NullInt64 `json:"seq_tup_read"` // seq_tup_read IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch NTupIns sql.NullInt64 `json:"n_tup_ins"` // n_tup_ins NTupUpd sql.NullInt64 `json:"n_tup_upd"` // n_tup_upd NTupDel sql.NullInt64 `json:"n_tup_del"` // n_tup_del NTupHotUpd sql.NullInt64 `json:"n_tup_hot_upd"` // n_tup_hot_upd }
PgStatXactAllTable represents a row from 'pg_catalog.pg_stat_xact_all_tables'.
type PgStatXactSysTable ¶
type PgStatXactSysTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname SeqScan sql.NullInt64 `json:"seq_scan"` // seq_scan SeqTupRead sql.NullInt64 `json:"seq_tup_read"` // seq_tup_read IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch NTupIns sql.NullInt64 `json:"n_tup_ins"` // n_tup_ins NTupUpd sql.NullInt64 `json:"n_tup_upd"` // n_tup_upd NTupDel sql.NullInt64 `json:"n_tup_del"` // n_tup_del NTupHotUpd sql.NullInt64 `json:"n_tup_hot_upd"` // n_tup_hot_upd }
PgStatXactSysTable represents a row from 'pg_catalog.pg_stat_xact_sys_tables'.
type PgStatXactUserFunction ¶
type PgStatXactUserFunction struct { Funcid pgtypes.NullOid `json:"funcid"` // funcid Schemaname sql.NullString `json:"schemaname"` // schemaname Funcname sql.NullString `json:"funcname"` // funcname Calls sql.NullInt64 `json:"calls"` // calls TotalTime sql.NullFloat64 `json:"total_time"` // total_time SelfTime sql.NullFloat64 `json:"self_time"` // self_time }
PgStatXactUserFunction represents a row from 'pg_catalog.pg_stat_xact_user_functions'.
type PgStatXactUserTable ¶
type PgStatXactUserTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname SeqScan sql.NullInt64 `json:"seq_scan"` // seq_scan SeqTupRead sql.NullInt64 `json:"seq_tup_read"` // seq_tup_read IdxScan sql.NullInt64 `json:"idx_scan"` // idx_scan IdxTupFetch sql.NullInt64 `json:"idx_tup_fetch"` // idx_tup_fetch NTupIns sql.NullInt64 `json:"n_tup_ins"` // n_tup_ins NTupUpd sql.NullInt64 `json:"n_tup_upd"` // n_tup_upd NTupDel sql.NullInt64 `json:"n_tup_del"` // n_tup_del NTupHotUpd sql.NullInt64 `json:"n_tup_hot_upd"` // n_tup_hot_upd }
PgStatXactUserTable represents a row from 'pg_catalog.pg_stat_xact_user_tables'.
type PgStatioAllIndex ¶
type PgStatioAllIndex struct { Relid pgtypes.NullOid `json:"relid"` // relid Indexrelid pgtypes.NullOid `json:"indexrelid"` // indexrelid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname Indexrelname sql.NullString `json:"indexrelname"` // indexrelname IdxBlksRead sql.NullInt64 `json:"idx_blks_read"` // idx_blks_read IdxBlksHit sql.NullInt64 `json:"idx_blks_hit"` // idx_blks_hit }
PgStatioAllIndex represents a row from 'pg_catalog.pg_statio_all_indexes'.
type PgStatioAllSequence ¶
type PgStatioAllSequence struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname BlksRead sql.NullInt64 `json:"blks_read"` // blks_read BlksHit sql.NullInt64 `json:"blks_hit"` // blks_hit }
PgStatioAllSequence represents a row from 'pg_catalog.pg_statio_all_sequences'.
type PgStatioAllTable ¶
type PgStatioAllTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname HeapBlksRead sql.NullInt64 `json:"heap_blks_read"` // heap_blks_read HeapBlksHit sql.NullInt64 `json:"heap_blks_hit"` // heap_blks_hit IdxBlksRead sql.NullInt64 `json:"idx_blks_read"` // idx_blks_read IdxBlksHit sql.NullInt64 `json:"idx_blks_hit"` // idx_blks_hit ToastBlksRead sql.NullInt64 `json:"toast_blks_read"` // toast_blks_read ToastBlksHit sql.NullInt64 `json:"toast_blks_hit"` // toast_blks_hit TidxBlksRead sql.NullInt64 `json:"tidx_blks_read"` // tidx_blks_read TidxBlksHit sql.NullInt64 `json:"tidx_blks_hit"` // tidx_blks_hit }
PgStatioAllTable represents a row from 'pg_catalog.pg_statio_all_tables'.
type PgStatioSysIndex ¶
type PgStatioSysIndex struct { Relid pgtypes.NullOid `json:"relid"` // relid Indexrelid pgtypes.NullOid `json:"indexrelid"` // indexrelid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname Indexrelname sql.NullString `json:"indexrelname"` // indexrelname IdxBlksRead sql.NullInt64 `json:"idx_blks_read"` // idx_blks_read IdxBlksHit sql.NullInt64 `json:"idx_blks_hit"` // idx_blks_hit }
PgStatioSysIndex represents a row from 'pg_catalog.pg_statio_sys_indexes'.
type PgStatioSysSequence ¶
type PgStatioSysSequence struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname BlksRead sql.NullInt64 `json:"blks_read"` // blks_read BlksHit sql.NullInt64 `json:"blks_hit"` // blks_hit }
PgStatioSysSequence represents a row from 'pg_catalog.pg_statio_sys_sequences'.
type PgStatioSysTable ¶
type PgStatioSysTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname HeapBlksRead sql.NullInt64 `json:"heap_blks_read"` // heap_blks_read HeapBlksHit sql.NullInt64 `json:"heap_blks_hit"` // heap_blks_hit IdxBlksRead sql.NullInt64 `json:"idx_blks_read"` // idx_blks_read IdxBlksHit sql.NullInt64 `json:"idx_blks_hit"` // idx_blks_hit ToastBlksRead sql.NullInt64 `json:"toast_blks_read"` // toast_blks_read ToastBlksHit sql.NullInt64 `json:"toast_blks_hit"` // toast_blks_hit TidxBlksRead sql.NullInt64 `json:"tidx_blks_read"` // tidx_blks_read TidxBlksHit sql.NullInt64 `json:"tidx_blks_hit"` // tidx_blks_hit }
PgStatioSysTable represents a row from 'pg_catalog.pg_statio_sys_tables'.
type PgStatioUserIndex ¶
type PgStatioUserIndex struct { Relid pgtypes.NullOid `json:"relid"` // relid Indexrelid pgtypes.NullOid `json:"indexrelid"` // indexrelid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname Indexrelname sql.NullString `json:"indexrelname"` // indexrelname IdxBlksRead sql.NullInt64 `json:"idx_blks_read"` // idx_blks_read IdxBlksHit sql.NullInt64 `json:"idx_blks_hit"` // idx_blks_hit }
PgStatioUserIndex represents a row from 'pg_catalog.pg_statio_user_indexes'.
type PgStatioUserSequence ¶
type PgStatioUserSequence struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname BlksRead sql.NullInt64 `json:"blks_read"` // blks_read BlksHit sql.NullInt64 `json:"blks_hit"` // blks_hit }
PgStatioUserSequence represents a row from 'pg_catalog.pg_statio_user_sequences'.
type PgStatioUserTable ¶
type PgStatioUserTable struct { Relid pgtypes.NullOid `json:"relid"` // relid Schemaname sql.NullString `json:"schemaname"` // schemaname Relname sql.NullString `json:"relname"` // relname HeapBlksRead sql.NullInt64 `json:"heap_blks_read"` // heap_blks_read HeapBlksHit sql.NullInt64 `json:"heap_blks_hit"` // heap_blks_hit IdxBlksRead sql.NullInt64 `json:"idx_blks_read"` // idx_blks_read IdxBlksHit sql.NullInt64 `json:"idx_blks_hit"` // idx_blks_hit ToastBlksRead sql.NullInt64 `json:"toast_blks_read"` // toast_blks_read ToastBlksHit sql.NullInt64 `json:"toast_blks_hit"` // toast_blks_hit TidxBlksRead sql.NullInt64 `json:"tidx_blks_read"` // tidx_blks_read TidxBlksHit sql.NullInt64 `json:"tidx_blks_hit"` // tidx_blks_hit }
PgStatioUserTable represents a row from 'pg_catalog.pg_statio_user_tables'.
type PgStatistic ¶
type PgStatistic struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Starelid pgtypes.Oid `json:"starelid"` // starelid Staattnum int16 `json:"staattnum"` // staattnum Stainherit bool `json:"stainherit"` // stainherit Stanullfrac float32 `json:"stanullfrac"` // stanullfrac Stawidth int `json:"stawidth"` // stawidth Stadistinct float32 `json:"stadistinct"` // stadistinct Stakind1 int16 `json:"stakind1"` // stakind1 Stakind2 int16 `json:"stakind2"` // stakind2 Stakind3 int16 `json:"stakind3"` // stakind3 Stakind4 int16 `json:"stakind4"` // stakind4 Stakind5 int16 `json:"stakind5"` // stakind5 Staop1 pgtypes.Oid `json:"staop1"` // staop1 Staop2 pgtypes.Oid `json:"staop2"` // staop2 Staop3 pgtypes.Oid `json:"staop3"` // staop3 Staop4 pgtypes.Oid `json:"staop4"` // staop4 Staop5 pgtypes.Oid `json:"staop5"` // staop5 Stacoll1 pgtypes.Oid `json:"stacoll1"` // stacoll1 Stacoll2 pgtypes.Oid `json:"stacoll2"` // stacoll2 Stacoll3 pgtypes.Oid `json:"stacoll3"` // stacoll3 Stacoll4 pgtypes.Oid `json:"stacoll4"` // stacoll4 Stacoll5 pgtypes.Oid `json:"stacoll5"` // stacoll5 Stanumbers1 []sql.NullFloat64 `json:"stanumbers1"` // stanumbers1 Stanumbers2 []sql.NullFloat64 `json:"stanumbers2"` // stanumbers2 Stanumbers3 []sql.NullFloat64 `json:"stanumbers3"` // stanumbers3 Stanumbers4 []sql.NullFloat64 `json:"stanumbers4"` // stanumbers4 Stanumbers5 []sql.NullFloat64 `json:"stanumbers5"` // stanumbers5 Stavalues1 pgtypes.NullAnyarray `json:"stavalues1"` // stavalues1 Stavalues2 pgtypes.NullAnyarray `json:"stavalues2"` // stavalues2 Stavalues3 pgtypes.NullAnyarray `json:"stavalues3"` // stavalues3 Stavalues4 pgtypes.NullAnyarray `json:"stavalues4"` // stavalues4 Stavalues5 pgtypes.NullAnyarray `json:"stavalues5"` // stavalues5 // contains filtered or unexported fields }
PgStatistic represents a row from 'pg_catalog.pg_statistic'.
func PgStatisticByStarelidStaattnumStainherit ¶
func PgStatisticByStarelidStaattnumStainherit(ctx context.Context, db DB, starelid pgtypes.Oid, staattnum int16, stainherit bool) (*PgStatistic, error)
PgStatisticByStarelidStaattnumStainherit retrieves a row from 'pg_catalog.pg_statistic' as a PgStatistic.
Generated from index 'pg_statistic_relid_att_inh_index'.
func (*PgStatistic) Delete ¶
func (ps *PgStatistic) Delete(ctx context.Context, db DB) error
Delete deletes the PgStatistic from the database.
func (*PgStatistic) Deleted ¶
func (ps *PgStatistic) Deleted() bool
Deleted returns true when the PgStatistic has been marked for deletion from the database.
func (*PgStatistic) Exists ¶
func (ps *PgStatistic) Exists() bool
Exists returns true when the PgStatistic exists in the database.
func (*PgStatistic) Insert ¶
func (ps *PgStatistic) Insert(ctx context.Context, db DB) error
Insert inserts the PgStatistic to the database.
func (*PgStatistic) Save ¶
func (ps *PgStatistic) Save(ctx context.Context, db DB) error
Save saves the PgStatistic to the database.
type PgStatisticExt ¶
type PgStatisticExt struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Stxrelid pgtypes.Oid `json:"stxrelid"` // stxrelid Stxname string `json:"stxname"` // stxname Stxnamespace pgtypes.Oid `json:"stxnamespace"` // stxnamespace Stxowner pgtypes.Oid `json:"stxowner"` // stxowner Stxstattarget int `json:"stxstattarget"` // stxstattarget Stxkeys pgtypes.Int2vector `json:"stxkeys"` // stxkeys Stxkind []pgtypes.Char `json:"stxkind"` // stxkind Stxexprs pgtypes.NullPgNodeTree `json:"stxexprs"` // stxexprs // contains filtered or unexported fields }
PgStatisticExt represents a row from 'pg_catalog.pg_statistic_ext'.
func PgStatisticExtByOid ¶
PgStatisticExtByOid retrieves a row from 'pg_catalog.pg_statistic_ext' as a PgStatisticExt.
Generated from index 'pg_statistic_ext_oid_index'.
func PgStatisticExtByStxnameStxnamespace ¶
func PgStatisticExtByStxnameStxnamespace(ctx context.Context, db DB, stxname string, stxnamespace pgtypes.Oid) (*PgStatisticExt, error)
PgStatisticExtByStxnameStxnamespace retrieves a row from 'pg_catalog.pg_statistic_ext' as a PgStatisticExt.
Generated from index 'pg_statistic_ext_name_index'.
func PgStatisticExtByStxrelid ¶
func PgStatisticExtByStxrelid(ctx context.Context, db DB, stxrelid pgtypes.Oid) ([]*PgStatisticExt, error)
PgStatisticExtByStxrelid retrieves a row from 'pg_catalog.pg_statistic_ext' as a PgStatisticExt.
Generated from index 'pg_statistic_ext_relid_index'.
func (*PgStatisticExt) Delete ¶
func (pse *PgStatisticExt) Delete(ctx context.Context, db DB) error
Delete deletes the PgStatisticExt from the database.
func (*PgStatisticExt) Deleted ¶
func (pse *PgStatisticExt) Deleted() bool
Deleted returns true when the PgStatisticExt has been marked for deletion from the database.
func (*PgStatisticExt) Exists ¶
func (pse *PgStatisticExt) Exists() bool
Exists returns true when the PgStatisticExt exists in the database.
func (*PgStatisticExt) Insert ¶
func (pse *PgStatisticExt) Insert(ctx context.Context, db DB) error
Insert inserts the PgStatisticExt to the database.
func (*PgStatisticExt) Save ¶
func (pse *PgStatisticExt) Save(ctx context.Context, db DB) error
Save saves the PgStatisticExt to the database.
type PgStatisticExtDatum ¶
type PgStatisticExtDatum struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Stxoid pgtypes.Oid `json:"stxoid"` // stxoid Stxdndistinct pgtypes.NullPgNdistinct `json:"stxdndistinct"` // stxdndistinct Stxddependencies pgtypes.NullPgDependencies `json:"stxddependencies"` // stxddependencies Stxdmcv pgtypes.NullPgMcvList `json:"stxdmcv"` // stxdmcv Stxdexpr []pgtypes.NullPgStatistic `json:"stxdexpr"` // stxdexpr // contains filtered or unexported fields }
PgStatisticExtDatum represents a row from 'pg_catalog.pg_statistic_ext_data'.
func PgStatisticExtDatumByStxoid ¶
func PgStatisticExtDatumByStxoid(ctx context.Context, db DB, stxoid pgtypes.Oid) (*PgStatisticExtDatum, error)
PgStatisticExtDatumByStxoid retrieves a row from 'pg_catalog.pg_statistic_ext_data' as a PgStatisticExtDatum.
Generated from index 'pg_statistic_ext_data_stxoid_index'.
func (*PgStatisticExtDatum) Delete ¶
func (psed *PgStatisticExtDatum) Delete(ctx context.Context, db DB) error
Delete deletes the PgStatisticExtDatum from the database.
func (*PgStatisticExtDatum) Deleted ¶
func (psed *PgStatisticExtDatum) Deleted() bool
Deleted returns true when the PgStatisticExtDatum has been marked for deletion from the database.
func (*PgStatisticExtDatum) Exists ¶
func (psed *PgStatisticExtDatum) Exists() bool
Exists returns true when the PgStatisticExtDatum exists in the database.
func (*PgStatisticExtDatum) Insert ¶
func (psed *PgStatisticExtDatum) Insert(ctx context.Context, db DB) error
Insert inserts the PgStatisticExtDatum to the database.
func (*PgStatisticExtDatum) Save ¶
func (psed *PgStatisticExtDatum) Save(ctx context.Context, db DB) error
Save saves the PgStatisticExtDatum to the database.
type PgStatsExt ¶
type PgStatsExt struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename StatisticsSchemaname sql.NullString `json:"statistics_schemaname"` // statistics_schemaname StatisticsName sql.NullString `json:"statistics_name"` // statistics_name StatisticsOwner sql.NullString `json:"statistics_owner"` // statistics_owner Attnames []sql.NullString `json:"attnames"` // attnames Exprs []sql.NullString `json:"exprs"` // exprs Kinds []pgtypes.NullChar `json:"kinds"` // kinds NDistinct pgtypes.NullPgNdistinct `json:"n_distinct"` // n_distinct Dependencies pgtypes.NullPgDependencies `json:"dependencies"` // dependencies MostCommonVals []sql.NullString `json:"most_common_vals"` // most_common_vals MostCommonValNulls []sql.NullBool `json:"most_common_val_nulls"` // most_common_val_nulls MostCommonFreqs []sql.NullFloat64 `json:"most_common_freqs"` // most_common_freqs MostCommonBaseFreqs []sql.NullFloat64 `json:"most_common_base_freqs"` // most_common_base_freqs }
PgStatsExt represents a row from 'pg_catalog.pg_stats_ext'.
type PgStatsExtExpr ¶
type PgStatsExtExpr struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename StatisticsSchemaname sql.NullString `json:"statistics_schemaname"` // statistics_schemaname StatisticsName sql.NullString `json:"statistics_name"` // statistics_name StatisticsOwner sql.NullString `json:"statistics_owner"` // statistics_owner Expr sql.NullString `json:"expr"` // expr NullFrac sql.NullFloat64 `json:"null_frac"` // null_frac AvgWidth sql.NullInt64 `json:"avg_width"` // avg_width NDistinct sql.NullFloat64 `json:"n_distinct"` // n_distinct MostCommonVals pgtypes.NullAnyarray `json:"most_common_vals"` // most_common_vals MostCommonFreqs []sql.NullFloat64 `json:"most_common_freqs"` // most_common_freqs HistogramBounds pgtypes.NullAnyarray `json:"histogram_bounds"` // histogram_bounds Correlation sql.NullFloat64 `json:"correlation"` // correlation MostCommonElems pgtypes.NullAnyarray `json:"most_common_elems"` // most_common_elems MostCommonElemFreqs []sql.NullFloat64 `json:"most_common_elem_freqs"` // most_common_elem_freqs ElemCountHistogram []sql.NullFloat64 `json:"elem_count_histogram"` // elem_count_histogram }
PgStatsExtExpr represents a row from 'pg_catalog.pg_stats_ext_exprs'.
type PgSubscription ¶
type PgSubscription struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Subdbid pgtypes.Oid `json:"subdbid"` // subdbid Subname string `json:"subname"` // subname Subowner pgtypes.Oid `json:"subowner"` // subowner Subenabled bool `json:"subenabled"` // subenabled Subbinary bool `json:"subbinary"` // subbinary Substream bool `json:"substream"` // substream Subconninfo string `json:"subconninfo"` // subconninfo Subslotname sql.NullString `json:"subslotname"` // subslotname Subsynccommit string `json:"subsynccommit"` // subsynccommit Subpublications StringSlice `json:"subpublications"` // subpublications // contains filtered or unexported fields }
PgSubscription represents a row from 'pg_catalog.pg_subscription'.
func PgSubscriptionByOid ¶
PgSubscriptionByOid retrieves a row from 'pg_catalog.pg_subscription' as a PgSubscription.
Generated from index 'pg_subscription_oid_index'.
func PgSubscriptionBySubdbidSubname ¶
func PgSubscriptionBySubdbidSubname(ctx context.Context, db DB, subdbid pgtypes.Oid, subname string) (*PgSubscription, error)
PgSubscriptionBySubdbidSubname retrieves a row from 'pg_catalog.pg_subscription' as a PgSubscription.
Generated from index 'pg_subscription_subname_index'.
func (*PgSubscription) Delete ¶
func (ps *PgSubscription) Delete(ctx context.Context, db DB) error
Delete deletes the PgSubscription from the database.
func (*PgSubscription) Deleted ¶
func (ps *PgSubscription) Deleted() bool
Deleted returns true when the PgSubscription has been marked for deletion from the database.
func (*PgSubscription) Exists ¶
func (ps *PgSubscription) Exists() bool
Exists returns true when the PgSubscription exists in the database.
func (*PgSubscription) Insert ¶
func (ps *PgSubscription) Insert(ctx context.Context, db DB) error
Insert inserts the PgSubscription to the database.
func (*PgSubscription) Save ¶
func (ps *PgSubscription) Save(ctx context.Context, db DB) error
Save saves the PgSubscription to the database.
type PgSubscriptionRel ¶
type PgSubscriptionRel struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Srsubid pgtypes.Oid `json:"srsubid"` // srsubid Srrelid pgtypes.Oid `json:"srrelid"` // srrelid Srsubstate pgtypes.Char `json:"srsubstate"` // srsubstate Srsublsn pgtypes.NullPgLsn `json:"srsublsn"` // srsublsn // contains filtered or unexported fields }
PgSubscriptionRel represents a row from 'pg_catalog.pg_subscription_rel'.
func PgSubscriptionRelBySrrelidSrsubid ¶
func PgSubscriptionRelBySrrelidSrsubid(ctx context.Context, db DB, srrelid, srsubid pgtypes.Oid) (*PgSubscriptionRel, error)
PgSubscriptionRelBySrrelidSrsubid retrieves a row from 'pg_catalog.pg_subscription_rel' as a PgSubscriptionRel.
Generated from index 'pg_subscription_rel_srrelid_srsubid_index'.
func (*PgSubscriptionRel) Delete ¶
func (psr *PgSubscriptionRel) Delete(ctx context.Context, db DB) error
Delete deletes the PgSubscriptionRel from the database.
func (*PgSubscriptionRel) Deleted ¶
func (psr *PgSubscriptionRel) Deleted() bool
Deleted returns true when the PgSubscriptionRel has been marked for deletion from the database.
func (*PgSubscriptionRel) Exists ¶
func (psr *PgSubscriptionRel) Exists() bool
Exists returns true when the PgSubscriptionRel exists in the database.
func (*PgSubscriptionRel) Insert ¶
func (psr *PgSubscriptionRel) Insert(ctx context.Context, db DB) error
Insert inserts the PgSubscriptionRel to the database.
func (*PgSubscriptionRel) Save ¶
func (psr *PgSubscriptionRel) Save(ctx context.Context, db DB) error
Save saves the PgSubscriptionRel to the database.
type PgTable ¶
type PgTable struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Tablename sql.NullString `json:"tablename"` // tablename Tableowner sql.NullString `json:"tableowner"` // tableowner Tablespace sql.NullString `json:"tablespace"` // tablespace Hasindexes sql.NullBool `json:"hasindexes"` // hasindexes Hasrules sql.NullBool `json:"hasrules"` // hasrules Hastriggers sql.NullBool `json:"hastriggers"` // hastriggers Rowsecurity sql.NullBool `json:"rowsecurity"` // rowsecurity }
PgTable represents a row from 'pg_catalog.pg_tables'.
type PgTablespace ¶
type PgTablespace struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Spcname string `json:"spcname"` // spcname Spcowner pgtypes.Oid `json:"spcowner"` // spcowner Spcacl []pgtypes.NullAclitem `json:"spcacl"` // spcacl Spcoptions []sql.NullString `json:"spcoptions"` // spcoptions // contains filtered or unexported fields }
PgTablespace represents a row from 'pg_catalog.pg_tablespace'.
func PgTablespaceByOid ¶
PgTablespaceByOid retrieves a row from 'pg_catalog.pg_tablespace' as a PgTablespace.
Generated from index 'pg_tablespace_oid_index'.
func PgTablespaceBySpcname ¶
PgTablespaceBySpcname retrieves a row from 'pg_catalog.pg_tablespace' as a PgTablespace.
Generated from index 'pg_tablespace_spcname_index'.
func (*PgTablespace) Delete ¶
func (pt *PgTablespace) Delete(ctx context.Context, db DB) error
Delete deletes the PgTablespace from the database.
func (*PgTablespace) Deleted ¶
func (pt *PgTablespace) Deleted() bool
Deleted returns true when the PgTablespace has been marked for deletion from the database.
func (*PgTablespace) Exists ¶
func (pt *PgTablespace) Exists() bool
Exists returns true when the PgTablespace exists in the database.
func (*PgTablespace) Insert ¶
func (pt *PgTablespace) Insert(ctx context.Context, db DB) error
Insert inserts the PgTablespace to the database.
func (*PgTablespace) Save ¶
func (pt *PgTablespace) Save(ctx context.Context, db DB) error
Save saves the PgTablespace to the database.
type PgTimezoneAbbrev ¶
type PgTimezoneAbbrev struct { Abbrev sql.NullString `json:"abbrev"` // abbrev UTCOffset []byte `json:"utc_offset"` // utc_offset IsDst sql.NullBool `json:"is_dst"` // is_dst }
PgTimezoneAbbrev represents a row from 'pg_catalog.pg_timezone_abbrevs'.
type PgTimezoneName ¶
type PgTimezoneName struct { Name sql.NullString `json:"name"` // name Abbrev sql.NullString `json:"abbrev"` // abbrev UTCOffset []byte `json:"utc_offset"` // utc_offset IsDst sql.NullBool `json:"is_dst"` // is_dst }
PgTimezoneName represents a row from 'pg_catalog.pg_timezone_names'.
type PgTransform ¶
type PgTransform struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Trftype pgtypes.Oid `json:"trftype"` // trftype Trflang pgtypes.Oid `json:"trflang"` // trflang Trffromsql pgtypes.Regproc `json:"trffromsql"` // trffromsql Trftosql pgtypes.Regproc `json:"trftosql"` // trftosql // contains filtered or unexported fields }
PgTransform represents a row from 'pg_catalog.pg_transform'.
func PgTransformByOid ¶
PgTransformByOid retrieves a row from 'pg_catalog.pg_transform' as a PgTransform.
Generated from index 'pg_transform_oid_index'.
func PgTransformByTrftypeTrflang ¶
func PgTransformByTrftypeTrflang(ctx context.Context, db DB, trftype, trflang pgtypes.Oid) (*PgTransform, error)
PgTransformByTrftypeTrflang retrieves a row from 'pg_catalog.pg_transform' as a PgTransform.
Generated from index 'pg_transform_type_lang_index'.
func (*PgTransform) Delete ¶
func (pt *PgTransform) Delete(ctx context.Context, db DB) error
Delete deletes the PgTransform from the database.
func (*PgTransform) Deleted ¶
func (pt *PgTransform) Deleted() bool
Deleted returns true when the PgTransform has been marked for deletion from the database.
func (*PgTransform) Exists ¶
func (pt *PgTransform) Exists() bool
Exists returns true when the PgTransform exists in the database.
func (*PgTransform) Insert ¶
func (pt *PgTransform) Insert(ctx context.Context, db DB) error
Insert inserts the PgTransform to the database.
func (*PgTransform) Save ¶
func (pt *PgTransform) Save(ctx context.Context, db DB) error
Save saves the PgTransform to the database.
type PgTrigger ¶
type PgTrigger struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Tgrelid pgtypes.Oid `json:"tgrelid"` // tgrelid Tgparentid pgtypes.Oid `json:"tgparentid"` // tgparentid Tgname string `json:"tgname"` // tgname Tgfoid pgtypes.Oid `json:"tgfoid"` // tgfoid Tgtype int16 `json:"tgtype"` // tgtype Tgenabled pgtypes.Char `json:"tgenabled"` // tgenabled Tgisinternal bool `json:"tgisinternal"` // tgisinternal Tgconstrrelid pgtypes.Oid `json:"tgconstrrelid"` // tgconstrrelid Tgconstrindid pgtypes.Oid `json:"tgconstrindid"` // tgconstrindid Tgconstraint pgtypes.Oid `json:"tgconstraint"` // tgconstraint Tgdeferrable bool `json:"tgdeferrable"` // tgdeferrable Tginitdeferred bool `json:"tginitdeferred"` // tginitdeferred Tgnargs int16 `json:"tgnargs"` // tgnargs Tgattr pgtypes.Int2vector `json:"tgattr"` // tgattr Tgargs []byte `json:"tgargs"` // tgargs Tgqual pgtypes.NullPgNodeTree `json:"tgqual"` // tgqual Tgoldtable sql.NullString `json:"tgoldtable"` // tgoldtable Tgnewtable sql.NullString `json:"tgnewtable"` // tgnewtable // contains filtered or unexported fields }
PgTrigger represents a row from 'pg_catalog.pg_trigger'.
func PgTriggerByOid ¶
PgTriggerByOid retrieves a row from 'pg_catalog.pg_trigger' as a PgTrigger.
Generated from index 'pg_trigger_oid_index'.
func PgTriggerByTgconstraint ¶
func PgTriggerByTgconstraint(ctx context.Context, db DB, tgconstraint pgtypes.Oid) ([]*PgTrigger, error)
PgTriggerByTgconstraint retrieves a row from 'pg_catalog.pg_trigger' as a PgTrigger.
Generated from index 'pg_trigger_tgconstraint_index'.
func PgTriggerByTgrelidTgname ¶
func PgTriggerByTgrelidTgname(ctx context.Context, db DB, tgrelid pgtypes.Oid, tgname string) (*PgTrigger, error)
PgTriggerByTgrelidTgname retrieves a row from 'pg_catalog.pg_trigger' as a PgTrigger.
Generated from index 'pg_trigger_tgrelid_tgname_index'.
func (*PgTrigger) Deleted ¶
Deleted returns true when the PgTrigger has been marked for deletion from the database.
type PgTsConfig ¶
type PgTsConfig struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Cfgname string `json:"cfgname"` // cfgname Cfgnamespace pgtypes.Oid `json:"cfgnamespace"` // cfgnamespace Cfgowner pgtypes.Oid `json:"cfgowner"` // cfgowner Cfgparser pgtypes.Oid `json:"cfgparser"` // cfgparser // contains filtered or unexported fields }
PgTsConfig represents a row from 'pg_catalog.pg_ts_config'.
func PgTsConfigByCfgnameCfgnamespace ¶
func PgTsConfigByCfgnameCfgnamespace(ctx context.Context, db DB, cfgname string, cfgnamespace pgtypes.Oid) (*PgTsConfig, error)
PgTsConfigByCfgnameCfgnamespace retrieves a row from 'pg_catalog.pg_ts_config' as a PgTsConfig.
Generated from index 'pg_ts_config_cfgname_index'.
func PgTsConfigByOid ¶
PgTsConfigByOid retrieves a row from 'pg_catalog.pg_ts_config' as a PgTsConfig.
Generated from index 'pg_ts_config_oid_index'.
func (*PgTsConfig) Delete ¶
func (ptc *PgTsConfig) Delete(ctx context.Context, db DB) error
Delete deletes the PgTsConfig from the database.
func (*PgTsConfig) Deleted ¶
func (ptc *PgTsConfig) Deleted() bool
Deleted returns true when the PgTsConfig has been marked for deletion from the database.
func (*PgTsConfig) Exists ¶
func (ptc *PgTsConfig) Exists() bool
Exists returns true when the PgTsConfig exists in the database.
func (*PgTsConfig) Insert ¶
func (ptc *PgTsConfig) Insert(ctx context.Context, db DB) error
Insert inserts the PgTsConfig to the database.
func (*PgTsConfig) Save ¶
func (ptc *PgTsConfig) Save(ctx context.Context, db DB) error
Save saves the PgTsConfig to the database.
type PgTsConfigMap ¶
type PgTsConfigMap struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Mapcfg pgtypes.Oid `json:"mapcfg"` // mapcfg Maptokentype int `json:"maptokentype"` // maptokentype Mapseqno int `json:"mapseqno"` // mapseqno Mapdict pgtypes.Oid `json:"mapdict"` // mapdict // contains filtered or unexported fields }
PgTsConfigMap represents a row from 'pg_catalog.pg_ts_config_map'.
func PgTsConfigMapByMapcfgMaptokentypeMapseqno ¶
func PgTsConfigMapByMapcfgMaptokentypeMapseqno(ctx context.Context, db DB, mapcfg pgtypes.Oid, maptokentype, mapseqno int) (*PgTsConfigMap, error)
PgTsConfigMapByMapcfgMaptokentypeMapseqno retrieves a row from 'pg_catalog.pg_ts_config_map' as a PgTsConfigMap.
Generated from index 'pg_ts_config_map_index'.
func (*PgTsConfigMap) Delete ¶
func (ptcm *PgTsConfigMap) Delete(ctx context.Context, db DB) error
Delete deletes the PgTsConfigMap from the database.
func (*PgTsConfigMap) Deleted ¶
func (ptcm *PgTsConfigMap) Deleted() bool
Deleted returns true when the PgTsConfigMap has been marked for deletion from the database.
func (*PgTsConfigMap) Exists ¶
func (ptcm *PgTsConfigMap) Exists() bool
Exists returns true when the PgTsConfigMap exists in the database.
func (*PgTsConfigMap) Insert ¶
func (ptcm *PgTsConfigMap) Insert(ctx context.Context, db DB) error
Insert inserts the PgTsConfigMap to the database.
func (*PgTsConfigMap) Save ¶
func (ptcm *PgTsConfigMap) Save(ctx context.Context, db DB) error
Save saves the PgTsConfigMap to the database.
type PgTsDict ¶
type PgTsDict struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Dictname string `json:"dictname"` // dictname Dictnamespace pgtypes.Oid `json:"dictnamespace"` // dictnamespace Dictowner pgtypes.Oid `json:"dictowner"` // dictowner Dicttemplate pgtypes.Oid `json:"dicttemplate"` // dicttemplate Dictinitoption sql.NullString `json:"dictinitoption"` // dictinitoption // contains filtered or unexported fields }
PgTsDict represents a row from 'pg_catalog.pg_ts_dict'.
func PgTsDictByDictnameDictnamespace ¶
func PgTsDictByDictnameDictnamespace(ctx context.Context, db DB, dictname string, dictnamespace pgtypes.Oid) (*PgTsDict, error)
PgTsDictByDictnameDictnamespace retrieves a row from 'pg_catalog.pg_ts_dict' as a PgTsDict.
Generated from index 'pg_ts_dict_dictname_index'.
func PgTsDictByOid ¶
PgTsDictByOid retrieves a row from 'pg_catalog.pg_ts_dict' as a PgTsDict.
Generated from index 'pg_ts_dict_oid_index'.
func (*PgTsDict) Deleted ¶
Deleted returns true when the PgTsDict has been marked for deletion from the database.
type PgTsParser ¶
type PgTsParser struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Prsname string `json:"prsname"` // prsname Prsnamespace pgtypes.Oid `json:"prsnamespace"` // prsnamespace Prsstart pgtypes.Regproc `json:"prsstart"` // prsstart Prstoken pgtypes.Regproc `json:"prstoken"` // prstoken Prsend pgtypes.Regproc `json:"prsend"` // prsend Prsheadline pgtypes.Regproc `json:"prsheadline"` // prsheadline Prslextype pgtypes.Regproc `json:"prslextype"` // prslextype // contains filtered or unexported fields }
PgTsParser represents a row from 'pg_catalog.pg_ts_parser'.
func PgTsParserByOid ¶
PgTsParserByOid retrieves a row from 'pg_catalog.pg_ts_parser' as a PgTsParser.
Generated from index 'pg_ts_parser_oid_index'.
func PgTsParserByPrsnamePrsnamespace ¶
func PgTsParserByPrsnamePrsnamespace(ctx context.Context, db DB, prsname string, prsnamespace pgtypes.Oid) (*PgTsParser, error)
PgTsParserByPrsnamePrsnamespace retrieves a row from 'pg_catalog.pg_ts_parser' as a PgTsParser.
Generated from index 'pg_ts_parser_prsname_index'.
func (*PgTsParser) Delete ¶
func (ptp *PgTsParser) Delete(ctx context.Context, db DB) error
Delete deletes the PgTsParser from the database.
func (*PgTsParser) Deleted ¶
func (ptp *PgTsParser) Deleted() bool
Deleted returns true when the PgTsParser has been marked for deletion from the database.
func (*PgTsParser) Exists ¶
func (ptp *PgTsParser) Exists() bool
Exists returns true when the PgTsParser exists in the database.
func (*PgTsParser) Insert ¶
func (ptp *PgTsParser) Insert(ctx context.Context, db DB) error
Insert inserts the PgTsParser to the database.
func (*PgTsParser) Save ¶
func (ptp *PgTsParser) Save(ctx context.Context, db DB) error
Save saves the PgTsParser to the database.
type PgTsTemplate ¶
type PgTsTemplate struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Tmplname string `json:"tmplname"` // tmplname Tmplnamespace pgtypes.Oid `json:"tmplnamespace"` // tmplnamespace Tmplinit pgtypes.Regproc `json:"tmplinit"` // tmplinit Tmpllexize pgtypes.Regproc `json:"tmpllexize"` // tmpllexize // contains filtered or unexported fields }
PgTsTemplate represents a row from 'pg_catalog.pg_ts_template'.
func PgTsTemplateByOid ¶
PgTsTemplateByOid retrieves a row from 'pg_catalog.pg_ts_template' as a PgTsTemplate.
Generated from index 'pg_ts_template_oid_index'.
func PgTsTemplateByTmplnameTmplnamespace ¶
func PgTsTemplateByTmplnameTmplnamespace(ctx context.Context, db DB, tmplname string, tmplnamespace pgtypes.Oid) (*PgTsTemplate, error)
PgTsTemplateByTmplnameTmplnamespace retrieves a row from 'pg_catalog.pg_ts_template' as a PgTsTemplate.
Generated from index 'pg_ts_template_tmplname_index'.
func (*PgTsTemplate) Delete ¶
func (ptt *PgTsTemplate) Delete(ctx context.Context, db DB) error
Delete deletes the PgTsTemplate from the database.
func (*PgTsTemplate) Deleted ¶
func (ptt *PgTsTemplate) Deleted() bool
Deleted returns true when the PgTsTemplate has been marked for deletion from the database.
func (*PgTsTemplate) Exists ¶
func (ptt *PgTsTemplate) Exists() bool
Exists returns true when the PgTsTemplate exists in the database.
func (*PgTsTemplate) Insert ¶
func (ptt *PgTsTemplate) Insert(ctx context.Context, db DB) error
Insert inserts the PgTsTemplate to the database.
func (*PgTsTemplate) Save ¶
func (ptt *PgTsTemplate) Save(ctx context.Context, db DB) error
Save saves the PgTsTemplate to the database.
type PgType ¶
type PgType struct { Tableoid pgtypes.Oid `json:"tableoid"` // tableoid Cmax pgtypes.Cid `json:"cmax"` // cmax Xmax pgtypes.Xid `json:"xmax"` // xmax Cmin pgtypes.Cid `json:"cmin"` // cmin Xmin pgtypes.Xid `json:"xmin"` // xmin Ctid pgtypes.Tid `json:"ctid"` // ctid Oid pgtypes.Oid `json:"oid"` // oid Typname string `json:"typname"` // typname Typnamespace pgtypes.Oid `json:"typnamespace"` // typnamespace Typowner pgtypes.Oid `json:"typowner"` // typowner Typlen int16 `json:"typlen"` // typlen Typbyval bool `json:"typbyval"` // typbyval Typtype pgtypes.Char `json:"typtype"` // typtype Typcategory pgtypes.Char `json:"typcategory"` // typcategory Typispreferred bool `json:"typispreferred"` // typispreferred Typisdefined bool `json:"typisdefined"` // typisdefined Typdelim pgtypes.Char `json:"typdelim"` // typdelim Typrelid pgtypes.Oid `json:"typrelid"` // typrelid Typsubscript pgtypes.Regproc `json:"typsubscript"` // typsubscript Typelem pgtypes.Oid `json:"typelem"` // typelem Typarray pgtypes.Oid `json:"typarray"` // typarray Typinput pgtypes.Regproc `json:"typinput"` // typinput Typoutput pgtypes.Regproc `json:"typoutput"` // typoutput Typreceive pgtypes.Regproc `json:"typreceive"` // typreceive Typsend pgtypes.Regproc `json:"typsend"` // typsend Typmodin pgtypes.Regproc `json:"typmodin"` // typmodin Typmodout pgtypes.Regproc `json:"typmodout"` // typmodout Typanalyze pgtypes.Regproc `json:"typanalyze"` // typanalyze Typalign pgtypes.Char `json:"typalign"` // typalign Typstorage pgtypes.Char `json:"typstorage"` // typstorage Typnotnull bool `json:"typnotnull"` // typnotnull Typbasetype pgtypes.Oid `json:"typbasetype"` // typbasetype Typtypmod int `json:"typtypmod"` // typtypmod Typndims int `json:"typndims"` // typndims Typcollation pgtypes.Oid `json:"typcollation"` // typcollation Typdefaultbin pgtypes.NullPgNodeTree `json:"typdefaultbin"` // typdefaultbin Typdefault sql.NullString `json:"typdefault"` // typdefault Typacl []pgtypes.NullAclitem `json:"typacl"` // typacl // contains filtered or unexported fields }
PgType represents a row from 'pg_catalog.pg_type'.
func PgTypeByOid ¶
PgTypeByOid retrieves a row from 'pg_catalog.pg_type' as a PgType.
Generated from index 'pg_type_oid_index'.
func PgTypeByTypnameTypnamespace ¶
func PgTypeByTypnameTypnamespace(ctx context.Context, db DB, typname string, typnamespace pgtypes.Oid) (*PgType, error)
PgTypeByTypnameTypnamespace retrieves a row from 'pg_catalog.pg_type' as a PgType.
Generated from index 'pg_type_typname_nsp_index'.
func (*PgType) Deleted ¶
Deleted returns true when the PgType has been marked for deletion from the database.
type PgUser ¶
type PgUser struct { Usename sql.NullString `json:"usename"` // usename Usesysid pgtypes.NullOid `json:"usesysid"` // usesysid Usecreatedb sql.NullBool `json:"usecreatedb"` // usecreatedb Usesuper sql.NullBool `json:"usesuper"` // usesuper Userepl sql.NullBool `json:"userepl"` // userepl Usebypassrls sql.NullBool `json:"usebypassrls"` // usebypassrls Passwd sql.NullString `json:"passwd"` // passwd Valuntil sql.NullTime `json:"valuntil"` // valuntil Useconfig []sql.NullString `json:"useconfig"` // useconfig }
PgUser represents a row from 'pg_catalog.pg_user'.
type PgUserMapping ¶
type PgUserMapping struct { Umid pgtypes.NullOid `json:"umid"` // umid Srvid pgtypes.NullOid `json:"srvid"` // srvid Srvname sql.NullString `json:"srvname"` // srvname Umuser pgtypes.NullOid `json:"umuser"` // umuser Usename sql.NullString `json:"usename"` // usename Umoptions []sql.NullString `json:"umoptions"` // umoptions }
PgUserMapping represents a row from 'pg_catalog.pg_user_mappings'.
func PgUserMappingByOid ¶
PgUserMappingByOid retrieves a row from 'pg_catalog.pg_user_mapping' as a PgUserMapping.
Generated from index 'pg_user_mapping_oid_index'.
func PgUserMappingByUmuserUmserver ¶
func PgUserMappingByUmuserUmserver(ctx context.Context, db DB, umuser, umserver pgtypes.Oid) (*PgUserMapping, error)
PgUserMappingByUmuserUmserver retrieves a row from 'pg_catalog.pg_user_mapping' as a PgUserMapping.
Generated from index 'pg_user_mapping_user_server_index'.
func (*PgUserMapping) Deleted ¶
func (pum *PgUserMapping) Deleted() bool
Deleted returns true when the PgUserMapping has been marked for deletion from the database.
func (*PgUserMapping) Exists ¶
func (pum *PgUserMapping) Exists() bool
Exists returns true when the PgUserMapping exists in the database.
type PgView ¶
type PgView struct { Schemaname sql.NullString `json:"schemaname"` // schemaname Viewname sql.NullString `json:"viewname"` // viewname Viewowner sql.NullString `json:"viewowner"` // viewowner Definition sql.NullString `json:"definition"` // definition }
PgView represents a row from 'pg_catalog.pg_views'.
type StringSlice ¶
type StringSlice []string
StringSlice is a slice of strings.
func CurrentSchemas ¶
CurrentSchemas calls the stored function 'pg_catalog.current_schemas(boolean) name' on db.
func ParseIdent ¶
ParseIdent calls the stored function 'pg_catalog.parse_ident(text, boolean) text' on db.
func PgAvailableExtensionVersions ¶
func PgAvailableExtensionVersions(ctx context.Context, db DB) (string, string, bool, bool, bool, string, StringSlice, string, error)
PgAvailableExtensionVersions calls the stored function 'pg_catalog.pg_available_extension_versions() (name, text, boolean, boolean, boolean, name, name, text)' on db.
func PgGetStatisticsobjdefExpressions ¶
func PgGetStatisticsobjdefExpressions(ctx context.Context, db DB, p0 pgtypes.Oid) (StringSlice, error)
PgGetStatisticsobjdefExpressions calls the stored function 'pg_catalog.pg_get_statisticsobjdef_expressions(oid) text' on db.
func PgMcvListItems ¶
func PgMcvListItems(ctx context.Context, db DB, mcvList pgtypes.PgMcvList) (int, StringSlice, []bool, float64, float64, error)
PgMcvListItems calls the stored function 'pg_catalog.pg_mcv_list_items(pg_mcv_list) (integer, text, boolean, double precision, double precision)' on db.
func PgShowAllSettings ¶
func PgShowAllSettings(ctx context.Context, db DB) (string, string, string, string, string, string, string, string, string, string, string, StringSlice, string, string, string, int, bool, error)
PgShowAllSettings calls the stored function 'pg_catalog.pg_show_all_settings() (text, text, text, text, text, text, text, text, text, text, text, text, text, text, text, integer, boolean)' on db.
func RegexpMatchByTextAndText ¶
RegexpMatchByTextAndText calls the stored function 'pg_catalog.regexp_match(text, text) text' on db.
func RegexpMatchByTextTextAndText ¶
func RegexpMatchByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)
RegexpMatchByTextTextAndText calls the stored function 'pg_catalog.regexp_match(text, text, text) text' on db.
func RegexpMatchesByTextAndText ¶
RegexpMatchesByTextAndText calls the stored function 'pg_catalog.regexp_matches(text, text) text' on db.
func RegexpMatchesByTextTextAndText ¶
func RegexpMatchesByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)
RegexpMatchesByTextTextAndText calls the stored function 'pg_catalog.regexp_matches(text, text, text) text' on db.
func RegexpSplitToArrayByTextAndText ¶
func RegexpSplitToArrayByTextAndText(ctx context.Context, db DB, p0, p1 string) (StringSlice, error)
RegexpSplitToArrayByTextAndText calls the stored function 'pg_catalog.regexp_split_to_array(text, text) text' on db.
func RegexpSplitToArrayByTextTextAndText ¶
func RegexpSplitToArrayByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)
RegexpSplitToArrayByTextTextAndText calls the stored function 'pg_catalog.regexp_split_to_array(text, text, text) text' on db.
func StringToArrayByTextAndText ¶
StringToArrayByTextAndText calls the stored function 'pg_catalog.string_to_array(text, text) text' on db.
func StringToArrayByTextTextAndText ¶
func StringToArrayByTextTextAndText(ctx context.Context, db DB, p0, p1, p2 string) (StringSlice, error)
StringToArrayByTextTextAndText calls the stored function 'pg_catalog.string_to_array(text, text, text) text' on db.
func TsDebugByConfigAndDocument ¶
func TsDebugByConfigAndDocument(ctx context.Context, db DB, config pgtypes.Regconfig, document string) (string, string, string, []pgtypes.Regdictionary, pgtypes.Regdictionary, StringSlice, error)
TsDebugByConfigAndDocument calls the stored function 'pg_catalog.ts_debug(regconfig, text) (text, text, text, regdictionary, regdictionary, text)' on db.
func TsDebugByDocument ¶
func TsDebugByDocument(ctx context.Context, db DB, document string) (string, string, string, []pgtypes.Regdictionary, pgtypes.Regdictionary, StringSlice, error)
TsDebugByDocument calls the stored function 'pg_catalog.ts_debug(text) (text, text, text, regdictionary, regdictionary, text)' on db.
func TsLexize ¶
func TsLexize(ctx context.Context, db DB, p0 pgtypes.Regdictionary, p1 string) (StringSlice, error)
TsLexize calls the stored function 'pg_catalog.ts_lexize(regdictionary, text) text' on db.
func TsvectorToArray ¶
TsvectorToArray calls the stored function 'pg_catalog.tsvector_to_array(tsvector) text' on db.
func UnnestByTsvector ¶
func UnnestByTsvector(ctx context.Context, db DB, tsvector pgtypes.Tsvector) (string, []int16, StringSlice, error)
UnnestByTsvector calls the stored function 'pg_catalog.unnest(tsvector) (text, smallint, text)' on db.
func (*StringSlice) Scan ¶
func (ss *StringSlice) Scan(v interface{}) error
Scan satisfies the sql.Scanner interface for StringSlice.