Overrides CastSqlInterface::getFieldAsInt
public function getFieldAsInt(string $field) : string { return "CAST({$field} AS INTEGER)"; }