src/allographer/v2/query_builder/models/sqlite/query/sqlite_generator

Search:
Group by:

Procs

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