transformToSqlSelect
@MediaType(value="text/plain")
@Throws(value=TransformationErrorTypeProvider.class)
@OnException(value=ODataExceptionHandler.class)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,SQLTransformerOutputAttributes> transformToSqlSelect(@Config
ODataConfig oDataConfig,
@ParameterGroup(name="Request Parameters",showInDsl=true)
ODataRequestParameters requestParameters,
@Summary(value="The table name in the database for the requested entity set.")
String entitySetName,
@Summary(value="The name of the database schema to which the entity set belongs. If not empty, it will be prefixed to the table name in the WHERE clause.") @Optional
String databaseSchema,
@Optional @Expression(value=NOT_SUPPORTED)
Integer pageSize,
@ParameterGroup(name="Transformation Parameters",showInDsl=true)
SQLSelectTransformationParameters sqlSelectTransformationParameters)