public class ConditionHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Integer |
getPageSize(org.teasoft.bee.osql.api.Condition condition) |
static String |
processFunction(String columnNames,
org.teasoft.bee.osql.api.Condition condition) |
static List<org.teasoft.honey.osql.core.PreparedValue> |
processIn(Object v) |
static void |
processIn(StringBuffer sqlBuffer,
List<org.teasoft.honey.osql.core.PreparedValue> list,
Object v) |
static String |
processLike(org.teasoft.bee.osql.Op op,
String v) |
static void |
processOnExpression(org.teasoft.bee.osql.api.Condition condition,
org.teasoft.honey.osql.core.MoreTableStruct[] moreTableStruct,
List<org.teasoft.honey.osql.core.PreparedValue> list) |
public static String processFunction(String columnNames, org.teasoft.bee.osql.api.Condition condition)
public static void processOnExpression(org.teasoft.bee.osql.api.Condition condition,
org.teasoft.honey.osql.core.MoreTableStruct[] moreTableStruct,
List<org.teasoft.honey.osql.core.PreparedValue> list)
public static Integer getPageSize(org.teasoft.bee.osql.api.Condition condition)
public static void processIn(StringBuffer sqlBuffer, List<org.teasoft.honey.osql.core.PreparedValue> list, Object v)
Copyright © 2025. All rights reserved.