Uses of Interface
one.xingyi.sqlAndParams.ISqlAndParams
-
Uses of ISqlAndParams in one.xingyi.sqlAndParams
Methods in one.xingyi.sqlAndParams that return ISqlAndParamsModifier and TypeMethodDescriptionstatic ISqlAndParamsISqlAndParams.merge(List<ISqlAndParams> sqlAndParams) static ISqlAndParamsstatic ISqlAndParamsstatic ISqlAndParamsMethods in one.xingyi.sqlAndParams that return types with arguments of type ISqlAndParamsModifier and TypeMethodDescriptionstatic <Query,T> IPartialFunction<Query, ISqlAndParams> ISqlAndParamsBuilder.fieldInWhere(Function<Query, T> fieldFn, Function<Query, String> sqlFn) static <Query> IPartialFunction<Query,ISqlAndParams> ISqlAndParamsBuilder.stringFieldInWhere(Function<Query, String> fieldFn, Function<Query, String> sqlFn) static <Query> IPartialFunction<Query,ISqlAndParams> ISqlAndParamsBuilder.stringFieldInWhereUpperCaseAndTrim(Function<Query, String> fieldFn, Function<Query, String> sqlFn) Method parameters in one.xingyi.sqlAndParams with type arguments of type ISqlAndParamsModifier and TypeMethodDescriptionstatic ISqlAndParamsISqlAndParams.merge(List<ISqlAndParams> sqlAndParams)