Uses of Class
org.pentaho.di.core.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
Modifier 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 Result -
Uses of Result in org.pentaho.di.core.database
Modifier 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)