Package | Description |
---|---|
gudusoft.gsqlparser.sqlenv.constant | |
gudusoft.gsqlparser.sqlenv.operation | |
gudusoft.gsqlparser.sqlenv.operation.strategy |
Modifier and Type | Method and Description |
---|---|
static DbOperation |
DbOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbOperation[] |
DbOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> DbOperationService<T> |
DbOperationFactory.getDbOperationService(String dbType,
DbOperation operation) |
Modifier and Type | Method and Description |
---|---|
<T> DbOperationService<T> |
DbOperationStrategyFactory.getDbOperationStrategy(String dbType,
DbOperation operation) |
Copyright © 2023. All rights reserved.