Uses of Class
net.hydromatic.sqllogictest.SltSqlStatement
-
Packages that use SltSqlStatement Package Description net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of SltSqlStatement in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors with parameters of type SltSqlStatement Modifier and Type Method Description void
JdbcExecutor. statement(SltSqlStatement statement)
Execute the specified statement.
-