Uses of Class
org.pentaho.di.core.database.SqlScriptStatement
Packages that use SqlScriptStatement
Package
Description
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 SqlScriptStatementModifier and TypeMethodDescriptionBaseDatabaseMeta.getSqlScriptStatements
(String sqlScript) Parse the statements in the provided SQL script, provide more information about where each was found in the script.DatabaseInterface.getSqlScriptStatements
(String sqlScript) Parse the statements in the provided SQL script, provide more information about where each was found in the script.