Package | Description |
---|---|
io.shardingsphere.test.sql |
Modifier and Type | Method and Description |
---|---|
static SQLCaseType |
SQLCaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLCaseType[] |
SQLCaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
SQLCasesLoader.getSupportedSQL(String sqlCaseId,
SQLCaseType sqlCaseType,
List<?> parameters)
Get supported SQL.
|
String |
SQLCasesLoader.getUnsupportedSQL(String sqlCaseId,
SQLCaseType sqlCaseType,
List<?> parameters)
Get unsupported SQL.
|
Copyright © 2018. All rights reserved.