Uses of Class
cn.cloudself.query.psi.structure.QueryStructureAction
-
Packages that use QueryStructureAction Package Description cn.cloudself.query.config cn.cloudself.query.psi.structure cn.cloudself.query.resolver resolver包 将`QueryStructure`等结构转换为`SQL`并执行或直接执行`SQL` --- * [QSR.java](QSR.java) 主要接口,用于解析`QueryStructure`对象并执行或直接执行`SQL`。 -
-
Uses of QueryStructureAction in cn.cloudself.query.config
Constructors in cn.cloudself.query.config with parameters of type QueryStructureAction Constructor Description BaseQsTransformersBuilder(QueryStructureAction action)BaseResultTransformersBuilder(QueryStructureAction action) -
Uses of QueryStructureAction in cn.cloudself.query.psi.structure
Methods in cn.cloudself.query.psi.structure that return QueryStructureAction Modifier and Type Method Description QueryStructureActionQueryStructure. action()static QueryStructureActionQueryStructureAction. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryStructureAction[]QueryStructureAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.cloudself.query.psi.structure with parameters of type QueryStructureAction Modifier and Type Method Description QueryStructureQueryStructure. action(QueryStructureAction action) -
Uses of QueryStructureAction in cn.cloudself.query.resolver
Methods in cn.cloudself.query.resolver with parameters of type QueryStructureAction Modifier and Type Method Description <T> List<T>QSR. resolve(HashMapStore configStore, QueryStructureAction action, String sql, Object[] params, Class<T> clazz)执行一个SQL语句<T> List<T>QSRTmpl. resolve(HashMapStore configStore, QueryStructureAction action, String sql, Object[] params, Class<T> clazz)执行一个SQL查询
-