public static class Service.ColumnsRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
catalog |
String |
columnNamePattern |
String |
schemaPattern |
String |
tableNamePattern |
| Constructor and Description |
|---|
Service.ColumnsRequest(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.