Uses of Class
cn.cloudself.query.config.SqlAndParams
-
Packages that use SqlAndParams Package Description cn.cloudself.query.config cn.cloudself.query.resolver resolver包 将`QueryStructure`等结构转换为`SQL`并执行或直接执行`SQL` --- * [QSR.java](QSR.java) 主要接口,用于解析`QueryStructure`对象并执行或直接执行`SQL`。 -
-
Uses of SqlAndParams in cn.cloudself.query.config
Methods in cn.cloudself.query.config that return SqlAndParams Modifier and Type Method Description SqlAndParamsSqlAndParams. params(Object[] params)SqlAndParamsSqlAndParams. sql(String sql)Methods in cn.cloudself.query.config that return types with arguments of type SqlAndParams Modifier and Type Method Description Result<SqlAndParams>Lifecycle.SqlAndParamsTransformer. transform(SqlAndParams sqlAndParams)Methods in cn.cloudself.query.config with parameters of type SqlAndParams Modifier and Type Method Description Result<SqlAndParams>Lifecycle.SqlAndParamsTransformer. transform(SqlAndParams sqlAndParams) -
Uses of SqlAndParams in cn.cloudself.query.resolver
Methods in cn.cloudself.query.resolver that return SqlAndParams Modifier and Type Method Description SqlAndParamsToSqlByQueryStructure. toSqlWithIndexedParams()Methods in cn.cloudself.query.resolver that return types with arguments of type SqlAndParams Modifier and Type Method Description static Result<SqlAndParams>LifecycleHelpers. beforeRunSql(SqlAndParams sqlAndParams)static List<SqlAndParams>ToSqlByInsertObjects. toSql(Collection<?> objs, String table, Collection<QSRTmpl.Column> columnCollection)Methods in cn.cloudself.query.resolver with parameters of type SqlAndParams Modifier and Type Method Description static Result<SqlAndParams>LifecycleHelpers. beforeRunSql(SqlAndParams sqlAndParams)Method parameters in cn.cloudself.query.resolver with type arguments of type SqlAndParams Modifier and Type Method Description <T> TQSR. execBatch(HashMapStore configStore, List<SqlAndParams> sqlAndParamsList, Class<T> clazz)使用多条语句和参数执行更新,创建,删除等非select语句<T> TQSRTmpl. execBatch(HashMapStore configStore, List<SqlAndParams> sqlAndParamsList, Class<T> clazz)使用多条语句和参数执行更新,创建,删除等非select语句
-