Package | Description |
---|---|
org.pentaho.di.core | |
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
Modifier and Type | Method and Description |
---|---|
RowMetaAndData |
RowMetaAndData.clone() |
RowMetaAndData |
ResultFile.getRow() |
Modifier and Type | Method and Description |
---|---|
List<RowMetaAndData> |
Result.getRows()
Returns the resulting rowset from the job or transformation.
|
Modifier and Type | Method and Description |
---|---|
int |
RowMetaAndData.compare(RowMetaAndData compare,
int[] is,
boolean[] bs) |
static String[] |
Props.convertArguments(RowMetaAndData row) |
Modifier and Type | Method and Description |
---|---|
void |
Result.setRows(List<RowMetaAndData> rows)
Sets the resulting rowset from the job or transformation execution
|
Modifier and Type | Method and Description |
---|---|
RowMetaAndData |
Database.callProcedure(String[] arg,
String[] argdir,
int[] argtype,
String resultname,
int resulttype) |
RowMetaAndData |
Database.getGeneratedKeys(PreparedStatement ps) |
RowMetaAndData |
Database.getOneRow(String sql)
Execute a query and return at most one row from the resultset
|
RowMetaAndData |
Database.getOneRow(String sql,
RowMetaInterface param,
Object[] data) |
Modifier and Type | Method and Description |
---|---|
List<RowMetaAndData> |
DatabaseMeta.getFeatureSummary() |
static List<RowMetaAndData> |
DatabaseConnectionPoolParameter.getRowList(DatabaseConnectionPoolParameter[] poolParameters,
String titleParameter,
String titleDefaultValue,
String titleDescription) |
Modifier and Type | Method and Description |
---|---|
void |
Database.setValues(RowMetaAndData row) |
void |
Database.setValues(RowMetaAndData row,
PreparedStatement ps) |
void |
Database.setValuesInsert(RowMetaAndData row) |
Modifier and Type | Method and Description |
---|---|
RowMetaAndData |
LogTableCoreInterface.getLogRecord(LogStatus status,
Object subject,
Object parent)
Assemble the log record from the logging subject.
|