Class TableColumDetail
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.TableColumDetail
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableColumDetail extends com.ibm.cloud.sdk.core.service.model.GenericModel
TableColumDetail.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBucket()
Gets the bucket.java.lang.String
getCatalog()
Gets the catalog.java.util.List<TableColumDetailColumnsItems>
getColumns()
Gets the columns.java.lang.String
getOwner()
Gets the owner.java.lang.String
getSchema()
Gets the schema.java.lang.String
getTable()
Gets the table.
-
-
-
Method Detail
-
getBucket
public java.lang.String getBucket()
Gets the bucket. Bucket linked to the catalog.- Returns:
- the bucket
-
getCatalog
public java.lang.String getCatalog()
Gets the catalog. Catalog that this table belongs to.- Returns:
- the catalog
-
getColumns
public java.util.List<TableColumDetailColumnsItems> getColumns()
Gets the columns. List of all column information about the table.- Returns:
- the columns
-
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
-
getTable
public java.lang.String getTable()
Gets the table. Name of the table.- Returns:
- the table
-
-