Uses of Class
org.pentaho.di.core.Result
Packages that use Result
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of Result in org.pentaho.di.core
Methods in org.pentaho.di.core that return ResultModifier and TypeMethodDescriptionResult.clone()
Clones the Result, including rows and files.Result.lightClone()
Performs a semi-deep copy/clone but does not clone the rows from the ResultMethods in org.pentaho.di.core with parameters of type Result -
Uses of Result in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return ResultModifier and TypeMethodDescriptionDatabase.execStatement
(String sql) Execute an SQL statement on the database connection (has to be open)Database.execStatement
(String rawsql, RowMetaInterface params, Object[] data) Database.execStatements
(String script) Execute a series of SQL statements, separated by ;Database.execStatements
(String script, RowMetaInterface params, Object[] data) Execute a series of SQL statements, separated by ;Database.execStatementsFromFile
(String filename, boolean sendSinglestatement) Execute an SQL statement inside a file on the database connection (has to be open)