索引

A B C D E F G H I L M N P Q R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

AbstractSqlBuilder - com.walker.jdbc.sqlgen中的类
sql 生成工具类基类
AbstractSqlBuilder() - 类的构造器 com.walker.jdbc.sqlgen.AbstractSqlBuilder
 
add(String) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
添加sql片段
add(String, String, Object) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
如果value不为空,添加sql片段fragment
add(String, String, Object, boolean) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
如果enable,添加sql片段fragment
add(String, String, Object, String, Object) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
如果value不全为空,添加sql片段fragment
add(String, String, Object, String, Object, boolean) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
如果enable,添加sql片段fragment
add(String, String, Object, String, Object, String, Object) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
如果value不全为空,添加sql片段fragment
add(String, String, Object, String, Object, String, Object, boolean) - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
如果enable,添加sql片段fragment
addEqualItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个等于查询条件
addExcludeQueryVO(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个绑定变量值
addGreaterItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个大于查询条件
addIncludeItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
 
addLessItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个小于查询条件
addLikeItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个like查询条件
addQueryMap(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个绑定变量值
addQueryMap(Map) - 类中的方法 com.walker.jdbc.QueryVo
增加一组绑定变量值
addUnequalItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
增加一个不等于的变量
append(boolean) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(char[]) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(char[], int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(double) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(float) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(long) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(StrBuilder) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(StrBuilder, int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(Object) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(StringBuffer) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(StringBuffer, int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
append(String, int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendAll(Object[]) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendAll(Collection) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendAll(Iterator) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendExtSql(String) - 类中的方法 com.walker.jdbc.QueryVo
增加一段自己定义的sql语句
appendFixedWidthPadLeft(int, int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendFixedWidthPadLeft(Object, int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendFixedWidthPadRight(int, int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendFixedWidthPadRight(Object, int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(boolean) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(char[]) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(char[], int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(double) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(float) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(long) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(StrBuilder) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(StrBuilder, int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(Object) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(StringBuffer) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(StringBuffer, int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendln(String, int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendNewLine() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendNull() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendOrderBySql(String) - 类中的方法 com.walker.jdbc.QueryVo
增加order by语句
appendPadding(int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendSeparator(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendSeparator(char, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendSeparator(char, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendSeparator(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendSeparator(String, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendSeparator(String, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendWithSeparators(Object[], String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendWithSeparators(Collection, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
appendWithSeparators(Iterator, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
applyRelativePath(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e. "/" separators).
asList(String[]) - 类中的静态方法 com.walker.jdbc.util.StringUtils
把字符串数组转换成List对象

B

BaseMapper<T> - com.walker.jdbc中的接口
mapper基础类,定义mapper具有的方法 时克英 2022/08/12
BasePo<T extends BasePo> - com.walker.jdbc中的类
2023-03-22 尝试对实体对象添加额外属性访问,这样不用总是添加字段,灵活方便。
BasePo() - 类的构造器 com.walker.jdbc.BasePo
 
buffer - 类中的变量 com.walker.jdbc.util.StrBuilder
 

C

capacity() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
capitalize(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
CHAR_AND - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
CHAR_EQUALS - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
CHAR_PERCENT - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
CHAR_SPACE - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
charAt(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
clear() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
clearExcludeQueryVO() - 类中的方法 com.walker.jdbc.QueryVo
 
clone() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
com.walker.jdbc - 程序包 com.walker.jdbc
 
com.walker.jdbc.dao - 程序包 com.walker.jdbc.dao
 
com.walker.jdbc.sqlgen - 程序包 com.walker.jdbc.sqlgen
 
com.walker.jdbc.util - 程序包 com.walker.jdbc.util
 
commaDelimitedListToSet(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Convert a CSV list into an array of Strings.
contains(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
contains(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
containsWhitespace(CharSequence) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Check whether the given String contains any whitespace characters.
countOccurrencesOf(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Count the occurrences of the substring in string s.
cutStringLaskComma(StringBuffer) - 类中的静态方法 com.walker.jdbc.util.StringUtils
删除掉字符串中最后拼接的逗号

D

DEFAULT_CHARSET_UTF8 - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
DEFAULT_SPLIT_SEPARATOR - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
delete(int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
delete(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Delete all occurrences of the given substring.
deleteAll(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
deleteAll(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
deleteAny(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Delete any character in a given String.
DeleteBuilder - com.walker.jdbc.sqlgen中的类
delete 语句生成工具
DeleteBuilder(String) - 类的构造器 com.walker.jdbc.sqlgen.DeleteBuilder
根据表名创建DeleteBuilder对象
deleteCharAt(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
deleteFirst(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
deleteFirst(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
delimitedListToStringArray(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
delimitedListToStringArray(String, String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
DOUBLE_QUOTATION - 类中的静态变量 com.walker.jdbc.util.StringSqlUtils
 

E

EMPTY_CHAR_ARRAY - 类中的静态变量 com.walker.jdbc.util.StrBuilder
 
EMPTY_STRING - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
endsWith(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
endsWithIgnoreCase(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
ensureCapacity(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
equals(StrBuilder) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
equals(Object) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
equalsIgnoreCase(StrBuilder) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
escapeSql(String) - 类中的静态方法 com.walker.jdbc.util.StringSqlUtils
 
EXTENSION_SEPARATOR - 类中的静态变量 com.walker.jdbc.util.StringUtils
 

F

findColumn(ResultSet, String) - 类中的方法 com.walker.jdbc.ResultSetUtils
 
FOLDER_SEPARATOR - 类中的静态变量 com.walker.jdbc.util.StringUtils
 

G

genArraySql() - 类中的方法 com.walker.jdbc.sqlgen.AbstractSqlBuilder
根据主键生成sql语句
genArraySql() - 类中的方法 com.walker.jdbc.sqlgen.DeleteBuilder
 
genArraySql() - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
 
genArraySql() - 类中的方法 com.walker.jdbc.sqlgen.SelectBuilder
 
genArraySql() - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
 
genArraySql(String, Object[]) - 类中的方法 com.walker.jdbc.sqlgen.AbstractSqlBuilder
根据条件和条件参数生成sql语句 例如: genArraySql("where name = ?"
genArraySql(String, Object[]) - 类中的方法 com.walker.jdbc.sqlgen.DeleteBuilder
 
genArraySql(String, Object[]) - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
此方法不支持
genArraySql(String, Object[]) - 类中的方法 com.walker.jdbc.sqlgen.SelectBuilder
 
genArraySql(String, Object[]) - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
 
generalCharPattern - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
generateAndSql() - 类中的方法 com.walker.jdbc.QueryVo
生成and格式的sql,默认不带where
generateAndSql(boolean) - 类中的方法 com.walker.jdbc.QueryVo
生成and格式的sql,可选择是否带where
generateRandomNumber(int) - 类中的静态方法 com.walker.jdbc.util.StringUtils
生成给定位数的随机数字串
genMapSql() - 类中的方法 com.walker.jdbc.sqlgen.AbstractSqlBuilder
根据主键生成sql语句
genMapSql() - 类中的方法 com.walker.jdbc.sqlgen.DeleteBuilder
 
genMapSql() - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
 
genMapSql() - 类中的方法 com.walker.jdbc.sqlgen.SelectBuilder
 
genMapSql() - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
 
genMapSql(String, Map) - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
此方法不支持
genMapSql(String, Map<String, Object>) - 类中的方法 com.walker.jdbc.sqlgen.AbstractSqlBuilder
根据条件和条件参数生成sql语句 例如: genMapSql("where name = :name", new Map{name:"lizhihui"})
genMapSql(String, Map<String, Object>) - 类中的方法 com.walker.jdbc.sqlgen.DeleteBuilder
 
genMapSql(String, Map<String, Object>) - 类中的方法 com.walker.jdbc.sqlgen.SelectBuilder
 
genMapSql(String, Map<String, Object>) - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
 
getChars(char[]) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
getChars(int, int, char[], int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
getDefalutSuffixItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getDeleteSql_() - 接口中的方法 com.walker.jdbc.BaseMapper
根据主键获取删除语句及参数
getDeleteSql_(String, Object[]) - 接口中的方法 com.walker.jdbc.BaseMapper
根据条件及参数组装删除语句
getDeleteSql_(String, Map<String, Object>) - 接口中的方法 com.walker.jdbc.BaseMapper
根据条件及参数组装删除语句
getEqualItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getEqualItemValue(String) - 类中的方法 com.walker.jdbc.QueryVo
获取一个equal变量
getExcludeQueryVO() - 类中的方法 com.walker.jdbc.QueryVo
 
getFilename(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Extract the filename from the given path, e.g.
getFilenameExtension(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Extract the filename extension from the given path, e.g.
getFragment() - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
获取sql片段
getGreaterItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getIncludeItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getIncludeItemValue(String) - 类中的方法 com.walker.jdbc.QueryVo
获取一个include变量
getInsertSql_() - 接口中的方法 com.walker.jdbc.BaseMapper
获取Insert语句及参数
getLabelCount() - 类中的方法 com.walker.jdbc.QueryVo
 
getLessItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getLikeItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getLikeItemValue(String) - 类中的方法 com.walker.jdbc.QueryVo
获取一个like变量
getMySQLSchemaName(String) - 类中的静态方法 com.walker.jdbc.util.StringSqlUtils
把MySQL的服务名字中提取数据库,因为里面会有参数,如:walkersoft-share-marks?
getNewLineText() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
getNoLeadingAndFragment() - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
获取sql片段,删除前导and
getNotEmptyValue(Object) - 类中的方法 com.walker.jdbc.sqlgen.AbstractSqlBuilder
过滤空字符串
getNotincludeItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getNullText() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
getNumbericType(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
返回给定的字符串对象类型:Double | Long | String
getParameter() - 类中的方法 com.walker.jdbc.BasePo
 
getParameter(String) - 类中的方法 com.walker.jdbc.BasePo
 
getParameterBoolean(String) - 类中的方法 com.walker.jdbc.BasePo
 
getParameterDouble(String) - 类中的方法 com.walker.jdbc.BasePo
 
getParameterInt(String) - 类中的方法 com.walker.jdbc.BasePo
 
getParameterLong(String) - 类中的方法 com.walker.jdbc.BasePo
 
getParameters() - 类中的方法 com.walker.jdbc.SqlAndParameters
 
getParameters() - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
获取参数对象
getParameterString(String) - 类中的方法 com.walker.jdbc.BasePo
 
getPkName_() - 接口中的方法 com.walker.jdbc.BaseMapper
获取主键名称
getPkValue_() - 接口中的方法 com.walker.jdbc.BaseMapper
获取主键值
getQueryMap() - 类中的方法 com.walker.jdbc.QueryVo
获取sql查询用的参数Map("key","value")
getQvSortName() - 类中的方法 com.walker.jdbc.QueryVo
 
getQvSortOrder() - 类中的方法 com.walker.jdbc.QueryVo
 
getSelectSql_(String, Object[]) - 接口中的方法 com.walker.jdbc.BaseMapper
根据条件及参数获取查询语句
getSelectSql_(String, Map<String, Object>) - 接口中的方法 com.walker.jdbc.BaseMapper
根据条件及参数获取查询语句
getSerializeQuery() - 类中的方法 com.walker.jdbc.QueryVo
 
getSerialVersionUID() - 类中的静态方法 com.walker.jdbc.QueryVo
 
getSfzsgd() - 类中的方法 com.walker.jdbc.QueryVo
 
getSingleSql_() - 接口中的方法 com.walker.jdbc.BaseMapper
根据主键获取查询语句及条件
getSql() - 类中的方法 com.walker.jdbc.SqlAndParameters
 
getTableName_() - 接口中的方法 com.walker.jdbc.BaseMapper
获取表名
getToggleColumnValue() - 类中的方法 com.walker.jdbc.QueryVo
 
getUnequalItem() - 类中的方法 com.walker.jdbc.QueryVo
 
getUpdateSql_() - 接口中的方法 com.walker.jdbc.BaseMapper
根据主键获取update语句及参数
getUpdateSql_(String, Object[]) - 接口中的方法 com.walker.jdbc.BaseMapper
根据条件及参数获取update语句及参数
getUpdateSql_(String, Map<String, Object>) - 接口中的方法 com.walker.jdbc.BaseMapper
根据条件及参数获取update语句及参数

H

hashCode() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
hasLength(CharSequence) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Check that the given String is neither null nor of length 0.
hasText(CharSequence) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Check whether the given CharSequence has actual text.
hasText(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Check whether the given String has actual text.

I

indexOf(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
indexOf(char, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
indexOf(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
indexOf(String, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
initIncludeItem(String, Object) - 类中的方法 com.walker.jdbc.QueryVo
 
insert(int, boolean) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, char[]) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, char[], int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, double) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, float) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, long) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, Object) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
insert(int, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
InsertBuilder - com.walker.jdbc.sqlgen中的类
Insert语句生成工具
InsertBuilder(String) - 类的构造器 com.walker.jdbc.sqlgen.InsertBuilder
根据表名创建insert生成工具
isContainValue(String[], String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
查找给定的数组中是否包含指定的内容
isEmpty() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
isEmpty(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
 
isEmptyList(List<?>) - 类中的静态方法 com.walker.jdbc.util.StringUtils
判断一个集合是否存在
isNormalChar(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
判断是否正常的字符A~Z
isNotEmpty(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
 
isNumeric(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
 
isNumericSpace(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
 
isSqlNull(Object) - 类中的方法 com.walker.jdbc.sqlgen.AbstractSqlBuilder
判断对象是否为空或是空串

L

lastIndexOf(char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
lastIndexOf(char, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
lastIndexOf(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
lastIndexOf(String, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
leftString(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
length() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
LINE_SEPARATOR - 类中的静态变量 com.walker.jdbc.util.StrBuilder
 

M

midString(int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
minimizeCapacity() - 类中的方法 com.walker.jdbc.util.StrBuilder
 

N

NORMAL_SET - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
NULL_STRING - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
NUMBER_SET - 类中的静态变量 com.walker.jdbc.util.StringUtils
 

P

parseLocaleString(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Parse the given localeString into a Locale.
PersistenceException - com.walker.jdbc.dao中的Exception Class
持久层异常
PersistenceException(Exception) - exception class的构造器 com.walker.jdbc.dao.PersistenceException
 
PersistenceException(String) - exception class的构造器 com.walker.jdbc.dao.PersistenceException
 
PersistenceException(String, Exception) - exception class的构造器 com.walker.jdbc.dao.PersistenceException
 

Q

QueryVo - com.walker.jdbc中的类
该类有两个用处,一是绑定页面查询条件,二是生成and形式的查询条件。
QueryVo() - 类的构造器 com.walker.jdbc.QueryVo
 
quote(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

removeBefore(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
删除字符串中分隔符之前的内容,包括分隔符
replace(int, int, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
replace(String, String, String) - 类中的静态方法 com.walker.jdbc.util.StringSqlUtils
 
replace(String, String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Replace all occurences of a substring within a string with another string.
replace(String, String, String, int) - 类中的静态方法 com.walker.jdbc.util.StringSqlUtils
 
replaceAll(char, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
replaceAll(String, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
replaceFirst(char, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
replaceFirst(String, String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
ResultSetUtils - com.walker.jdbc中的类
时克英 2020/12/08
ResultSetUtils() - 类的构造器 com.walker.jdbc.ResultSetUtils
 
RETURN_AND_NEWLINE - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
reverse() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
rightString(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 

S

SelectBuilder - com.walker.jdbc.sqlgen中的类
select 语句生成工具
SelectBuilder(String) - 类的构造器 com.walker.jdbc.sqlgen.SelectBuilder
更近表名创建sql查询对象
SEPARATOR_COLON - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
SEPARATOR_SEMI_COLON - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
serialVersionUID - 类中的静态变量 com.walker.jdbc.SqlAndParameters
 
set(String, Object) - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
设置插入语句的字段和值
set(String, Object) - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
设置update语句更新的字段值
set(String, Object, boolean) - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
设置插入语句的字段和值
set(String, Object, boolean) - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
设置update语句更新的字段值
set(Map<String, Object>) - 类中的方法 com.walker.jdbc.sqlgen.InsertBuilder
设置插入语句的字段和值
setCharAt(int, char) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
setDefalutSuffixItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setEqualItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setGreaterItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setIncludeItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setLabelCount(List<Map<String, Object>>) - 类中的方法 com.walker.jdbc.QueryVo
 
setLength(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
setLessItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setLikeItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setNewLineText(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
setNotincludeItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
setNullText(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
setParameter(String, Object) - 类中的方法 com.walker.jdbc.BasePo
 
setParameter(Map<String, Object>) - 类中的方法 com.walker.jdbc.BasePo
 
setParameterBoolean(String, Boolean) - 类中的方法 com.walker.jdbc.BasePo
 
setParameterDouble(String, Double) - 类中的方法 com.walker.jdbc.BasePo
 
setParameterInt(String, Integer) - 类中的方法 com.walker.jdbc.BasePo
 
setParameterLong(String, Long) - 类中的方法 com.walker.jdbc.BasePo
 
setParameterString(String, String) - 类中的方法 com.walker.jdbc.BasePo
 
setPkValue(Object) - 接口中的方法 com.walker.jdbc.BaseMapper
设置主键值
setPkValue(Object) - 类中的方法 com.walker.jdbc.BasePo
设置主键值
setQvSortName(String) - 类中的方法 com.walker.jdbc.QueryVo
 
setQvSortOrder(String) - 类中的方法 com.walker.jdbc.QueryVo
 
setSerializeQuery(String) - 类中的方法 com.walker.jdbc.QueryVo
 
setSfzsgd(Integer) - 类中的方法 com.walker.jdbc.QueryVo
 
setToggleColumnValue(String) - 类中的方法 com.walker.jdbc.QueryVo
 
setUnequalItem(Map<String, Object>) - 类中的方法 com.walker.jdbc.QueryVo
 
SINGLE_QUOTATION - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
size - 类中的变量 com.walker.jdbc.util.StrBuilder
 
size() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
SPACE - 类中的静态变量 com.walker.jdbc.QueryVo
 
split(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Split a String at the first occurrence of the delimiter.
SqlAndParameters<T> - com.walker.jdbc中的类
sql语句及参数
SqlAndParameters(String, T) - 类的构造器 com.walker.jdbc.SqlAndParameters
通过sql和参数构造对象
SqlFragmentBuilder - com.walker.jdbc.sqlgen中的类
SQL片段生成工具
SqlFragmentBuilder() - 类的构造器 com.walker.jdbc.sqlgen.SqlFragmentBuilder
 
SqlFragmentBuilder(String) - 类的构造器 com.walker.jdbc.sqlgen.SqlFragmentBuilder
 
startsWith(String) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
startsWithIgnoreCase(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
StrBuilder - com.walker.jdbc.util中的类
 
StrBuilder() - 类的构造器 com.walker.jdbc.util.StrBuilder
 
StrBuilder(int) - 类的构造器 com.walker.jdbc.util.StrBuilder
 
StrBuilder(String) - 类的构造器 com.walker.jdbc.util.StrBuilder
 
STRING_UNDERLINE - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
StringSqlUtils - com.walker.jdbc.util中的类
 
StringSqlUtils() - 类的构造器 com.walker.jdbc.util.StringSqlUtils
 
stringToArray(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
把字符串分割成字符串数组
StringUtils - com.walker.jdbc.util中的类
Miscellaneous String utility methods.
StringUtils() - 类的构造器 com.walker.jdbc.util.StringUtils
 
stripFilenameExtension(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Strip the filename extension from the given path, e.g.
substring(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
substring(int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
substringMatch(CharSequence, int, CharSequence) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Test whether the given string matches the given substring at the given index.
SYMBOL_DOT - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
SYMBOL_SEMICOLON - 类中的静态变量 com.walker.jdbc.util.StringUtils
分号常量

T

toArray(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
把字符串分割成字符串数组,默认分隔符为英文逗号(,)
如果需要自定义分隔符,请使用stringToArray方法。
toArray(List<Long>) - 类中的静态方法 com.walker.jdbc.util.StringUtils
 
toCharArray() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
toCharArray(int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
tokenizeToStringArray(String, String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
TOP_PATH - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
toPrintSql() - 类中的方法 com.walker.jdbc.SqlAndParameters
获取替换参数后的SQL语句
toString() - 类中的方法 com.walker.jdbc.SqlAndParameters
 
toString() - 类中的方法 com.walker.jdbc.sqlgen.SqlFragmentBuilder
 
toString() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
toStringArray(Collection<String>) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Copy the given Enumeration into a String array.
toStringBuffer() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
trim() - 类中的方法 com.walker.jdbc.util.StrBuilder
 
trimAllWhitespace(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and inbetween characters.
trimLeadingCharacter(String, char) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Trim all occurences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Trim all occurences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Trim leading and trailing whitespace from the given String.

U

uncapitalize(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UNDERLINE - 类中的静态变量 com.walker.jdbc.util.StringUtils
 
unqualify(String) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类中的静态方法 com.walker.jdbc.util.StringUtils
Unqualify a string qualified by a separator character.
UpdateBuilder - com.walker.jdbc.sqlgen中的类
update 语句生成工具
UpdateBuilder(String) - 类的构造器 com.walker.jdbc.sqlgen.UpdateBuilder
根据表名构造更新语句生成工具

V

validateIndex(int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 
validateRange(int, int) - 类中的方法 com.walker.jdbc.util.StrBuilder
 

W

where(String, Object) - 类中的方法 com.walker.jdbc.sqlgen.DeleteBuilder
添加where条件字段和值
where(String, Object) - 类中的方法 com.walker.jdbc.sqlgen.SelectBuilder
设置where条件中一个字段的值,所有的字段之间以and方式连接
where(String, Object) - 类中的方法 com.walker.jdbc.sqlgen.UpdateBuilder
设置更新时的where条件字段
A B C D E F G H I L M N P Q R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格