public class SQLUtils extends Object
| Constructor and Description |
|---|
SQLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
parseShowTablesResponse(SQLQueryResponse response)
解析 Show Tables SQL 返回结果
|
public static List<String> parseShowTablesResponse(SQLQueryResponse response)
response - Show Tables SQL 返回结果Copyright © 2024. All Rights Reserved.