A B C D E F G H I J K L M N O P Q R S T U V W 
所有类 所有程序包

A

abort(Executor) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
acceptChanges() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
接受修改,通常用于save操作
acceptChanges() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
ActionType - top.daxian1218.dust.db.dict.event中的枚举
集合改变方式
AdapterHolder() - 类 的构造器top.daxian1218.dust.db.DbManager.AdapterHolder
 
add(int, DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
add(String, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
add(DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
add(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
add(DictObjRow, RowState) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
ADD - top.daxian1218.dust.db.dict.event.ActionType
新增
addAll(int, Collection<? extends DictObjRow>) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
addAll(Collection<? extends DictObjRow>) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
addColumn(DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 
addCondition(String, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
addCondition(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
addCondition(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
addCondition(DictCondition, boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
添加条件,如果append为false,则会清空已存在的条件,使用condition
addDbSqlRes(String, Map<String, String>) - 类 中的静态方法top.daxian1218.dust.db.sql.pool.SqlResource
 
ADDED - top.daxian1218.dust.db.dict.RowState
 
addFixCondition(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
addOrder(String) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
增加Order,可以加上排序方式
addOrderBy(OrderBy) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
addRow() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
addRow(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
addSymbol() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
aggregateData(HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
amendExpressionDataType(DictExpression, DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
AMP - top.daxian1218.dust.db.dict.express.TokenType
 
AMPAMP - top.daxian1218.dust.db.dict.express.TokenType
 
And - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
AND - top.daxian1218.dust.db.dict.express.TokenType
 
AND_OPERATION - 类 中的静态变量top.daxian1218.dust.db.sql.HSqlCommand
 
appCode(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 
append(HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
append(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
appendColumnOrValueSql(DictExpression, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
appendFuzzyValueSql(DictExpression, HSqlCommand, int) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
模糊匹配,mode=2 首匹配 mode=1 末尾匹配 mode=3 包含匹配
appendOrderString(String) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
增加排序操作 当sql中不存在Where时,可以使用该方法 strOrder可以是多个排序字段,也可以携带desc和asc
appendParameter(Object) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
appendParameters(Map<String, Object>) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
appendParameters(HDataRecord) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
appendSql(String) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
appendSql(String, boolean) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
appendSubTableSql(DictExpression, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
appendValueListSql(DictExpression, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
appendWhere(String) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
appendWhere(String, Boolean) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
语句的Where条件 当sql中不存在Where时,可以使用该方法 支持OR拼接 OR操作如果当前没有其他Where条件,则会累积到下一个条件 // cmd.where = "" cmd.appendWhere("a=1", true); // cmd.where = "a=1" cmd.appWhere("b=2", false); //cmd.where = "a=1 OR b=2"
apply(DictObj, T) - 接口 中的方法top.daxian1218.dust.db.dict.event.EventHandler
调用
applyBatch() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
AppManager - top.daxian1218.dust.db.tenant中的类
配置管理器 根据不同的配置数据库进行重写
AppManager(String, DbAdapterManager) - 类 的构造器top.daxian1218.dust.db.tenant.AppManager
 
arraycopy(int, char[], int, int) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
As - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
Asc - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
ASC - top.daxian1218.dust.db.dict.OrderByType
 

B

BANG - top.daxian1218.dust.db.dict.express.TokenType
 
BANG_TILDE - top.daxian1218.dust.db.dict.express.TokenType
 
BANG_TILDE_STAR - top.daxian1218.dust.db.dict.express.TokenType
 
BANGBANG - top.daxian1218.dust.db.dict.express.TokenType
 
BANGEQ - top.daxian1218.dust.db.dict.express.TokenType
 
BANGGT - top.daxian1218.dust.db.dict.express.TokenType
 
BANGLT - top.daxian1218.dust.db.dict.express.TokenType
 
BAR - top.daxian1218.dust.db.dict.express.TokenType
 
BARBAR - top.daxian1218.dust.db.dict.express.TokenType
 
BARBARSLASH - top.daxian1218.dust.db.dict.express.TokenType
 
BARSLASH - top.daxian1218.dust.db.dict.express.TokenType
 
BatchInsertSql(DictObj, DictObjTable) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
batchUpdateSql(DictObj, String) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
BINARY - top.daxian1218.dust.db.dict.DataType
字节流
bindRelation(DictObj, String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
bindTable(DictObjTable) - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 
Blank - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
BLOB - top.daxian1218.dust.db.sql.SqlDataType
BOOLEAN - top.daxian1218.dust.db.dict.DataType
布尔
bp() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
buf - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
bufPos - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
build() - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 

C

C_GMT_CREATE - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
C_GMT_MODIFIED - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
C_ID - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
CACHE_CAFFEINE - 类 中的静态变量top.daxian1218.dust.db.DbConstants
 
CACHE_CAFFEINE_LONG - 类 中的静态变量top.daxian1218.dust.db.DbConstants
 
CACHE_DICT - 类 中的静态变量top.daxian1218.dust.db.DbConstants
 
CACHE_MEMORY - 类 中的静态变量top.daxian1218.dust.db.DbConstants
 
CacheDictObjContainer - top.daxian1218.dust.db.dict中的类
 
CacheDictObjContainer(DbAdapterManager) - 类 的构造器top.daxian1218.dust.db.dict.CacheDictObjContainer
 
CacheManager - top.daxian1218.dust.db.cache中的类
 
CacheManager() - 类 的构造器top.daxian1218.dust.db.cache.CacheManager
 
CaffeineCache - top.daxian1218.dust.db.cache中的类
 
CaffeineCache(long, long) - 类 的构造器top.daxian1218.dust.db.cache.CaffeineCache
 
CARET - top.daxian1218.dust.db.dict.express.TokenType
 
ch - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
charAt(int) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
CharTypes - top.daxian1218.dust.db.dict.express中的类
 
CharTypes() - 类 的构造器top.daxian1218.dust.db.dict.express.CharTypes
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItemBANGEQ
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItemEQ
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItemGT
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItemGTEQ
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItemLT
 
check(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItemLTEQ
 
clear() - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
clear() - 接口 中的方法top.daxian1218.dust.db.cache.ICache
清空键列表
clear() - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
clear() - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 
clear() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
clear() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
clear() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
clear() - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
clear() - 类 中的方法top.daxian1218.dust.db.tenant.SeparatedCache
 
clearWarnings() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
ClickHouse - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
ClickHouseBuilder - top.daxian1218.dust.db.support.clickhouse中的类
 
ClickHouseBuilder() - 类 的构造器top.daxian1218.dust.db.support.clickhouse.ClickHouseBuilder
 
ClickHouseDbOperations - top.daxian1218.dust.db.support.clickhouse中的类
 
ClickHouseDbOperations() - 类 的构造器top.daxian1218.dust.db.support.clickhouse.ClickHouseDbOperations
 
CLOB - top.daxian1218.dust.db.sql.SqlDataType
大文本
clone() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
clone() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
close() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
关闭连接 关闭的连接可通过open重新打开时新的连接
close() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
关闭连接,不管是否成功,都会置空connect属性
close() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
closeQuiet() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
closeQuiet() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
关闭连接,不考虑是否成功 失败记录日志
CollectionChangedEventArgs - top.daxian1218.dust.db.dict.event中的类
 
CollectionChangedEventArgs(DictObj, ActionType) - 类 的构造器top.daxian1218.dust.db.dict.event.CollectionChangedEventArgs
 
COLON - top.daxian1218.dust.db.dict.express.TokenType
 
COLONCOLON - top.daxian1218.dust.db.dict.express.TokenType
 
COLONEQ - top.daxian1218.dust.db.dict.express.TokenType
 
COLUMN_SUFFIX - 类 中的静态变量top.daxian1218.dust.db.dict.DictObjColumn
 
ColumnExpression - top.daxian1218.dust.db.dict.condition.expressions中的类
 
ColumnExpression() - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
ColumnExpression(String) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
ColumnExpression(String, String) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
ColumnsChangedEventArgs - top.daxian1218.dust.db.dict.event中的类
 
ColumnsChangedEventArgs(DictObjColumn, ActionType) - 类 的构造器top.daxian1218.dust.db.dict.event.ColumnsChangedEventArgs
 
combineSql() - 类 中的方法top.daxian1218.dust.db.sql.command.HDeleteSqlCommand
 
combineSql() - 类 中的方法top.daxian1218.dust.db.sql.command.HInsertSqlCommand
 
combineSql() - 类 中的方法top.daxian1218.dust.db.sql.command.HSelectSqlCommand
 
combineSql() - 类 中的方法top.daxian1218.dust.db.sql.command.HTableSqlCommand
 
combineSql() - 类 中的方法top.daxian1218.dust.db.sql.command.HUpdateSqlCommand
 
combineSql() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
生成执行的Sql语句
Comma - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
COMMA - top.daxian1218.dust.db.dict.express.TokenType
 
CommandExpression - top.daxian1218.dust.db.dict.condition.expressions中的类
 
CommandExpression(HSqlCommand) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.CommandExpression
 
commit() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
提交操作,面向的是支持事务的数据库。
commit() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
提交事务,异常抛出
commit() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
commitAndCloseQuiet() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
commitAndCloseQuiet() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
compare(Object, Object) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
connection - 类 中的变量top.daxian1218.dust.db.sql.DefaultDataAdapter
 
ConstantCharaters - top.daxian1218.dust.db.dict.express中的类
 
ConstantCharaters() - 类 的构造器top.daxian1218.dust.db.dict.express.ConstantCharaters
 
ConstColumn - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
contain(String) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
CONTAIN - top.daxian1218.dust.db.dict.condition.OperationType
 
contains(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
contains(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
contains(DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
containsAll(Collection<?>) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
convertDbValue(Object) - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
根据数据集的数据转化为字符串,无法转化则返回null
create(long) - 类 中的静态方法top.daxian1218.dust.db.dict.DictObjBuilder
 
create(String) - 类 中的静态方法top.daxian1218.dust.db.support.DataBaseFactory
 
create(String, String) - 类 中的静态方法top.daxian1218.dust.db.dict.DictObjBuilder
 
createArrayOf(String, Object[]) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createAsync(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
createAsync(long) - 接口 中的方法top.daxian1218.dust.db.dict.IDictObjContainer
根据字典id创建字典对象
createAsync(String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
createAsync(String, String) - 接口 中的方法top.daxian1218.dust.db.dict.IDictObjContainer
根据应用和字典编码创建字典对象
createBlob() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createClob() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createDataSource(DbAccess) - 类 中的方法top.daxian1218.dust.db.sql.pool.DruidTemplate
创建一个连接池数据源,加入到druidDataSources缓存集合 注意:如果缓存集合已经存在连接信息完全一致的数据源,则从缓存读取 如果initWhenCreate为true则会调用初始化操作
createDataSource(DbAccess) - 接口 中的方法top.daxian1218.dust.db.sql.pool.IDataSourceTemplate
获取数据源
createNClob() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createSQLXML() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createStatement() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createStatement(int, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createStatement(int, int, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
createStruct(String, Object[]) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
CURRENCY - top.daxian1218.dust.db.dict.DataType
货币
current() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
CurrentChangedEventArgs - top.daxian1218.dust.db.dict.event中的类
 
CurrentChangedEventArgs(DictObj, int, int) - 类 的构造器top.daxian1218.dust.db.dict.event.CurrentChangedEventArgs
 
CURSOR - top.daxian1218.dust.db.sql.SqlDataType
游标,数据集

D

DataBaseFactory - top.daxian1218.dust.db.support中的类
数据源工厂类
DataBaseFactory() - 类 的构造器top.daxian1218.dust.db.support.DataBaseFactory
 
DataSourcePool - top.daxian1218.dust.db.sql.pool中的类
数据源缓存类,简单的缓存处理,用于缓存当前运行时使用过的数据源,避免类创建的开销
DataSourceProperties - top.daxian1218.dust.db.sql.pool中的类
druid配置信息,通过SpringBoot属性配置操作
DataSourceProperties() - 类 的构造器top.daxian1218.dust.db.sql.pool.DataSourceProperties
 
DataType - top.daxian1218.dust.db.dict中的枚举
 
DataUtil - top.daxian1218.dust.db.dict.utils中的类
数据类型转换
DataUtil() - 类 的构造器top.daxian1218.dust.db.dict.utils.DataUtil
 
DATE - top.daxian1218.dust.db.dict.DataType
时间日期
DATETIME - top.daxian1218.dust.db.sql.SqlDataType
时间日期
DB_LEVEL_ADMIN - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
DB_LEVEL_DEV - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
DB_LEVEL_READ_WRITE - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
DbAccess - top.daxian1218.dust.db.base中的类
分布式环境下的数据库接入口
DbAccess() - 类 的构造器top.daxian1218.dust.db.base.DbAccess
 
dbAdapterManager - 类 中的变量top.daxian1218.dust.db.dict.DictObjContainer
 
DbAdapterManager - top.daxian1218.dust.db中的类
数据源适配管理器
DbAdapterManager(DbManager) - 类 的构造器top.daxian1218.dust.db.DbAdapterManager
 
DbCluster - top.daxian1218.dust.db.base中的枚举
 
DbConstants - top.daxian1218.dust.db中的类
 
DbConstants() - 类 的构造器top.daxian1218.dust.db.DbConstants
 
DbManager - top.daxian1218.dust.db中的类
数据库管理
DbManager(IDataSourceTemplate) - 类 的构造器top.daxian1218.dust.db.DbManager
 
DbManager.AdapterHolder - top.daxian1218.dust.db中的类
 
DbTypes - top.daxian1218.dust.db.base中的类
数据类型
DbTypes() - 类 的构造器top.daxian1218.dust.db.base.DbTypes
 
DbUtil - top.daxian1218.dust.db.util中的类
数据库操纵工具类,如处理sql参数以及关闭相关连接等
DbUtil() - 类 的构造器top.daxian1218.dust.db.util.DbUtil
 
DbUtil.DbUtilConfig - top.daxian1218.dust.db.util中的类
 
DbUtilConfig() - 类 的构造器top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
DbValueKey - 类 中的静态变量top.daxian1218.dust.db.sql.HSqlCommand
 
decimalValue() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
Default - 类 中的静态变量top.daxian1218.dust.db.sql.pool.DataSourcePool
 
DEFAULT - 类 中的静态变量top.daxian1218.dust.db.sql.pool.SqlResource
 
DEFAULT_DB_NAME - 类 中的静态变量top.daxian1218.dust.db.DbConstants
 
DEFAULT_VALUE_NOW - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
DEFAULT_VALUE_UPDATE - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
DefaultDataAdapter - top.daxian1218.dust.db.sql中的类
默认数据库适配器 管理本次使用的数据源,连接
DefaultDataAdapter() - 类 的构造器top.daxian1218.dust.db.sql.DefaultDataAdapter
 
DefaultHandler - top.daxian1218.dust.db.support.oracle.exception中的类
 
DefaultHandler() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.DefaultHandler
 
delete() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
deleteAll() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
DELETED - top.daxian1218.dust.db.dict.RowState
 
deleteRow(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
业务方法,如果dataObjRow已在DataObj则移除行的同时做删除操作,如果dataObjRow不再DataObj则做业务标记操作,做删除操作
deleteRows(Function<DictObjRow, Boolean>) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
Desc - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
DESC - top.daxian1218.dust.db.dict.OrderByType
 
destroy() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
销毁适配器
destroy() - 类 中的静态方法top.daxian1218.dust.db.DbAdapterManager
请在释放ThreadLocal资源前关闭连接
destroy() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
DETACHED - top.daxian1218.dust.db.dict.RowState
 
Dict() - 类 的构造器top.daxian1218.dust.db.DustDbProperties.Dict
 
DictCache - top.daxian1218.dust.db.dict中的类
convert class for dict schema
DictCache() - 类 的构造器top.daxian1218.dust.db.dict.DictCache
 
DictCondition - top.daxian1218.dust.db.dict.condition中的类
 
DictCondition() - 类 的构造器top.daxian1218.dust.db.dict.condition.DictCondition
 
DictCondition(String, Object) - 类 的构造器top.daxian1218.dust.db.dict.condition.DictCondition
 
DictCondition(String, String, Object) - 类 的构造器top.daxian1218.dust.db.dict.condition.DictCondition
 
DictCondition(DictExpression, OperationType, DictExpression, boolean) - 类 的构造器top.daxian1218.dust.db.dict.condition.DictCondition
 
DictConstant - top.daxian1218.dust.db.dict中的类
 
DictConstant() - 类 的构造器top.daxian1218.dust.db.dict.DictConstant
 
DictExpression - top.daxian1218.dust.db.dict.condition中的类
 
DictExpression() - 类 的构造器top.daxian1218.dust.db.dict.condition.DictExpression
 
DictGlobalConfig - top.daxian1218.dust.db中的类
字典全局类
DictGlobalConfig() - 类 的构造器top.daxian1218.dust.db.DictGlobalConfig
 
DictObj - top.daxian1218.dust.db.dict中的类
字典对象
DictObj - 类 中的变量top.daxian1218.dust.db.dict.DictObjContainer
 
DictObj() - 类 的构造器top.daxian1218.dust.db.dict.DictObj
 
DictObj(String, String) - 类 的构造器top.daxian1218.dust.db.dict.DictObj
 
DictObjBuilder - top.daxian1218.dust.db.dict中的类
 
DictObjBuilder() - 类 的构造器top.daxian1218.dust.db.dict.DictObjBuilder
 
DictObjCache - top.daxian1218.dust.db.dict中的类
 
DictObjCache() - 类 的构造器top.daxian1218.dust.db.dict.DictObjCache
 
DictObjColumn - top.daxian1218.dust.db.dict中的类
字典对象列
DictObjColumn - 类 中的变量top.daxian1218.dust.db.dict.DictObjContainer
 
DictObjColumn(String) - 类 的构造器top.daxian1218.dust.db.dict.DictObjColumn
 
DictObjColumnCollection - top.daxian1218.dust.db.dict中的类
 
DictObjColumnCollection(DictObj) - 类 的构造器top.daxian1218.dust.db.dict.DictObjColumnCollection
 
DictObjContainer - top.daxian1218.dust.db.dict中的类
 
DictObjContainer(DbAdapterManager) - 类 的构造器top.daxian1218.dust.db.dict.DictObjContainer
 
DictObjContainer4Mem - top.daxian1218.dust.db.support.memory中的类
 
DictObjContainer4Mem() - 类 的构造器top.daxian1218.dust.db.support.memory.DictObjContainer4Mem
 
DictObjField - top.daxian1218.dust.db.dict中的类
已过时。
Field会导致内存上的增加以及浪费,已不推荐使用。值操作直接使用DictObjRow上的方法
DictObjField(DictObjRow, DictObjColumn) - 类 的构造器top.daxian1218.dust.db.dict.DictObjField
已过时。
 
DictObjRelation - top.daxian1218.dust.db.dict中的类
对象关系,表与表之间的从属关系
DictObjRelation(DictObj) - 类 的构造器top.daxian1218.dust.db.dict.DictObjRelation
 
DictObjRow - top.daxian1218.dust.db.dict中的类
字典行
DictObjRow(DictObj) - 类 的构造器top.daxian1218.dust.db.dict.DictObjRow
 
DictObjRow(DictObj, boolean) - 类 的构造器top.daxian1218.dust.db.dict.DictObjRow
 
DictObjRowCollection - top.daxian1218.dust.db.dict中的类
 
DictObjRowCollection(DictObj) - 类 的构造器top.daxian1218.dust.db.dict.DictObjRowCollection
 
DictObjTable - top.daxian1218.dust.db.dict中的类
 
DictObjTable - 类 中的变量top.daxian1218.dust.db.dict.DictObjContainer
 
DictObjTable() - 类 的构造器top.daxian1218.dust.db.dict.DictObjTable
 
DictObjTable(String) - 类 的构造器top.daxian1218.dust.db.dict.DictObjTable
 
DictObjTable(String, String) - 类 的构造器top.daxian1218.dust.db.dict.DictObjTable
 
DictPropertyCollection - top.daxian1218.dust.db.dict中的类
 
DictPropertyCollection() - 类 的构造器top.daxian1218.dust.db.dict.DictPropertyCollection
 
dispose() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
dispose() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
dispose() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
dispose() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
Dot - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
DOT - top.daxian1218.dust.db.dict.express.TokenType
 
DOTDOT - top.daxian1218.dust.db.dict.express.TokenType
 
DOTDOTDOT - top.daxian1218.dust.db.dict.express.TokenType
 
DruidTemplate - top.daxian1218.dust.db.sql.pool中的类
Druid连接池的Template类
DruidTemplate() - 类 的构造器top.daxian1218.dust.db.sql.pool.DruidTemplate
 
DruidTemplate(DataSourceProperties) - 类 的构造器top.daxian1218.dust.db.sql.pool.DruidTemplate
 
DustDataSource - top.daxian1218.dust.db.sql.pool中的类
 
DustDataSource(DbAccess, DataSource) - 类 的构造器top.daxian1218.dust.db.sql.pool.DustDataSource
 
DustDbException - top.daxian1218.dust.db中的异常错误
数据库异常,不包括有关Sql的异常
DustDbException(String) - 异常错误 的构造器top.daxian1218.dust.db.DustDbException
 
DustDbException(String, String) - 异常错误 的构造器top.daxian1218.dust.db.DustDbException
 
DustDbException(String, String, Exception) - 异常错误 的构造器top.daxian1218.dust.db.DustDbException
 
DustDbProperties - top.daxian1218.dust.db中的类
dustDb的配置文件
DustDbProperties() - 类 的构造器top.daxian1218.dust.db.DustDbProperties
 
DustDbProperties.Dict - top.daxian1218.dust.db中的类
 
DustDbProperties.LogSql - top.daxian1218.dust.db中的类
 
DustDbProperties.Tenant - top.daxian1218.dust.db中的类
 
DustDictException - top.daxian1218.dust.db.dict中的异常错误
 
DustDictException(String) - 异常错误 的构造器top.daxian1218.dust.db.dict.DustDictException
 

E

END_WITH - top.daxian1218.dust.db.dict.condition.OperationType
 
ENUM - top.daxian1218.dust.db.dict.ref.RefType
 
EOF - top.daxian1218.dust.db.dict.express.TokenType
 
EQ - top.daxian1218.dust.db.dict.express.TokenType
 
EQEQ - top.daxian1218.dust.db.dict.express.TokenType
 
EQUAL - top.daxian1218.dust.db.dict.condition.OperationType
 
EQUAL_GREATER - top.daxian1218.dust.db.dict.condition.OperationType
 
EQUAL_LESS - top.daxian1218.dust.db.dict.condition.OperationType
 
equals(Object) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
ERRCODE - top.daxian1218.dust.db.sql.ProcParaType
错误码
ERRMSG - top.daxian1218.dust.db.sql.ProcParaType
错误信息
Error - top.daxian1218.dust.db.dict中的类
 
Error() - 类 的构造器top.daxian1218.dust.db.dict.Error
 
EventHandler<T extends ObjEventArgs> - top.daxian1218.dust.db.dict.event中的接口
时间处理器,通过lamda实现
evict(String...) - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
evict(String...) - 接口 中的方法top.daxian1218.dust.db.cache.ICache
移除键值
evict(String...) - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
evict(String...) - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 
EXEC - top.daxian1218.dust.db.sql.SqlCommandType
 
execute() - 类 中的方法top.daxian1218.dust.db.dict.express.Expression
 
execute(Function<DictObjRow, Boolean>) - 类 中的方法top.daxian1218.dust.db.dict.express.Expression
 
execute(IDataAdapter) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
executeCommand(HSqlCommand, IDataAdapter) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
执行SqlCommand,如果SqlCommand没有参数,则不需要执行;用于insert和update
executeProcedure(HSqlCommand, Function<ResultSet, T>) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
执行存储过程,执行结果,请从参数cmd中取
EXIST - top.daxian1218.dust.db.dict.condition.OperationType
 
exists(String) - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
exists(String) - 接口 中的方法top.daxian1218.dust.db.cache.ICache
检查键是否存在
exists(String) - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
exists(String) - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 
Exists - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
ExpressException - top.daxian1218.dust.db.dict.express中的异常错误
 
ExpressException(String) - 异常错误 的构造器top.daxian1218.dust.db.dict.express.ExpressException
 
Expression - top.daxian1218.dust.db.dict.express中的类
 
Expression(DictObj, String) - 类 的构造器top.daxian1218.dust.db.dict.express.Expression
 
ExprItem - top.daxian1218.dust.db.dict.express中的类
 
ExprItem() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItem
 
ExprItemBANGEQ - top.daxian1218.dust.db.dict.express中的类
 
ExprItemBANGEQ() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItemBANGEQ
 
ExprItemEQ - top.daxian1218.dust.db.dict.express中的类
 
ExprItemEQ() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItemEQ
 
ExprItemGT - top.daxian1218.dust.db.dict.express中的类
 
ExprItemGT() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItemGT
 
ExprItemGTEQ - top.daxian1218.dust.db.dict.express中的类
 
ExprItemGTEQ() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItemGTEQ
 
ExprItemLT - top.daxian1218.dust.db.dict.express中的类
 
ExprItemLT() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItemLT
 
ExprItemLTEQ - top.daxian1218.dust.db.dict.express中的类
 
ExprItemLTEQ() - 类 的构造器top.daxian1218.dust.db.dict.express.ExprItemLTEQ
 

F

FALSE - top.daxian1218.dust.db.dict.express.TokenType
 
fields - 类 中的变量top.daxian1218.dust.db.base.HDataCommand
 
fillProcParams(CallableStatement, List<ProgramParameter>) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoDbOperations
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlDbOperations
 
filter(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
filter(String, Function<DictObjRow, Boolean>) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
filterCommandParameter(DictObjRow, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
根据SqlCommand的列信息将DictObjRow转化为参数
finalize() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
find(long) - 类 中的静态方法top.daxian1218.dust.db.dict.DictObjCache
 
flush(String) - 类 中的方法top.daxian1218.dust.db.cache.CacheManager
 
flush(String) - 接口 中的方法top.daxian1218.dust.db.cache.ICacheManager
清空缓存
FOR - top.daxian1218.dust.db.dict.express.TokenType
 
forEachChanges(Consumer<DictObjRow>) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
formatException(SQLException, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
formatException(SQLException, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleDbOperations
 
From - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
fromDbException(SQLException) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
fromDbException(SQLException, HDataCommand) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
fromDbException(SQLException, HDataCommand, String) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
fromDuplicationException(SQLException) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
fromDuplicationException(SQLException, HDataCommand) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
fromMissingException(SQLException) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
fromMissingException(SQLException, HDataCommand) - 异常错误 中的静态方法top.daxian1218.dust.db.DustDbException
 
FUNCRESULT - top.daxian1218.dust.db.sql.ProcParaType
函数返回值
FUNCTION - top.daxian1218.dust.db.dict.express.TokenType
 

G

generate() - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
generate(int) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
get(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
get(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
已过时。
get(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
get(String) - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
get(String) - 接口 中的方法top.daxian1218.dust.db.cache.ICache
获取值
get(String) - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
get(String) - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 
get(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
get(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
已过时。
get(String) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
get(String) - 类 中的方法top.daxian1218.dust.db.sql.pool.DataSourcePool
通过参数key获取对应的数据源(连接池)
get(String, IDataAdapter) - 类 中的静态方法top.daxian1218.dust.db.sql.SQLs
 
get(String, IDataAdapter, String) - 类 中的静态方法top.daxian1218.dust.db.sql.SQLs
 
getActionType() - 类 中的方法top.daxian1218.dust.db.dict.event.CollectionChangedEventArgs
 
getActionType() - 类 中的方法top.daxian1218.dust.db.dict.event.ColumnsChangedEventArgs
 
getAdapter(String) - 类 中的方法top.daxian1218.dust.db.DbAdapterManager
根据数据源名称获取对应的适配类
getAdapter(String) - 类 中的方法top.daxian1218.dust.db.tenant.TenantManager
 
getAdapter(String, boolean) - 类 中的方法top.daxian1218.dust.db.DbAdapterManager
 
getAdapter(String, String) - 类 中的方法top.daxian1218.dust.db.tenant.TenantManager
获取商户对应的SqlAdapter,用于访问租户的数据
getAdapterClass() - 类 中的方法top.daxian1218.dust.db.DbManager.AdapterHolder
 
getAdapterList() - 类 中的方法top.daxian1218.dust.db.sql.SqlAdapterContext
 
getAggregateSql(HDataColumn) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
getAlias() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
getAllCondition() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getApp(String) - 类 中的方法top.daxian1218.dust.db.tenant.SeparatedCache
根据id获取App配置
getApp(String, String) - 类 中的方法top.daxian1218.dust.db.tenant.SeparatedCache
根据租户id和Appid获取App配置
getAppAlias() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getAppCode() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getAppConfig(String, String) - 类 中的方法top.daxian1218.dust.db.tenant.AppManager
获取App使用的数据库配置
getAppId() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getAutoCommit() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getBatchCount() - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
getBeginIndex() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getBoolean(String) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
getBooleanValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getBooleanValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getBuilder() - 类 中的静态方法top.daxian1218.dust.db.dict.SqlBuilderFactory
 
getBuilder(String) - 类 中的静态方法top.daxian1218.dust.db.dict.SqlBuilderFactory
 
getBuilder(IDataAdapter) - 类 中的静态方法top.daxian1218.dust.db.dict.SqlBuilderFactory
 
getCache(String) - 类 中的方法top.daxian1218.dust.db.cache.CacheManager
 
getCache(String) - 接口 中的方法top.daxian1218.dust.db.cache.ICacheManager
根据名字获取缓存
getCacheManager() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getCacheNames() - 类 中的方法top.daxian1218.dust.db.cache.CacheManager
 
getCacheNames() - 接口 中的方法top.daxian1218.dust.db.cache.ICacheManager
获取缓存名称
getCacheSchemaJson(long) - 类 中的方法top.daxian1218.dust.db.dict.DictCache
 
getCacheValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictCache
 
getCatalog() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getChanges() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getChanges() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getClientInfo() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getClientInfo(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getCluster() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getCluster() - 类 中的方法top.daxian1218.dust.db.DbManager.AdapterHolder
 
getCode() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getColumn() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getColumn() - 类 中的方法top.daxian1218.dust.db.dict.event.ColumnsChangedEventArgs
 
getColumn() - 类 中的方法top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
getColumn(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getColumn(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getColumnLabel() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getColumnName() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
getColumnName() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
getColumnName() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getColumnName() - 类 中的方法top.daxian1218.dust.db.dict.Error
 
getColumnName() - 类 中的方法top.daxian1218.dust.db.dict.OrderBy
 
getColumns() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getCommand() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.CommandExpression
 
getCommandText() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getCommandText() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getCommandType() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
CommandType分为Sql文本语句,存储过程,表名
getConditions() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getConditions() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getConditionSql() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getConditionSql(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
getConnection() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getConnection() - 接口 中的方法top.daxian1218.dust.db.sql.IDataSource
数据库连接
getConnection() - 类 中的方法top.daxian1218.dust.db.sql.pool.DustDataSource
 
getContainerClass() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
getCount() - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
getCurrentIndex() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getCurrentRow() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getData() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getDataAdapter() - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
getDataAdapter() - 接口 中的方法top.daxian1218.dust.db.dict.IDictObjContainer
获取执行适配器
getDataAdapter() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getDatacenterId() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getDataDec() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getDataSourceProperties() - 类 中的方法top.daxian1218.dust.db.sql.pool.DruidTemplate
 
getDataType() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
getDataType() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
getDataType() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getDataType(Class<T>) - 类 中的静态方法top.daxian1218.dust.db.dict.utils.DataUtil
 
getDataType(String) - 类 中的静态方法top.daxian1218.dust.db.dict.utils.DataUtil
 
getDataWidth() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getDateFormat() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getDateTimeFormatter() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getDateTimeValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getDateTimeValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getDbAccess() - 接口 中的方法top.daxian1218.dust.db.sql.IDataSource
数据库接入信息
getDbAccess() - 类 中的方法top.daxian1218.dust.db.sql.pool.DustDataSource
 
getDbAccess() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getDbAdapterManager() - 类 中的方法top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
getDbExecuteSql(BiFunction<Object, Integer, String>) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getDbList() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getDbManager() - 类 中的方法top.daxian1218.dust.db.DbAdapterManager
 
getDbName() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getDbName() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
getDbName() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getDbName() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.LogSql
 
getDbName() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Tenant
 
getDbName() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getDbName() - 类 中的方法top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
getDbOperationsClass() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getDbParameters() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
获取参数列表,使用作为参数占位符需配合使用
getDbSqlRes(String) - 类 中的静态方法top.daxian1218.dust.db.sql.pool.SqlResource
 
getDbType() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getDbType() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
获取适配的数据库类型
getDbType() - 类 中的方法top.daxian1218.dust.db.DbManager.AdapterHolder
 
getDbType() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.support.clickhouse.ClickHouseBuilder
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoBuilder
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.support.mysql.MySqlBuilder
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleBuilder
 
getDbValue(Object) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlBuilder
 
getDbValue(Object, Connection) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
getDecimalValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getDecimalValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getDefaultApp() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getDefaultApp() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
getDefaultDbSqlRes() - 类 中的静态方法top.daxian1218.dust.db.sql.pool.SqlResource
 
getDefaultValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getDefaultValue(DictObjColumn, DictObjRow) - 接口 中的方法top.daxian1218.dust.db.dict.IVariableHandler
默认值,根据列信息和行信息,返回合适的默认值
getDefaultValue(DictObjColumn, DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.VariableHandler
 
getDeleteSqlCore(DictObj, DictObjTable) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getDetail() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRelation
 
getDetailKeys() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRelation
 
getDict() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getDictDb() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getDictObj() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getDictObj() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
getDictObj() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getDictObj() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getDictObj() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
getDictObj() - 类 中的方法top.daxian1218.dust.db.dict.event.ObjEventArgs
 
getDictObjSchema(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
getDoubleValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getDoubleValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getEndIndex() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getErrors() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getErrors() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getException(SQLException, HDataCommand) - 接口 中的方法top.daxian1218.dust.db.sql.IExceptionHandler
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.DefaultHandler
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00001
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00018
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00067
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00068
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora01427
 
getException(SQLException, HDataCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora12899
 
getExecuteText() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getExecuteText() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getExtendedProperties() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getExtendedProperties() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getField(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
已过时。
getField(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
已过时。
请使用 getValue和setValue进行操作
getFields() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getFirstOrDefaultRow() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getFixCondition() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getFixConditionSql() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getGlobalConfig() - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
 
getGmtCreate() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getGmtModified() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getHandler(String) - 接口 中的方法top.daxian1218.dust.db.sql.IExceptionFactory
获取实际的处理模块
getHandler(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.OracleExceptionFactory
 
getHoldability() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getHost() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getId() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getId() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getId() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getId() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getId() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getId() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getIdWorker() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getInsertSql(DictObj, String) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getInsertSqlCore(DictObj, DictObjTable) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getInstance() - 类 中的静态方法top.daxian1218.dust.db.dict.DictCache
 
getInt(String) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
getInt32Value() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getInt32Value(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getKey() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.support.clickhouse.ClickHouseBuilder
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoBuilder
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.support.mysql.MySqlBuilder
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleBuilder
 
getLastId(IDataAdapter, DictObj, String) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlBuilder
 
getLeft() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
getLeft() - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
getLine() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
getLocalDbList() - 类 中的方法top.daxian1218.dust.db.DbManager
 
getLogSql() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getLongValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getLongValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getMaster() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRelation
 
getMasterKeys() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRelation
 
getMessage() - 类 中的方法top.daxian1218.dust.db.dict.Error
 
getMetaData() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getMirrorColumn() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getName() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getName() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getNetworkTimeout() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getNewIndex() - 类 中的方法top.daxian1218.dust.db.dict.event.CurrentChangedEventArgs
 
getNewValue() - 类 中的方法top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
getObjColumnData(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
getObjContainer() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getObjData(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
getObjId(String, String) - 类 中的方法top.daxian1218.dust.db.dict.CacheDictObjContainer
 
getObjId(String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
getObjIdFromCache(String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictCache
 
getObjTable(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
getOldIndex() - 类 中的方法top.daxian1218.dust.db.dict.event.CurrentChangedEventArgs
 
getOldValue() - 类 中的方法top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
getOperation() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
getOrder() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
排序字符串,不含Order By等关键字
getOrderBys() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getOrderBySql() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getOrderByType() - 类 中的方法top.daxian1218.dust.db.dict.OrderBy
 
getOriginValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getPageIndex() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getPageInfo() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getPageSize() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getPageSize() - 类 中的方法top.daxian1218.dust.db.dict.PageInfo
 
getParamDataType() - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
getParameter(String) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
获取相应的Sql参数值 默认指向参数集合列表的最后一个集合,如果需要修改其他的结合,请通过getParametersList来修改
getParameterList() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getParameters() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getParameters() - 异常错误 中的方法top.daxian1218.dust.db.DustDbException
 
getParameters(int) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getParamIoType() - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
getParamName() - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
getParamSize() - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
getParaValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getPassword() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getPermission() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getPhysicalName() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getPollyConditions() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
获取故障查询条件集合
getPollyType() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
获取故障查询类型, 0-以此尝试,直到查询到数据
getPoolName() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getProgramParameter(String) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
getPropertyEx(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getQueryParams() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getQueryStatement(HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
getQueryString() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getRefColumn() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
getRefColumnName() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getRefColumnName() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
getRefEditWhere() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
getRefInfo() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getRefNameColumn() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getRefObj() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
getRefQueryWhere() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
getRefType() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
getRefValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getRelationColumn() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getRelationColumn() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getRelationColumns(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
getRelations() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getRelationTable() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getRelationTable() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getRelationTables() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getRelationType() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getRelationWhere() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getRemark() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getRemoteConfigDb() - 类 中的方法top.daxian1218.dust.db.DbManager
 
getRight() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
getRight() - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
getRow() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getRow() - 类 中的方法top.daxian1218.dust.db.dict.Error
 
getRow() - 类 中的方法top.daxian1218.dust.db.dict.event.RowEventArgs
 
getRow() - 类 中的方法top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
getRow(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getRows() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getSchema() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getSelectGenerator(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getSelectSql(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getSelectWhere(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getSql() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
 
getSql() - 异常错误 中的方法top.daxian1218.dust.db.DustDbException
 
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
生成SQL,需要提供具体的分页SQL
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.support.clickhouse.ClickHouseDbOperations
 
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoDbOperations
 
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.support.mssql.SqlServerDbOperations
 
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.support.mysql.MySqlDbOperations
 
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleDbOperations
 
getSql(HSqlCommand, boolean) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlDbOperations
 
getSqlBuilders() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getSqlType(ProgramParameter) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
getSqlType(ProgramParameter) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoDbOperations
 
getSqlType(ProgramParameter) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleDbOperations
 
getStart() - 类 中的方法top.daxian1218.dust.db.dict.PageInfo
 
getState() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getState() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getStatType() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getStatus() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getStatus() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getStatValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getStringValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getStringValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getSubConditions() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
getSubConditions() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
getSubSql() - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 
getTable() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getTable(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getTableAlias() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getTableLabel() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getTableName() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
getTableName() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
getTableName() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getTableName() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
getTableName() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getTableScript(DictObj) - 类 中的方法top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
getTableScript(DictObj) - 类 中的方法top.daxian1218.dust.db.support.mysql.MySqlBuilder
 
getTableScript(DictObj) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleBuilder
 
getTag() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getTag() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
数据ID,用于区分行,不具备业务逻辑,请勿与表列ID混淆
getTenant() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
getTenantId() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
getText() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getText(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getThisColumn() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
getToken() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
Return the current getToken, set by nextToken().
getTotalRows() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
getTotalRows() - 类 中的方法top.daxian1218.dust.db.dict.PageInfo
 
getTransactionIsolation() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getTypeMap() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getUpdateIds() - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
getUpdateRows() - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
getUpdateSql(DictObj, String) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getUpdateSqlCore(DictObj, DictObjTable) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
getUpdateStatement(HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
getUpdateValue(DictObjColumn, DictObjRow) - 接口 中的方法top.daxian1218.dust.db.dict.IVariableHandler
更新值,当行信息更新时,需要更新的值,如修改时间
getUpdateValue(DictObjColumn, DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.VariableHandler
 
getUrl(String, String, String, String) - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
 
getUser() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getValidationQuery() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
getValue() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
getValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
getValue() - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
getValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getValue(String, boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getValue(DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getValue(DictObjColumn, boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
getValues() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
getVariable(String) - 接口 中的方法top.daxian1218.dust.db.dict.IVariableHandler
根据变量名称返回变量值
getVariable(String) - 类 中的方法top.daxian1218.dust.db.dict.VariableHandler
 
getVariableHandler() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
getVariableHandler() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
getWarnings() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
getWhere() - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
获取所有的查询条件
getWhere() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
获取Where条件,CommandType为TableDirect时,通常使用该操作
getWhere(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
获取所有的查询条件
getWorkId() - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
GREATER - top.daxian1218.dust.db.dict.condition.OperationType
 
GT - top.daxian1218.dust.db.dict.express.TokenType
 
GTEQ - top.daxian1218.dust.db.dict.express.TokenType
 
GTGT - top.daxian1218.dust.db.dict.express.TokenType
 

H

handle(TokenType, String) - 接口 中的方法top.daxian1218.dust.db.dict.express.Lexer.CommentHandler
 
handleInsertSqlCoreColumn(DictObjColumn, HInsertSqlCommand) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
自定义处理插入列
handleInsertSqlCoreColumn(DictObjColumn, HInsertSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
handleInsertSqlCoreColumn(DictObjColumn, HInsertSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleBuilder
 
handleUpdateSqlCoreColumn(DictObjColumn, HUpdateSqlCommand) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
自定义处理更新列
handleUpdateSqlCoreColumn(DictObjColumn, HUpdateSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
hasDeletedRow() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
hashCode() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
hasParameter() - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
hasWhere() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
HDataCommand - top.daxian1218.dust.db.base中的类
数据执行命令
HDataCommand() - 类 的构造器top.daxian1218.dust.db.base.HDataCommand
 
HDataCommand(String) - 类 的构造器top.daxian1218.dust.db.base.HDataCommand
 
HDbConnection - top.daxian1218.dust.db.sql中的类
 
HDbConnection(Connection) - 类 的构造器top.daxian1218.dust.db.sql.HDbConnection
 
HDeleteSqlCommand - top.daxian1218.dust.db.sql.command中的类
 
HDeleteSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.command.HDeleteSqlCommand
 
hexString() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
Highgo - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
HighgoBuilder - top.daxian1218.dust.db.support.highgo中的类
 
HighgoBuilder() - 类 的构造器top.daxian1218.dust.db.support.highgo.HighgoBuilder
 
HighgoDbOperations - top.daxian1218.dust.db.support.highgo中的类
 
HighgoDbOperations() - 类 的构造器top.daxian1218.dust.db.support.highgo.HighgoDbOperations
 
HInsertSqlCommand - top.daxian1218.dust.db.sql.command中的类
 
HInsertSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.command.HInsertSqlCommand
 
HSelectSqlCommand - top.daxian1218.dust.db.sql.command中的类
 
HSelectSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.command.HSelectSqlCommand
 
HSqlCommand - top.daxian1218.dust.db.sql中的类
数据库Sql命令,dustdb不推荐使用拼接Sql的方式进行数据操作。
HSqlCommand() - 类 的构造器top.daxian1218.dust.db.sql.HSqlCommand
 
HSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.HSqlCommand
 
HStoreProcedureSqlCommand - top.daxian1218.dust.db.sql.command中的类
 
HStoreProcedureSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.command.HStoreProcedureSqlCommand
 
HTableSqlCommand - top.daxian1218.dust.db.sql.command中的类
 
HTableSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.command.HTableSqlCommand
 
HUpdateSqlCommand - top.daxian1218.dust.db.sql.command中的类
 
HUpdateSqlCommand(String) - 类 的构造器top.daxian1218.dust.db.sql.command.HUpdateSqlCommand
 

I

ICache - top.daxian1218.dust.db.cache中的接口
缓存定义接口
ICacheManager - top.daxian1218.dust.db.cache中的接口
缓存管理器接口
IDataAdapter - top.daxian1218.dust.db.base中的接口
适配器管理连接的创建和销毁,操作面向的会话或者客户端
IDataSource - top.daxian1218.dust.db.sql中的接口
数据源接口
IDataSourceTemplate - top.daxian1218.dust.db.sql.pool中的接口
 
IDbOperations - top.daxian1218.dust.db.base中的接口
定义数据库操作的数据库接口
IDENTIFIER - top.daxian1218.dust.db.dict.express.TokenType
 
IDictObjContainer - top.daxian1218.dust.db.dict中的接口
 
IExceptionFactory - top.daxian1218.dust.db.sql中的接口
异常工厂
IExceptionHandler - top.daxian1218.dust.db.sql中的接口
 
IF - top.daxian1218.dust.db.dict.express.TokenType
 
In - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
IN_LIST - top.daxian1218.dust.db.dict.condition.OperationType
 
IN_TABLE - top.daxian1218.dust.db.dict.condition.OperationType
 
INDEX_KEY - 类 中的静态变量top.daxian1218.dust.db.sql.HSqlCommand
 
indexOf(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
info() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
init() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
init() - 类 中的方法top.daxian1218.dust.db.tenant.AppManager
Application启动后,加载租户信息以及租户的数据库
init(IDataSource, IDbOperations) - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
根据数据库接入配置,初始化适配器
init(IDataSource, IDbOperations) - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
初始化相应的组件并检查连接池是否存在
initBuff(int) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
INNER - top.daxian1218.dust.db.dict.RelationType
 
InnerJoin - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
INOUT - top.daxian1218.dust.db.sql.ProcParaType
输入输出
INPUT - top.daxian1218.dust.db.sql.ProcParaType
输入
Insert - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
Instance - 类 中的静态变量top.daxian1218.dust.db.DictGlobalConfig
 
INT - top.daxian1218.dust.db.dict.DataType
整数
INTEGER - top.daxian1218.dust.db.sql.SqlDataType
整数
integerValue() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
isAbandon() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
 
isAbandon() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
isAllowUpdatePrimaryKey() - 类 中的方法top.daxian1218.dust.db.sql.command.HUpdateSqlCommand
 
isAutoIncrement() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
isClosed() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
isDebug() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
isDebug() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
isDigit(char) - 类 中的静态方法top.daxian1218.dust.db.dict.express.CharTypes
 
isDigit(char) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
isEmpty() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
isEmpty() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
isEmpty() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
isEnable() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.LogSql
 
isEnable() - 类 中的方法top.daxian1218.dust.db.tenant.TenantManager
 
isEOF() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
isFirstIdentifierChar(char) - 类 中的静态方法top.daxian1218.dust.db.dict.express.CharTypes
 
isFollowDelete() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
isFollowInsert() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
isFollowUpdate() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
isHandled(String) - 接口 中的方法top.daxian1218.dust.db.dict.IVariableHandler
已处理
isHandled(String) - 类 中的方法top.daxian1218.dust.db.dict.VariableHandler
 
isHex(char) - 类 中的静态方法top.daxian1218.dust.db.dict.express.CharTypes
 
isIdentifierChar(char) - 类 中的静态方法top.daxian1218.dust.db.dict.express.CharTypes
 
isIgnore() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
isIgnoreOrder() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
isKeyword() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
isNoCache() - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
isNoCache() - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
isNoData() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
IsNotNull - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
IsNull - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
isOpen() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
判断适配的数据库是否已打开
isOpen() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
isPrimary() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
isPrimaryKey() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
isReadonly() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
是否只读,只读对象无法保存数据
isReadOnly() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
isRequire() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
isRequire() - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
isRequired() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
isStrictRef() - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
isSupport(String) - 接口 中的方法top.daxian1218.dust.db.base.IDbOperations
检查是否支持对应的数据库操作
isSupport(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.clickhouse.ClickHouseBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.clickhouse.ClickHouseDbOperations
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoDbOperations
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.mssql.SqlServerDbOperations
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.mysql.MySqlBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.mysql.MySqlDbOperations
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleDbOperations
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlBuilder
 
isSupport(String) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlDbOperations
 
isValid() - 类 中的方法top.daxian1218.dust.db.dict.event.ValidateEventArgs
 
isValid(int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
isVarValue() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
isWhitespace(char) - 类 中的静态方法top.daxian1218.dust.db.dict.express.CharTypes
 
isWrapperFor(Class<?>) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
isWriteToDb() - 类 中的方法top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
iterate(Function<HDataCommand, Boolean>) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
iterateInsertRows(Function<DictObjRow, Boolean>) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
iterateUpdateRows(Function<DictObjRow, Boolean>) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
iterator() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
iterator() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
iterator() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
IVariableHandler - top.daxian1218.dust.db.dict中的接口
 

J

joinTable(HSqlCommand, List<DictObjTable>) - 类 中的方法top.daxian1218.dust.db.dict.SelectSqlGenerator
 

K

keys() - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
keys() - 接口 中的方法top.daxian1218.dust.db.cache.ICache
缓存键列表
keys() - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
keys() - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 

L

lastIndexOf(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
LBRACE - top.daxian1218.dust.db.dict.express.TokenType
 
LBRACKET - top.daxian1218.dust.db.dict.express.TokenType
 
left - 类 中的变量top.daxian1218.dust.db.dict.express.ExprItem
 
LEFT - top.daxian1218.dust.db.dict.RelationType
 
LeftJoin - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
LeftParen - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
LESS - top.daxian1218.dust.db.dict.condition.OperationType
 
Lexer - top.daxian1218.dust.db.dict.express中的类
 
Lexer(char[], int) - 类 的构造器top.daxian1218.dust.db.dict.express.Lexer
 
Lexer(String) - 类 的构造器top.daxian1218.dust.db.dict.express.Lexer
 
Lexer.CommentHandler - top.daxian1218.dust.db.dict.express中的接口
 
Like - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
line - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
lines - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
listIterator() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
listIterator(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
LITERAL_ALIAS - top.daxian1218.dust.db.dict.express.TokenType
 
LITERAL_CHARS - top.daxian1218.dust.db.dict.express.TokenType
 
LITERAL_FLOAT - top.daxian1218.dust.db.dict.express.TokenType
 
LITERAL_HEX - top.daxian1218.dust.db.dict.express.TokenType
 
LITERAL_INT - top.daxian1218.dust.db.dict.express.TokenType
 
LITERAL_NCHARS - top.daxian1218.dust.db.dict.express.TokenType
 
load(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.CacheDictObjContainer
 
load(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
load(DictObj) - 接口 中的方法top.daxian1218.dust.db.dict.IDictObjContainer
根据字典对象的ID,构建对象结构
load(DictObj) - 类 中的方法top.daxian1218.dust.db.support.memory.DictObjContainer4Mem
 
load(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
loadConfig() - 类 中的方法top.daxian1218.dust.db.DbManager
 
loadData(HDataRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
loadData(HDataTable) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
LOGERRMSG - top.daxian1218.dust.db.sql.ProcParaType
日志详情
LogSql() - 类 的构造器top.daxian1218.dust.db.DustDbProperties.LogSql
 
LPAREN - top.daxian1218.dust.db.dict.express.TokenType
 
LT - top.daxian1218.dust.db.dict.express.TokenType
 
LT_MONKEYS_AT - top.daxian1218.dust.db.dict.express.TokenType
 
LTEQ - top.daxian1218.dust.db.dict.express.TokenType
 
LTEQGT - top.daxian1218.dust.db.dict.express.TokenType
 
LTGT - top.daxian1218.dust.db.dict.express.TokenType
 
LTLT - top.daxian1218.dust.db.dict.express.TokenType
 

M

mark - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
mark() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
merge(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
MODIFIED - top.daxian1218.dust.db.dict.RowState
 
modifyRow(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
业务修改,强修改,会把已存在的行强制置为修改状态;如果不存在则以修改行加入dataObj
MONKEYS_AT - top.daxian1218.dust.db.dict.express.TokenType
 
MONKEYS_AT_AT - top.daxian1218.dust.db.dict.express.TokenType
 
MONKEYS_AT_GT - top.daxian1218.dust.db.dict.express.TokenType
 
moveTo(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
Mssql - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
MssqlBuilder - top.daxian1218.dust.db.support.mssql中的类
 
MssqlBuilder() - 类 的构造器top.daxian1218.dust.db.support.mssql.MssqlBuilder
 
Mysql - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
MySqlBuilder - top.daxian1218.dust.db.support.mysql中的类
 
MySqlBuilder() - 类 的构造器top.daxian1218.dust.db.support.mysql.MySqlBuilder
 
MySqlDbOperations - top.daxian1218.dust.db.support.mysql中的类
支持MySql的DataBase实现
MySqlDbOperations() - 类 的构造器top.daxian1218.dust.db.support.mysql.MySqlDbOperations
 

N

name - 枚举 中的变量top.daxian1218.dust.db.dict.express.TokenType
 
name(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 
nativeSQL(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
newAdapter(String) - 类 中的方法top.daxian1218.dust.db.DbManager
 
newRow() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
nextToken() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
NONE - top.daxian1218.dust.db.dict.ref.RefType
 
NONE - top.daxian1218.dust.db.sql.ProcParaType
Not - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
NOT - top.daxian1218.dust.db.dict.express.TokenType
 
NOT_EQUAL - top.daxian1218.dust.db.dict.condition.OperationType
 
NOT_EXIST - top.daxian1218.dust.db.dict.condition.OperationType
 
NOT_IN - top.daxian1218.dust.db.dict.condition.OperationType
 
NOT_NULL - top.daxian1218.dust.db.dict.condition.OperationType
 
Null - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
NULL - top.daxian1218.dust.db.dict.condition.OperationType
 
NULL - top.daxian1218.dust.db.dict.express.TokenType
 
NUMBER - top.daxian1218.dust.db.dict.DataType
小数
NUMBER - top.daxian1218.dust.db.sql.SqlDataType
数字
numberString() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 

O

objCode(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 
ObjEventArgs - top.daxian1218.dust.db.dict.event中的类
 
ObjEventArgs(DictObj) - 类 的构造器top.daxian1218.dust.db.dict.event.ObjEventArgs
 
On - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
onCollectionChanged(ActionType) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
onColumnsChanged(ActionType, DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
onCurrentChanged(int, int) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
onRowDeleted(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
onRowRemoved(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
onValidate() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
onValueChanged(DictObjRow, DictObjColumn, Object, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
open() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
打开连接
open() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
OperationType - top.daxian1218.dust.db.dict.condition中的枚举
 
Or - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
OR - top.daxian1218.dust.db.dict.express.TokenType
 
OR_OPERATION - 类 中的静态变量top.daxian1218.dust.db.sql.HSqlCommand
 
Ora00001 - top.daxian1218.dust.db.support.oracle.exception中的类
 
Ora00001() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.Ora00001
 
Ora00018 - top.daxian1218.dust.db.support.oracle.exception中的类
 
Ora00018() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.Ora00018
 
Ora00067 - top.daxian1218.dust.db.support.oracle.exception中的类
 
Ora00067() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.Ora00067
 
Ora00068 - top.daxian1218.dust.db.support.oracle.exception中的类
 
Ora00068() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.Ora00068
 
Ora01427 - top.daxian1218.dust.db.support.oracle.exception中的类
 
Ora01427() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.Ora01427
 
Ora12899 - top.daxian1218.dust.db.support.oracle.exception中的类
 
Ora12899() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.Ora12899
 
Oracle - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
OracleBuilder - top.daxian1218.dust.db.support.oracle中的类
Sql Builder for Oracle
OracleBuilder() - 类 的构造器top.daxian1218.dust.db.support.oracle.OracleBuilder
 
OracleDbOperations - top.daxian1218.dust.db.support.oracle中的类
支持Oracle的DataBase实现
OracleDbOperations() - 类 的构造器top.daxian1218.dust.db.support.oracle.OracleDbOperations
 
OracleExceptionFactory - top.daxian1218.dust.db.support.oracle.exception中的类
 
OracleExceptionFactory() - 类 的构造器top.daxian1218.dust.db.support.oracle.exception.OracleExceptionFactory
 
OrderBy - top.daxian1218.dust.db.dict中的类
 
OrderBy - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
OrderBy() - 类 的构造器top.daxian1218.dust.db.dict.OrderBy
 
OrderBy(String) - 类 的构造器top.daxian1218.dust.db.dict.OrderBy
 
OrderBy(String, OrderByType) - 类 的构造器top.daxian1218.dust.db.dict.OrderBy
 
OrderByType - top.daxian1218.dust.db.dict中的枚举
 
OUTPUT - top.daxian1218.dust.db.sql.ProcParaType
输出

P

PageInfo - top.daxian1218.dust.db.dict中的类
分页信息。
PageInfo() - 类 的构造器top.daxian1218.dust.db.dict.PageInfo
 
PageInfo(int, int) - 类 的构造器top.daxian1218.dust.db.dict.PageInfo
 
parse(JSONObject) - 类 中的静态方法top.daxian1218.dust.db.dict.condition.DictCondition
 
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.DictExpression
解析
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.CommandExpression
 
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
 
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
parse(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
parse(JSONObject) - 类 中的静态方法top.daxian1218.dust.db.dict.DictObjColumn
 
parse(JSONObject) - 类 中的静态方法top.daxian1218.dust.db.dict.DictObjTable
 
parseCondition(DictObj, String, String) - 类 中的静态方法top.daxian1218.dust.db.dict.condition.DictCondition
 
parseJson(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
parseSql(String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
PASSWORD_PREFIX - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
PERCENT - top.daxian1218.dust.db.dict.express.TokenType
 
PG - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
PLUS - top.daxian1218.dust.db.dict.express.TokenType
 
pos - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
pos() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
Return the current getToken's position: a 0-based offset from beginning of the raw input stream (before unicode translation)
PostgreSqlBuilder - top.daxian1218.dust.db.support.postgresql中的类
 
PostgreSqlBuilder() - 类 的构造器top.daxian1218.dust.db.support.postgresql.PostgreSqlBuilder
 
PostgreSqlDbOperations - top.daxian1218.dust.db.support.postgresql中的类
 
PostgreSqlDbOperations() - 类 的构造器top.daxian1218.dust.db.support.postgresql.PostgreSqlDbOperations
 
POUND - top.daxian1218.dust.db.dict.express.TokenType
 
POUNDGT - top.daxian1218.dust.db.dict.express.TokenType
 
POUNDGTGT - top.daxian1218.dust.db.dict.express.TokenType
 
PrefixIndexKey - 类 中的变量top.daxian1218.dust.db.base.HDataCommand
 
PrefixOld - 类 中的静态变量top.daxian1218.dust.db.sql.HSqlCommand
 
prepareCall(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareCall(String, int, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareCall(String, int, int, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareStatement(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareStatement(String, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareStatement(String, int[]) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareStatement(String, int, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareStatement(String, int, int, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
prepareStatement(String, String[]) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
printSql(HSqlCommand) - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
 
ProcParaType - top.daxian1218.dust.db.sql中的枚举
存储过程参数枚举 无 输入 输出 输入输出 返回值 错误信息 错误码 日志详情 函数返回值
PROGRAM - top.daxian1218.dust.db.sql.SqlCommandType
 
ProgramParameter - top.daxian1218.dust.db.sql中的类
 
ProgramParameter(String, SqlDataType, int, ProcParaType, Object) - 类 的构造器top.daxian1218.dust.db.sql.ProgramParameter
 
PROP - top.daxian1218.dust.db.dict.ref.RefType
 
put(long, T) - 类 中的静态方法top.daxian1218.dust.db.dict.DictObjCache
 
put(String, Object) - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
put(String, Object) - 接口 中的方法top.daxian1218.dust.db.cache.ICache
设置缓存值
put(String, Object) - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
put(String, Object) - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 
put(Map<String, Object>) - 类 中的方法top.daxian1218.dust.db.cache.CaffeineCache
 
put(Map<String, Object>) - 接口 中的方法top.daxian1218.dust.db.cache.ICache
设置多值
put(Map<String, Object>) - 类 中的方法top.daxian1218.dust.db.cache.SimpleMemoryCache
 
put(Map<String, Object>) - 类 中的方法top.daxian1218.dust.db.cache.StringMemoryCache
 
putChar(char) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
Append a character to sbuf.

Q

query(HDataCommand) - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
 
query(HDataCommand) - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
根据Command返回相应的查询结果
query(HDataCommand, Consumer<ResultSet>) - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
查询,用于对性能敏感的情况,避免数据搬运到HDataTable后,再一次复制
query(HDataCommand, Consumer<ResultSet>) - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
query(HDataCommand, Function<ResultSet, T>) - 接口 中的方法top.daxian1218.dust.db.base.IDbOperations
查询数据
query(HDataCommand, Function<ResultSet, T>) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
根据cmd,执行查询操作,返回结果集DataTable 注意:非Select操作,请勿调用该方法,有些操作可能导致异常 存储过程返回游标的操作也可用该方法
query(IDataAdapter) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
QUERY - top.daxian1218.dust.db.sql.SqlCommandType
 
QUES - top.daxian1218.dust.db.dict.express.TokenType
 

R

RBRACE - top.daxian1218.dust.db.dict.express.TokenType
 
RBRACKET - top.daxian1218.dust.db.dict.express.TokenType
 
ReadOnly - top.daxian1218.dust.db.base.DbCluster
 
ReadWrite - top.daxian1218.dust.db.base.DbCluster
 
records - 类 中的变量top.daxian1218.dust.db.base.HDataCommand
 
REF_COL_SUF - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
REF_SEPARATOR - 类 中的静态变量top.daxian1218.dust.db.dict.DictConstant
 
RefInfo - top.daxian1218.dust.db.dict.ref中的类
参照信息
RefInfo() - 类 的构造器top.daxian1218.dust.db.dict.ref.RefInfo
 
RefType - top.daxian1218.dust.db.dict.ref中的枚举
 
register(String, ICache) - 类 中的方法top.daxian1218.dust.db.cache.CacheManager
 
register(String, ICache) - 接口 中的方法top.daxian1218.dust.db.cache.ICacheManager
注册新的缓存处理单元
register(IDbOperations) - 类 中的静态方法top.daxian1218.dust.db.support.DataBaseFactory
 
registerAdapter(String, DbCluster, Class<? extends IDataAdapter>) - 类 中的方法top.daxian1218.dust.db.DbManager
 
rejectChanges() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
还原修改,注意,行的顺序不会还原 增加行移除,修改行还原,删除行从末尾补上
rejectChanges() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
RelationType - top.daxian1218.dust.db.dict中的枚举
 
releaseResultSetAndStatement(ResultSet, Statement) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
释放数据集和数据库请求
releaseSavepoint(Savepoint) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
remove() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
remove(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
remove(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
remove(String) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
remove(DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
REMOVE - top.daxian1218.dust.db.dict.event.ActionType
移除
removeAll(Collection<?>) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
removeCondition(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
removeRow(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
REPLACE - top.daxian1218.dust.db.dict.event.ActionType
替换
require - 类 中的变量top.daxian1218.dust.db.dict.express.ExprItem
 
reset() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
reset(int, char, TokenType) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
RESET - top.daxian1218.dust.db.dict.event.ActionType
重置
resetSql() - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
retainAll(Collection<?>) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
retryQuery(HDataCommand) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
RETURN - top.daxian1218.dust.db.sql.ProcParaType
返回值
right - 类 中的变量top.daxian1218.dust.db.dict.express.ExprItem
 
RIGHT - top.daxian1218.dust.db.dict.RelationType
 
RightJoin - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
RightParen - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
rollback() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
回滚操作, 面向的是支持事务的数据库。
rollback() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
回滚事务,失败报出异常
rollback() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
rollback(Savepoint) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
rollbackQuiet() - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
rollbackQuiet() - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
回滚事务,不考虑是否成功 失败记录日志
RowEndParameterName - 类 中的变量top.daxian1218.dust.db.sql.SqlDbOperations
 
RowEventArgs - top.daxian1218.dust.db.dict.event中的类
 
RowEventArgs(DictObj, DictObjRow) - 类 的构造器top.daxian1218.dust.db.dict.event.RowEventArgs
 
RowStartParameterName - 类 中的变量top.daxian1218.dust.db.sql.SqlDbOperations
 
RowState - top.daxian1218.dust.db.dict中的枚举
 
RPAREN - top.daxian1218.dust.db.dict.express.TokenType
 

S

save() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
save(IDataAdapter) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
save(DictObj, IDataAdapter, boolean) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
saveAppConfig(TenantApp) - 类 中的方法top.daxian1218.dust.db.tenant.AppManager
设置或更新App信息 注意:尽量不要自行修改配置信息。
saveObjIdToCache(long, String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictCache
 
saveObjSchemeToCache(JSONObject) - 类 中的方法top.daxian1218.dust.db.dict.DictCache
 
scanAlias() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanAlias2() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanChar() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanHexaDecimal() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanIdentifier() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanLBracket() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanNumber() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanSharp() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanString() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
scanVariable() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
search() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
search(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
search(long, IDataAdapter) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
search(IDataAdapter) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
search(DictObj, IDataAdapter) - 类 中的方法top.daxian1218.dust.db.dict.SqlBuilder
 
Select - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
SelectSqlGenerator - top.daxian1218.dust.db.dict中的类
 
SelectSqlGenerator(DictObj) - 类 的构造器top.daxian1218.dust.db.dict.SelectSqlGenerator
 
SEMI - top.daxian1218.dust.db.dict.express.TokenType
 
SeparatedCache - top.daxian1218.dust.db.tenant中的类
配置缓存管理器
SeparatedCache() - 类 的构造器top.daxian1218.dust.db.tenant.SeparatedCache
 
set(int, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
set(int, DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
set(String, String) - 类 中的方法top.daxian1218.dust.db.dict.DictPropertyCollection
 
set(String, IDataSource) - 类 中的方法top.daxian1218.dust.db.sql.pool.DataSourcePool
 
setAbandon(boolean) - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
 
setAbandon(boolean) - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
setActionType(ActionType) - 类 中的方法top.daxian1218.dust.db.dict.event.CollectionChangedEventArgs
 
setActionType(ActionType) - 类 中的方法top.daxian1218.dust.db.dict.event.ColumnsChangedEventArgs
 
setAdapterClass(Class<? extends IDataAdapter>) - 类 中的方法top.daxian1218.dust.db.DbManager.AdapterHolder
 
setAlias(String) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
setAllowUpdatePrimaryKey(boolean) - 类 中的方法top.daxian1218.dust.db.sql.command.HUpdateSqlCommand
 
setApp(TenantApp) - 类 中的方法top.daxian1218.dust.db.tenant.SeparatedCache
增加App
setAppAlias(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setAppCode(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setAppId(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setAutoCommit(boolean) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setAutoIncrement(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setBatchCount(int[]) - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
setCacheManager(ICacheManager) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setCacheValue(String, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictCache
 
setCatalog(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setClientInfo(String, String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setClientInfo(Properties) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setCluster(DbCluster) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setCluster(DbCluster) - 类 中的方法top.daxian1218.dust.db.DbManager.AdapterHolder
 
setCode(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setColumn(DictObjColumn) - 类 中的方法top.daxian1218.dust.db.dict.event.ColumnsChangedEventArgs
 
setColumnLabel(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setColumnName(String) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
setColumnName(String) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
setColumnName(String) - 类 中的方法top.daxian1218.dust.db.dict.Error
 
setColumnName(String) - 类 中的方法top.daxian1218.dust.db.dict.OrderBy
 
setCommandType(SqlCommandType) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
CommandType分为Sql文本语句,存储过程,表名 默认值为文本语句
setConditionSql(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setConnection(Connection) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
setContainerClass(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
setCount(int) - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
setCurrentIndex(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setCurrentRow(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setDataAdapter(IDataAdapter) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setDatacenterId(Long) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setDataDec(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setDataSourceProperties(DataSourceProperties) - 类 中的方法top.daxian1218.dust.db.sql.pool.DruidTemplate
 
setDataType(DataType) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
setDataType(DataType) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
setDataType(DataType) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setDataWidth(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setDateFormat(String) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setDateTimeFormatter(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setDbAccess(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setDbAdapterManager(DbAdapterManager) - 类 中的方法top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
setDbList(List<DbAccess>) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.LogSql
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Tenant
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setDbName(String) - 类 中的方法top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
setDbOperationsClass(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setDbType(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setDbType(String) - 类 中的方法top.daxian1218.dust.db.DbManager.AdapterHolder
 
setDebug(boolean) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setDebug(boolean) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
setDefaultApp(String) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setDefaultApp(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
setDefaultValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setDetail(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRelation
 
setDict(DustDbProperties.Dict) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setDictDb(String) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setDictObj(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setDictObj(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
setDictObj(DictObj) - 类 中的方法top.daxian1218.dust.db.dict.event.ObjEventArgs
 
setEnable(boolean) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.LogSql
 
setEnable(boolean) - 类 中的方法top.daxian1218.dust.db.tenant.TenantManager
 
setExtendedProperties(DictPropertyCollection) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setFixCondition(DictCondition) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setFixConditionSql(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setFollowDelete(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setFollowInsert(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setFollowUpdate(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setGmtCreate(Date) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setGmtModified(Date) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setHoldability(int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setHost(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setId(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setId(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setId(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
setId(long) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setId(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setId(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setIdWorker(IIdWorker) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setIgnore(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setIgnoreOrder(boolean) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
setKey(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setKeyword(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setLeft(String) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
setLeft(DictExpression) - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
setLogSql(DustDbProperties.LogSql) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setMessage(String) - 类 中的方法top.daxian1218.dust.db.dict.Error
 
setMirrorColumn(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setName(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setName(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setNetworkTimeout(Executor, int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setNewIndex(int) - 类 中的方法top.daxian1218.dust.db.dict.event.CurrentChangedEventArgs
 
setNewValue(Object) - 类 中的方法top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
setNoCache(boolean) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setNoCache(boolean) - 类 中的方法top.daxian1218.dust.db.DustDbProperties.Dict
 
setNoData(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setObjContainer(IDictObjContainer) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setOldIndex(int) - 类 中的方法top.daxian1218.dust.db.dict.event.CurrentChangedEventArgs
 
setOldValue(Object) - 类 中的方法top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
setOperation(OperationType) - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
setOrderBySql(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setOrderByType(OrderByType) - 类 中的方法top.daxian1218.dust.db.dict.OrderBy
 
setPageIndex(Integer) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
setPageParameter(List<Object>, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
setPageParameter(List<Object>, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.clickhouse.ClickHouseDbOperations
 
setPageParameter(List<Object>, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.highgo.HighgoDbOperations
 
setPageParameter(List<Object>, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.oracle.OracleDbOperations
 
setPageParameter(List<Object>, HSqlCommand) - 类 中的方法top.daxian1218.dust.db.support.postgresql.PostgreSqlDbOperations
 
setPageSize(int) - 类 中的方法top.daxian1218.dust.db.dict.PageInfo
 
setPageSize(Integer) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
setParamDataType(SqlDataType) - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
setParameter(String, Object) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
添加Sql参数,Sql语句中以:key的形式来存放参数
setParameter(String, Object) - 类 中的方法top.daxian1218.dust.db.sql.command.HStoreProcedureSqlCommand
 
setParameters(Iterable<Object>) - 异常错误 中的方法top.daxian1218.dust.db.DustDbException
 
setParamIoType(ProcParaType) - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
setParamName(String) - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
setParamSize(int) - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
setParaValue(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setPassword(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setPermission(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setPhysicalName(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setPollyType(int) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
设置故障查询类型
setPoolName(String) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setPrimary(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setPrimaryKey(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setQueryParams(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setQueryString(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setReadonly(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setReadOnly(boolean) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setRefColumn(String) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setRefColumnName(String) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setRefEditWhere(String) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setRefInfo(RefInfo) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setRefObj(String) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setRefQueryWhere(String) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setRefType(RefType) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setRelationColumn(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setRelationColumn(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setRelationTable(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setRelationTable(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setRelationType(RelationType) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setRelationWhere(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setRemark(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setRemoteConfigDb(String) - 类 中的方法top.daxian1218.dust.db.DbManager
 
setRequire(boolean) - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
setRequire(boolean) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
setRequired(boolean) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setRight(String) - 类 中的方法top.daxian1218.dust.db.dict.express.ExprItem
 
setRight(DictExpression) - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
setRow(int) - 类 中的方法top.daxian1218.dust.db.dict.Error
 
setRow(DictObjRow) - 类 中的方法top.daxian1218.dust.db.dict.event.RowEventArgs
 
setSavepoint() - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setSavepoint(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setSchema(String) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setSql(String) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
 
setSql(String) - 异常错误 中的方法top.daxian1218.dust.db.DustDbException
 
setStart(int) - 类 中的方法top.daxian1218.dust.db.dict.PageInfo
 
setState(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setState(RowState) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
setStatType(StatType) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setStatus(int) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setStatus(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setStatValue(BigDecimal) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setStrictRef(boolean) - 类 中的方法top.daxian1218.dust.db.dict.ref.RefInfo
 
setTableAlias(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setTableLabel(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setTableName(String) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
setTableName(String) - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
setTableName(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setTableName(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
setTableName(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setTag(Object) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
setTag(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
setTenant(DustDbProperties.Tenant) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setTenantId(String) - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
setThisColumn(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
setTotalRows(int) - 类 中的方法top.daxian1218.dust.db.dict.PageInfo
 
setTotalRows(Integer) - 类 中的方法top.daxian1218.dust.db.base.HDataCommand
 
setTransactionIsolation(int) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
setUpdateIds(List<String>) - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
setUpdateRows(List<HDataRow>) - 类 中的方法top.daxian1218.dust.db.base.UpdateResult
 
setUser(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setValid(boolean) - 类 中的方法top.daxian1218.dust.db.dict.event.ValidateEventArgs
 
setValidationQuery(String) - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
setValue(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
setValue(Object) - 类 中的方法top.daxian1218.dust.db.sql.ProgramParameter
 
setValue(Object, String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
setValue(String, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
setValue(DictObjColumn, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
setValue(DictObjColumn, Object, Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
setVariableHandler(IVariableHandler) - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
setVariableHandler(IVariableHandler) - 类 中的方法top.daxian1218.dust.db.DictGlobalConfig
 
setWhere(String) - 类 中的方法top.daxian1218.dust.db.sql.HSqlCommand
 
setWorkId(Long) - 类 中的方法top.daxian1218.dust.db.DustDbProperties
 
setWriteToDb(boolean) - 类 中的方法top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
 
SHORT_DATE - top.daxian1218.dust.db.dict.DataType
日期
SimpleMemoryCache - top.daxian1218.dust.db.cache中的类
内存缓存
SimpleMemoryCache() - 类 的构造器top.daxian1218.dust.db.cache.SimpleMemoryCache
 
size() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
size() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
SLASH - top.daxian1218.dust.db.dict.express.TokenType
 
SQL_APP_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_CREATE_Schema - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_DELETE_APP_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_DELETE_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_DELETE_TENANT - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_FIND_ADMIN_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_FIND_APP_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_FIND_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_GRANT_SUPER - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_GRANT_TENANT - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_INSERT_APP_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_INSERT_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_UPDATE_APP_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SQL_UPDATE_DB - 类 中的静态变量top.daxian1218.dust.db.tenant.TenantConsts
 
SqlAdapterContext - top.daxian1218.dust.db.sql中的类
 
SqlAdapterContext() - 类 的构造器top.daxian1218.dust.db.sql.SqlAdapterContext
 
SqlBuilder - top.daxian1218.dust.db.dict中的类
 
SqlBuilder() - 类 的构造器top.daxian1218.dust.db.dict.SqlBuilder
 
SqlBuilderFactory - top.daxian1218.dust.db.dict中的类
 
SqlBuilderFactory() - 类 的构造器top.daxian1218.dust.db.dict.SqlBuilderFactory
 
SqlCommandType - top.daxian1218.dust.db.sql中的枚举
 
SqlConstants - top.daxian1218.dust.db.sql中的类
 
SqlConstants() - 类 的构造器top.daxian1218.dust.db.sql.SqlConstants
 
SqlDataType - top.daxian1218.dust.db.sql中的枚举
 
SqlDbOperations - top.daxian1218.dust.db.sql中的类
jdbc相关方法的封装类,主要是数据库操作封装,查询,更新,执行 封装了不同关系数据库的公用方法,
SqlDbOperations() - 类 的构造器top.daxian1218.dust.db.sql.SqlDbOperations
 
SqlExpression - top.daxian1218.dust.db.dict.condition.expressions中的类
 
SqlExpression() - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
 
SqlExpression(String) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
 
Sqlite - 类 中的静态变量top.daxian1218.dust.db.base.DbTypes
 
SqlResource - top.daxian1218.dust.db.sql.pool中的类
 
SqlResource() - 类 的构造器top.daxian1218.dust.db.sql.pool.SqlResource
 
SQLs - top.daxian1218.dust.db.sql中的类
Sql资源获取器
SQLs() - 类 的构造器top.daxian1218.dust.db.sql.SQLs
 
SqlServerDbOperations - top.daxian1218.dust.db.support.mssql中的类
适配SqlServer数据库操作
SqlServerDbOperations() - 类 的构造器top.daxian1218.dust.db.support.mssql.SqlServerDbOperations
 
STAR - top.daxian1218.dust.db.dict.express.TokenType
 
START_WITH - top.daxian1218.dust.db.dict.condition.OperationType
 
startSync() - 类 中的方法top.daxian1218.dust.db.DbManager
 
startSync() - 类 中的方法top.daxian1218.dust.db.tenant.TenantManager
 
stopSync() - 类 中的方法top.daxian1218.dust.db.DbManager
 
stopSync() - 类 中的方法top.daxian1218.dust.db.tenant.TenantManager
 
STRING - top.daxian1218.dust.db.dict.DataType
字符串
STRING - top.daxian1218.dust.db.sql.SqlDataType
字符串
StringMemoryCache - top.daxian1218.dust.db.cache中的类
内存缓存
StringMemoryCache() - 类 的构造器top.daxian1218.dust.db.cache.StringMemoryCache
 
stringVal - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
stringVal() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
The value of a literal getToken, recorded as a string.
SUB - top.daxian1218.dust.db.dict.express.TokenType
 
SUBGT - top.daxian1218.dust.db.dict.express.TokenType
 
SUBGTGT - top.daxian1218.dust.db.dict.express.TokenType
 
subList(int, int) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
subString(int, int) - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
SubTableExpression - top.daxian1218.dust.db.dict.condition.expressions中的类
 
SubTableExpression() - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
SubTableExpression(String, String, DictCondition[], String) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
SubTableExpression(HSqlCommand) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
support(String) - 接口 中的方法top.daxian1218.dust.db.sql.IExceptionHandler
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.DefaultHandler
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00001
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00018
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00067
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora00068
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora01427
 
support(String) - 类 中的方法top.daxian1218.dust.db.support.oracle.exception.Ora12899
 

T

TABLE - top.daxian1218.dust.db.dict.ref.RefType
 
tableName(String) - 类 中的方法top.daxian1218.dust.db.dict.DictObjBuilder
 
Tenant() - 类 的构造器top.daxian1218.dust.db.DustDbProperties.Tenant
 
TenantApp - top.daxian1218.dust.db.tenant.pojo中的类
App的配置信息 此处App是对租户下的App实例的特质,不是产品的概念,而是产品+租户限定下的App
TenantApp() - 类 的构造器top.daxian1218.dust.db.tenant.pojo.TenantApp
 
TenantConsts - top.daxian1218.dust.db.tenant中的类
租户常量,包含执行SQL
TenantConsts() - 类 的构造器top.daxian1218.dust.db.tenant.TenantConsts
 
TenantManager - top.daxian1218.dust.db.tenant中的类
租户数据适配管理器
TenantManager(DbAdapterManager, AppManager) - 类 的构造器top.daxian1218.dust.db.tenant.TenantManager
 
text - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
TEXT - top.daxian1218.dust.db.dict.DataType
大文本
TEXT - top.daxian1218.dust.db.sql.SqlCommandType
 
TILDE - top.daxian1218.dust.db.dict.express.TokenType
 
TILDE_EQ - top.daxian1218.dust.db.dict.express.TokenType
 
TILDE_STAR - top.daxian1218.dust.db.dict.express.TokenType
 
TIME - top.daxian1218.dust.db.dict.DataType
时间
TIMESTAMP - top.daxian1218.dust.db.sql.SqlDataType
时间戳
to(Class<T>) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
toArray() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
toArray(T[]) - 类 中的方法top.daxian1218.dust.db.dict.DictObjRowCollection
 
toDataJSON() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
toFieldValues() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
toGridJSON() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictCondition
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.DictExpression
转换JSON
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.CommandExpression
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
toJson() - 类 中的方法top.daxian1218.dust.db.dict.DictObjTable
 
toJSON() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
toJSONArray() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
toJsonSchema(HDataRow, HDataTable, HDataTable) - 类 中的方法top.daxian1218.dust.db.dict.DictObjContainer
 
token - 类 中的变量top.daxian1218.dust.db.dict.express.Lexer
 
TokenType - top.daxian1218.dust.db.dict.express中的枚举
 
toList() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumnCollection
 
toMap() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
top.daxian1218.dust.db - 程序包 top.daxian1218.dust.db
 
top.daxian1218.dust.db.base - 程序包 top.daxian1218.dust.db.base
 
top.daxian1218.dust.db.cache - 程序包 top.daxian1218.dust.db.cache
 
top.daxian1218.dust.db.dict - 程序包 top.daxian1218.dust.db.dict
 
top.daxian1218.dust.db.dict.condition - 程序包 top.daxian1218.dust.db.dict.condition
 
top.daxian1218.dust.db.dict.condition.expressions - 程序包 top.daxian1218.dust.db.dict.condition.expressions
 
top.daxian1218.dust.db.dict.event - 程序包 top.daxian1218.dust.db.dict.event
 
top.daxian1218.dust.db.dict.express - 程序包 top.daxian1218.dust.db.dict.express
 
top.daxian1218.dust.db.dict.ref - 程序包 top.daxian1218.dust.db.dict.ref
 
top.daxian1218.dust.db.dict.utils - 程序包 top.daxian1218.dust.db.dict.utils
 
top.daxian1218.dust.db.sql - 程序包 top.daxian1218.dust.db.sql
 
top.daxian1218.dust.db.sql.command - 程序包 top.daxian1218.dust.db.sql.command
 
top.daxian1218.dust.db.sql.pool - 程序包 top.daxian1218.dust.db.sql.pool
 
top.daxian1218.dust.db.support - 程序包 top.daxian1218.dust.db.support
 
top.daxian1218.dust.db.support.clickhouse - 程序包 top.daxian1218.dust.db.support.clickhouse
 
top.daxian1218.dust.db.support.highgo - 程序包 top.daxian1218.dust.db.support.highgo
 
top.daxian1218.dust.db.support.memory - 程序包 top.daxian1218.dust.db.support.memory
 
top.daxian1218.dust.db.support.mssql - 程序包 top.daxian1218.dust.db.support.mssql
 
top.daxian1218.dust.db.support.mysql - 程序包 top.daxian1218.dust.db.support.mysql
 
top.daxian1218.dust.db.support.oracle - 程序包 top.daxian1218.dust.db.support.oracle
 
top.daxian1218.dust.db.support.oracle.exception - 程序包 top.daxian1218.dust.db.support.oracle.exception
 
top.daxian1218.dust.db.support.postgresql - 程序包 top.daxian1218.dust.db.support.postgresql
 
top.daxian1218.dust.db.tenant - 程序包 top.daxian1218.dust.db.tenant
 
top.daxian1218.dust.db.tenant.pojo - 程序包 top.daxian1218.dust.db.tenant.pojo
 
top.daxian1218.dust.db.util - 程序包 top.daxian1218.dust.db.util
 
toPageDataJSON() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
toPageGridJSON() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
 
toSqlCommand(HDataCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
 
toString() - 类 中的方法top.daxian1218.dust.db.base.DbAccess
 
toString() - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
toString() - 类 中的方法top.daxian1218.dust.db.dict.DictObjField
已过时。
 
toString() - 类 中的方法top.daxian1218.dust.db.dict.Error
 
toString() - 枚举 中的方法top.daxian1218.dust.db.sql.ProcParaType
 
toString() - 类 中的方法top.daxian1218.dust.db.tenant.pojo.TenantApp
 
toTable(ResultSet) - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
 
TOTAL - top.daxian1218.dust.db.dict.ref.RefType
 
toTypeValue(DataType, Object) - 类 中的静态方法top.daxian1218.dust.db.dict.utils.DataUtil
 
toValue(Object) - 类 中的方法top.daxian1218.dust.db.dict.DictObjColumn
 
TRUE - top.daxian1218.dust.db.dict.express.TokenType
 

U

UBIGINT - top.daxian1218.dust.db.dict.DataType
无符号长整数
UNCHANGED - top.daxian1218.dust.db.dict.RowState
 
unscan() - 类 中的方法top.daxian1218.dust.db.dict.express.Lexer
 
unwrap(Class<T>) - 类 中的方法top.daxian1218.dust.db.sql.HDbConnection
 
update(HDataCommand) - 接口 中的方法top.daxian1218.dust.db.base.IDataAdapter
 
update(HDataCommand) - 接口 中的方法top.daxian1218.dust.db.base.IDbOperations
更新数据,支持修改,新增和删除操作
update(HDataCommand) - 类 中的方法top.daxian1218.dust.db.sql.DefaultDataAdapter
 
update(HDataCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
更新数据,支持修改,新增和删除操作
update(HSqlCommand) - 类 中的方法top.daxian1218.dust.db.sql.SqlDbOperations
更新数据,可执行insert, update, delete,以及有关数据库结构的操作(需要相应的权限)
Update - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
UpdateResult - top.daxian1218.dust.db.base中的类
更新结果
UpdateResult() - 类 的构造器top.daxian1218.dust.db.base.UpdateResult
 
UpdateResult(int) - 类 的构造器top.daxian1218.dust.db.base.UpdateResult
 
UpdateResult(int[]) - 类 的构造器top.daxian1218.dust.db.base.UpdateResult
 

V

validate() - 类 中的方法top.daxian1218.dust.db.dict.DictObj
校验
validate() - 类 中的方法top.daxian1218.dust.db.dict.DictObjRow
 
ValidateEventArgs - top.daxian1218.dust.db.dict.event中的类
 
ValidateEventArgs(DictObj, DictObjRow) - 类 的构造器top.daxian1218.dust.db.dict.event.ValidateEventArgs
 
ValueChangedEventArgs - top.daxian1218.dust.db.dict.event中的类
 
ValueChangedEventArgs(DictObj, DictObjRow, DictObjColumn, Object, Object) - 类 的构造器top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
 
ValueExpression - top.daxian1218.dust.db.dict.condition.expressions中的类
 
ValueExpression() - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
ValueExpression(Object) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
 
ValueListExpression - top.daxian1218.dust.db.dict.condition.expressions中的类
 
ValueListExpression() - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
ValueListExpression(Iterable) - 类 的构造器top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
 
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.base.DbCluster
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.condition.OperationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.event.ActionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.express.TokenType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.OrderByType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.ref.RefType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.RelationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.dict.RowState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.sql.ProcParaType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.sql.SqlCommandType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.daxian1218.dust.db.sql.SqlDataType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.daxian1218.dust.db.base.DbCluster
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.condition.OperationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.event.ActionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.express.TokenType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.OrderByType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.ref.RefType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.RelationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.dict.RowState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.sql.ProcParaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.sql.SqlCommandType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.daxian1218.dust.db.sql.SqlDataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VariableHandler - top.daxian1218.dust.db.dict中的类
 
VariableHandler() - 类 的构造器top.daxian1218.dust.db.dict.VariableHandler
 
VARIANT - top.daxian1218.dust.db.dict.express.TokenType
 

W

Where - 类 中的静态变量top.daxian1218.dust.db.sql.SqlConstants
 
writeLog(String, String) - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
 
writeLog(String, HSqlCommand) - 类 中的静态方法top.daxian1218.dust.db.util.DbUtil
 
WriteOnly - top.daxian1218.dust.db.base.DbCluster
 
A B C D E F G H I J K L M N O P Q R S T U V W 
所有类 所有程序包