| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.api.component | |
| online.sanen.unabo.api.exception | |
| online.sanen.unabo.api.structure.enums | |
| online.sanen.unabo.sql | |
| online.sanen.unabo.sql.pipe |
| 限定符和类型 | 方法和说明 |
|---|---|
ProductType |
ManagerBridge.productType() |
ProductType |
Manager.productType() |
| 构造器和说明 |
|---|
SupportsException(ProductType productType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ProductType |
ProductType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ProductType[] |
ProductType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<ProductType> |
ProductType.index(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ProductType.applyTableModifier(ProductType productType)
In SQL queries, if the table name contains a special symbol that needs to be
wrapped in a layer of modifiers, different database vendor modifiers will be
different, and this method is designed to provide uniformly, and by default,
return an empty string
|
static List<String> |
ProductType.getColumnsFromTableName(ProductType productType,
SqlTemplate template,
String tableName,
String schema) |
static String |
ProductType.updateTableNameSQL(ProductType productType,
String tableName,
String schema,
String newName) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProductType |
SqlConversion.applyProductType() |
ProductType |
ManagerDevice.productType() |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
SimplePileline.initFetchSize(PreparedStatement ps,
ProductType productType) |
default String |
SimplePileline.modifiedTableName(String tableName,
String schema,
ProductType productType)
Process library name/namespace (Oracle).
|
String |
ConditionPileline.process(ProductType productType,
StringBuilder sb,
List<? extends Condition> conditions,
Consumer<Object> paramerValConsumer) |
Copyright © 2023. All rights reserved.