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