net.sf.farrago.jdbc.engine
Class FarragoJdbcEngineParamDefFactory
java.lang.Object
net.sf.farrago.jdbc.engine.FarragoJdbcEngineParamDefFactory
- All Implemented Interfaces:
- FarragoSessionStmtParamDefFactory
public class FarragoJdbcEngineParamDefFactory
- extends Object
- implements FarragoSessionStmtParamDefFactory
FarragoJdbcEngineParamDefFactory implements FarragoSessionStmtParamDefFactory for JDBC.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/jdbc/engine/FarragoJdbcEngineParamDefFactory.java#10 $
- Author:
- stephan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoJdbcEngineParamDefFactory
public FarragoJdbcEngineParamDefFactory()
newParamDef
public FarragoSessionStmtParamDef newParamDef(String paramName,
RelDataType type)
- Description copied from interface:
FarragoSessionStmtParamDefFactory
- Constructs a new
FarragoSessionStmtParamDef for a parameter with
the given name and type.
- Specified by:
newParamDef in interface FarragoSessionStmtParamDefFactory
- Parameters:
paramName - parameter's nametype - parameter's type
- Returns:
- a new FarragoSessionStmtParamDef