Uses of Interface
org.citrusframework.util.SqlUtils.LastScriptLineDecorator
Packages that use SqlUtils.LastScriptLineDecorator
-
Uses of SqlUtils.LastScriptLineDecorator in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type SqlUtils.LastScriptLineDecoratorModifier and TypeMethodDescriptionAbstractDatabaseConnectingTestAction.createStatementsFromFileResource(TestContext context, SqlUtils.LastScriptLineDecorator lineDecorator) Reads SQL statements from external file resource. -
Uses of SqlUtils.LastScriptLineDecorator in org.citrusframework.util
Methods in org.citrusframework.util with parameters of type SqlUtils.LastScriptLineDecoratorModifier and TypeMethodDescriptionSqlUtils.createStatementsFromFileResource(Resource sqlResource, SqlUtils.LastScriptLineDecorator lineDecorator) Reads SQL statements from external file resource.static StringSqlUtils.getStatementEndingCharacter(SqlUtils.LastScriptLineDecorator lineDecorator) Gets the SQL statement ending character sequence.