eq<T> abstract method

Whereable eq<T>(
  1. String column,
  2. T val
)

Implementation

Whereable eq<T>(String column, T val);