Class MarshallableColumnNames
- java.lang.Object
-
- org.pentaho.commons.connection.marshal.MarshallableColumnNames
-
- All Implemented Interfaces:
Serializable
public class MarshallableColumnNames extends Object implements Serializable
This object stores the names of the columns in a MarshallableResultSet.- Author:
- jamesdixon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarshallableColumnNames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getColumnName()Returns the column names for the result setvoidsetColumnNames(String[] names)Sets the column names for the result set
-