MySQLValue.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T get()
  2. T get()
    struct MySQLValue
    const
    T
    get
    (
    T
    )
    ()
    if (
    is(Unqual!T == SysTime) ||
    is(Unqual!T == DateTime)
    ||
    is(Unqual!T == Date)
    ||
    is(Unqual!T == TimeOfDay)
    )
  3. T get()
  4. T get()

Meta