Class DataSourceTable

java.lang.Object
com.spotfire.ws.im.ds.sql.DataSourceTable

public final class DataSourceTable extends Object
The DataSourceTable class identifies a data source table.
Since:
3.0
  • Constructor Details

    • DataSourceTable

      public DataSourceTable(String name, String schema, List<String> catalogs)
      Create a DataSourceTable instance.
      Parameters:
      name - a table name
      schema - a schema name
      catalogs - a catalog name
  • Method Details

    • getName

      public String getName()
      Returns the name of the table.
      Returns:
      the table name
    • getSchema

      public String getSchema()
      Returns the name of the schema.
      Returns:
      the schema name
    • getCatalog

      public String getCatalog()
      Returns the first catalog if present.
      Returns:
      the first catalog if present
    • getCatalogs

      public List<String> getCatalogs()
      Returns the list of the catalogs.
      Returns:
      the list of the catalogs