anyframe.core.query
Interface ISqlParameterSource
- All Superinterfaces:
- SqlParameterSource
public interface ISqlParameterSource
- extends SqlParameterSource
This is a class for setting input argument which
needed for executing the query statment
- Author:
- SoYon Lim, JongHoon Kim
|
Method Summary |
void |
addSqlType(String name,
int sqlType)
Register a SQL type for the given parameter. |
addSqlType
void addSqlType(String name,
int sqlType)
- Register a SQL type for the given parameter.
- Parameters:
paramName - the name of the parametersqlType - the SQL type of the parameter
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.