A B C D E F G H I J K L M N O P Q R S T U X 
All Classes All Packages

A

AbstractPentahoMetaData - Class in org.pentaho.commons.connection
 
AbstractPentahoMetaData() - Constructor for class org.pentaho.commons.connection.AbstractPentahoMetaData
 
ActivationHelper - Class in org.pentaho.commons.connection
 
ActivationHelper() - Constructor for class org.pentaho.commons.connection.ActivationHelper
 
ActivationHelper.DatasourceWrapper - Class in org.pentaho.commons.connection
 
ActivationHelper.PentahoStreamSourceWrapper - Class in org.pentaho.commons.connection
 
addRow(Object[]) - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
AXIS_COLUMN - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
AXIS_ROW - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 

B

beforeFirst() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Moves the cursor to before the first row
beforeFirst() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 

C

CLASSNAME_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Setting for class name used to look up a connection in the pentaho.xml.
clearWarnings() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Clears any warnings cached by the connection.
close() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Closes the connection.
close() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Close the query
close() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
closeConnection() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Close the connection used by this result set
closeConnection() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
columnHeaders - Variable in class org.pentaho.commons.connection.memory.MemoryMetaData
 
columnNameFormatStr - Variable in class org.pentaho.commons.connection.memory.MemoryMetaData
 
columnNames - Variable in class org.pentaho.commons.connection.memory.MemoryMetaData
 
