Uses of Class
org.pentaho.di.core.database.SqlScriptStatement
-
Packages that use SqlScriptStatement Package Description org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution) -
-
Uses of SqlScriptStatement in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return types with arguments of type SqlScriptStatement Modifier and Type Method Description List<SqlScriptStatement>
BaseDatabaseMeta. getSqlScriptStatements(String sqlScript)
Parse the statements in the provided SQL script, provide more information about where each was found in the script.List<SqlScriptStatement>
DatabaseInterface. getSqlScriptStatements(String sqlScript)
Parse the statements in the provided SQL script, provide more information about where each was found in the script.
-