所有程序包的分层结构
程序包分层结构:- top.daxian1218.dust.db,
- top.daxian1218.dust.db.base,
- top.daxian1218.dust.db.cache,
- top.daxian1218.dust.db.dict,
- top.daxian1218.dust.db.dict.condition,
- top.daxian1218.dust.db.dict.condition.expressions,
- top.daxian1218.dust.db.dict.event,
- top.daxian1218.dust.db.dict.express,
- top.daxian1218.dust.db.dict.ref,
- top.daxian1218.dust.db.dict.utils,
- top.daxian1218.dust.db.sql,
- top.daxian1218.dust.db.sql.command,
- top.daxian1218.dust.db.sql.pool,
- top.daxian1218.dust.db.support,
- top.daxian1218.dust.db.support.clickhouse,
- top.daxian1218.dust.db.support.highgo,
- top.daxian1218.dust.db.support.memory,
- top.daxian1218.dust.db.support.mssql,
- top.daxian1218.dust.db.support.mysql,
- top.daxian1218.dust.db.support.oracle,
- top.daxian1218.dust.db.support.oracle.exception,
- top.daxian1218.dust.db.support.postgresql,
- top.daxian1218.dust.db.tenant,
- top.daxian1218.dust.db.tenant.pojo,
- top.daxian1218.dust.db.util
类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- top.daxian1218.dust.db.sql.pool.DataSourceProperties
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- top.daxian1218.dust.db.tenant.AppManager
- top.daxian1218.dust.db.cache.CacheManager (implements top.daxian1218.dust.db.cache.ICacheManager)
- top.daxian1218.dust.db.cache.CaffeineCache (implements top.daxian1218.dust.db.cache.ICache)
- top.daxian1218.dust.db.dict.express.CharTypes
- top.daxian1218.dust.db.dict.express.ConstantCharaters
- top.daxian1218.dust.db.support.DataBaseFactory
- top.daxian1218.dust.db.sql.pool.DataSourcePool
- top.daxian1218.dust.db.dict.utils.DataUtil
- top.daxian1218.dust.db.base.DbAccess
- top.daxian1218.dust.db.DbAdapterManager
- top.daxian1218.dust.db.DbConstants
- top.daxian1218.dust.db.DbManager
- top.daxian1218.dust.db.DbManager.AdapterHolder
- top.daxian1218.dust.db.base.DbTypes
- top.daxian1218.dust.db.util.DbUtil
- top.daxian1218.dust.db.util.DbUtil.DbUtilConfig
- top.daxian1218.dust.db.sql.DefaultDataAdapter (implements top.daxian1218.dust.db.base.IDataAdapter)
- top.daxian1218.dust.db.support.oracle.exception.DefaultHandler (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.dict.DictCache
- top.daxian1218.dust.db.dict.condition.DictCondition
- top.daxian1218.dust.db.dict.DictConstant
- top.daxian1218.dust.db.dict.condition.DictExpression
- top.daxian1218.dust.db.dict.condition.expressions.ColumnExpression
- top.daxian1218.dust.db.dict.condition.expressions.CommandExpression
- top.daxian1218.dust.db.dict.condition.expressions.SqlExpression
- top.daxian1218.dust.db.dict.condition.expressions.SubTableExpression
- top.daxian1218.dust.db.dict.condition.expressions.ValueExpression
- top.daxian1218.dust.db.dict.condition.expressions.ValueListExpression
- top.daxian1218.dust.db.DictGlobalConfig
- top.daxian1218.dust.db.dict.DictObj (implements top.daxian1218.dust.commons.generic.IDisposable)
- top.daxian1218.dust.db.dict.DictObjBuilder
- top.daxian1218.dust.db.dict.DictObjCache
- top.daxian1218.dust.db.dict.DictObjColumn
- top.daxian1218.dust.db.dict.DictObjColumnCollection (implements top.daxian1218.dust.commons.generic.IDisposable, java.lang.Iterable<T>)
- top.daxian1218.dust.db.dict.DictObjContainer (implements top.daxian1218.dust.db.dict.IDictObjContainer)
- top.daxian1218.dust.db.dict.CacheDictObjContainer
- top.daxian1218.dust.db.support.memory.DictObjContainer4Mem
- top.daxian1218.dust.db.dict.DictObjField
- top.daxian1218.dust.db.dict.DictObjRelation
- top.daxian1218.dust.db.dict.DictObjRow (implements top.daxian1218.dust.commons.generic.IDisposable, java.lang.Iterable<T>)
- top.daxian1218.dust.db.dict.DictObjRowCollection (implements top.daxian1218.dust.commons.generic.IDisposable, java.util.List<E>)
- top.daxian1218.dust.db.dict.DictObjTable
- top.daxian1218.dust.db.dict.DictPropertyCollection
- top.daxian1218.dust.db.sql.pool.DruidTemplate (implements top.daxian1218.dust.db.sql.pool.IDataSourceTemplate)
- top.daxian1218.dust.db.sql.pool.DustDataSource (implements top.daxian1218.dust.db.sql.IDataSource)
- top.daxian1218.dust.db.DustDbProperties
- top.daxian1218.dust.db.DustDbProperties.Dict
- top.daxian1218.dust.db.DustDbProperties.LogSql
- top.daxian1218.dust.db.DustDbProperties.Tenant
- top.daxian1218.dust.db.dict.Error
- top.daxian1218.dust.db.dict.express.Expression
- top.daxian1218.dust.db.dict.express.ExprItem
- top.daxian1218.dust.db.dict.express.ExprItemBANGEQ
- top.daxian1218.dust.db.dict.express.ExprItemEQ
- top.daxian1218.dust.db.dict.express.ExprItemGT
- top.daxian1218.dust.db.dict.express.ExprItemGTEQ
- top.daxian1218.dust.db.dict.express.ExprItemLT
- top.daxian1218.dust.db.dict.express.ExprItemLTEQ
- top.daxian1218.dust.db.base.HDataCommand
- top.daxian1218.dust.db.sql.HSqlCommand
- top.daxian1218.dust.db.sql.command.HDeleteSqlCommand
- top.daxian1218.dust.db.sql.command.HInsertSqlCommand
- top.daxian1218.dust.db.sql.command.HSelectSqlCommand
- top.daxian1218.dust.db.sql.command.HStoreProcedureSqlCommand
- top.daxian1218.dust.db.sql.command.HTableSqlCommand
- top.daxian1218.dust.db.sql.command.HUpdateSqlCommand
- top.daxian1218.dust.db.sql.HSqlCommand
- top.daxian1218.dust.db.sql.HDbConnection (implements java.sql.Connection)
- top.daxian1218.dust.db.dict.express.Lexer
- top.daxian1218.dust.db.dict.event.ObjEventArgs
- top.daxian1218.dust.db.dict.event.CollectionChangedEventArgs
- top.daxian1218.dust.db.dict.event.ColumnsChangedEventArgs
- top.daxian1218.dust.db.dict.event.CurrentChangedEventArgs
- top.daxian1218.dust.db.dict.event.RowEventArgs
- top.daxian1218.dust.db.dict.event.ValidateEventArgs
- top.daxian1218.dust.db.dict.event.ValueChangedEventArgs
- top.daxian1218.dust.db.support.oracle.exception.Ora00001 (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.support.oracle.exception.Ora00018 (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.support.oracle.exception.Ora00067 (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.support.oracle.exception.Ora00068 (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.support.oracle.exception.Ora01427 (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.support.oracle.exception.Ora12899 (implements top.daxian1218.dust.db.sql.IExceptionHandler)
- top.daxian1218.dust.db.support.oracle.exception.OracleExceptionFactory (implements top.daxian1218.dust.db.sql.IExceptionFactory)
- top.daxian1218.dust.db.dict.OrderBy
- top.daxian1218.dust.db.dict.PageInfo
- top.daxian1218.dust.db.sql.ProgramParameter
- top.daxian1218.dust.db.dict.ref.RefInfo
- top.daxian1218.dust.db.dict.SelectSqlGenerator
- top.daxian1218.dust.db.tenant.SeparatedCache
- top.daxian1218.dust.db.cache.SimpleMemoryCache (implements top.daxian1218.dust.db.cache.ICache)
- top.daxian1218.dust.db.sql.SqlAdapterContext
- top.daxian1218.dust.db.dict.SqlBuilder
- top.daxian1218.dust.db.support.clickhouse.ClickHouseBuilder
- top.daxian1218.dust.db.support.highgo.HighgoBuilder
- top.daxian1218.dust.db.support.mssql.MssqlBuilder
- top.daxian1218.dust.db.support.mysql.MySqlBuilder
- top.daxian1218.dust.db.support.oracle.OracleBuilder
- top.daxian1218.dust.db.support.postgresql.PostgreSqlBuilder
- top.daxian1218.dust.db.dict.SqlBuilderFactory
- top.daxian1218.dust.db.sql.SqlConstants
- top.daxian1218.dust.db.sql.SqlDbOperations (implements top.daxian1218.dust.db.base.IDbOperations)
- top.daxian1218.dust.db.support.clickhouse.ClickHouseDbOperations
- top.daxian1218.dust.db.support.highgo.HighgoDbOperations
- top.daxian1218.dust.db.support.mysql.MySqlDbOperations
- top.daxian1218.dust.db.support.oracle.OracleDbOperations
- top.daxian1218.dust.db.support.postgresql.PostgreSqlDbOperations
- top.daxian1218.dust.db.support.mssql.SqlServerDbOperations
- top.daxian1218.dust.db.sql.pool.SqlResource
- top.daxian1218.dust.db.sql.SQLs
- top.daxian1218.dust.db.cache.StringMemoryCache (implements top.daxian1218.dust.db.cache.ICache)
- top.daxian1218.dust.db.tenant.pojo.TenantApp
- top.daxian1218.dust.db.tenant.TenantConsts
- top.daxian1218.dust.db.tenant.TenantManager
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- top.daxian1218.dust.commons.exception.DustException
- top.daxian1218.dust.commons.exception.DustSystemException
- top.daxian1218.dust.db.dict.DustDictException
- top.daxian1218.dust.commons.exception.DustThirdException
- top.daxian1218.dust.db.DustDbException
- top.daxian1218.dust.commons.exception.DustSystemException
- top.daxian1218.dust.db.dict.express.ExpressException
- top.daxian1218.dust.commons.exception.DustException
- java.lang.RuntimeException
- java.lang.Exception
- top.daxian1218.dust.db.base.UpdateResult
- top.daxian1218.dust.db.dict.VariableHandler (implements top.daxian1218.dust.db.dict.IVariableHandler)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
接口分层结构
- top.daxian1218.dust.db.dict.event.EventHandler<T>
- top.daxian1218.dust.db.cache.ICache
- top.daxian1218.dust.db.cache.ICacheManager
- top.daxian1218.dust.db.base.IDataAdapter
- top.daxian1218.dust.db.sql.IDataSource
- top.daxian1218.dust.db.sql.pool.IDataSourceTemplate
- top.daxian1218.dust.db.base.IDbOperations
- top.daxian1218.dust.db.dict.IDictObjContainer
- top.daxian1218.dust.db.sql.IExceptionFactory
- top.daxian1218.dust.db.sql.IExceptionHandler
- top.daxian1218.dust.db.dict.IVariableHandler
- top.daxian1218.dust.db.dict.express.Lexer.CommentHandler
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- top.daxian1218.dust.db.dict.event.ActionType
- top.daxian1218.dust.db.dict.DataType
- top.daxian1218.dust.db.base.DbCluster
- top.daxian1218.dust.db.dict.condition.OperationType
- top.daxian1218.dust.db.dict.OrderByType
- top.daxian1218.dust.db.sql.ProcParaType
- top.daxian1218.dust.db.dict.ref.RefType
- top.daxian1218.dust.db.dict.RelationType
- top.daxian1218.dust.db.dict.RowState
- top.daxian1218.dust.db.sql.SqlCommandType
- top.daxian1218.dust.db.sql.SqlDataType
- top.daxian1218.dust.db.dict.express.TokenType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)