WhereMixin.where

Converts rhs to a datetime that sqlite understand.

  1. auto where(string lhs, string rhs)
  2. auto where(string lhs, SysTime rhs)
    mixintemplate WhereMixin(T, QueryT, AstT)
    where
    (
    string lhs
    ,
    SysTime rhs
    )
  3. auto where(string lhs, T rhs)
  4. auto where(string condition)

Meta