ozark/driver/private/types

Search:
Group by:

Types

DataType = enum
  BigInt = "int8", BigSerial = "serial18", Bit = "bit", BitVarying = "varbit",
  Boolean = "boolean", Box = "box", Bytea = "bytea", Char = "char",
  Varchar = "varchar", Cidr = "cidr", Circle = "circle", Date = "date",
  DoublePrecision = "float8", Inet = "inet", Int = "int", Int4 = "int4",
  Interval = "interval", Json = "json", Jsonb = "jsonb", Line = "line",
  Lseg = "lseg", Macaddr = "macaddr", Macaddr8 = "macaddr8", Money = "money",
  Numeric = "numeric", Path = "path", PGLsn = "pg_lsn",
  PGSnapshot = "pg_snapshot", Point = "point", Polygon = "polygon",
  Real = "float4", SmallInt = "int2", SmallSerial = "serial2",
  Serial = "serial", Text = "text", Time = "time", Timezone = "timez",
  Timestamp = "timestamp", TimestampTz = "timestamptz", TsQuery = "tsquery",
  TsVector = "tsvector", Uuid = "uuid", Enum = "enum", Integer = "integer",
  Blob = "blob"

Procs

proc appendSqlArgs(callNode: var NimNode; args: NimNode) {.compileTime,
    ...raises: [], tags: [], forbids: [].}
proc countSqlArgs(args: NimNode): int {.compileTime, ...raises: [], tags: [],
                                        forbids: [].}
proc getDriverType(n: NimNode): SqlDriver {....raises: [], tags: [], forbids: [].}