private String getDataType( String param,
int index ) {
String dataType;
MethodInfo methodInfo = getMethodInfo();
if ( methodInfo != null ) {
dataType = methodInfo.getParams().get( index++ );
} else {
dataType = boundParams.get( param );
}
if ( dataType == null ) {
dataType = inferDataType( param,