Uses of Interface
org.sqlproc.engine.SqlQuery
Packages that use SqlQuery
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
The adapters and proxies for the JDBC stack.
All the META types staff for the JDBC stack devoted to special handling of input/output values.
All the META types staff devoted to special handling of input/output values.
-
Uses of SqlQuery in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlQueryMethods in org.sqlproc.engine that return SqlQueryModifier and TypeMethodDescriptionDeclares a scalar query result, which is an SQL query execution output value.Declares a scalar query result, which is an SQL query execution output value.SqlSession.createSqlQuery(String queryString) Creates a new instance ofSqlQuery, which is a wrapper around the SQL query command.SqlQuery.setOrdered(boolean ordered) Sets the indicator the SQL output is sorted.SqlQuery.setParameter(String name, Object val) Binds a value to a named query parameter.SqlQuery.setParameter(String name, Object val, Object type, Class<?>... moreTypes) Binds a value to a named query parameter.SqlQuery.setParameterList(String name, Object[] vals) Binds multiple values to a named query parameter.SqlQuery.setParameterList(String name, Object[] vals, Object type, Class<?>... moreTypes) Binds multiple values to a named query parameter.SqlQuery.setSqlControl(SqlControl sqlControl) Sets the compound parameters controlling the META SQL execution.Methods in org.sqlproc.engine with parameters of type SqlQueryModifier and TypeMethodDescriptionprivate ObjectSqlProcedureEngine.callFunction(SqlQuery query, SqlProcessResult processResult, SqlMappingResult mappingResult) Internal callFunction implementationprivate <E> List<E> SqlProcedureEngine.callQuery(SqlQuery query, SqlMappingResult mappingResult, Class<E> resultClass) Internal callQuery implementationprivate IntegerSqlProcedureEngine.callUpdate(SqlQuery query, SqlProcessResult processResult) Internal callUpdate implementationprivate IntegerSqlCrudEngine.delete(SqlQuery query, SqlProcessResult processResult) Internal delete implementationprivate <E> ESqlCrudEngine.get(SqlQuery query, SqlMappingResult mappingResult, Class<E> resultClass, SqlControl sqlControl) Internal get implementationprivate IntegerSqlCrudEngine.insert(SqlQuery query, SqlProcessResult processResult) Internal insert implementationprivate IntegerSqlCrudEngine.update(SqlQuery query, SqlProcessResult processResult) Internal update implementation -
Uses of SqlQuery in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl with parameters of type SqlQueryModifier and TypeMethodDescription(package private) voidSqlType.setParameter(SqlProcessContext ctx, SqlQuery query, String paramName, Object inputValue, Class<?>... inputTypes) Bind an input value to a named query parameter.(package private) voidSqlInputValue.setQueryParam(SqlTypeFactory typeFactory, SqlSession session, SqlQuery query, String paramName) Bind a dynamic input value to a named query parameter.booleanSqlProcessResult.setQueryParams(SqlSession session, SqlQuery query) Bind an input values to a named query parameters.(package private) voidSqlMappingItem.setQueryResultMapping(SqlProcessContext ctx, Class<?> resultClass, Map<String, Class<?>> moreResultClasses, SqlQuery query) Declares a scalar query result for this mapping rule item.voidSqlMappingResult.setQueryResultMapping(Class<?> resultClass, Map<String, Class<?>> moreResultClasses, SqlQuery query) Declares a scalar query results for all mapping rule items. -
Uses of SqlQuery in org.sqlproc.engine.jdbc
Classes in org.sqlproc.engine.jdbc that implement SqlQueryModifier and TypeClassDescriptionclassThe JDBC stack implementation of the SQL Engine query contract.Methods in org.sqlproc.engine.jdbc that return SqlQueryModifier and TypeMethodDescriptionDeclares a scalar query result, which is an SQL query execution output value.Declares a scalar query result, which is an SQL query execution output value.JdbcSimpleSession.createSqlQuery(String queryString) Creates a new instance ofSqlQuery, which is a wrapper around the SQL query command.JdbcQuery.setOrdered(boolean ordered) Sets the indicator the SQL output is sorted.JdbcQuery.setParameter(String name, Object val) Binds a value to a named query parameter.JdbcQuery.setParameter(String name, Object val, Object type, Class<?>... moreTypes) Binds a value to a named query parameter.JdbcQuery.setParameterList(String name, Object[] vals) Binds multiple values to a named query parameter.JdbcQuery.setParameterList(String name, Object[] vals, Object type, Class<?>... moreTypes) Binds multiple values to a named query parameter.JdbcQuery.setSqlControl(SqlControl sqlControl) Sets the compound parameters controlling the META SQL execution. -
Uses of SqlQuery in org.sqlproc.engine.jdbc.type
Methods in org.sqlproc.engine.jdbc.type with parameters of type SqlQueryModifier and TypeMethodDescriptionvoidJdbcOracleCursorType.addScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes) Declares a scalar query result, which is an SQL query execution output value.voidJdbcOtherType.addScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes) Declares a scalar query result, which is an SQL query execution output value.voidJdbcOracleCursorType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidJdbcOtherType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter. -
Uses of SqlQuery in org.sqlproc.engine.type
Methods in org.sqlproc.engine.type with parameters of type SqlQueryModifier and TypeMethodDescriptionvoidSqlDefaultType.addScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes) Declares a scalar query result, which is an SQL query execution output value.voidSqlIdentityType.addScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes) Declares a scalar query result, which is an SQL query execution output value.voidSqlMetaType.addScalar(SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes) Declares a scalar query result, which is an SQL query execution output value.default voidSqlMetaType.addScalarEntryLog(org.slf4j.Logger logger, SqlMetaType sqlMetaType, SqlTypeFactory typeFactory, SqlQuery query, String dbName, Class<?>... attributeTypes) voidSqlByteArrayType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlDateTimeType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlDateType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlDefaultType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlEnumIntegerType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlEnumStringType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlFromDateType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlIdentityType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object identitySetter, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlInstantType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlLocalDateTimeType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlLocalDateType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlLocalTimeType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlMetaType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlOutValueType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object outValueSetter, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlTimestampType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlTimeType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.voidSqlToDateType.setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) Binds an input value to a named query parameter.default voidSqlMetaType.setParameterEntryLog(org.slf4j.Logger logger, SqlMetaType sqlMetaType, SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes)