Class TableResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.TableResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelGet table details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCatalog()Gets the catalog.java.lang.StringgetMessage()Gets the message.java.lang.StringgetMessageCode()Gets the messageCode.java.lang.StringgetOwner()Gets the owner.java.lang.StringgetSchema()Gets the schema.java.lang.StringgetStorage()Gets the storage.java.lang.StringgetTable()Gets the table.java.util.List<TableColumDetail>getTables()Gets the tables.
-
-
-
Method Detail
-
getCatalog
public java.lang.String getCatalog()
Gets the catalog. Catalog that this table belongs to.- Returns:
- the catalog
-
getMessage
public java.lang.String getMessage()
Gets the message. Response message string.- Returns:
- the message
-
getMessageCode
public java.lang.String getMessageCode()
Gets the messageCode. Message code string.- Returns:
- the messageCode
-
getOwner
public java.lang.String getOwner()
Gets the owner. Name of the user who created the table.- Returns:
- the owner
-
getSchema
public java.lang.String getSchema()
Gets the schema. Schema that this table belongs to.- Returns:
- the schema
-
getStorage
public java.lang.String getStorage()
Gets the storage. storage linked to the catalog.- Returns:
- the storage
-
getTable
public java.lang.String getTable()
Gets the table. Name of the table.- Returns:
- the table
-
getTables
public java.util.List<TableColumDetail> getTables()
Gets the tables. A list of all tables.- Returns:
- the tables
-
-