Anyframe Core

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

Field Summary
 
Fields inherited from interface org.springframework.jdbc.core.namedparam.SqlParameterSource
TYPE_UNKNOWN
 
Method Summary
 void addSqlType(String name, int sqlType)
          Register a SQL type for the given parameter.
 
Methods inherited from interface org.springframework.jdbc.core.namedparam.SqlParameterSource
getSqlType, getTypeName, getValue, hasValue
 

Method Detail

addSqlType

void addSqlType(String name,
                int sqlType)
Register a SQL type for the given parameter.

Parameters:
paramName - the name of the parameter
sqlType - the SQL type of the parameter

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.