| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.core.database | |
| com.dynamic.sql.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> R |
SqlExecutionFactory.applySql(DMLType dmlType,
String dataSourceName,
Connection connection,
PreparedSql preparedSql,
boolean isIntercepted,
Function<SqlExecutor,R> doSqlExecutor) |
static void |
SqlDebugger.debug(SchemaProperties.PrintSqlProperties printSqlProperties,
DMLType dmlType,
String dataSourceName,
Object applyResult) |
static <R> R |
SqlExecutionFactory.executorSql(DMLType dmlType,
SqlStatementWrapper sqlStatementWrapper,
Function<SqlExecutor,R> doSqlExecutor) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DMLType |
DMLType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DMLType[] |
DMLType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2024 Dynamic-SQL. All rights reserved.