Class Tables
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.response.Tables
-
public class Tables extends Object
Schema contains the properties and guid for a database schema.
-
-
Constructor Summary
Constructors Constructor Description Tables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getTables()Get list of tables in database schema.voidsetTables(List<String> value)Set list of table names of the database schema.
-