DateType class 
 
    
    
    
  
    
  
    
  
    Methods
    
        - 
  mapToSqlLiteral(GenerationContext context, DateTime dartValue)
    → String
  
  
- 
  Maps the dartValueto a SQL snippet that can be embedded as a literal
into SQL queries generated by drift.inherited 
- 
  mapToSqlParameter(GenerationContext context, DateTime dartValue)
    → Object
  
  
- 
  Maps the dartValueto a value understood by the underlying database
driver.inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  read(SqlTypes types, Object fromSql)
    → DateTime
  
  
- 
  Interprets the underlying fromSqlvalue from the database driver into
the Dart representationTof this type.inherited 
- 
  sqlTypeName(GenerationContext context)
    → String
  
  
- 
  Returns a suitable representation of this type in SQL.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited