Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryBuilderFormatDatatype

Hierarchy

  • QueryBuilderFormatDatatype

Callable

  • __call(name: string, datatype: string, def?: string | null): string
  • since

    0.6.0

    Parameters

    • name: string

      The name of the SQL column

    • datatype: string

      The SQL datatype

    • Optional def: string | null

      The default value

    Returns string

Generated using TypeDoc