枚举类的使用
cn.yingyya.next.moment.api.database.DataBaseType
使用DataBaseType的程序包
程序包
说明
-
cn.yingyya.next.moment.api.database中DataBaseType的使用
修饰符和类型方法说明DataConnector.type()返回type记录组件的值。static DataBaseType返回带有指定名称的该类的枚举常量。static DataBaseType[]DataBaseType.values()返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明static DataConnector<?> DataConnector.ofSQL(@NotNull String name, @NotNull DataBaseType type, @NotNull String driver, @NotNull String url, @Nullable String username, @Nullable String password) 限定符构造器说明DataConnector(@NotNull String name, @NotNull DataBaseType type, T dataSource) 创建DataConnector记录类的实例。 -
cn.yingyya.next.moment.api.database.sql中DataBaseType的使用
修饰符和类型方法说明@NotNull StringColumnFormat.format(@NotNull DataBaseType type, int length) @NotNull StringSQLColumn.formatType(@NotNull DataBaseType type) -
cn.yingyya.next.moment.api.database.sql.executor中DataBaseType的使用
修饰符和类型方法说明static @NotNull AlterTableExecutorAlterTableExecutor.builder(@NotNull String table, @NotNull DataBaseType type) static @NotNull CreateTableExecutorCreateTableExecutor.builder(@NotNull String table, @NotNull DataBaseType type) static @NotNull RenameTableExecutorRenameTableExecutor.builder(@NotNull String table, @NotNull DataBaseType type) 限定符构造器说明protectedAlterTableExecutor(@NotNull String table, @NotNull DataBaseType dataBaseType) protectedCreateTableExecutor(@NotNull String table, @NotNull DataBaseType type) protectedRenameTableExecutor(@NotNull String table, @NotNull DataBaseType type)