net.sf.farrago.session
Interface FarragoSessionStmtParamDefFactory

All Known Implementing Classes:
FarragoJdbcEngineParamDefFactory

public interface FarragoSessionStmtParamDefFactory

FarragoSessionStmtParamDefFactory represents a factory that creates FarragoSessionStmtParamDef instances.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/session/FarragoSessionStmtParamDefFactory.java#6 $
Author:
Stephan Zuercher

Method Summary
 FarragoSessionStmtParamDef newParamDef(String paramName, RelDataType paramType)
          Constructs a new FarragoSessionStmtParamDef for a parameter with the given name and type.
 

Method Detail

newParamDef

FarragoSessionStmtParamDef newParamDef(String paramName,
                                       RelDataType paramType)
Constructs a new FarragoSessionStmtParamDef for a parameter with the given name and type.

Parameters:
paramName - parameter's name
paramType - parameter's type
Returns:
a new FarragoSessionStmtParamDef