索引

A B C D F G M N O Q S T V W 
所有程序包|所有类和接口

A

analyseClass(Class<?>) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
 

B

build(String, String, String, Consumer<Boolean>) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleDatabaseBuilder
 

C

compareTable(DefaultTableMetadata) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
 
createTable(DefaultTableMetadata) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
 

D

databaseDialect() - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
 
DB() - 类的构造器 org.dromara.autotable.strategy.oracle.OracleHelper.DB
 
dropTable(String, String) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
生成删除指定表及其对应序列的PL/SQL代码 此方法根据提供的模式和表名,生成一段PL/SQL代码,用于检查并删除表,以及检查并删除与表名对应的序列 主要目的是在数据库中安全地删除表及其相关序列,避免手动删除时可能出现的错误

F

formatDefaultValue(String, ColumnMetadata) - 类中的静态方法 org.dromara.autotable.strategy.oracle.OracleHelper.SQL
根据列元数据格式化默认值 此方法根据列的默认值类型和值,返回一个格式化后的字符串表示

G

getFullType() - 类中的方法 org.dromara.autotable.strategy.oracle.TabColumn
 

M

modifyTable(OracleCompareTableInfo) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
 

N

needModify() - 类中的方法 org.dromara.autotable.strategy.oracle.OracleCompareTableInfo
 

O

OracleCompareTableInfo - org.dromara.autotable.strategy.oracle中的类
oracle变更信息
OracleCompareTableInfo(String, String) - 类的构造器 org.dromara.autotable.strategy.oracle.OracleCompareTableInfo
 
OracleDatabaseBuilder - org.dromara.autotable.strategy.oracle中的类
 
OracleDatabaseBuilder() - 类的构造器 org.dromara.autotable.strategy.oracle.OracleDatabaseBuilder
 
OracleHelper - org.dromara.autotable.strategy.oracle中的类
工具
OracleHelper() - 类的构造器 org.dromara.autotable.strategy.oracle.OracleHelper
 
OracleHelper.DB - org.dromara.autotable.strategy.oracle中的类
 
OracleHelper.SQL - org.dromara.autotable.strategy.oracle中的类
 
OracleStrategy - org.dromara.autotable.strategy.oracle中的类
oracle数据库策略实现
OracleStrategy() - 类的构造器 org.dromara.autotable.strategy.oracle.OracleStrategy
 
org.dromara.autotable.strategy.oracle - 程序包 org.dromara.autotable.strategy.oracle
 

Q

queryList(String, Map<String, Object>, Class<T>) - 类中的静态方法 org.dromara.autotable.strategy.oracle.OracleHelper.DB
查询返回列表 使用泛型来处理不同的结果类型
queryOne(String, Map<String, Object>, Class<T>) - 类中的静态方法 org.dromara.autotable.strategy.oracle.OracleHelper.DB
根据SQL查询返回单个对象 该方法用于执行一个查询,并期望得到最多一个结果该方法主要用于那些查询结果只应包含零个或一个元素的场景

S

search() - 类中的静态方法 org.dromara.autotable.strategy.oracle.TabVersion
 
search(String) - 类中的静态方法 org.dromara.autotable.strategy.oracle.TabColumn
根据表名查询表的列信息
search(String) - 类中的静态方法 org.dromara.autotable.strategy.oracle.TabComment
根据表名查询表注释信息 此方法旨在从数据库中检索特定表的注释信息,使用提供的表名作为查询参数 如果找到匹配的表注释信息,则返回该信息;否则返回一个新的空表注释对象
search(String) - 类中的静态方法 org.dromara.autotable.strategy.oracle.TabIndex
根据表名查询表的索引信息
search(String) - 类中的静态方法 org.dromara.autotable.strategy.oracle.TabSequence
 
SQL() - 类的构造器 org.dromara.autotable.strategy.oracle.OracleHelper.SQL
 
support(String, String) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleDatabaseBuilder
 

T

TabColumn - org.dromara.autotable.strategy.oracle中的类
字段信息
TabColumn() - 类的构造器 org.dromara.autotable.strategy.oracle.TabColumn
 
TabComment - org.dromara.autotable.strategy.oracle中的类
表注释信息
TabComment() - 类的构造器 org.dromara.autotable.strategy.oracle.TabComment
 
TabIndex - org.dromara.autotable.strategy.oracle中的类
索引信息
TabIndex() - 类的构造器 org.dromara.autotable.strategy.oracle.TabIndex
 
TabSequence - org.dromara.autotable.strategy.oracle中的类
序列信息
TabSequence() - 类的构造器 org.dromara.autotable.strategy.oracle.TabSequence
 
TabVersion - org.dromara.autotable.strategy.oracle中的类
数据库版本信息
TabVersion() - 类的构造器 org.dromara.autotable.strategy.oracle.TabVersion
 
toColumnSql(String, ColumnMetadata) - 类中的静态方法 org.dromara.autotable.strategy.oracle.OracleHelper.SQL
将列元数据转换为SQL语句片段 该方法用于生成数据库列的定义语句,根据列的名称、类型、是否允许为空和默认值来构建SQL语句
toIndexSql(String, IndexMetadata) - 类中的静态方法 org.dromara.autotable.strategy.oracle.OracleHelper.SQL
根据表名和索引元数据生成创建索引的SQL语句
typeMapping() - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
重写typeMapping方法以提供自定义的数据库类型映射 此方法定义了Java类型到数据库类型的映射规则,用于指导ORM框架如何处理不同类型的字段

V

validateFailedMessage() - 类中的方法 org.dromara.autotable.strategy.oracle.OracleCompareTableInfo
 

W

wrapSql(String) - 类中的方法 org.dromara.autotable.strategy.oracle.OracleStrategy
oracle数据库sql包装
A B C D F G M N O Q S T V W 
所有程序包|所有类和接口