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, boolean, boolean) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
构建预处理
C
- clear() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
清空
- close() - 接口 中的方法org.noear.solon.data.sql.bound.RowIterator
-
关闭
- convert(ResultSet) - 接口 中的方法org.noear.solon.data.sql.bound.RowConverter
-
转换
- create(Class<? extends T>) - 接口 中的方法org.noear.solon.data.sql.bound.RowConverterFactory
-
创建
- create(Class<?>) - 类 中的方法org.noear.solon.data.sql.impl.DefaultConverter
-
- create(DataSource) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlUtilsFactory
-
- create(DataSource) - 接口 中的方法org.noear.solon.data.sql.SqlUtilsFactory
-
创建 Sql 工具类
D
- data() - 接口 中的方法org.noear.solon.data.sql.Row
-
已过时。
行数据
- DefaultBinder - org.noear.solon.data.sql.impl中的类
-
默认语句绑定器
- DefaultBinder() - 类 的构造器org.noear.solon.data.sql.impl.DefaultBinder
-
- 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.SimpleSqlExecutor
-
获取连接(为转换提供重写机会)
- getFactory() - 类 中的静态方法org.noear.solon.data.sql.SqlConfiguration
-
获取工厂
- 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(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
-
- ofName(String) - 接口 中的静态方法org.noear.solon.data.sql.SqlUtils
-
- org.noear.solon.data.sql - 程序包 org.noear.solon.data.sql
-
- org.noear.solon.data.sql.bound - 程序包 org.noear.solon.data.sql.bound
-
- 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(Class<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRow(RowConverter<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRow() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRow(Class<T>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行
- queryRow(RowConverter<T>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行
- queryRow() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
- queryRowIterator(int, Class<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowIterator(int, RowConverter<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowIterator(int, Class<T>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行遍历器(流式读取)
- queryRowIterator(int, RowConverter<T>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行遍历器(流式读取)
- queryRowList(Class<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowList(RowConverter<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowList() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- queryRowList(Class<T>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行列表
- queryRowList(RowConverter<T>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
查询并获取行列表
- 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中的接口
-
- RowConverter<T> - org.noear.solon.data.sql.bound中的接口
-
行转换器
- RowConverterFactory<T> - org.noear.solon.data.sql.bound中的接口
-
行转换器工厂
- RowIterator<T> - org.noear.solon.data.sql.bound中的接口
-
行遍历器
- RowList - org.noear.solon.data.sql中的接口
-
- rownum() - 接口 中的方法org.noear.solon.data.sql.bound.RowIterator
-
行号
S
- setFactory(SqlUtilsFactory) - 类 中的静态方法org.noear.solon.data.sql.SqlConfiguration
-
设置工厂
- setInstance(RowConverterFactory) - 类 中的静态方法org.noear.solon.data.sql.impl.DefaultConverter
-
设置实例
- setValues(PreparedStatement, T) - 接口 中的方法org.noear.solon.data.sql.bound.StatementBinder
-
设置值
- setValues(PreparedStatement, Object[]) - 类 中的方法org.noear.solon.data.sql.impl.DefaultBinder
-
- SimpleSqlExecutor - org.noear.solon.data.sql.impl中的类
-
Sql 执行器简单实现
- SimpleSqlExecutor(DataSource, 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
-
- SimpleSqlUtilsFactory - org.noear.solon.data.sql.impl中的类
-
Sql 工具类工厂默认实现
- SimpleSqlUtilsFactory() - 类 的构造器org.noear.solon.data.sql.impl.SimpleSqlUtilsFactory
-
- 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
-
- SqlConfiguration - org.noear.solon.data.sql中的类
-
Sql 配置类
- SqlConfiguration() - 类 的构造器org.noear.solon.data.sql.SqlConfiguration
-
- SqlExecutor - org.noear.solon.data.sql中的接口
-
Sql 执行器
- SqlSpec - org.noear.solon.data.sql中的接口
-
Sql 代码申明
- SqlUtils - org.noear.solon.data.sql中的接口
-
Sql 工具类(线程安全,可作为单例保存)
- SqlUtilsFactory - org.noear.solon.data.sql中的接口
-
Sql 工具类工厂
- start(AppContext) - 类 中的方法org.noear.solon.data.sql.integration.XPluginImpl
-
- StatementBinder<T> - org.noear.solon.data.sql.bound中的接口
-
语句绑定器
- substring(int) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
截取子字符串
- substring(int, int) - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
截取子字符串
T
- toBean(Class<T>) - 接口 中的方法org.noear.solon.data.sql.Row
-
已过时。
转为 Bean
- 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(S, StatementBinder<S>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- update() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
更新(插入、或更新、或删除)
- update(S, StatementBinder<S>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
批量更新(插入、或更新、或删除)
- updateBatch(Collection<Object[]>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- updateBatch(Collection<T>, StatementBinder<T>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- updateBatch(Collection<Object[]>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
批量更新(插入、或更新、或删除)
- updateBatch(Collection<S>, StatementBinder<S>) - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
批量更新(插入、或更新、或删除)
- updateReturnKey() - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- updateReturnKey(S, StatementBinder<S>) - 类 中的方法org.noear.solon.data.sql.impl.SimpleSqlExecutor
-
- updateReturnKey() - 接口 中的方法org.noear.solon.data.sql.SqlExecutor
-
更新并返回主键
- updateReturnKey(S, StatementBinder<S>) - 接口 中的方法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.