Class Jq
java.lang.Object
io.vertx.tp.modular.jooq.internal.Jq
Jooq统一工具类,和Ux,Ut模式一样,内部类全部使用包域
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConcurrentMap<String,List<DataMatrix>> static <T> voidargSet(DataMatrix matrix, BiFunction<org.jooq.Field, Object, T> function) static org.jooq.ConditioninWhere(DataMatrix matrix) static org.jooq.ConditioninWhere(List<DataMatrix> matrixList) static org.jooq.Table<org.jooq.Record>joinLeft(String leader, ConcurrentMap<String, String> vectors, ConcurrentMap<String, String> aliasMap) static org.jooq.Table<org.jooq.Record>joinNature(ConcurrentMap<String, String> aliasMap) static LongtoCount(org.jooq.Result<org.jooq.Record> result) static org.jooq.FieldtoField(String field, Set<DataMatrix> matrix, ConcurrentMap<String, String> fieldMap) static org.jooq.RecordtoRecord(org.jooq.Result<org.jooq.Record> result) static org.jooq.Record[]toRecords(org.jooq.Result<org.jooq.Record> result) static org.jooq.Table<org.jooq.Record>
-
Constructor Details
-
Jq
public Jq()
-
-
Method Details
-
toField
public static org.jooq.Field toField(String field, Set<DataMatrix> matrix, ConcurrentMap<String, String> fieldMap) -
toTable
-
toRecord
public static org.jooq.Record toRecord(org.jooq.Result<org.jooq.Record> result) -
toRecords
public static org.jooq.Record[] toRecords(org.jooq.Result<org.jooq.Record> result) -
toCount
-
joinNature
-
joinLeft
public static org.jooq.Table<org.jooq.Record> joinLeft(String leader, ConcurrentMap<String, String> vectors, ConcurrentMap<String, String> aliasMap) -
argSet
-
argBatch
-
inWhere
-
inWhere
-