isSqlite<T extends SqlType> static method
Implementation
static bool isSqlite<T extends SqlType>() {
return db<T>() == DBType.sqlite;
}
static bool isSqlite<T extends SqlType>() {
return db<T>() == DBType.sqlite;
}