Package de.smartsquare.squit.db
Class ConnectionExtensionKt
-
- All Implemented Interfaces:
public final class ConnectionExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitexecuteScript(Connection $self, Path path)Executes the SQL script at the given path using the SQL parser to correctly split statements. -
-
Method Detail
-
executeScript
final static Unit executeScript(Connection $self, Path path)
Executes the SQL script at the given path using the SQL parser to correctly split statements.
-
-
-
-