public class QueryWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryWrapper.RestQueryBuilder |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryWrapper(String query,
String queryType,
int rowCountLimit,
String userName,
String defaultSchema,
Map<String,String> options) |
|
QueryWrapper(String query,
String queryType,
String autoLimit,
String userName,
String defaultSchema,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAutoLimitRowCount() |
String |
getDefaultSchema() |
Map<String,String> |
getOptions() |
String |
getQuery() |
String |
getQueryType() |
String |
getUserName() |
String |
toString() |
protected QueryWrapper(String query, String queryType, int rowCountLimit, String userName, String defaultSchema, Map<String,String> options)
Copyright © 2022 The Apache Software Foundation. All rights reserved.