columnNamesToIndexes(String[][]) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
columnNamesToIndexes(IPentahoResultSet, String[][]) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Returns an array of column Indexes that match the names parameter
connect(Properties) - Method in interface org.pentaho.commons.connection.IPentahoConnection
Connects to the data source using the supplied properties.
CONNECTION - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Standard key to use for a connection property.
CONNECTION_NAME - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Standard key to use for a connection's name property.
constructColumnHeaders(IPentahoResultSet, Integer) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
constructRowHeaders(IPentahoResultSet, Integer) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Constructs the headers based on the rule as stated in the columnForRowHeaders param.
convertCell(String, String) - Static method in class org.pentaho.commons.connection.marshal.ResultSetMarshaller
Converts a single cell value from a string into its original object type
createFromActionSequenceInputsNode(Node) - Static method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
createFromArrays(Object[][], Object[][]) - Static method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
createFromLists(List, List) - Static method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
createList(String, List) - Static method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
crossTab(IPentahoResultSet, int, int, int, Format, Format, boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
This method takes a column of data, and turns it into multiple columns based on the values within the column.
crossTab(IPentahoResultSet, int, int, Format) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
crossTab(IPentahoResultSet, int, int, Format, boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
This method takes a column of data, and turns it into multiple columns based on the values within the column.
crossTabOrdered(IPentahoResultSet, int, int, int, Format, Format, boolean, int) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
crossTabOrdered(IPentahoResultSet, int, int, Format) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Marc Batchelor Diatribe It's 6am, I've been up all night, but I gotta right this down.
crossTabOrdered(IPentahoResultSet, int, int, Format, boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 

D

DatasourceWrapper(DataSource) - Constructor for class org.pentaho.commons.connection.ActivationHelper.DatasourceWrapper
 
DataUtilities - Class in org.pentaho.commons.connection
 
DataUtilities() - Constructor for class org.pentaho.commons.connection.DataUtilities
 
DATE_FORMAT - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
dispose() - Method in interface org.pentaho.commons.connection.IDisposable
Disposes of this object's resources
dispose() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
DRIVER_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Defines the XML element in the component-definition that holds the JDBC driver.
dump(IPentahoResultSet) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
dump(IPentahoResultSet, boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 

E

executeQuery(String) - Method in interface org.pentaho.commons.connection.IPentahoConnection
Executes the specified query against the connection.

F

filterData(Object[][], Integer[], Integer[]) - Static method in class org.pentaho.commons.connection.DataUtilities
Filters the data such that only the rowsToInclude and columnsToInclude are in the dataset
filterDataByColumns(Object[][], Integer[]) - Static method in class org.pentaho.commons.connection.DataUtilities
Selects columns from a 2d array and returns a 2d array that contains only those columns
filterDataByRows(Object[][], Integer[]) - Static method in class org.pentaho.commons.connection.DataUtilities
Selects rows from a 2d array and returns a 2d array that contains only those rows
flattenResultSet(IPentahoResultSet, int) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Flatten a resultset based on a particular column, new values for each row trigger a new row in the flattened resultset.
fromResultSet(IPentahoResultSet) - Static method in class org.pentaho.commons.connection.marshal.ResultSetMarshaller
Converts an IPentahoResultSet into a MarshallableResultSet

G

generateColumnNames() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
generateColumnNames(Object[][], Object[][], String[], String) - Static method in class org.pentaho.commons.connection.MetaDataUtil
Generates a set of column names given column headers, row headers (optional), row header names (optional) and a format string for the column headers.
getAttribute(int, int, String) - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getAttribute(int, int, String) - Method in interface org.pentaho.commons.connection.IPentahoMetaData
get an attribute from the metadata
getCell() - Method in class org.pentaho.commons.connection.marshal.MarshallableRow
Gets the cells for this row.
getCollapsedHeaders(int, char) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
getCollapsedHeaders(int, IPentahoResultSet, char) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Returns a string array where each element represents the concatenations of the headers for a sing column.
getColumnCount() - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getColumnCount() - Method in interface org.pentaho.commons.connection.IPentahoMetaData
 
getColumnCount() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Returns the rowCount from the result set.
getColumnCount() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getColumnHeaders() - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getColumnHeaders() - Method in interface org.pentaho.commons.connection.IPentahoMetaData
 
getColumnHeaders() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
getColumnIndex(String) - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getColumnIndex(String) - Method in interface org.pentaho.commons.connection.IPentahoMetaData
Gets the 0-based column number for a specified column header value.
getColumnIndex(String[]) - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getColumnIndex(String[]) - Method in interface org.pentaho.commons.connection.IPentahoMetaData
Gets the 0-based column number for a set of column header values.
getColumnName() - Method in class org.pentaho.commons.connection.marshal.MarshallableColumnNames
Returns the column names for the result set
getColumnNameFormat() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
getColumnNames() - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
Returns the names of the columns for this result set
getColumnType() - Method in class org.pentaho.commons.connection.marshal.MarshallableColumnTypes
Returns an array of the column types.
getColumnTypes() - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
Returns the name of the types for this result set
getColumnTypes() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
getContentType() - Method in class org.pentaho.commons.connection.ActivationHelper.DatasourceWrapper
 
getContentType() - Method in class org.pentaho.commons.connection.ActivationHelper.PentahoStreamSourceWrapper
 
getContentType() - Method in class org.pentaho.commons.connection.InputStreamDataSource
 
getContentType() - Method in interface org.pentaho.commons.connection.IPentahoStreamSource
 
getContentType() - Method in class org.pentaho.commons.connection.SimpleStreamSource
 
getDataColumn(int) - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Get a column of data.
getDataColumn(int) - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getDataRow(int) - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Get a specified row of data
getDataRow(int) - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getDatasourceType() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Returns the connection type.
getDataType(String) - Static method in class org.pentaho.commons.connection.marshal.MarshallableColumnTypes
 
getFlattenedColumnNames() - Method in interface org.pentaho.commons.connection.IMultiDimensionalMetaData
Gets the column names.
getFlattenedColumnNames() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
getInputStream() - Method in class org.pentaho.commons.connection.ActivationHelper.DatasourceWrapper
 
getInputStream() - Method in class org.pentaho.commons.connection.ActivationHelper.PentahoStreamSourceWrapper
 
getInputStream() - Method in class org.pentaho.commons.connection.InputStreamDataSource
 
getInputStream() - Method in interface org.pentaho.commons.connection.IPentahoStreamSource
 
getInputStream() - Method in class org.pentaho.commons.connection.SimpleStreamSource
 
getLastQuery() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Retrieves the string representation of the last executed query.
getMetaData() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
 
getMetaData() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getName() - Method in class org.pentaho.commons.connection.ActivationHelper.DatasourceWrapper
 
getName() - Method in class org.pentaho.commons.connection.ActivationHelper.PentahoStreamSourceWrapper
 
getName() - Method in class org.pentaho.commons.connection.InputStreamDataSource
 
getName() - Method in interface org.pentaho.commons.connection.IPentahoStreamSource
 
getName() - Method in class org.pentaho.commons.connection.SimpleStreamSource
 
getNodeText(String, Node) - Static method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getNodeText(String, Node, String) - Static method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getNumColumnHeaderSets() - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
 
getNumRowHeaderSets() - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
 
getOutputStream() - Method in class org.pentaho.commons.connection.ActivationHelper.DatasourceWrapper
 
getOutputStream() - Method in class org.pentaho.commons.connection.ActivationHelper.PentahoStreamSourceWrapper
 
getOutputStream() - Method in class org.pentaho.commons.connection.InputStreamDataSource
 
getOutputStream() - Method in interface org.pentaho.commons.connection.IPentahoStreamSource
 
getOutputStream() - Method in class org.pentaho.commons.connection.SimpleStreamSource
 
getResultSet() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Returns resultset of the last executed query.
getRowCount() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Get a rowCount from the resultset.
getRowCount() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getRowHeaderNames() - Method in interface org.pentaho.commons.connection.IMultiDimensionalMetaData
Gets the names of the row dimensions
getRowHeaderNames() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
getRowHeaders() - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getRowHeaders() - Method in interface org.pentaho.commons.connection.IMultiDimensionalMetaData
 
getRowHeaders() - Method in interface org.pentaho.commons.connection.IPentahoMetaData
Deprecated.
getRowHeaders() - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
getRowIndex(String) - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getRowIndex(String) - Method in interface org.pentaho.commons.connection.IPentahoMetaData
Gets the 0-based row number for a specified row header value.
getRowIndex(String[]) - Method in class org.pentaho.commons.connection.AbstractPentahoMetaData
 
getRowIndex(String[]) - Method in interface org.pentaho.commons.connection.IPentahoMetaData
Gets the 0-based row number for a set of row header values.
getRows() - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
Returns the collection of rows for this result set
getRows() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
getSourceResultSet() - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
getString(String) - Static method in class org.pentaho.commons.connection.Messages
 
getString(String, String...) - Static method in class org.pentaho.commons.connection.Messages
 
getValueAt(int, int) - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Returns the value of the specified row and the specified column from within the resultset.
getValueAt(int, int) - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
Returns the value of the specified row and the specified column from within the resultset.
getXMLString(IPentahoResultSet) - Static method in class org.pentaho.commons.connection.DataUtilities
Get an XML representation of the resultset

H

HQL_DATASOURCE - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
 

I

IDisposable - Interface in org.pentaho.commons.connection
 
ILimitableConnection - Interface in org.pentaho.commons.connection
 
IMultiDimensionalMetaData - Interface in org.pentaho.commons.connection
 
IMultiDimensionalResultSet - Interface in org.pentaho.commons.connection
 
initialized() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Checks if the connection is initialized or not.
InputStreamDataSource - Class in org.pentaho.commons.connection
 
InputStreamDataSource(String, InputStream) - Constructor for class org.pentaho.commons.connection.InputStreamDataSource
 
IPeekable - Interface in org.pentaho.commons.connection
 
IPentahoConnection - Interface in org.pentaho.commons.connection
A PentahoConnection represents metadata and functions required to execute queries against data sources.
IPentahoDataTypes - Interface in org.pentaho.commons.connection
Defines axis types - column or row.
IPentahoMetaData - Interface in org.pentaho.commons.connection
Defines the methods that must be supported for obtaining metadata about a source of data.
IPentahoResultSet - Interface in org.pentaho.commons.connection
Defines a set of result data, typically with definable rows and columns.
IPentahoStreamSource - Interface in org.pentaho.commons.connection
 
isClosed() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Checks if the connection is closed or not.
isReadOnly() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Checks if the connection is read only or not.
isScrollable() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Indicates whether the result set is scrollable
isScrollable() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
iterator - Variable in class org.pentaho.commons.connection.memory.MemoryResultSet
 

J

JNDI_NAME_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Defines the XML element in the component-definition that holds the JNDI (Java Naming and Directory Interface) name for the database connection.

K

KEYS - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Array of the XML element keys defined above.

L

LOCATION_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Defines the XML element in the component-definition that holds the JDBC URL.

M

MarshallableColumnNames - Class in org.pentaho.commons.connection.marshal
This object stores the names of the columns in a MarshallableResultSet.
MarshallableColumnNames() - Constructor for class org.pentaho.commons.connection.marshal.MarshallableColumnNames
 
MarshallableColumnTypes - Class in org.pentaho.commons.connection.marshal
This class stores a list of the column types for a serializable result set.
MarshallableColumnTypes() - Constructor for class org.pentaho.commons.connection.marshal.MarshallableColumnTypes
 
MarshallableResultSet - Class in org.pentaho.commons.connection.marshal
A serializable representation of an IPentahoResultSet.
MarshallableResultSet() - Constructor for class org.pentaho.commons.connection.marshal.MarshallableResultSet
 
MarshallableRow - Class in org.pentaho.commons.connection.marshal
Stores a row of data for a MarshallableResultSet.
MarshallableRow() - Constructor for class org.pentaho.commons.connection.marshal.MarshallableRow
 
MDX_DATASOURCE - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
 
MDX_OLAP4J_DATASOURCE - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
 
memoryCopy() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
Returns a memory copy of the results
memoryCopy() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
Attention: It does not clone data!
MemoryMetaData - Class in org.pentaho.commons.connection.memory
 
MemoryMetaData(Object[][], Object[][]) - Constructor for class org.pentaho.commons.connection.memory.MemoryMetaData
Deprecated.
MemoryMetaData(Object[][], Object[][], String, String[], String[], String[]) - Constructor for class org.pentaho.commons.connection.memory.MemoryMetaData
 
MemoryMetaData(List) - Constructor for class org.pentaho.commons.connection.memory.MemoryMetaData
Deprecated.
MemoryMetaData(MemoryMetaData) - Constructor for class org.pentaho.commons.connection.memory.MemoryMetaData
 
MemoryResultSet - Class in org.pentaho.commons.connection.memory
 
MemoryResultSet() - Constructor for class org.pentaho.commons.connection.memory.MemoryResultSet
 
MemoryResultSet(IPentahoMetaData) - Constructor for class org.pentaho.commons.connection.memory.MemoryResultSet
 
Messages - Class in org.pentaho.commons.connection
 
MetaDataUtil - Class in org.pentaho.commons.connection
 
MetaDataUtil() - Constructor for class org.pentaho.commons.connection.MetaDataUtil
 

N

next() - Method in interface org.pentaho.commons.connection.IPentahoResultSet
 
next() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
nextFlattened() - Method in interface org.pentaho.commons.connection.IMultiDimensionalResultSet
Gets the next flattened row.
nextFlattened() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
NONE_DATASOURCE - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
 

O

org.pentaho.commons.connection - package org.pentaho.commons.connection
 
org.pentaho.commons.connection.marshal - package org.pentaho.commons.connection.marshal
 
org.pentaho.commons.connection.memory - package org.pentaho.commons.connection.memory
 

P

PASSWORD_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Defines the XML element in the component-definition that holds the password used to connect to the JDBC driver.
peek() - Method in interface org.pentaho.commons.connection.IPeekable
Peeks into a result set object to get a preview of the next row of data.
peek() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
peekFlattened() - Method in interface org.pentaho.commons.connection.IMultiDimensionalResultSet
Peeks at the next flattened row.
peekFlattened() - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
peekRow - Variable in class org.pentaho.commons.connection.memory.MemoryResultSet
 
PentahoDataTransmuter - Class in org.pentaho.commons.connection
 
PentahoDataTransmuter(IPentahoResultSet) - Constructor for class org.pentaho.commons.connection.PentahoDataTransmuter
 
PentahoStreamSourceWrapper(IPentahoStreamSource) - Constructor for class org.pentaho.commons.connection.ActivationHelper.PentahoStreamSourceWrapper
 
pivot() - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
pivot(IPentahoResultSet) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
This rotates a IPentahoResultSet such that the row and column data are reversed and the data headers are also rotated. ie source.
pivotDimensions(Object[][]) - Static method in class org.pentaho.commons.connection.DataUtilities
Pivots a 2D array such that rows become columns and columns become rows.
prepareAndExecuteQuery(String, List) - Method in interface org.pentaho.commons.connection.IPentahoConnection
Builds the query based on the pattern and parameters list and executes it against the connection.
preparedQueriesSupported() - Method in interface org.pentaho.commons.connection.IPentahoConnection
Checks if the given connection supports prepared queries.
PROVIDER - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Standard key to use for a provider property.

Q

QUERY_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Defines the XML element in the component-definition that holds the database query (e.g.

R

ResultSetMarshaller - Class in org.pentaho.commons.connection.marshal
A utility class for marshalling IPentahoResultSet objects into and out of a serializable form (MarshallableResultSet)
ResultSetMarshaller() - Constructor for class org.pentaho.commons.connection.marshal.ResultSetMarshaller
 
rowHeaderNames - Variable in class org.pentaho.commons.connection.memory.MemoryMetaData
 
rowHeaders - Variable in class org.pentaho.commons.connection.memory.MemoryMetaData
 
rowIndex - Variable in class org.pentaho.commons.connection.memory.MemoryResultSet
 
rowNamesToIndexes(String[][]) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
rowNamesToIndexes(IPentahoResultSet, String[][]) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Returns an array of row Indexes taht match the names parameter
rows - Variable in class org.pentaho.commons.connection.memory.MemoryResultSet
 

S

setCell(Object[]) - Method in class org.pentaho.commons.connection.marshal.MarshallableRow
Sets the cell values to be stored.
setColumnNameFormat(String) - Method in interface org.pentaho.commons.connection.IMultiDimensionalMetaData
Sets the column name format string.
setColumnNameFormat(String) - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
setColumnNames(String[]) - Method in class org.pentaho.commons.connection.marshal.MarshallableColumnNames
Sets the column names for the result set
setColumnType(String[]) - Method in class org.pentaho.commons.connection.marshal.MarshallableColumnTypes
Sets the columns types.
setColumnTypes(String[]) - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
setFetchSize(int) - Method in interface org.pentaho.commons.connection.IPentahoConnection
Sets size of the fetch buffer used when retrieving rows from the underlying database.
setFlattenedColumnNames(String[]) - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
setMaxRows(int) - Method in interface org.pentaho.commons.connection.ILimitableConnection
Max rows returned by query if supported by the underlying connection
setMaxRows(int) - Method in interface org.pentaho.commons.connection.IPentahoConnection
Sets maximum rows that will be returned by the next query.
setMetaData(IPentahoMetaData) - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
setNumColumnHeaderSets(int) - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
 
setNumRowHeaderSets(int) - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
 
setProperties(Properties) - Method in interface org.pentaho.commons.connection.IPentahoConnection
Sets the properties to be used when the connection is made.
setQueryTimeout(int) - Method in interface org.pentaho.commons.connection.ILimitableConnection
The timeout if supported by the underlying connection
setResultSet(IPentahoResultSet) - Method in class org.pentaho.commons.connection.marshal.MarshallableResultSet
Sets the result set to be converted
setRowHeaderNames(String[]) - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
setRowHeaders(Object[][]) - Method in class org.pentaho.commons.connection.memory.MemoryMetaData
 
setRows(List) - Method in class org.pentaho.commons.connection.memory.MemoryResultSet
 
SimpleStreamSource - Class in org.pentaho.commons.connection
A simple POJO implementation of IPentahoStreamSource
SimpleStreamSource(String, String, InputStream, OutputStream) - Constructor for class org.pentaho.commons.connection.SimpleStreamSource
 
sourceResultSet - Variable in class org.pentaho.commons.connection.PentahoDataTransmuter
 
SQL_DATASOURCE - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
 
swapAndPivotRowAndColumnHeaders(IPentahoMetaData) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 

T

toNumber(Object, NumberFormat...) - Static method in class org.pentaho.commons.connection.DataUtilities
toNumbers(Object[], NumberFormat...) - Static method in class org.pentaho.commons.connection.DataUtilities
Converts an array of objects to a list of Numbers.
toResultSet(MarshallableResultSet) - Static method in class org.pentaho.commons.connection.marshal.ResultSetMarshaller
Converts a MarshallableResultSet object into an IPentahoResultSet.
transmute(Integer[], Integer[], boolean) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(Integer, Integer, boolean) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(Integer, Integer, Integer[], Integer[], boolean) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(String[][], String[][], boolean) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(String[], String[], boolean) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(String[], String[], String[][], String[][], boolean) - Method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(IPentahoResultSet, boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(IPentahoResultSet, Integer[], Integer[], boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(IPentahoResultSet, Integer, Integer, boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(IPentahoResultSet, Integer, Integer, Integer[], Integer[], boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Returns a memory result set that represents a grid of data and it's associated headers.
transmute(IPentahoResultSet, String[][], String[][], boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(IPentahoResultSet, String[], String[], boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
 
transmute(IPentahoResultSet, String[], String[], String[][], String[][], boolean) - Static method in class org.pentaho.commons.connection.PentahoDataTransmuter
Returns a memory result set that represents a grid of data and it's associated headers.
TYPE_BOOLEAN - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_DATE - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_DECIMAL - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_DOUBLE - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_FLOAT - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_INT - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_LONG - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 
TYPE_STRING - Static variable in interface org.pentaho.commons.connection.IPentahoDataTypes
 

U

USERNAME_KEY - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
Defines the XML element in the component-definition that holds the user name used to connect to the JDBC driver.

X

XML_DATASOURCE - Static variable in interface org.pentaho.commons.connection.IPentahoConnection
 
A B C D E F G H I J K L M N O P Q R S T U X 
All Classes All Packages