public static class Service.TablesRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
catalog |
String |
connectionId |
String |
schemaPattern |
String |
tableNamePattern |
List<String> |
typeList |
PRIME| Constructor and Description |
|---|
Service.TablesRequest() |
Service.TablesRequest(String connectionId,
String catalog,
String schemaPattern,
String tableNamePattern,
List<String> typeList) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.Response |
accept(Service service) |
(package private) Service.Request |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.TablesRequest |
serialize() |
p, p, p, ppublic final String connectionId
public final String catalog
public final String schemaPattern
public final String tableNamePattern
Service.Response accept(Service service)
accept in class Service.RequestService.Request deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.TablesRequest serialize()
serialize in class Service.RequestCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.