Uses of Class
org.teiid.odata.api.SQLParameter
-
Packages that use SQLParameter Package Description org.teiid.odata.api org.teiid.olingo.service -
-
Uses of SQLParameter in org.teiid.odata.api
Method parameters in org.teiid.odata.api with type arguments of type SQLParameter Modifier and Type Method Description voidClient. executeCall(String sql, List<SQLParameter> sqlParams, ProcedureReturnType returnType, OperationResponse response)CountResponseClient. executeCount(org.teiid.query.sql.lang.Query query, List<SQLParameter> parameters)voidClient. executeSQL(org.teiid.query.sql.lang.Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skip, Integer top, String nextOption, int pageSize, QueryResponse response)UpdateResponseClient. executeUpdate(org.teiid.query.sql.lang.Command command, List<SQLParameter> parameters) -
Uses of SQLParameter in org.teiid.olingo.service
Methods in org.teiid.olingo.service that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>ODataSQLBuilder. getParameters()List<SQLParameter>ReferenceUpdateSQLBuilder. getParameters()Method parameters in org.teiid.olingo.service with type arguments of type SQLParameter Modifier and Type Method Description voidLocalClient. executeCall(String sql, List<SQLParameter> parameters, ProcedureReturnType returnType, OperationResponse response)CountResponseLocalClient. executeCount(org.teiid.query.sql.lang.Query query, List<SQLParameter> parameters)voidLocalClient. executeSQL(org.teiid.query.sql.lang.Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skipOption, Integer topOption, String nextOption, int pageSize, QueryResponse response)UpdateResponseLocalClient. executeUpdate(org.teiid.query.sql.lang.Command query, List<SQLParameter> parameters)Constructor parameters in org.teiid.olingo.service with type arguments of type SQLParameter Constructor Description ODataExpressionToSQLVisitor(DocumentNode resource, boolean prepared, org.apache.olingo.server.api.uri.UriInfo info, org.teiid.metadata.MetadataStore metadata, org.apache.olingo.server.api.OData odata, org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator, List<SQLParameter> params, org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService)ProcedureSQLBuilder(org.teiid.metadata.MetadataStore metadata, org.apache.olingo.commons.api.edm.EdmOperation edmOperation, org.teiid.olingo.service.TeiidServiceHandler.OperationParameterValueProvider parameterProvider, ArrayList<SQLParameter> params)
-