SYMBOL INDEX (1620 symbols across 62 files) FILE: APIJSONORM/src/main/java/apijson/JSON.java class JSON (line 15) | public class JSON { method createJSONObject (line 79) | public static > M createJSONObject() { method createJSONObject (line 82) | public static > M createJSONObject(Strin... method createJSONObject (line 85) | public static > M createJSONObject(Map> L createJSONArray() { method createJSONArray (line 102) | public static > L createJSONArray(Object obj) { method createJSONArray (line 105) | public static > L createJSONArray(Collection... method parse (line 109) | public static Object parse(Object json) { method parseObject (line 114) | public static > M parseObject(Object jso... method parseObject (line 123) | public static T parseObject(Object json, Class clazz) { method parseArray (line 136) | public static > L parseArray(Object json) { method parseArray (line 151) | public static List parseArray(Object json, Class clazz) { method format (line 169) | public static String format(Object obj) { method toJSONString (line 176) | public static String toJSONString(Object obj) { method toJSONString (line 179) | public static String toJSONString(Object obj, boolean format) { method isJSONType (line 240) | public static boolean isJSONType(String key) { method isBoolOrNumOrStr (line 244) | public static boolean isBoolOrNumOrStr(Object obj) { method get (line 255) | @SuppressWarnings("unchecked") method getJSONObject (line 267) | @SuppressWarnings("unchecked") method getJSONArray (line 280) | @SuppressWarnings("unchecked") method get (line 293) | @SuppressWarnings("unchecked") method getJSONObject (line 298) | @SuppressWarnings("unchecked") method getJSONArray (line 304) | @SuppressWarnings("unchecked") method getMap (line 329) | @SuppressWarnings("unchecked") method getList (line 350) | @SuppressWarnings("unchecked") method getInteger (line 371) | public static Integer getInteger(Map map, String key) ... method getIntValue (line 399) | public static int getIntValue(Map map, String key) thr... method getLong (line 427) | public static Long getLong(Map map, String key) throws... method getLongValue (line 455) | public static long getLongValue(Map map, String key) t... method getFloat (line 483) | public static Float getFloat(Map map, String key) thro... method getFloatValue (line 511) | public static float getFloatValue(Map map, String key)... method getDouble (line 540) | public static Double getDouble(Map map, String key) th... method getDoubleValue (line 568) | public static double getDoubleValue(Map map, String ke... method getBoolean (line 597) | public static Boolean getBoolean(Map map, String key) ... method getBooleanValue (line 633) | public static boolean getBooleanValue(Map map, String ... method getString (line 668) | public static String getString(Map map, String key) { method getFromObjOrArr (line 678) | public static Object getFromObjOrArr(Object parent, String k) { FILE: APIJSONORM/src/main/java/apijson/JSONCreator.java type JSONCreator (line 15) | public interface JSONCreator, L extends Li... method createJSONObject (line 17) | @NotNull method createJSONObject (line 20) | @NotNull method createJSONObject (line 27) | @NotNull method createJSONArray (line 36) | @NotNull method createJSONArray (line 39) | @NotNull method createJSONArray (line 46) | @NotNull FILE: APIJSONORM/src/main/java/apijson/JSONList.java type JSONList (line 14) | public interface JSONList, L extends List<... method getJSONObject (line 58) | default M getJSONObject(int index) { method getJSONArray (line 76) | default L getJSONArray(int index) { method getBooleanValue (line 94) | default boolean getBooleanValue(int index) { method getIntValue (line 116) | default int getIntValue(int index) { method getLongValue (line 139) | default long getLongValue(int index) { method getDoubleValue (line 162) | default double getDoubleValue(int index) { method getString (line 185) | default String getString(int index) { method toJSONString (line 195) | default String toJSONString() { FILE: APIJSONORM/src/main/java/apijson/JSONMap.java type JSONMap (line 18) | public interface JSONMap, L extends List setId(Long id) { method setIdIn (line 136) | default JSONMap setIdIn(List list) { method setUserId (line 144) | default JSONMap setUserId(Long id) { method setUserIdIn (line 151) | default JSONMap setUserIdIn(List list) { method setTry (line 251) | default JSONMap setTry(Boolean tri) { method setCatch (line 259) | default JSONMap setCatch(String isCatch) { method setDrop (line 266) | default JSONMap setDrop(Boolean drop) { method setDefault (line 274) | default JSONMap setDefault(Boolean hasDefault) { method setRole (line 283) | default JSONMap setRole(String role) { method setDatabase (line 290) | default JSONMap setDatabase(String database) { method setDatasource (line 297) | default JSONMap setDatasource(String datasource) { method setNamespace (line 304) | default JSONMap setNamespace(String namespace) { method setCatalog (line 311) | default JSONMap setCatalog(String catalog) { method setSchema (line 318) | default JSONMap setSchema(String schema) { method setExplain (line 325) | default JSONMap setExplain(Boolean explain) { method setCache (line 335) | default JSONMap setCache(Integer cache) { method setCache (line 345) | default JSONMap setCache(String cache) { method setColumn (line 353) | default JSONMap setColumn(String... keys) { method setColumn (line 360) | default JSONMap setColumn(String keys) { method setNull (line 368) | default JSONMap setNull(String... keys) { method setNull (line 375) | default JSONMap setNull(String keys) { method setCast (line 383) | default JSONMap setCast(String... keyTypes) { method setCast (line 390) | default JSONMap setCast(String keyTypes) { method setCombine (line 398) | default JSONMap setCombine(String... keys) { method setCombine (line 405) | default JSONMap setCombine(String keys) { method setGroup (line 413) | default JSONMap setGroup(String... keys) { method setGroup (line 420) | default JSONMap setGroup(String keys) { method setHaving (line 428) | default JSONMap setHaving(String... keys) { method setHaving (line 435) | default JSONMap setHaving(String keys) { method setHaving (line 442) | default JSONMap setHaving(String keys, boolean isAnd) { method setSample (line 450) | default JSONMap setSample(String... keys) { method setSample (line 457) | default JSONMap setSample(String keys) { method setLatest (line 465) | default JSONMap setLatest(String... keys) { method setLatest (line 472) | default JSONMap setLatest(String keys) { method setPartition (line 480) | default JSONMap setPartition(String... keys) { method setPartition (line 487) | default JSONMap setPartition(String keys) { method setFill (line 495) | default JSONMap setFill(String... keys) { method setFill (line 502) | default JSONMap setFill(String keys) { method setOrder (line 510) | default JSONMap setOrder(String... keys) { method setOrder (line 517) | default JSONMap setOrder(String keys) { method setKey (line 525) | default JSONMap setKey(String keyMap) { method setRaw (line 533) | default JSONMap setRaw(String keys) { method setJson (line 541) | default JSONMap setJson(String keys) { method setString (line 549) | default JSONMap setString(String keys) { method setTrim (line 557) | default JSONMap setTrim(String keys) { method putsPath (line 573) | default JSONMap putsPath(String key, String... keys) { method putsNull (line 582) | default JSONMap putsNull(String key, boolean isNull) { method putsEmpty (line 591) | default JSONMap putsEmpty(String key, boolean isEmpty) { method putsEmpty (line 599) | default JSONMap putsEmpty(String key, boolean isEmpty, boolean t... method putsLength (line 607) | default JSONMap putsLength(String key, String compare) { method putsLength (line 616) | default JSONMap putsLength(String key, String compare, Object va... method putsJSONLength (line 624) | default JSONMap putsJSONLength(String key, String compare) { method putsJSONLength (line 632) | default JSONMap putsJSONLength(String key, String compare, Objec... method putsSearch (line 642) | default JSONMap putsSearch(String key, String value) { method putsSearch (line 651) | default JSONMap putsSearch(String key, String value, int type) { method puts (line 661) | default JSONMap puts(Object value) { method puts (line 670) | default JSONMap puts(String key, Object value) { method put (line 678) | default Object put(Object value) { method putsAll (line 694) | default JSONMap putsAll(Map ... method getBooleanValue (line 705) | default boolean getBooleanValue(String key) { method getIntValue (line 714) | default int getIntValue(String key) { method getLongValue (line 723) | default long getLongValue(String key) { method getDoubleValue (line 732) | default double getDoubleValue(String key) { method getString (line 741) | default String getString(String key) { method getJSONObject (line 751) | default M getJSONObject(String key) { method getJSONArray (line 761) | default L getJSONArray(String key) { method putAll (line 766) | @Override method toJSONString (line 778) | default String toJSONString() { FILE: APIJSONORM/src/main/java/apijson/JSONParser.java type JSONParser (line 14) | public interface JSONParser, L extends Lis... method parse (line 16) | Object parse(Object json); method parseObject (line 18) | M parseObject(Object json); method parseObject (line 20) | T parseObject(Object json, Class clazz); method parseArray (line 22) | L parseArray(Object json); method parseArray (line 24) | List parseArray(Object json, Class clazz); method format (line 26) | default String format(Object obj) { method toJSONString (line 29) | default String toJSONString(Object obj) { method toJSONString (line 32) | String toJSONString(Object obj, boolean format); FILE: APIJSONORM/src/main/java/apijson/JSONRequest.java type JSONRequest (line 23) | public interface JSONRequest, L extends Li... method setTag (line 63) | default JSONRequest setTag(String tag) { method setVersion (line 72) | default JSONRequest setVersion(Integer version) { method setFormat (line 81) | default JSONRequest setFormat(Boolean format) { method setQuery (line 118) | default JSONRequest setQuery(int query) { method setCount (line 126) | default JSONRequest setCount(int count) { method setPage (line 134) | default JSONRequest setPage(int page) { method setJoin (line 142) | default JSONRequest setJoin(String... joins) { method setJson (line 146) | public static > M setJson(M m, String...... method setSubqueryRange (line 157) | default JSONRequest setSubqueryRange(String range) { method setSubqueryFrom (line 165) | default JSONRequest setSubqueryFrom(String from) { method toArray (line 177) | default M toArray(int count, int page) { method toArray (line 187) | default M toArray(int count, int page, String name) { method putsAll (line 192) | @Override method puts (line 198) | @Override method puts (line 204) | @Override method recoverHyphen (line 215) | public static String recoverHyphen(@NotNull String key, Boolean upper) { method recoverUnderline (line 223) | public static String recoverUnderline(@NotNull String key, Boolean upp... method recoverDollar (line 231) | public static String recoverDollar(@NotNull String key, Boolean upper) { method recoverDot (line 239) | public static String recoverDot(@NotNull String key, Boolean upper) { method recoverDivider (line 247) | public static String recoverDivider(@NotNull String key, Boolean upper) { method recoverDivider (line 257) | public static String recoverDivider(@NotNull String key, @NotNull Stri... FILE: APIJSONORM/src/main/java/apijson/JSONResponse.java type JSONResponse (line 18) | public interface JSONResponse, L extends L... method getCode (line 85) | default int getCode() { method getCode (line 96) | public static int getCode(Map reponse) { method getMsg (line 107) | default String getMsg() { method getMsg (line 114) | public static String getMsg(Map response) { method getId (line 120) | default long getId() { method getCount (line 131) | default int getCount() { method getTotal (line 142) | default int getTotal() { method isSuccess (line 155) | default boolean isSuccess() { method isSuccess (line 162) | public static boolean isSuccess(int code) { method isSuccess (line 169) | public static boolean isSuccess(JSONResponse response) { method isSuccess (line 176) | public static boolean isSuccess(Map response) { method isExist (line 183) | default boolean isExist() { method isExist (line 190) | public static boolean isExist(int count) { method isExist (line 197) | public static boolean isExist(JSONResponse response) { method isExist (line 200) | public static boolean isExist(Map response) { method getJSONResponse (line 208) | default JSONResponse getJSONResponse(String key) { method getObject (line 229) | default T getObject(Class clazz) { method getObject (line 237) | default T getObject(String key, Class clazz) { method getObject (line 246) | public static T getObject( method toObject (line 255) | default T toObject(Class clazz) { method toObject (line 264) | public static , L extends List List getList(String key) { method getList (line 285) | public static List getList(Map object) { method getList (line 294) | public static > List getList(Map> L getArray() { method getArray (line 309) | default > L getArray(String key) { method getArray (line 316) | public static > L getArray(Map ... method getArray (line 325) | public static > L getArray(Map ... method format (line 340) | public static , L extends List> ... method format (line 376) | public static , L extends List> ... method getTableName (line 407) | public static String getTableName(String fullName) { method getVariableName (line 417) | public static String getVariableName(String fullName) { method formatArrayKey (line 428) | public static String formatArrayKey(String key) { method formatObjectKey (line 444) | public static String formatObjectKey(String key) { method formatOtherKey (line 457) | public static String formatOtherKey(String fullName) { method formatKey (line 473) | public static String formatKey(String fullName, boolean formatColon, b... method formatAt (line 504) | public static String formatAt(@NotNull String key) { method formatColon (line 512) | public static String formatColon(@NotNull String key) { method formatHyphen (line 521) | public static String formatHyphen(@NotNull String key) { method formatHyphen (line 529) | public static String formatHyphen(@NotNull String key, Boolean firstCa... method formatHyphen (line 538) | public static String formatHyphen(@NotNull String key, Boolean firstCa... method formatUnderline (line 546) | public static String formatUnderline(@NotNull String key) { method formatUnderline (line 554) | public static String formatUnderline(@NotNull String key, Boolean firs... method formatUnderline (line 563) | public static String formatUnderline(@NotNull String key, Boolean firs... method formatDollar (line 571) | public static String formatDollar(@NotNull String key) { method formatDollar (line 579) | public static String formatDollar(@NotNull String key, Boolean firstCa... method formatDollar (line 588) | public static String formatDollar(@NotNull String key, Boolean firstCa... method formatDot (line 596) | public static String formatDot(@NotNull String key) { method formatDot (line 604) | public static String formatDot(@NotNull String key, Boolean firstCase) { method formatDot (line 613) | public static String formatDot(@NotNull String key, Boolean firstCase,... method formatDivider (line 621) | public static String formatDivider(@NotNull String key, Boolean firstC... method formatDivider (line 630) | public static String formatDivider(@NotNull String key, @NotNull Strin... method formatDivider (line 639) | public static String formatDivider(@NotNull String key, @NotNull Strin... method formatDivider (line 650) | public static String formatDivider(@NotNull String key, @NotNull Strin... FILE: APIJSONORM/src/main/java/apijson/Log.java class Log (line 13) | public class Log { method setDateFormat (line 46) | public static void setDateFormat(String dateFormatString) { method logInfo (line 56) | public static void logInfo(String TAG, String msg, String level) { method d (line 73) | public static void d(String TAG, String msg) { method fd (line 84) | public static void fd(String TAG, String msg) { method sl (line 94) | public static void sl(String pre, char symbol, String post) { method v (line 102) | public static void v(String TAG, String msg) { method i (line 112) | public static void i(String TAG, String msg) { method e (line 122) | public static void e(String TAG, String msg) { method e (line 132) | public static void e(String TAG, String msg, Throwable e) { method w (line 145) | public static void w(String TAG, String msg) { FILE: APIJSONORM/src/main/java/apijson/RequestMethod.java type RequestMethod (line 14) | public enum RequestMethod { method isGetMethod (line 66) | public static boolean isGetMethod(RequestMethod method, boolean contai... method isHeadMethod (line 75) | public static boolean isHeadMethod(RequestMethod method, boolean conta... method isQueryMethod (line 83) | public static boolean isQueryMethod(RequestMethod method) { method isUpdateMethod (line 91) | public static boolean isUpdateMethod(RequestMethod method) { method isPublicMethod (line 99) | public static boolean isPublicMethod(RequestMethod method) { method isPrivateMethod (line 107) | public static boolean isPrivateMethod(RequestMethod method) { method getName (line 111) | public static String getName(RequestMethod method) { FILE: APIJSONORM/src/main/java/apijson/SQL.java class SQL (line 11) | public class SQL { method isNull (line 36) | public static String isNull() { method isNull (line 43) | public static String isNull(boolean isNull) { method isNull (line 51) | public static String isNull(String s) { method isNull (line 59) | public static String isNull(String s, boolean isNull) { method isEmpty (line 68) | public static String isEmpty(String s) { method isEmpty (line 77) | public static String isEmpty(String s, boolean isEmpty) { method isEmpty (line 87) | public static String isEmpty(String s, boolean isEmpty, boolean trim) { method isEmpty (line 97) | public static String isEmpty(String s, boolean isEmpty, boolean trim, ... method lengthCompare (line 107) | public static String lengthCompare(String s, String compare) { method length (line 116) | public static String length(String s) { method json_length (line 123) | public static String json_length(String s) { method charLength (line 130) | public static String charLength(String s) { method trim (line 138) | public static String trim(String s) { method trimLeft (line 145) | public static String trimLeft(String s) { method trimRight (line 152) | public static String trimRight(String s) { method left (line 161) | public static String left(String s, int n) { method right (line 169) | public static String right(String s, int n) { method subString (line 179) | public static String subString(String s, int start, int end) { method indexOf (line 188) | public static String indexOf(String s, String c) { method replace (line 198) | public static String replace(String s, String c1, String c2) { method concat (line 207) | public static String concat(String s1, String s2) { method equals (line 216) | public static String equals(String s1, String s2) { method toUpperCase (line 224) | public static String toUpperCase(String s) { method toLowerCase (line 231) | public static String toLowerCase(String s) { method column (line 244) | public static String column(String column) { method columnAs (line 252) | public static String columnAs(String column) { method function (line 260) | public static String function(String fun, String column) { method functionAs (line 271) | public static String functionAs(String fun, String column) { method count (line 279) | public static String count() { method count (line 287) | public static String count(String column) { method sum (line 295) | public static String sum(String column) { method max (line 303) | public static String max(String column) { method min (line 311) | public static String min(String column) { method avg (line 319) | public static String avg(String column) { method search (line 342) | public static String search(String s) { method search (line 350) | public static String search(String s, int type) { method search (line 359) | public static String search(String s, int type, boolean ignoreCase) { method isBooleanOrNumber (line 403) | public static boolean isBooleanOrNumber(String type) { FILE: APIJSONORM/src/main/java/apijson/StringUtil.java class StringUtil (line 18) | public class StringUtil { method StringUtil (line 21) | public StringUtil() { method cur (line 61) | public static String cur() { method getCurrentString (line 69) | @Deprecated method get (line 80) | public static String get(Object obj) { method get (line 87) | public static String get(String s) { method get (line 96) | public static String get(Object[] arr) { method get (line 105) | public static String get(Object[] arr, boolean ignoreEmptyItem) { method get (line 114) | public static String get(Object[] arr, String split) { method get (line 125) | public static String get(Object[] arr, String split, boolean ignoreEmp... method getString (line 145) | @Deprecated method getString (line 153) | @Deprecated method getString (line 161) | @Deprecated method getString (line 171) | @Deprecated method getString (line 181) | @Deprecated method getString (line 191) | @Deprecated method getString (line 203) | @Deprecated method trim (line 215) | public static String trim(Object obj) { method trim (line 222) | public static String trim(CharSequence cs) { method trim (line 229) | public static String trim(String s) { method getTrimedString (line 238) | @Deprecated method getTrimedString (line 246) | @Deprecated method getTrimedString (line 254) | @Deprecated method noBlank (line 267) | public static String noBlank(Object obj) { method noBlank (line 274) | public static String noBlank(CharSequence cs) { method noBlank (line 281) | public static String noBlank(String s) { method getNoBlankString (line 289) | @Deprecated method getNoBlankString (line 297) | @Deprecated method getNoBlankString (line 305) | @Deprecated method length (line 319) | public static int length(Object object, boolean trim) { method length (line 327) | public static int length(CharSequence cs, boolean trim) { method length (line 335) | public static int length(String s, boolean trim) { method getLength (line 346) | @Deprecated method getLength (line 355) | @Deprecated method getLength (line 364) | @Deprecated method isEmpty (line 378) | public static boolean isEmpty(Object obj) { method isEmpty (line 386) | public static boolean isEmpty(Object obj, boolean trim) { method isEmpty (line 393) | public static boolean isEmpty(CharSequence cs) { method isEmpty (line 401) | public static boolean isEmpty(CharSequence cs, boolean trim) { method isEmpty (line 408) | public static boolean isEmpty(String s) { method isEmpty (line 416) | public static boolean isEmpty(String s, boolean trim) { method isNotEmpty (line 441) | public static boolean isNotEmpty(Object obj) { method isNotEmpty (line 449) | public static boolean isNotEmpty(Object obj, boolean trim) { method isNotEmpty (line 456) | public static boolean isNotEmpty(CharSequence cs) { method isNotEmpty (line 464) | public static boolean isNotEmpty(CharSequence cs, boolean trim) { method isNotEmpty (line 471) | public static boolean isNotEmpty(String s) { method isNotEmpty (line 479) | public static boolean isNotEmpty(String s, boolean trim) { method isPhone (line 518) | public static boolean isPhone(String phone) { method isPassword (line 530) | public static boolean isPassword(String s) { method isNumberPassword (line 537) | public static boolean isNumberPassword(String s) { method isEmail (line 544) | public static boolean isEmail(String email) { method isVerify (line 558) | public static boolean isVerify(String s) { method isNumber (line 565) | public static boolean isNumber(String s) { method isAlpha (line 577) | public static boolean isAlpha(String s) { method isNumberOrAlpha (line 589) | public static boolean isNumberOrAlpha(String s) { method isCombineOfNumOrAlpha (line 597) | public static boolean isCombineOfNumOrAlpha(String s) { method isName (line 610) | public static boolean isName(String s) { method isBigName (line 626) | public static boolean isBigName(String s) { method isSmallName (line 636) | public static boolean isSmallName(String s) { method isIDCard (line 648) | public static boolean isIDCard(String number) { method isUrl (line 673) | public static boolean isUrl(String url) { method isBranchUrl (line 685) | public static boolean isBranchUrl(String branchUrl) { method isFilePathExist (line 699) | public static boolean isFilePathExist(String path) { method isPath (line 708) | public static boolean isPath(String path) { method isFilePath (line 717) | public static boolean isFilePath(String path) { method getNumber (line 740) | public static String getNumber(Object object) { method getNumber (line 747) | public static String getNumber(CharSequence cs) { method getNumber (line 754) | public static String getNumber(String s) { method getNumber (line 765) | public static String getNumber(String s, boolean onlyStart) { method getCorrectUrl (line 793) | public static String getCorrectUrl(String url) { method getCorrectPhone (line 813) | public static String getCorrectPhone(String phone) { method getCorrectEmail (line 831) | public static String getCorrectEmail(String email) { method getPrice (line 858) | public static String getPrice(String price) { method getPrice (line 868) | public static String getPrice(String price, int formatType) { method getPrice (line 903) | public static String getPrice(BigDecimal price) { method getPrice (line 910) | public static String getPrice(double price) { method getPrice (line 918) | public static String getPrice(BigDecimal price, int formatType) { method getPrice (line 926) | public static String getPrice(double price, int formatType) { method join (line 942) | public static String join(String[] arr) { method join (line 950) | public static String join(String[] arr, String s) { method splitPath (line 969) | public static String[] splitPath(String path) { method split (line 979) | public static String[] split(String s) { method split (line 988) | public static String[] split(String s, String split) { method split (line 996) | public static String[] split(String s, boolean trim) { method split (line 1005) | public static String[] split(String s, String split, boolean trim) { method addSuffix (line 1029) | public static String addSuffix(String key, String suffix) { method firstCase (line 1039) | public static String firstCase(String key) { method firstCase (line 1047) | public static String firstCase(String key, boolean upper) { method toUpperCase (line 1063) | public static String toUpperCase(String s) { method toUpperCase (line 1071) | public static String toUpperCase(String s, boolean trim) { method toLowerCase (line 1079) | public static String toLowerCase(String s) { method toLowerCase (line 1086) | public static String toLowerCase(String s, boolean trim) { method concat (line 1091) | public static String concat(String left, String right) { method concat (line 1094) | public static String concat(String left, String right, String split) { method concat (line 1097) | public static String concat(String left, String right, boolean trim) { method concat (line 1100) | public static String concat(String left, String right, String split, b... method equals (line 1117) | public static boolean equals(Object s1, Object s2) { method equalsIgnoreCase (line 1120) | public static boolean equalsIgnoreCase(String s1, String s2) { FILE: APIJSONORM/src/main/java/apijson/orm/AbstractFunctionParser.java class AbstractFunctionParser (line 23) | public abstract class AbstractFunctionParser getArgObj(String path) { method getArgArr (line 249) | public List getArgArr(String path) { method getArgList (line 257) | public List getArgList(String path) { method getArgList (line 265) | public List getArgList(String path, Class cla... method getArgVal (line 275) | public T getArgVal(String path) { method getArgVal (line 284) | public T getArgVal(String path, Class clazz) { method getArgVal (line 294) | public T getArgVal(@NotNull M req, String path, Cla... method getArgVal (line 310) | public static T getArgVal(Map obj, ... method getArgValue (line 314) | public static T getArgValue(Map obj... method invoke (line 372) | @Override method invoke (line 382) | @Override method invoke (line 397) | @SuppressWarnings({"unchecked", "rawtypes"}) method invoke (line 473) | @SuppressWarnings({"unchecked", "rawtypes"}) method invoke (line 490) | @SuppressWarnings({"unchecked", "rawtypes"}) method invokeScript (line 530) | @SuppressWarnings({"unchecked", "rawtypes"}) method parseFunction (line 574) | @NotNull method parseFunction (line 586) | public static FunctionBean parseFunction(@NotNull String function, @No... method verifySchema (line 685) | public static void verifySchema(String sch, String table) { method extractSchema (line 689) | public static String extractSchema(String sch, String table) { method getFunction (line 729) | public static String getFunction(String method, String[] keys) { method getArgValue (line 743) | public static T getArgValue(@NotNull Map current, ... method getArgValue (line 746) | public static T getArgValue(@NotNull Map current, ... class FunctionBean (line 801) | public static class FunctionBean { method getFunction (line 809) | public String getFunction() { method setFunction (line 812) | public void setFunction(String function) { method getSchema (line 816) | public String getSchema() { method setSchema (line 819) | public void setSchema(String schema) { method getMethod (line 823) | public String getMethod() { method setMethod (line 826) | public void setMethod(String method) { method getKeys (line 830) | public String[] getKeys() { method setKeys (line 833) | public void setKeys(String[] keys) { method getTypes (line 837) | public Class[] getTypes() { method setTypes (line 840) | public void setTypes(Class[] types) { method getValues (line 844) | public Object[] getValues() { method setValues (line 847) | public void setValues(Object[] values) { method toFunctionCallString (line 856) | public String toFunctionCallString(boolean useValue) { method toFunctionCallString (line 864) | public String toFunctionCallString(boolean useValue, String quote) { method getArgVal (line 896) | public V getArgVal(@NotNull M req, String key, Class clazz) thr... method getArgVal (line 909) | public V getArgVal(String key, Class clazz, boolean defaultValu... FILE: APIJSONORM/src/main/java/apijson/orm/AbstractObjectParser.java class AbstractObjectParser (line 32) | public abstract class AbstractObjectParser setPosition(int position) { method invalidate (line 155) | public void invalidate() { method isInvalidate (line 158) | public boolean isInvalidate() { method breakParse (line 163) | public void breakParse() { method isBreakParse (line 166) | public boolean isBreakParse() { method parse (line 205) | @Override method onParse (line 414) | @Override method onChildParse (line 594) | @Override method onPUTArrayParse (line 676) | @Override method onTableArrayParse (line 790) | @Override method parseResponse (line 912) | @Override method parseResponse (line 920) | @Override method newSQLConfig (line 933) | @Override method setSQLConfig (line 968) | @Override method setSQLConfig (line 973) | @Override method executeSQL (line 1005) | @Override method response (line 1047) | @Override method onFunctionResponse (line 1076) | @Override method parseFunction (line 1096) | public void parseFunction(String rawKey, String key, String value, Str... method onChildResponse (line 1138) | @Override method onReferenceParse (line 1161) | @Override method onSQLExecute (line 1166) | @SuppressWarnings("unchecked") method onComplete (line 1235) | @Override method recycle (line 1242) | @Override method setMethod (line 1280) | @Override method getMethod (line 1289) | @Override method isTable (line 1295) | @Override method getPath (line 1299) | @Override method getTable (line 1303) | @Override method getAlias (line 1307) | @Override method getArrayConfig (line 1312) | @Override method getSQLConfig (line 1317) | @Override method getResponse (line 1322) | @Override method getSQLRequest (line 1326) | @Override method getSQLResponse (line 1330) | @Override method getCustomMap (line 1335) | @Override method getFunctionMap (line 1339) | @Override method getChildMap (line 1343) | @Override FILE: APIJSONORM/src/main/java/apijson/orm/AbstractParser.java class AbstractParser (line 39) | public abstract class AbstractParser, L... method isStartFrom1 (line 85) | public boolean isStartFrom1() { method getMinQueryPage (line 88) | @Override method getMaxQueryPage (line 92) | @Override method getDefaultQueryCount (line 96) | @Override method getMaxQueryCount (line 100) | @Override method getMaxUpdateCount (line 104) | @Override method getMaxSQLCount (line 108) | @Override method getMaxObjectCount (line 112) | @Override method getMaxArrayCount (line 116) | @Override method getMaxQueryDepth (line 120) | @Override method AbstractParser (line 128) | public AbstractParser() { method AbstractParser (line 134) | public AbstractParser(RequestMethod method) { method AbstractParser (line 144) | public AbstractParser(RequestMethod method, boolean needVerify) { method isRoot (line 151) | public boolean isRoot() { method setRoot (line 154) | public AbstractParser setRoot(boolean isRoot) { method getWarn (line 165) | public String getWarn(String type) { method putWarnIfNeed (line 168) | public AbstractParser putWarnIfNeed(String type, String warn) { method putWarn (line 177) | public AbstractParser putWarn(String type, String warn) { method getWarnString (line 187) | public String getWarnString() { method getVisitor (line 213) | @NotNull method setVisitor (line 232) | @Override method getMethod (line 239) | @NotNull method setMethod (line 244) | @NotNull method getVersion (line 253) | @Override method setVersion (line 257) | @Override method getTag (line 264) | @Override method setTag (line 268) | @Override method getRequestURL (line 275) | public String getRequestURL() { method setRequestURL (line 278) | public AbstractParser setRequestURL(String requestURL) { method getRequest (line 284) | @Override method setRequest (line 288) | @Override method setGlobalFormat (line 295) | public AbstractParser setGlobalFormat(Boolean globalFormat) { method getGlobalFormat (line 299) | @Override method setGlobalRole (line 304) | public AbstractParser setGlobalRole(String globalRole) { method getGlobalRole (line 308) | @Override method setGlobalDatabase (line 313) | public AbstractParser setGlobalDatabase(String globalDatabase) { method getGlobalDatabase (line 317) | @Override method getGlobalDatasource (line 323) | @Override method setGlobalDatasource (line 327) | public AbstractParser setGlobalDatasource(String globalDataso... method setGlobalNamespace (line 333) | public AbstractParser setGlobalNamespace(String globalNamespa... method getGlobalNamespace (line 337) | @Override method setGlobalCatalog (line 343) | public AbstractParser setGlobalCatalog(String globalCatalog) { method getGlobalCatalog (line 347) | @Override method setGlobalSchema (line 353) | public AbstractParser setGlobalSchema(String globalSchema) { method getGlobalSchema (line 357) | @Override method setGlobalExplain (line 363) | public AbstractParser setGlobalExplain(Boolean globalExplain) { method getGlobalExplain (line 367) | @Override method setGlobalCache (line 372) | public AbstractParser setGlobalCache(String globalCache) { method getGlobalCache (line 376) | @Override method setNeedVerify (line 381) | @Override method isNeedVerifyLogin (line 390) | @Override method setNeedVerifyLogin (line 394) | @Override method isNeedVerifyRole (line 400) | @Override method setNeedVerifyRole (line 404) | @Override method isNeedVerifyContent (line 410) | @Override method setNeedVerifyContent (line 414) | @Override method getSQLExecutor (line 424) | @Override method getVerifier (line 432) | @Override method parseRequest (line 446) | public static > M parseRequest(String re... method parse (line 460) | @Override method parse (line 468) | @NotNull method parseResponse (line 478) | @NotNull method parseResponse (line 503) | @NotNull method onVerifyLogin (line 666) | @Override method onVerifyContent (line 670) | @Override method onVerifyRole (line 679) | @Override method parseCorrectRequest (line 699) | @Override method wrapRequest (line 715) | public M wrapRequest(RequestMethod method, String tag, M object, boole... method newResult (line 783) | public M newResult(int code, String msg) { method newResult (line 795) | public M newResult(int code, String msg, String warn) { method newResult (line 808) | public M newResult(int code, String msg, String warn, boolean isRoot) { method extendResult (line 820) | public M extendResult(M object, int code, String msg, String warn, boo... method extendSuccessResult (line 872) | public M extendSuccessResult(M object) { method extendSuccessResult (line 876) | public M extendSuccessResult(M object, boolean isRoot) { method extendSuccessResult (line 885) | public M extendSuccessResult(M object, String warn, boolean isRoot) { method newSuccessResult (line 892) | public M newSuccessResult() { method newSuccessResult (line 900) | public M newSuccessResult(String warn) { method newSuccessResult (line 909) | public M newSuccessResult(String warn, boolean isRoot) { method extendErrorResult (line 918) | public M extendErrorResult(M object, Throwable e) { method extendErrorResult (line 927) | public M extendErrorResult(M object, Throwable e, boolean isRoot) { method extendErrorResult (line 934) | public M extendErrorResult(M object, Throwable e, RequestMethod reques... method newErrorResult (line 1015) | public M newErrorResult(Exception e) { method newErrorResult (line 1023) | public M newErrorResult(Exception e, boolean isRoot) { method parseCorrectRequest (line 1041) | @Override method getStructure (line 1055) | @Override method onObjectParse (line 1147) | @Override method onArrayParse (line 1319) | @Override method onJoinParse (line 1545) | private List> onJoinParse(Object join, M request) throws... method getValue (line 1903) | public static V getValue(Object parent, String[] pa... method getValuePath (line 1937) | public static String getValuePath(String parentPath, String valuePath) { method getAbsPath (line 1951) | public static String getAbsPath(String path, String name) { method replaceArrayChildPath (line 1975) | public static String replaceArrayChildPath(String parentPath, String v... method putQueryResult (line 2007) | @Override method getValueByPath (line 2021) | @Override method getDecodedKey (line 2066) | public static String getDecodedKey(String key) { method putArrayMainCache (line 2082) | public void putArrayMainCache(String arrayPath, List mainTableDataL... method getArrayMainCache (line 2085) | public List getArrayMainCache(String arrayPath) { method getArrayMainCacheItem (line 2088) | public M getArrayMainCacheItem(String arrayPath, int position) { method executeSQL (line 2100) | @Override method getTransactionIsolation (line 2172) | @Override method setTransactionIsolation (line 2176) | @Override method begin (line 2181) | @Override method rollback (line 2186) | @Override method rollback (line 2191) | @Override method commit (line 2196) | @Override method close (line 2201) | @Override method onBegin (line 2209) | protected void onBegin() { method onCommit (line 2219) | protected void onCommit() { method onRollback (line 2236) | protected void onRollback() { method onClose (line 2259) | protected void onClose() { method setOpMethod (line 2269) | private void setOpMethod(Map request, ObjectParser> E getEnum(final Class enumClass, ... method setRequestAttribute (line 2542) | protected void setRequestAttribute(String key, boolean isArray, String... method buildTag (line 2553) | protected String buildTag(Map request, String key, Req... method objectVerify (line 2567) | protected M objectVerify(RequestMethod method, String tag, int version... method getRealMethod (line 2581) | public RequestMethod getRealMethod(RequestMethod method, String key, O... FILE: APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java class AbstractSQLConfig (line 27) | public abstract class AbstractSQLConfig... method gainParser (line 794) | @Override method setParser (line 801) | @Override method putWarnIfNeed (line 806) | public AbstractSQLConfig putWarnIfNeed(String type, String wa... method putWarn (line 812) | public AbstractSQLConfig putWarn(String type, String warn) { method gainObjectParser (line 820) | @Override method setObjectParser (line 824) | @Override method getVersion (line 831) | @Override method setVersion (line 838) | @Override method getTag (line 845) | @Override method setTag (line 852) | @Override method gainDBVersionNums (line 862) | @Override method limitSQLCount (line 870) | @Override method allowPartialUpdateFailed (line 874) | @Override method allowPartialUpdateFailed (line 878) | public static boolean allowPartialUpdateFailed(String table) { method getIdKey (line 882) | @NotNull method getUserIdKey (line 887) | @NotNull method setProcedure (line 952) | public AbstractSQLConfig setProcedure(String procedure) { method getProcedure (line 956) | public String getProcedure() { method AbstractSQLConfig (line 960) | public AbstractSQLConfig(RequestMethod method) { method AbstractSQLConfig (line 963) | public AbstractSQLConfig(RequestMethod method, String table) { method AbstractSQLConfig (line 967) | public AbstractSQLConfig(RequestMethod method, int count, int page) { method getMethod (line 973) | @NotNull method setMethod (line 981) | @Override method isPrepared (line 986) | @Override method setPrepared (line 990) | @Override method isMain (line 995) | @Override method setMain (line 999) | @Override method getId (line 1006) | @Override method setId (line 1010) | @Override method getIdIn (line 1016) | @Override method setIdIn (line 1020) | @Override method getUserId (line 1027) | @Override method setUserId (line 1031) | @Override method getUserIdIn (line 1037) | @Override method setUserIdIn (line 1041) | @Override method getRole (line 1047) | @Override method setRole (line 1052) | @Override method isDistinct (line 1058) | @Override method setDistinct (line 1062) | @Override method getDatabase (line 1068) | @Override method setDatabase (line 1072) | @Override method gainSQLDatabase (line 1080) | @NotNull method isTSQL (line 1086) | @Override method isMSQL (line 1090) | @Override method isPSQL (line 1094) | @Override method isMySQL (line 1099) | @Override method isMySQL (line 1103) | public static boolean isMySQL(String db) { method isPostgreSQL (line 1107) | @Override method isPostgreSQL (line 1111) | public static boolean isPostgreSQL(String db) { method isSQLServer (line 1115) | @Override method isSQLServer (line 1119) | public static boolean isSQLServer(String db) { method isOracle (line 1123) | @Override method isOracle (line 1127) | public static boolean isOracle(String db) { method isDb2 (line 1131) | @Override method isDb2 (line 1135) | public static boolean isDb2(String db) { method isMariaDB (line 1139) | @Override method isMariaDB (line 1143) | public static boolean isMariaDB(String db) { method isTiDB (line 1147) | @Override method isTiDB (line 1151) | public static boolean isTiDB(String db) { method isCockroachDB (line 1155) | @Override method isCockroachDB (line 1159) | public static boolean isCockroachDB(String db) { method isDameng (line 1163) | @Override method isDameng (line 1167) | public static boolean isDameng(String db) { method isKingBase (line 1171) | @Override method isKingBase (line 1175) | public static boolean isKingBase(String db) { method isElasticsearch (line 1179) | @Override method isElasticsearch (line 1183) | public static boolean isElasticsearch(String db) { method isManticore (line 1187) | @Override method isManticore (line 1191) | public static boolean isManticore(String db) { method isClickHouse (line 1195) | @Override method isClickHouse (line 1199) | public static boolean isClickHouse(String db) { method isHive (line 1203) | @Override method isHive (line 1207) | public static boolean isHive(String db) { method isPresto (line 1211) | @Override method isPresto (line 1215) | public static boolean isPresto(String db) { method isTrino (line 1219) | @Override method isTrino (line 1223) | public static boolean isTrino(String db) { method isSnowflake (line 1227) | @Override method isSnowflake (line 1231) | public static boolean isSnowflake(String db) { method isDatabend (line 1235) | @Override method isDatabend (line 1239) | public static boolean isDatabend(String db) { method isDatabricks (line 1243) | @Override method isDatabricks (line 1247) | public static boolean isDatabricks(String db) { method isCassandra (line 1251) | @Override method isCassandra (line 1255) | public static boolean isCassandra(String db) { method isMilvus (line 1259) | @Override method isMilvus (line 1263) | public static boolean isMilvus(String db) { method isInfluxDB (line 1267) | @Override method isInfluxDB (line 1271) | public static boolean isInfluxDB(String db) { method isTDengine (line 1275) | @Override method isTDengine (line 1279) | public static boolean isTDengine(String db) { method isTimescaleDB (line 1283) | @Override method isTimescaleDB (line 1287) | public static boolean isTimescaleDB(String db) { method isQuestDB (line 1291) | @Override method isQuestDB (line 1295) | public static boolean isQuestDB(String db) { method isIoTDB (line 1300) | public boolean isIoTDB() { method isIoTDB (line 1303) | public static boolean isIoTDB(String db) { method isRedis (line 1308) | @Override method isRedis (line 1312) | public static boolean isRedis(String db) { method isMongoDB (line 1316) | @Override method isMongoDB (line 1320) | public static boolean isMongoDB(String db) { method isKafka (line 1324) | @Override method isKafka (line 1328) | public static boolean isKafka(String db) { method isMQ (line 1332) | @Override method isMQ (line 1336) | public static boolean isMQ(String db) { method isSQLite (line 1340) | @Override method isSQLite (line 1344) | public static boolean isSQLite(String db) { method isDuckDB (line 1348) | @Override method isDuckDB (line 1352) | public static boolean isDuckDB(String db) { method isSurrealDB (line 1356) | @Override method isSurrealDB (line 1360) | public static boolean isSurrealDB(String db) { method isOpenGauss (line 1364) | @Override method isOpenGauss (line 1368) | public static boolean isOpenGauss(String db) { method isDoris (line 1372) | @Override method isDoris (line 1376) | public static boolean isDoris(String db) { method getQuote (line 1380) | @Override method quote (line 1388) | public String quote(String s) { method getSQLNamespace (line 1393) | @Override method getNamespace (line 1399) | @Override method setNamespace (line 1404) | @Override method gainSQLCatalog (line 1411) | @Override method getCatalog (line 1417) | @Override method setCatalog (line 1422) | @Override method gainSQLSchema (line 1428) | @NotNull method getSchema (line 1454) | @Override method setSchema (line 1459) | @Override method getDatasource (line 1468) | @Override method setDatasource (line 1472) | @Override method getTable (line 1482) | @Override method gainSQLTable (line 1490) | @Override method gainTablePath (line 1500) | @Override method setTable (line 1514) | @Override method gainAs (line 1520) | public String gainAs() { method getAlias (line 1524) | @Override method setAlias (line 1528) | @Override method gainSQLAliasWithQuote (line 1533) | public String gainSQLAliasWithQuote() { method getGroup (line 1542) | @Override method setGroup (line 1546) | public AbstractSQLConfig setGroup(String... keys) { method setGroup (line 1549) | @Override method gainGroupString (line 1555) | public String gainGroupString(boolean hasPrefix) { method getHavingCombine (line 1621) | @Override method setHavingCombine (line 1625) | @Override method getHaving (line 1631) | @Override method setHaving (line 1635) | @Override method setHaving (line 1640) | public AbstractSQLConfig setHaving(String... conditions) { method gainHavingString (line 1648) | public String gainHavingString(boolean hasPrefix) throws Exception { method gainHavingItem (line 1699) | protected String gainHavingItem(String quote, String table, String alias method getSample (line 1749) | @Override method setSample (line 1753) | public AbstractSQLConfig setSample(String... conditions) { method setSample (line 1756) | @Override method gainSampleString (line 1761) | public String gainSampleString(boolean hasPrefix) { method getLatest (line 1819) | @Override method setLatest (line 1823) | public AbstractSQLConfig setLatest(String... conditions) { method setLatest (line 1826) | @Override method gainLatestString (line 1831) | public String gainLatestString(boolean hasPrefix) { method getPartition (line 1884) | @Override method setPartition (line 1888) | public AbstractSQLConfig setPartition(String... conditions) { method setPartition (line 1891) | @Override method gainPartitionString (line 1896) | public String gainPartitionString(boolean hasPrefix) { method getFill (line 1949) | @Override method setFill (line 1953) | public AbstractSQLConfig setFill(String... conditions) { method setFill (line 1956) | @Override method gainFillString (line 1961) | public String gainFillString(boolean hasPrefix) { method getOrder (line 2022) | @Override method setOrder (line 2026) | public AbstractSQLConfig setOrder(String... conditions) { method setOrder (line 2029) | @Override method gainOrderString (line 2034) | public String gainOrderString(boolean hasPrefix) { method getKeyMap (line 2140) | @Override method setKeyMap (line 2144) | @Override method getRaw (line 2150) | @Override method setRaw (line 2154) | @Override method gainRawSQL (line 2166) | @Override method gainRawSQL (line 2177) | @Override method getJson (line 2210) | @Override method setJson (line 2214) | @Override method getFrom (line 2221) | @Override method setFrom (line 2225) | @Override method getColumn (line 2231) | @Override method setColumn (line 2235) | @Override method gainColumnString (line 2240) | public String gainColumnString() throws Exception { method gainColumnString (line 2243) | public String gainColumnString(boolean inSQLJoin) throws Exception { method parseSQLExpression (line 2445) | public String parseSQLExpression(String key, String expression, boolea... method parseSQLExpression (line 2456) | public String parseSQLExpression(String key, String expression, boolea... method parseArgsSplitWithComma (line 2622) | private String[] parseArgsSplitWithComma(String param, boolean isColum... method parseArgsSplitWithSpace (line 2757) | private String parseArgsSplitWithSpace(String[] mkes) { method getValues (line 2846) | @Override method getValuesString (line 2850) | public String getValuesString() { method setValues (line 2871) | @Override method getContent (line 2877) | @Override method setContent (line 2881) | @Override method getCount (line 2887) | @Override method setCount (line 2891) | @Override method getPage (line 2896) | @Override method setPage (line 2900) | @Override method getPosition (line 2905) | @Override method setPosition (line 2909) | @Override method getQuery (line 2915) | @Override method setQuery (line 2919) | @Override method getCompat (line 2924) | @Override method setCompat (line 2928) | @Override method getType (line 2934) | @Override method setType (line 2938) | @Override method getCache (line 2944) | @Override method setCache (line 2948) | @Override method setCache (line 2954) | public AbstractSQLConfig setCache(String cache) { method getCache (line 2957) | public static int getCache(String cache) { method isExplain (line 2988) | @Override method setExplain (line 2992) | @Override method getJoinList (line 2998) | @Override method setJoinList (line 3002) | @Override method hasJoin (line 3007) | @Override method isTest (line 3013) | @Override method setTest (line 3017) | @Override method getOffset (line 3026) | public int getOffset() { method getOffset (line 3034) | public static int getOffset(int page, int count) { method gainLimitString (line 3040) | public String gainLimitString() { method gainLimitString (line 3079) | public static String gainLimitString(int page, int count, boolean isTS... method gainLimitString (line 3090) | public static String gainLimitString(int page, int count, boolean isTS... method getNull (line 3108) | @Override method setNull (line 3112) | @Override method getCast (line 3118) | @Override method setCast (line 3122) | @Override method getMaxHavingCount (line 3130) | protected int getMaxHavingCount() { method getMaxWhereCount (line 3133) | protected int getMaxWhereCount() { method getMaxCombineDepth (line 3136) | protected int getMaxCombineDepth() { method getMaxCombineCount (line 3139) | protected int getMaxCombineCount() { method getMaxCombineKeyCount (line 3142) | protected int getMaxCombineKeyCount() { method getMaxCombineRatio (line 3145) | protected float getMaxCombineRatio() { method getCombine (line 3150) | @Override method setCombine (line 3154) | @Override method getCombineMap (line 3160) | @NotNull method setCombineMap (line 3173) | @Override method getWhere (line 3179) | @Override method setWhere (line 3183) | @Override method getWhere (line 3194) | @Override method getWhere (line 3205) | @Override method putWhere (line 3226) | @Override method gainWhereString (line 3316) | @Override method getWhereString (line 3330) | public String getWhereString(boolean hasPrefix, RequestMethod method, ... method parseCombineExpression (line 3357) | protected String parseCombineExpression(RequestMethod method, String q... method getWhereString (line 3659) | public String getWhereString(boolean hasPrefix, RequestMethod method, ... method concatJoinWhereString (line 3727) | protected String concatJoinWhereString(String whereString) throws Exce... method gainWhereItem (line 3890) | protected String gainWhereItem(String key, Object value, RequestMethod... method gainEqualString (line 3973) | public String gainEqualString(String key, String column, Object value,... method gainCompareString (line 3993) | public String gainCompareString(String key, String column, Object valu... method gainKey (line 4007) | public String gainKey(@NotNull String key) { method gainSQLKey (line 4042) | public String gainSQLKey(String key) { method gainValue (line 4050) | protected Object gainValue(@NotNull Object value) { method gainValue (line 4055) | protected Object gainValue(String key, String column, Object value) { method gainSQLValue (line 4088) | public Object gainSQLValue(String key, String column, @NotNull Object ... method gainSQLValue (line 4094) | public Object gainSQLValue(@NotNull Object value) { method getPreparedValueList (line 4104) | @Override method setPreparedValueList (line 4108) | @Override method gainSearchString (line 4123) | public String gainSearchString(String key, String column, Object value... method gainSearchString (line 4150) | public String gainSearchString(String key, String column, Object[] val... method gainLikeString (line 4180) | public String gainLikeString(@NotNull String key, @NotNull String colu... method gainRegExpString (line 4245) | public String gainRegExpString(String key, String column, Object value... method gainRegExpString (line 4273) | public String gainRegExpString(String key, String column, Object[] val... method gainRegExpString (line 4297) | public String gainRegExpString(String key, String column, String value... method gainBetweenString (line 4335) | public String gainBetweenString(String key, String column, Object valu... method gainBetweenString (line 4363) | public String gainBetweenString(String key, String column, Object[] va... method gainBetweenString (line 4396) | public String gainBetweenString(String key, String column, Object star... method gainRangeString (line 4418) | public String gainRangeString(String key, String column, Object range,... method gainInString (line 4516) | public String gainInString(String key, String column, Object[] in, boo... method gainExistsString (line 4540) | public String gainExistsString(String key, String column, Object value... method gainContainString (line 4568) | public String gainContainString(String key, String column, Object valu... method gainContainString (line 4590) | public String gainContainString(String key, String column, Object[] ch... method getWithAsExprSQLList (line 4662) | public List getWithAsExprSQLList() { method clearWithAsExprListIfNeed (line 4665) | private void clearWithAsExprListIfNeed() { method getWithAsExprPreparedValueList (line 4672) | @Override method setWithAsExprPreparedValueList (line 4677) | @Override method withAsExprSubqueryString (line 4690) | private String withAsExprSubqueryString(SQLConfig cfg, Subque... method gainSubqueryString (line 4729) | @Override method gainCondition (line 4784) | public static String gainCondition(boolean not, String condition) { method gainCondition (line 4793) | public static String gainCondition(boolean not, String condition, bool... method newJSONArray (line 4803) | @NotNull method gainSetString (line 4824) | public String gainSetString() throws Exception { method gainSetString (line 4835) | public String gainSetString(RequestMethod method, Map ... method gainAddString (line 4883) | public String gainAddString(String key, String column, Object value) t... method gainRemoveString (line 4898) | public String gainRemoveString(String key, String column, Object value... method isFakeDelete (line 4910) | @Override method onFakeDelete (line 4915) | @Override method gainSQL (line 4924) | @Override method gainSQL (line 4940) | public static , L extends List, L extends List, L extends List join) throws Unsupported... method onGainCrossJoinString (line 5457) | protected void onGainCrossJoinString(Join join) throws Unsupp... method newSQLConfig (line 5470) | public static , L extends List, L extends List { method newId (line 6539) | T newId(RequestMethod method, String database, String schema, String... method getIdKey (line 6548) | String getIdKey(String database, String schema, String datasource, S... method getUserIdKey (line 6556) | String getUserIdKey(String database, String schema, String datasourc... type Callback (line 6559) | public static interface Callback, L e... method getSQLConfig (line 6567) | SQLConfig getSQLConfig(RequestMethod method, String databas... method onMissingKey4Combine (line 6574) | void onMissingKey4Combine(String name, M request, String combine, St... class SimpleCallback (line 6582) | public static abstract class SimpleCallback list, int position, SQLConfig c... method removeCache (line 134) | @Override method executeQuery (line 144) | @Override method executeUpdate (line 149) | @Override method execute (line 154) | @Override method execute (line 166) | @Override method executeAppJoin (line 752) | protected void executeAppJoin(SQLConfig config, List resul... method onPutColumn (line 977) | protected M onPutColumn(@NotNull SQLConfig config, @NotNull R... method isHideColumn (line 1012) | protected boolean isHideColumn(@NotNull SQLConfig config, @No... method onPutTable (line 1027) | protected List onPutTable(@NotNull SQLConfig config, @NotN... method getKey (line 1034) | protected String getKey(@NotNull SQLConfig config, @NotNull R... method getValue (line 1062) | protected Object getValue(@NotNull SQLConfig config, @NotNull... method getNumVal (line 1147) | public Object getNumVal(Number value) { method isJSONType (line 1180) | @Override method getStatement (line 1205) | @Override // 重写是为了返回类型从 Statement 改为 PreparedStatement,避免其它方法出错 method getStatement (line 1210) | @Override method setArgument (line 1268) | public PreparedStatement setArgument(@NotNull SQLConfig confi... method getConnectionMap (line 1280) | public Map getConnectionMap() { method getConnection (line 1288) | @NotNull method putConnection (line 1292) | public Connection putConnection(String key, Connection connection) thr... method getConnection (line 1296) | @NotNull method getConnectionKey (line 1317) | public String getConnectionKey(@NotNull SQLConfig config) { method getConnectionKey (line 1320) | public String getConnectionKey(String database, String datasource, Str... method getTransactionIsolation (line 1326) | @Override method setTransactionIsolation (line 1330) | @Override method begin (line 1336) | @Override method rollback (line 1366) | @Override method rollback (line 1393) | @Override method commit (line 1425) | @Override method close (line 1454) | @Override method executeQuery (line 1485) | @Override method executeUpdate (line 1510) | @Override FILE: APIJSONORM/src/main/java/apijson/orm/AbstractVerifier.java class AbstractVerifier (line 60) | public abstract class AbstractVerifier,... method getAccessMap (line 192) | public static HashMap getAccessMap(MethodAcce... method getVisitorIdKey (line 210) | @Override method getIdKey (line 215) | @Override method getUserIdKey (line 219) | @Override method newId (line 224) | @SuppressWarnings("unchecked") method getVisitor (line 235) | @NotNull method setVisitor (line 240) | @Override method verifyAccess (line 259) | @Override method verifyRole (line 293) | @Override method verifyAllowRole (line 308) | public void verifyAllowRole(SQLConfig config, String table, R... method verifyUseRole (line 339) | public void verifyUseRole(@NotNull SQLConfig config, String t... method verifyLogin (line 466) | @Override method verifyAdmin (line 489) | @Override method verifyRepeat (line 503) | @Override method verifyRepeat (line 515) | @Override method verifyRequest (line 557) | @Override method verifyRequest (line 572) | public static , L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List, L extends List implements Map.Entry { method Entry (line 23) | public Entry() { method Entry (line 26) | public Entry(K key) { method Entry (line 29) | public Entry(K key, V value) { method getKey (line 35) | public K getKey() { method setKey (line 38) | public void setKey(K key) { method getValue (line 41) | public V getValue() { method setValue (line 44) | public V setValue(V value) { method isEmpty (line 49) | public boolean isEmpty() { FILE: APIJSONORM/src/main/java/apijson/orm/FunctionParser.java type FunctionParser (line 17) | public interface FunctionParser, L exte... method invoke (line 19) | Object invoke(@NotNull String function, @NotNull M currentObject) thro... method invoke (line 20) | Object invoke(@NotNull String function, @NotNull M currentObject, bool... method getParser (line 22) | Parser getParser(); method setParser (line 24) | FunctionParser setParser(Parser parser); method getMethod (line 26) | RequestMethod getMethod(); method setMethod (line 27) | FunctionParser setMethod(RequestMethod method); method getTag (line 29) | String getTag(); method setTag (line 30) | FunctionParser setTag(String tag); method getVersion (line 32) | int getVersion(); method setVersion (line 33) | FunctionParser setVersion(int version); method getRequest (line 35) | @NotNull method setRequest (line 37) | FunctionParser setRequest(@NotNull M request); method getKey (line 40) | String getKey(); method setKey (line 41) | FunctionParser setKey(String key); method getParentPath (line 43) | String getParentPath(); method setParentPath (line 44) | FunctionParser setParentPath(String parentPath); method getCurrentName (line 46) | String getCurrentName(); method setCurrentName (line 47) | FunctionParser setCurrentName(String currentName); method getCurrentObject (line 50) | @NotNull method setCurrentObject (line 52) | FunctionParser setCurrentObject(@NotNull M currentObject); FILE: APIJSONORM/src/main/java/apijson/orm/JSONRequest.java class JSONRequest (line 19) | public class JSONRequest implements apijson.JSONRequest, L extends List getOnList() { method setOnList (line 73) | public void setOnList(List onList) { method getRequest (line 77) | public M getRequest() { method setRequest (line 80) | public void setRequest(M request) { method getOn (line 83) | public M getOn() { method setOn (line 86) | public void setOn(M on) { method setOuter (line 90) | public void setOuter(M outer) { method getOuter (line 94) | public M getOuter() { method getOuterConfig (line 98) | public SQLConfig getOuterConfig() { method setOuterConfig (line 102) | public void setOuterConfig(SQLConfig outerConfig) { method getJoinConfig (line 106) | public SQLConfig getJoinConfig() { method setJoinConfig (line 109) | public void setJoinConfig(SQLConfig joinConfig) { method getCacheConfig (line 112) | public SQLConfig getCacheConfig() { method setCacheConfig (line 115) | public void setCacheConfig(SQLConfig cacheConfig) { method getOnConfig (line 118) | public SQLConfig getOnConfig() { method setOnConfig (line 121) | public void setOnConfig(SQLConfig onConfig) { method isOne2One (line 125) | public boolean isOne2One() { method isOne2Many (line 128) | public boolean isOne2Many() { method isAppJoin (line 132) | public boolean isAppJoin() { method isLeftJoin (line 135) | public boolean isLeftJoin() { method isRightJoin (line 138) | public boolean isRightJoin() { method isCrossJoin (line 141) | public boolean isCrossJoin() { method isInnerJoin (line 144) | public boolean isInnerJoin() { method isFullJoin (line 147) | public boolean isFullJoin() { method isOuterJoin (line 151) | public boolean isOuterJoin() { method isSideJoin (line 154) | public boolean isSideJoin() { method isAntiJoin (line 157) | public boolean isAntiJoin() { method isForeignJoin (line 160) | public boolean isForeignJoin() { method isAsofJoin (line 163) | public boolean isAsofJoin() { method isLeftOrRightJoin (line 167) | public boolean isLeftOrRightJoin() { method canCacheViceTable (line 172) | public boolean canCacheViceTable() { method isSQLJoin (line 178) | public boolean isSQLJoin() { method isSQLJoin (line 182) | public static boolean isSQLJoin(Join j) { method isAppJoin (line 186) | public static boolean isAppJoin(Join j) { method isLeftOrRightJoin (line 190) | public static boolean isLeftOrRightJoin(Join j) { class On (line 196) | public static class On { method getOriginKey (line 209) | public String getOriginKey() { method setOriginKey (line 212) | public void setOriginKey(String originKey) { method getOriginValue (line 215) | public String getOriginValue() { method setOriginValue (line 218) | public void setOriginValue(String originValue) { method getLogic (line 223) | public Logic getLogic() { method setLogic (line 226) | public void setLogic(Logic logic) { method getRelateType (line 229) | public String getRelateType() { method setRelateType (line 232) | public void setRelateType(String relateType) { method getKey (line 236) | public String getKey() { method setKey (line 239) | public void setKey(String key) { method setTargetTableKey (line 243) | public void setTargetTableKey(String targetTableKey) { method getTargetTableKey (line 246) | public String getTargetTableKey() { method setTargetTable (line 250) | public void setTargetTable(String targetTable) { method getTargetTable (line 253) | public String getTargetTable() { method setTargetAlias (line 256) | public void setTargetAlias(String targetAlias) { method getTargetAlias (line 259) | public String getTargetAlias() { method getTargetKey (line 262) | public String getTargetKey() { method setTargetKey (line 265) | public void setTargetKey(String targetKey) { method setKeyAndType (line 270) | public void setKeyAndType(String joinType, String table, @NotNull St... FILE: APIJSONORM/src/main/java/apijson/orm/Logic.java class Logic (line 13) | public class Logic { method Logic (line 35) | public Logic() { method Logic (line 39) | public Logic(int type) { method Logic (line 43) | public Logic(String key) { method getType (line 62) | public int getType() { method setType (line 66) | public void setType(int type) { method getKey (line 70) | public String getKey() { method setKey (line 73) | public void setKey(String key) { method getOriginKey (line 76) | public String getOriginKey() { method isOr (line 81) | public boolean isOr() { method isOr (line 84) | public static boolean isOr(int type) { method isAnd (line 87) | public boolean isAnd() { method isAnd (line 90) | public static boolean isAnd(int type) { method isNot (line 93) | public boolean isNot() { method isNot (line 96) | public static boolean isNot(int type) { method isCorrect (line 100) | public boolean isCorrect() { method isContain (line 103) | public static boolean isContain(String s) { method isContain (line 106) | public static boolean isContain(int type) { method getType (line 110) | public static int getType(char logicChar) { method getType (line 113) | public static int getType(String logicChar) { method getChar (line 131) | public String getChar() { method getChar (line 134) | public static String getChar(int type) { method getName (line 138) | public String getName() { method getName (line 141) | public static String getName(int type) { FILE: APIJSONORM/src/main/java/apijson/orm/ObjectParser.java type ObjectParser (line 16) | public interface ObjectParser, L extend... method getParser (line 18) | Parser getParser(); method setParser (line 19) | ObjectParser setParser(Parser parser); method getParentPath (line 21) | String getParentPath(); method setParentPath (line 22) | ObjectParser setParentPath(String parentPath); method setCache (line 24) | ObjectParser setCache(M cache); method getCache (line 25) | M getCache(); method parse (line 35) | ObjectParser parse(String name, boolean isReuse) throws Excep... method parseResponse (line 47) | M parseResponse(RequestMethod method, String table, String alias, M re... method parseResponse (line 54) | M parseResponse(SQLConfig config, boolean isProcedure) throws... method onParse (line 63) | boolean onParse(@NotNull String key, @NotNull Object value) throws Exc... method onChildParse (line 73) | Object onChildParse(int index, String key, M value, Object cache) thro... method onReferenceParse (line 79) | Object onReferenceParse(@NotNull String path); method onPUTArrayParse (line 87) | void onPUTArrayParse(@NotNull String key, @NotNull L array) throws Exc... method onTableArrayParse (line 94) | void onTableArrayParse(@NotNull String key, @NotNull L array) throws E... method setSQLConfig (line 100) | ObjectParser setSQLConfig() throws Exception; method setSQLConfig (line 106) | ObjectParser setSQLConfig(int count, int page, int position) ... method executeSQL (line 113) | ObjectParser executeSQL() throws Exception; method onSQLExecute (line 120) | M onSQLExecute() throws Exception; method response (line 127) | M response() throws Exception; method onFunctionResponse (line 129) | void onFunctionResponse(String type) throws Exception; method onChildResponse (line 131) | void onChildResponse() throws Exception; method newSQLConfig (line 134) | SQLConfig newSQLConfig(boolean isProcedure) throws Exception; method newSQLConfig (line 135) | SQLConfig newSQLConfig(RequestMethod method, String table, St... method onComplete (line 140) | void onComplete(); method recycle (line 145) | void recycle(); method setMethod (line 148) | ObjectParser setMethod(RequestMethod method); method getMethod (line 149) | RequestMethod getMethod(); method isTable (line 152) | boolean isTable(); method getPath (line 153) | String getPath(); method getTable (line 154) | String getTable(); method getAlias (line 155) | String getAlias(); method getArrayConfig (line 156) | SQLConfig getArrayConfig(); method getSQLConfig (line 158) | SQLConfig getSQLConfig(); method getResponse (line 159) | M getResponse(); method getSQLRequest (line 160) | M getSQLRequest(); method getSQLResponse (line 161) | M getSQLResponse(); method getCustomMap (line 163) | Map getCustomMap(); method getFunctionMap (line 164) | Map> getFunctionMap(); method getChildMap (line 165) | Map getChildMap(); FILE: APIJSONORM/src/main/java/apijson/orm/OnParseCallback.java class OnParseCallback (line 14) | public abstract class OnParseCallback, ... method onParse (line 24) | protected boolean onParse(String key, Object to, Object ro) throws Exc... method onParseObject (line 35) | protected Object onParseObject(String key, Object to, Object ro) throw... method onParseJSONObject (line 46) | protected M onParseJSONObject(String key, M tobj, M robj) throws Excep... method onParseJSONArray (line 57) | protected L onParseJSONArray(String key, L tarray, L rarray) throws Ex... FILE: APIJSONORM/src/main/java/apijson/orm/Operation.java type Operation (line 11) | public enum Operation { FILE: APIJSONORM/src/main/java/apijson/orm/Pair.java class Pair (line 17) | public class Pair extends Entry { method Pair (line 42) | public Pair() { method isEmpty (line 46) | public boolean isEmpty(boolean trim) { method isCorrect (line 55) | public static boolean isCorrect(Entry pair) { method toPairString (line 62) | public String toPairString() { method toPairString (line 70) | public static String toPairString(String typeKey, String valueKey) { method toPairString (line 78) | public static String toPairString(Class type, Object value) { method parseEntry (line 88) | public static Entry parseEntry(String pair) { method parseEntry (line 98) | public static Entry parseEntry(String pair, boolean is... method parseEntry (line 108) | public static Entry parseEntry(String pair, boolean is... method parseVariableEntry (line 128) | public static Entry parseVariableEntry(String pair) { method parseVariableEntry (line 136) | public static Entry, Object> parseVariableEntry(String pair, ... FILE: APIJSONORM/src/main/java/apijson/orm/Parser.java type Parser (line 18) | public interface Parser, L extends List... method getVisitor (line 21) | @NotNull method setVisitor (line 23) | Parser setVisitor(@NotNull Visitor visitor); method getMethod (line 25) | @NotNull method setMethod (line 27) | Parser setMethod(@NotNull RequestMethod method); method getVersion (line 29) | int getVersion(); method setVersion (line 30) | Parser setVersion(int version); method getTag (line 32) | String getTag(); method setTag (line 33) | Parser setTag(String tag); method getRequest (line 35) | M getRequest(); method setRequest (line 36) | Parser setRequest(M request); method setNeedVerify (line 38) | Parser setNeedVerify(boolean needVerify); method isNeedVerifyLogin (line 40) | boolean isNeedVerifyLogin(); method setNeedVerifyLogin (line 41) | Parser setNeedVerifyLogin(boolean needVerifyLogin); method isNeedVerifyRole (line 43) | boolean isNeedVerifyRole(); method setNeedVerifyRole (line 44) | Parser setNeedVerifyRole(boolean needVerifyRole); method isNeedVerifyContent (line 46) | boolean isNeedVerifyContent(); method setNeedVerifyContent (line 47) | Parser setNeedVerifyContent(boolean needVerifyContent); method parse (line 50) | String parse(String request); method parse (line 51) | String parse(M request); method parseResponse (line 53) | M parseResponse(String request); method parseResponse (line 54) | M parseResponse(M request); method parseCorrectRequest (line 59) | M parseCorrectRequest() throws Exception; method parseCorrectRequest (line 61) | M parseCorrectRequest(RequestMethod method, String tag, int version, S... method getStructure (line 65) | Map getStructure(String table, String method, String t... method onObjectParse (line 68) | M onObjectParse(M request, String parentPath, String name, SQLConfig createObjectParser(M request, String parentPath,... method getMinQueryPage (line 85) | int getMinQueryPage(); method getMaxQueryPage (line 86) | int getMaxQueryPage(); method getDefaultQueryCount (line 87) | int getDefaultQueryCount(); method getMaxQueryCount (line 88) | int getMaxQueryCount(); method getMaxUpdateCount (line 89) | int getMaxUpdateCount(); method getMaxSQLCount (line 90) | int getMaxSQLCount(); method getMaxObjectCount (line 91) | int getMaxObjectCount(); method getMaxArrayCount (line 92) | int getMaxArrayCount(); method getMaxQueryDepth (line 93) | int getMaxQueryDepth(); method putQueryResult (line 95) | void putQueryResult(String path, Object result); method getValueByPath (line 98) | Object getValueByPath(String valuePath); method onVerifyLogin (line 101) | void onVerifyLogin() throws Exception; method onVerifyContent (line 102) | void onVerifyContent() throws Exception; method onVerifyRole (line 103) | void onVerifyRole(SQLConfig config) throws Exception; method executeSQL (line 105) | M executeSQL(SQLConfig config, boolean isSubquery) throws Exc... method getSQLExecutor (line 107) | SQLExecutor getSQLExecutor(); method getVerifier (line 108) | Verifier getVerifier(); method getGlobalFormat (line 111) | Boolean getGlobalFormat(); method getGlobalRole (line 112) | String getGlobalRole(); method getGlobalDatabase (line 113) | String getGlobalDatabase(); method getGlobalDatasource (line 114) | String getGlobalDatasource(); method getGlobalNamespace (line 115) | String getGlobalNamespace(); method getGlobalCatalog (line 116) | String getGlobalCatalog(); method getGlobalSchema (line 117) | String getGlobalSchema(); method getGlobalExplain (line 118) | Boolean getGlobalExplain(); method getGlobalCache (line 119) | String getGlobalCache(); method getTransactionIsolation (line 122) | int getTransactionIsolation(); method setTransactionIsolation (line 123) | void setTransactionIsolation(int transactionIsolation); method begin (line 125) | void begin(int transactionIsolation); method rollback (line 126) | void rollback() throws SQLException; method rollback (line 127) | void rollback(Savepoint savepoint) throws SQLException; method commit (line 128) | void commit() throws SQLException; method close (line 129) | void close(); method newSuccessResult (line 131) | M newSuccessResult(); method newErrorResult (line 132) | M newErrorResult(Exception e); FILE: APIJSONORM/src/main/java/apijson/orm/ParserCreator.java type ParserCreator (line 16) | public interface ParserCreator, L exten... method createParser (line 18) | @NotNull method createFunctionParser (line 21) | @NotNull FILE: APIJSONORM/src/main/java/apijson/orm/SQLConfig.java type SQLConfig (line 18) | public interface SQLConfig, L extends L... method gainParser (line 67) | Parser gainParser(); method setParser (line 69) | SQLConfig setParser(Parser parser); method gainObjectParser (line 71) | ObjectParser gainObjectParser(); method setObjectParser (line 73) | SQLConfig setObjectParser(ObjectParser objectParser); method getVersion (line 75) | int getVersion(); method setVersion (line 77) | SQLConfig setVersion(int version); method getTag (line 79) | String getTag(); method setTag (line 81) | SQLConfig setTag(String tag); method isTSQL (line 83) | boolean isTSQL(); method isMSQL (line 84) | boolean isMSQL(); method isPSQL (line 85) | boolean isPSQL(); method isMySQL (line 87) | boolean isMySQL(); method isPostgreSQL (line 88) | boolean isPostgreSQL(); method isSQLServer (line 89) | boolean isSQLServer(); method isOracle (line 90) | boolean isOracle(); method isDb2 (line 91) | boolean isDb2(); method isMariaDB (line 92) | boolean isMariaDB(); method isTiDB (line 93) | boolean isTiDB(); method isCockroachDB (line 94) | boolean isCockroachDB(); method isDameng (line 95) | boolean isDameng(); method isKingBase (line 96) | boolean isKingBase(); method isElasticsearch (line 97) | boolean isElasticsearch(); method isManticore (line 98) | boolean isManticore(); method isClickHouse (line 99) | boolean isClickHouse(); method isHive (line 100) | boolean isHive(); method isPresto (line 101) | boolean isPresto(); method isTrino (line 102) | boolean isTrino(); method isSnowflake (line 103) | boolean isSnowflake(); method isDatabend (line 104) | boolean isDatabend(); method isDatabricks (line 105) | boolean isDatabricks(); method isCassandra (line 106) | boolean isCassandra(); method isMilvus (line 107) | boolean isMilvus(); method isInfluxDB (line 108) | boolean isInfluxDB(); method isTDengine (line 109) | boolean isTDengine(); method isTimescaleDB (line 110) | boolean isTimescaleDB(); method isQuestDB (line 111) | boolean isQuestDB(); method isIoTDB (line 112) | boolean isIoTDB(); method isRedis (line 113) | boolean isRedis(); method isMongoDB (line 114) | boolean isMongoDB(); method isKafka (line 115) | boolean isKafka(); method isMQ (line 116) | boolean isMQ(); method isSQLite (line 117) | boolean isSQLite(); method isDuckDB (line 118) | boolean isDuckDB(); method isSurrealDB (line 119) | boolean isSurrealDB(); method isOpenGauss (line 120) | boolean isOpenGauss(); method isDoris (line 121) | boolean isDoris(); method limitSQLCount (line 133) | boolean limitSQLCount(); method isWithAsEnable (line 138) | boolean isWithAsEnable(); method allowPartialUpdateFailed (line 142) | boolean allowPartialUpdateFailed(); method getIdKey (line 144) | @NotNull method getUserIdKey (line 146) | @NotNull method gainDBVersion (line 154) | String gainDBVersion(); method gainDBVersionNums (line 156) | @NotNull method gainDBUri (line 180) | String gainDBUri(); method gainDBAccount (line 185) | String gainDBAccount(); method gainDBPassword (line 190) | String gainDBPassword(); method gainSQL (line 196) | String gainSQL(boolean prepared) throws Exception; method isTest (line 200) | boolean isTest(); method setTest (line 201) | SQLConfig setTest(boolean test); method getType (line 203) | int getType(); method setType (line 204) | SQLConfig setType(int type); method getCount (line 206) | int getCount(); method setCount (line 207) | SQLConfig setCount(int count); method getPage (line 209) | int getPage(); method setPage (line 210) | SQLConfig setPage(int page); method getQuery (line 212) | int getQuery(); method setQuery (line 213) | SQLConfig setQuery(int query); method getCompat (line 215) | Boolean getCompat(); method setCompat (line 216) | SQLConfig setCompat(Boolean compat); method getPosition (line 218) | int getPosition(); method setPosition (line 219) | SQLConfig setPosition(int position); method getCache (line 221) | int getCache(); method setCache (line 222) | SQLConfig setCache(int cache); method isExplain (line 224) | boolean isExplain(); method setExplain (line 225) | SQLConfig setExplain(boolean explain); method getMethod (line 228) | RequestMethod getMethod(); method setMethod (line 229) | SQLConfig setMethod(RequestMethod method); method getId (line 231) | Object getId(); method setId (line 232) | SQLConfig setId(Object id); method getIdIn (line 234) | Object getIdIn(); method setIdIn (line 235) | SQLConfig setIdIn(Object idIn); method getUserId (line 237) | Object getUserId(); method setUserId (line 238) | SQLConfig setUserId(Object userId); method getUserIdIn (line 240) | Object getUserIdIn(); method setUserIdIn (line 241) | SQLConfig setUserIdIn(Object userIdIn); method getRole (line 243) | String getRole(); method setRole (line 244) | SQLConfig setRole(String role); method isDistinct (line 246) | public boolean isDistinct(); method setDistinct (line 247) | public SQLConfig setDistinct(boolean distinct); method getDatabase (line 249) | String getDatabase(); method setDatabase (line 250) | SQLConfig setDatabase(String database); method getSQLNamespace (line 252) | String getSQLNamespace(); method getNamespace (line 253) | String getNamespace(); method setNamespace (line 254) | SQLConfig setNamespace(String namespace); method gainSQLCatalog (line 256) | String gainSQLCatalog(); method getCatalog (line 257) | String getCatalog(); method setCatalog (line 258) | SQLConfig setCatalog(String catalog); method gainSQLSchema (line 260) | String gainSQLSchema(); method getSchema (line 261) | String getSchema(); method setSchema (line 262) | SQLConfig setSchema(String schema); method getDatasource (line 264) | String getDatasource(); method setDatasource (line 265) | SQLConfig setDatasource(String datasource); method getQuote (line 267) | String getQuote(); method getJson (line 269) | List getJson(); method setJson (line 270) | SQLConfig setJson(List json); method getTable (line 276) | String getTable(); method setTable (line 278) | SQLConfig setTable(String table); method gainSQLTable (line 284) | String gainSQLTable(); method gainTablePath (line 286) | String gainTablePath(); method getKeyMap (line 288) | Map getKeyMap(); method setKeyMap (line 289) | SQLConfig setKeyMap(Map keyMap); method getRaw (line 291) | List getRaw(); method setRaw (line 292) | SQLConfig setRaw(List raw); method getFrom (line 294) | Subquery getFrom(); method setFrom (line 295) | SQLConfig setFrom(Subquery from); method getColumn (line 297) | List getColumn(); method setColumn (line 298) | SQLConfig setColumn(List column); method getValues (line 300) | List> getValues(); method setValues (line 301) | SQLConfig setValues(List> values); method getContent (line 303) | Map getContent(); method setContent (line 304) | SQLConfig setContent(Map content); method getCombineMap (line 306) | Map> getCombineMap(); method setCombineMap (line 307) | SQLConfig setCombineMap(Map> combineMap); method getCombine (line 309) | String getCombine(); method setCombine (line 310) | SQLConfig setCombine(String combine); method getCast (line 312) | Map getCast(); method setCast (line 313) | SQLConfig setCast(Map cast); method getNull (line 315) | List getNull(); method setNull (line 316) | SQLConfig setNull(List nulls); method getWhere (line 318) | Map getWhere(); method setWhere (line 319) | SQLConfig setWhere(Map where); method getGroup (line 321) | String getGroup(); method setGroup (line 322) | SQLConfig setGroup(String group); method getHaving (line 324) | Map getHaving(); method setHaving (line 325) | SQLConfig setHaving(Map having); method getHavingCombine (line 327) | String getHavingCombine(); method setHavingCombine (line 328) | SQLConfig setHavingCombine(String havingCombine); method getSample (line 330) | String getSample(); method setSample (line 331) | SQLConfig setSample(String order); method getLatest (line 333) | String getLatest(); method setLatest (line 334) | SQLConfig setLatest(String latest); method getPartition (line 336) | String getPartition(); method setPartition (line 337) | SQLConfig setPartition(String partition); method getFill (line 339) | String getFill(); method setFill (line 340) | SQLConfig setFill(String fill); method getOrder (line 342) | String getOrder(); method setOrder (line 343) | SQLConfig setOrder(String order); method getWhere (line 350) | Object getWhere(String key); method getWhere (line 356) | Object getWhere(String key, boolean exactMatch); method putWhere (line 362) | SQLConfig putWhere(String key, Object value, boolean prior); method isPrepared (line 365) | boolean isPrepared(); method setPrepared (line 367) | SQLConfig setPrepared(boolean prepared); method isMain (line 369) | boolean isMain(); method setMain (line 371) | SQLConfig setMain(boolean main); method getPreparedValueList (line 374) | List getPreparedValueList(); method setPreparedValueList (line 375) | SQLConfig setPreparedValueList(List preparedValueList); method getAlias (line 378) | String getAlias(); method setAlias (line 380) | SQLConfig setAlias(String alias); method gainTableKey (line 382) | default String gainTableKey() { method gainSQLAlias (line 387) | default String gainSQLAlias() { method gainSQLAlias (line 390) | static String gainSQLAlias(@NotNull String table, String alias) { method gainWhereString (line 396) | String gainWhereString(boolean hasPrefix) throws Exception; method gainRawSQL (line 398) | String gainRawSQL(String key, Object value) throws Exception; method gainRawSQL (line 399) | String gainRawSQL(String key, Object value, boolean throwWhenMissing) ... method isKeyPrefix (line 401) | boolean isKeyPrefix(); method setKeyPrefix (line 403) | SQLConfig setKeyPrefix(boolean keyPrefix); method getJoinList (line 405) | List> getJoinList(); method setJoinList (line 406) | SQLConfig setJoinList(List> joinList); method hasJoin (line 408) | boolean hasJoin(); method gainSubqueryString (line 411) | String gainSubqueryString(Subquery subquery) throws Exception; method setProcedure (line 413) | SQLConfig setProcedure(String procedure); method getWithAsExprPreparedValueList (line 416) | List getWithAsExprPreparedValueList(); method setWithAsExprPreparedValueList (line 417) | SQLConfig setWithAsExprPreparedValueList(List withAsE... method isFakeDelete (line 419) | boolean isFakeDelete(); method onFakeDelete (line 421) | Map onFakeDelete(Map map); FILE: APIJSONORM/src/main/java/apijson/orm/SQLCreator.java type SQLCreator (line 16) | public interface SQLCreator, L extends ... method createSQLConfig (line 18) | @NotNull method createSQLExecutor (line 21) | @NotNull FILE: APIJSONORM/src/main/java/apijson/orm/SQLExecutor.java type SQLExecutor (line 22) | public interface SQLExecutor, L extends... method getParser (line 23) | Parser getParser(); method setParser (line 24) | SQLExecutor setParser(Parser parser); method putCache (line 31) | void putCache(String sql, List list, SQLConfig config); method getCache (line 38) | List getCache(String sql, SQLConfig config); method getCacheItem (line 46) | M getCacheItem(String sql, int position, SQLConfig config); method removeCache (line 52) | void removeCache(String sql, SQLConfig config); method execute (line 60) | M execute(@NotNull SQLConfig config, boolean unknownType) thr... method executeQuery (line 68) | default ResultSet executeQuery(@NotNull SQLConfig config) thr... method executeQuery (line 71) | ResultSet executeQuery(@NotNull SQLConfig config, String sql)... method executeUpdate (line 78) | default int executeUpdate(@NotNull SQLConfig config) throws E... method executeUpdate (line 81) | int executeUpdate(@NotNull SQLConfig config, String sql) thro... method isJSONType (line 91) | boolean isJSONType(@NotNull SQLConfig config, ResultSetMetaDa... method getConnection (line 94) | Connection getConnection(@NotNull SQLConfig config) throws Ex... method getStatement (line 95) | default Statement getStatement(@NotNull SQLConfig config) thr... method getStatement (line 98) | Statement getStatement(@NotNull SQLConfig config, String sql)... method getTransactionIsolation (line 100) | int getTransactionIsolation(); method setTransactionIsolation (line 101) | void setTransactionIsolation(int transactionIsolation); method begin (line 105) | void begin(int transactionIsolation) throws SQLException; method rollback (line 109) | void rollback() throws SQLException; method rollback (line 113) | void rollback(Savepoint savepoint) throws SQLException; method commit (line 117) | void commit() throws SQLException; method close (line 120) | void close(); method executeQuery (line 122) | ResultSet executeQuery(@NotNull Statement statement, String sql) throw... method executeUpdate (line 124) | int executeUpdate(@NotNull Statement statement, String sql) throws Exc... method execute (line 126) | ResultSet execute(@NotNull Statement statement, String sql) throws Exc... method getGeneratedSQLCount (line 128) | int getGeneratedSQLCount(); method getCachedSQLCount (line 130) | int getCachedSQLCount(); method getExecutedSQLCount (line 132) | int getExecutedSQLCount(); method getExecutedSQLDuration (line 134) | long getExecutedSQLDuration(); method getSqlResultDuration (line 136) | long getSqlResultDuration(); FILE: APIJSONORM/src/main/java/apijson/orm/Subquery.java class Subquery (line 14) | public class Subquery, L extends List gainConfig() { method setConfig (line 70) | public void setConfig(SQLConfig config) { FILE: APIJSONORM/src/main/java/apijson/orm/Verifier.java type Verifier (line 16) | public interface Verifier, L extends Li... method verifyAccess (line 24) | boolean verifyAccess(SQLConfig config) throws Exception; method verifyRole (line 36) | void verifyRole(SQLConfig config, String table, RequestMethod... method verifyLogin (line 41) | void verifyLogin() throws Exception; method verifyAdmin (line 45) | void verifyAdmin() throws Exception; method verifyRepeat (line 55) | void verifyRepeat(String table, String key, Object value) throws Excep... method verifyRepeat (line 64) | void verifyRepeat(String table, String key, Object value, long exceptI... method verifyRequest (line 78) | M verifyRequest(RequestMethod method, String name, M target, M request, method verifyResponse (line 93) | M verifyResponse( method createParser (line 99) | @NotNull method getParser (line 102) | Parser getParser(); method setParser (line 103) | Verifier setParser(AbstractParser parser); method getVisitor (line 105) | @NotNull method setVisitor (line 107) | Verifier setVisitor(@NotNull Visitor visitor); method getVisitorIdKey (line 109) | String getVisitorIdKey(SQLConfig config); FILE: APIJSONORM/src/main/java/apijson/orm/VerifierCreator.java type VerifierCreator (line 16) | public interface VerifierCreator, L ext... method createVerifier (line 18) | @NotNull FILE: APIJSONORM/src/main/java/apijson/orm/Visitor.java type Visitor (line 13) | public interface Visitor { method getId (line 15) | T getId(); method getContactIdList (line 17) | List getContactIdList(); FILE: APIJSONORM/src/main/java/apijson/orm/exception/CommonException.java class CommonException (line 22) | public class CommonException extends Exception { method setCode (line 27) | public CommonException setCode(Integer code) { method getCode (line 31) | public Integer getCode() { method getCode (line 39) | public static int getCode(Throwable e) { method getMsg (line 107) | public static String getMsg(Throwable e) { method setEnvironment (line 121) | public CommonException setEnvironment(String environment) { method getEnvironment (line 126) | public String getEnvironment() { method CommonException (line 130) | public CommonException(Throwable t) { method CommonException (line 133) | public CommonException(String msg, Throwable t) { method CommonException (line 137) | public CommonException(int code, String msg) { method CommonException (line 140) | public CommonException(int code, String msg, Throwable t) { method CommonException (line 144) | public CommonException(Throwable t, String environment) { method wrap (line 150) | public static Exception wrap(Exception e, SQLConfig config) { FILE: APIJSONORM/src/main/java/apijson/orm/exception/ConditionErrorException.java class ConditionErrorException (line 11) | public class ConditionErrorException extends Exception { method ConditionErrorException (line 14) | public ConditionErrorException(String msg) { method ConditionErrorException (line 17) | public ConditionErrorException(Throwable t) { method ConditionErrorException (line 20) | public ConditionErrorException(String msg, Throwable t) { FILE: APIJSONORM/src/main/java/apijson/orm/exception/ConflictException.java class ConflictException (line 11) | public class ConflictException extends Exception { method ConflictException (line 14) | public ConflictException(String msg) { method ConflictException (line 17) | public ConflictException(Throwable t) { method ConflictException (line 20) | public ConflictException(String msg, Throwable t) { FILE: APIJSONORM/src/main/java/apijson/orm/exception/NotExistException.java class NotExistException (line 11) | public class NotExistException extends Exception { method NotExistException (line 14) | public NotExistException(String msg) { method NotExistException (line 17) | public NotExistException(Throwable t) { method NotExistException (line 20) | public NotExistException(String msg, Throwable t) { FILE: APIJSONORM/src/main/java/apijson/orm/exception/NotLoggedInException.java class NotLoggedInException (line 11) | public class NotLoggedInException extends Exception { method NotLoggedInException (line 14) | public NotLoggedInException(String msg, Throwable t) { method NotLoggedInException (line 17) | public NotLoggedInException(String msg) { method NotLoggedInException (line 20) | public NotLoggedInException(Throwable t) { FILE: APIJSONORM/src/main/java/apijson/orm/exception/OutOfRangeException.java class OutOfRangeException (line 11) | public class OutOfRangeException extends Exception { method OutOfRangeException (line 14) | public OutOfRangeException(String msg) { method OutOfRangeException (line 17) | public OutOfRangeException(Throwable t) { method OutOfRangeException (line 20) | public OutOfRangeException(String msg, Throwable t) { FILE: APIJSONORM/src/main/java/apijson/orm/exception/UnsupportedDataTypeException.java class UnsupportedDataTypeException (line 16) | public class UnsupportedDataTypeException extends IOException { method UnsupportedDataTypeException (line 19) | public UnsupportedDataTypeException() { method UnsupportedDataTypeException (line 23) | public UnsupportedDataTypeException(String s) { FILE: APIJSONORM/src/main/java/apijson/orm/model/Access.java class Access (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/AllColumn.java class AllColumn (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/AllColumnComment.java class AllColumnComment (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/AllTable.java class AllTable (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/AllTableComment.java class AllTableComment (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/Column.java class Column (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/Document.java class Document (line 19) | @MethodAccess( method Document (line 37) | public Document() { method Document (line 40) | public Document(long id) { method getId (line 48) | public Long getId() { method setId (line 52) | public Document setId(Long id) { method getUserId (line 57) | public Long getUserId() { method setUserId (line 61) | public Document setUserId(Long userId) { method getVersion (line 66) | public Integer getVersion() { method setVersion (line 70) | public Document setVersion(Integer version) { method getName (line 75) | public String getName() { method setName (line 79) | public Document setName(String name) { method getUrl (line 84) | public String getUrl() { method setUrl (line 88) | public Document setUrl(String url) { method getRequest (line 93) | public String getRequest() { method setRequest (line 97) | public Document setRequest(String request) { method getDate (line 102) | public Timestamp getDate() { method setDate (line 106) | public Document setDate(Timestamp date) { method getResponse (line 111) | public String getResponse() { method setResponse (line 115) | public Document setResponse(String response) { FILE: APIJSONORM/src/main/java/apijson/orm/model/ExtendedProperty.java class ExtendedProperty (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/Function.java class Function (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/PgAttribute.java class PgAttribute (line 13) | @MethodAccess FILE: APIJSONORM/src/main/java/apijson/orm/model/PgClass.java class PgClass (line 13) | @MethodAccess FILE: APIJSONORM/src/main/java/apijson/orm/model/Request.java class Request (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/Script.java class Script (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/SysColumn.java class SysColumn (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/SysTable.java class SysTable (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/Table.java class Table (line 13) | @MethodAccess(POST = {}, PUT = {}, DELETE = {}) FILE: APIJSONORM/src/main/java/apijson/orm/model/TestRecord.java class TestRecord (line 19) | @MethodAccess(GET = { LOGIN, ADMIN }, HEAD = { LOGIN, ADMIN }) method TestRecord (line 32) | public TestRecord() { method TestRecord (line 35) | public TestRecord(long id) { method getId (line 43) | public Long getId() { method setId (line 47) | public TestRecord setId(Long id) { method getUserId (line 52) | public Long getUserId() { method setUserId (line 56) | public TestRecord setUserId(Long userId) { method getDocumentId (line 61) | public Long getDocumentId() { method setDocumentId (line 65) | public TestRecord setDocumentId(Long documentId) { method getDate (line 70) | public Timestamp getDate() { method setDate (line 74) | public TestRecord setDate(Timestamp date) { method getCompare (line 79) | public String getCompare() { method setCompare (line 83) | public TestRecord setCompare(String compare) { method getResponse (line 88) | public String getResponse() { method setResponse (line 92) | public TestRecord setResponse(String response) { method getStandard (line 97) | public String getStandard() { method setStandard (line 101) | public TestRecord setStandard(String standard) { FILE: APIJSONORM/src/main/java/apijson/orm/script/JSR223ScriptExecutor.java class JSR223ScriptExecutor (line 21) | public abstract class JSR223ScriptExecutor, L exte... method scriptEngineName (line 13) | @Override method extendParameter (line 18) | @Override method isLockScript (line 23) | @Override FILE: APIJSONORM/src/main/java/apijson/orm/script/ScriptExecutor.java type ScriptExecutor (line 8) | public interface ScriptExecutor, L exte... method init (line 10) | ScriptExecutor init(); method load (line 12) | void load(String name, String script); method execute (line 14) | Object execute(AbstractFunctionParser parser, Map