org.mule.module.db.internal.domain.param
Interface QueryParam

All Known Subinterfaces:
InOutQueryParam, InputQueryParam, OutputQueryParam
All Known Implementing Classes:
AbstractQueryParam, DefaultInOutQueryParam, DefaultInputQueryParam, DefaultOutputQueryParam

public interface QueryParam

Defines common SQL parameter information.


Method Summary
 int getIndex()
          Returns the parameter's index in the containing SQL query.
 String getName()
          Returns the name parameter name.
 DbType getType()
          Returns the parameter's type.
 

Method Detail

getIndex

int getIndex()
Returns the parameter's index in the containing SQL query.

Returns:
the index. Must be greater than zero.

getType

DbType getType()
Returns the parameter's type.

Returns:
an integer constant that represent the type in the used JDBC provider.

getName

String getName()
Returns the name parameter name.



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.