src/allographer/query_builder/models/mariadb/query/mariadb_generator

Search:
Group by:

Procs

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