menu
rockvole_db_replicator package
documentation
rockvole_sql.dart
MysqlStrings
doesTableExist method
doesTableExist method
dark_mode
light_mode
doesTableExist
method
@
override
String
doesTableExist
(
String
tableName
)
override
Implementation
@override String doesTableExist(String tableName) { return "SHOW TABLES LIKE '$tableName'"; }
rockvole_db_replicator package
documentation
rockvole_sql
MysqlStrings
doesTableExist method
MysqlStrings class