public class GetDBMetaDataResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClusterNames_type0Wrapper |
local_clusterNames |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected QuerySets_type0Wrapper |
local_querySets |
protected BigInteger |
local_tableCount |
protected Tables_type0Wrapper |
local_tables |
| Constructor and Description |
|---|
GetDBMetaDataResponseWrapper() |
GetDBMetaDataResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
Tables_type0Wrapper _tables,
BigInteger _tableCount,
QuerySets_type0Wrapper _querySets,
ClusterNames_type0Wrapper _clusterNames) |
GetDBMetaDataResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataResponse getdbmetadataresponse) |
| Modifier and Type | Method and Description |
|---|---|
ClusterNames_type0Wrapper |
getClusterNames() |
ArrayOfEspExceptionWrapper |
getExceptions() |
QuerySets_type0Wrapper |
getQuerySets() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataResponse |
getRaw() |
BigInteger |
getTableCount() |
Tables_type0Wrapper |
getTables() |
void |
setClusterNames(ClusterNames_type0Wrapper _clusterNames) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setQuerySets(QuerySets_type0Wrapper _querySets) |
void |
setTableCount(BigInteger _tableCount) |
void |
setTables(Tables_type0Wrapper _tables) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected Tables_type0Wrapper local_tables
protected BigInteger local_tableCount
protected QuerySets_type0Wrapper local_querySets
protected ClusterNames_type0Wrapper local_clusterNames
public GetDBMetaDataResponseWrapper()
public GetDBMetaDataResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataResponse getdbmetadataresponse)
public GetDBMetaDataResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, Tables_type0Wrapper _tables, BigInteger _tableCount, QuerySets_type0Wrapper _querySets, ClusterNames_type0Wrapper _clusterNames)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setTables(Tables_type0Wrapper _tables)
public Tables_type0Wrapper getTables()
public void setTableCount(BigInteger _tableCount)
public BigInteger getTableCount()
public void setQuerySets(QuerySets_type0Wrapper _querySets)
public QuerySets_type0Wrapper getQuerySets()
public void setClusterNames(ClusterNames_type0Wrapper _clusterNames)
public ClusterNames_type0Wrapper getClusterNames()
Copyright © 2021. All rights reserved.