script abstract method
Execute an sql
script that may contain multiple statements.
Statements are typically separated by ;
.
Throws DatabaseException, if the execution fails.
Implementation
Future<void> script(String sql);
Execute an sql
script that may contain multiple statements.
Statements are typically separated by ;
.
Throws DatabaseException, if the execution fails.
Future<void> script(String sql);