Uses of Interface
com.consol.citrus.util.SqlUtils.LastScriptLineDecorator
-
Packages that use SqlUtils.LastScriptLineDecorator Package Description com.consol.citrus.actions com.consol.citrus.util -
-
Uses of SqlUtils.LastScriptLineDecorator in com.consol.citrus.actions
Methods in com.consol.citrus.actions with parameters of type SqlUtils.LastScriptLineDecorator Modifier and Type Method Description protected List<String>AbstractDatabaseConnectingTestAction. createStatementsFromFileResource(com.consol.citrus.context.TestContext context, SqlUtils.LastScriptLineDecorator lineDecorator)Reads SQL statements from external file resource. -
Uses of SqlUtils.LastScriptLineDecorator in com.consol.citrus.util
Methods in com.consol.citrus.util with parameters of type SqlUtils.LastScriptLineDecorator Modifier and Type Method Description static List<String>SqlUtils. createStatementsFromFileResource(org.springframework.core.io.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.
-