sqliteOnly abstract method

String sqliteOnly(
  1. String query
)

Returns the given query if the current SQL dialect is SQLite.

Implementation

String sqliteOnly(String query);