A B C D G I L O Q R S T U X
A
- append(String, Object...) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
添加SQL
- append(SqlBuilder) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
添加SQL部分
- appendIf(boolean, String, Object...) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
添加SQL
B
- backup() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
备分状态
- buildCommand(String, Object, boolean, boolean) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlUtils
-
构建预处理
C
- clear() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
清空
- close() - 接口 中的方法org.noear.solon.data.sql.RowIterator
-
关闭
- convert(Row, Class<?>) - 类 中的方法org.noear.solon.data.sql.impl.DefaultConverter
-
转换
- convert(Row, Class<?>) - 接口 中的方法org.noear.solon.data.sql.Row.Converter
-
转换
D
- data() - 接口 中的方法org.noear.solon.data.sql.Row
-
行数据
- DefaultConverter - org.noear.solon.data.sql.impl中的类
-
- DefaultConverter() - 类 的构造器org.noear.solon.data.sql.impl.DefaultConverter
-
G
- getArgs() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
获取参数
- getArgs() - 接口 中的方法org.noear.solon.data.sql.SqlSpec
-
获取参数
- getConnection() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlUtils
-
获取连接(为转换提供重写机会)
- getInstance() - 类 中的静态方法org.noear.solon.data.sql.impl.DefaultConverter
-
获取实例
- getName(int) - 接口 中的方法org.noear.solon.data.sql.Row
-
获取名字
- getNameColumnIdx(String) - 接口 中的方法org.noear.solon.data.sql.Row
-
获取名字列顺位
- getObject(CommandHolder, int) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlUtils
-
获取数据(为转换提供重写机会)
- getObject(int) - 接口 中的方法org.noear.solon.data.sql.Row
-
获取值
- getObject(String) - 接口 中的方法org.noear.solon.data.sql.Row
-
获取值
- getSql() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
获取代码
- getSql() - 接口 中的方法org.noear.solon.data.sql.SqlSpec
-
获取代码
I
- indexOf(String) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
查找位置
- insert(int, String, Object...) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
插入到某个位置前面
- insert(String, Object...) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
插入到最前面
- insert(SqlBuilder) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
插入SQL部分
L
- length() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
长度
O
- of(DataSource) - 接口 中的静态方法org.noear.solon.data.sql.SqlUtils
-
- org.noear.solon.data.sql - 程序包 org.noear.solon.data.sql
-
- org.noear.solon.data.sql.impl - 程序包 org.noear.solon.data.sql.impl
-
- org.noear.solon.data.sql.integration - 程序包 org.noear.solon.data.sql.integration
-
Q
- queryRow() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRow() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行
- queryRowIterator(int) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowIterator(int) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行遍历器(流式读取)
- queryRowList() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowList() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行列表
- queryValue() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryValue() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取值
- queryValueList() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryValueList() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取值列表
R
- remove(int, int) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
移除字符
- removeLast() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
移除最后字符
- restore() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
还原状态
- Row - org.noear.solon.data.sql中的接口
-
行
- Row.Converter - org.noear.solon.data.sql中的接口
-
行转换器
- RowIterator - org.noear.solon.data.sql中的接口
-
行遍历器
- RowList - org.noear.solon.data.sql中的接口
-
行列表
- rownum() - 接口 中的方法org.noear.solon.data.sql.RowIterator
-
行号
S
- setInstance(Row.Converter) - 类 中的静态方法org.noear.solon.data.sql.impl.DefaultConverter
-
设置实例
- setObject(PreparedStatement, int, Object) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlUtils
-
填充数据(为转换提供重写机会)
- SimpleSqlExecutor - org.noear.solon.data.sql.impl中的类
-
Sql 执行器简单实现
- SimpleSqlExecutor(SimpleSqlUtils, String, Object[]) - 类 的构造器org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- SimpleSqlUtils - org.noear.solon.data.sql.impl中的类
-
Sql 工具类简单实现
- SimpleSqlUtils(DataSource) - 类 的构造器org.noear.solon.data.sql.impl.SimpleSqlUtils
-
- size() - 接口 中的方法org.noear.solon.data.sql.Row
-
行大小
- sql(String, Object...) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlUtils
-
- sql(String, Object...) - 接口 中的方法org.noear.solon.data.sql.SqlUtils
-
执行代码
- sql(SqlSpec) - 接口 中的方法org.noear.solon.data.sql.SqlUtils
-
执行代码
- SqlBuilder - org.noear.solon.data.sql中的类
-
Sql 代码构建器
- SqlBuilder() - 类 的构造器org.noear.solon.data.sql.SqlBuilder
-
- SqlExecutor - org.noear.solon.data.sql中的接口
-
Sql 执行器
- SqlSpec - org.noear.solon.data.sql中的接口
-
Sql 代码申明
- SqlUtils - org.noear.solon.data.sql中的接口
-
Sql 工具类(线程安全,可作为单例保存)
- start(AppContext) - 类 中的方法org.noear.solon.data.sql.integration.XPluginImpl
-
- substring(int) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
截取子字符串
- substring(int, int) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
截取子字符串
T
- toBean(Class<T>, Row.Converter) - 接口 中的方法org.noear.solon.data.sql.Row
-
转为 Bean
- toBean(Class<T>) - 接口 中的方法org.noear.solon.data.sql.Row
-
转为 Bean
- toBeanList(Class<T>, Row.Converter) - 接口 中的方法org.noear.solon.data.sql.RowList
-
转为 Bean List
- toBeanList(Class<T>) - 接口 中的方法org.noear.solon.data.sql.RowList
-
转为 Bean List
- toMap() - 接口 中的方法org.noear.solon.data.sql.Row
-
转为 Map
- toMapList() - 接口 中的方法org.noear.solon.data.sql.RowList
-
转为 Map List
- toString() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
- trimEnd(String) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
修剪未尾
- trimStart(String) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
修剪开头
U
- update() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- update() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
更新(插入、或更新、或删除)
- updateBatch(Collection<Object[]>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- updateBatch(Collection<Object[]>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
批量更新(插入、或更新、或删除)
- updateReturnKey() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- updateReturnKey() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
更新并返回主键
X
- XPluginImpl - org.noear.solon.data.sql.integration中的类
-
- XPluginImpl() - 类 的构造器org.noear.solon.data.sql.integration.XPluginImpl
-
A B C D G I L O Q R S T U X
Copyright © 2024. All rights reserved.