public class GetDBMetaDataRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_clusterType |
protected boolean |
local_includeStoredProcedures |
protected boolean |
local_includeTables |
protected boolean |
local_includeTargetClusters |
protected String |
local_querySet |
protected String |
local_tableFilter |
| Constructor and Description |
|---|
GetDBMetaDataRequestWrapper() |
GetDBMetaDataRequestWrapper(boolean _includeTables,
String _tableFilter,
boolean _includeStoredProcedures,
String _querySet,
boolean _includeTargetClusters,
String _clusterType) |
GetDBMetaDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest getdbmetadatarequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterType() |
boolean |
getIncludeStoredProcedures() |
boolean |
getIncludeTables() |
boolean |
getIncludeTargetClusters() |
String |
getQuerySet() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest |
getRaw() |
String |
getTableFilter() |
void |
setClusterType(String _clusterType) |
void |
setIncludeStoredProcedures(boolean _includeStoredProcedures) |
void |
setIncludeTables(boolean _includeTables) |
void |
setIncludeTargetClusters(boolean _includeTargetClusters) |
void |
setQuerySet(String _querySet) |
void |
setTableFilter(String _tableFilter) |
String |
toString() |
protected boolean local_includeTables
protected String local_tableFilter
protected boolean local_includeStoredProcedures
protected String local_querySet
protected boolean local_includeTargetClusters
protected String local_clusterType
public GetDBMetaDataRequestWrapper()
public GetDBMetaDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest getdbmetadatarequest)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest getRaw()
public void setIncludeTables(boolean _includeTables)
public boolean getIncludeTables()
public void setTableFilter(String _tableFilter)
public String getTableFilter()
public void setIncludeStoredProcedures(boolean _includeStoredProcedures)
public boolean getIncludeStoredProcedures()
public void setQuerySet(String _querySet)
public String getQuerySet()
public void setIncludeTargetClusters(boolean _includeTargetClusters)
public boolean getIncludeTargetClusters()
public void setClusterType(String _clusterType)
public String getClusterType()
Copyright © 2021. All rights reserved.