org.olap4j
Interface OlapParameterMetaData
- All Superinterfaces:
- ParameterMetaData, Wrapper
public interface OlapParameterMetaData
- extends ParameterMetaData
Extension to ParameterMetaData for parameters of OLAP statements.
Chief differences:
Parameters to an OLAP statement must have default values, and therefore
it is not necessary to set every parameter.
- Since:
- Oct 12, 2006
- Author:
- jhyde
-
-

getParameterName
String getParameterName(int param)
throws OlapException
- Returns the name of this parameter.
- Throws:
OlapException - if a database access error occurs- Parameters:
param - the first parameter is 1, the second is 2, ...
- Returns:
- parameter name
getParameterOlapType
Type getParameterOlapType(int param)
throws OlapException
- Retrieves the designated parameter's OLAP type.
- Throws:
OlapException - if a database access error occurs- Parameters:
param - the first parameter is 1, the second is 2, ...
- Returns:
- OLAP type