Procs
proc deleteByIdSql(self: PostgresQuery; id: int; key: string): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc deleteSql(self: PostgresQuery): PostgresQuery {....raises: [], tags: [], forbids: [].}
proc fromSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc groupBySql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc havingSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc insertSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc insertValueSql(self: PostgresQuery; items: JsonNode): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc insertValuesSql(self: PostgresQuery; rows: openArray[JsonNode]): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc joinSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc leftJoinSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc limitSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc offsetSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc orderBySql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc orWhereSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc selectAvgSql(self: PostgresQuery; column: string): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc selectByIdSql(self: PostgresQuery; key: string): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc selectCountSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc selectFirstSql(self: PostgresQuery): PostgresQuery {....raises: [], tags: [], forbids: [].}
proc selectMaxSql(self: PostgresQuery; column: string): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc selectMinSql(self: PostgresQuery; column: string): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc selectSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc selectSumSql(self: PostgresQuery; column: string): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc updateSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc updateValuesSql(self: PostgresQuery; items: JsonNode): PostgresQuery {. ...raises: [], tags: [], forbids: [].}
proc whereBetweenSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc whereBetweenStringSql(self: PostgresQuery): PostgresQuery {. ...raises: [KeyError], tags: [], forbids: [].}
proc whereInSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc whereNotBetweenSql(self: PostgresQuery): PostgresQuery {. ...raises: [KeyError], tags: [], forbids: [].}
proc whereNotBetweenStringSql(self: PostgresQuery): PostgresQuery {. ...raises: [KeyError], tags: [], forbids: [].}
proc whereNotInSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc whereNullSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}
proc whereSql(self: PostgresQuery): PostgresQuery {....raises: [KeyError], tags: [], forbids: [].}