Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mdm
Interface MdmQueryColumn

All Known Implementing Classes:
MdmColumn, MdmViewColumn

public interface MdmQueryColumn

An interface for an object that represents a column of a table or view that is associated with an MdmQuery.


Method Summary
 java.lang.String getName()
          Gets the name of the column.
 SQLDataType getSQLDataType()
          Gets the SQLDataType of the MdmQueryColumn.

 

Method Detail

getName

java.lang.String getName()
Gets the name of the column.
Returns:
A String that contains the name of the column.

getSQLDataType

SQLDataType getSQLDataType()
Gets the SQLDataType of the MdmQueryColumn.
Returns:
The SQLDataType of the MdmQueryColumn.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.