Class Table
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.Table
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Table extends com.ibm.cloud.sdk.core.service.model.GenericModelTable details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Column>getColumns()Gets the columns.java.lang.StringgetName()Gets the name.
-
-
-
Method Detail
-
getColumns
public java.util.List<Column> getColumns()
Gets the columns. List of columns.- Returns:
- the columns
-
getName
public java.lang.String getName()
Gets the name. Table name.- Returns:
- the name
-
-