initTypeFunctions initializes all functions related to types in this package.
()
| 16 | |
| 17 | // initTypeFunctions initializes all functions related to types in this package. |
| 18 | func initTypeFunctions() { |
| 19 | initAny() |
| 20 | initAnyArray() |
| 21 | initAnyElement() |
| 22 | initAnyEnum() |
| 23 | initAnyNonArray() |
| 24 | initArray() |
| 25 | initBit() |
| 26 | initBool() |
| 27 | initBpChar() |
| 28 | initBytea() |
| 29 | initChar() |
| 30 | initDate() |
| 31 | initDateBin() |
| 32 | initDatePart() |
| 33 | initDateTrunc() |
| 34 | initDomain() |
| 35 | initEnum() |
| 36 | initFloat4() |
| 37 | initFloat8() |
| 38 | initInt2() |
| 39 | initInt2vector() |
| 40 | initInt4() |
| 41 | initInt8() |
| 42 | initInternal() |
| 43 | initInterval() |
| 44 | initJson() |
| 45 | initJsonB() |
| 46 | initName() |
| 47 | initNumeric() |
| 48 | initOid() |
| 49 | initOidvector() |
| 50 | initRecord() |
| 51 | initRegclass() |
| 52 | initRegproc() |
| 53 | initRegtype() |
| 54 | initShell() |
| 55 | initText() |
| 56 | initTime() |
| 57 | initTimestamp() |
| 58 | initTimestampTZ() |
| 59 | initTimeTZ() |
| 60 | initUnknown() |
| 61 | initUuid() |
| 62 | initVarBit() |
| 63 | initVarChar() |
| 64 | initVoid() |
| 65 | initXid() |
| 66 | } |
| 67 | |
| 68 | // Init initializes all functions in this package. |
| 69 | func Init() { |
no test coverage detected