Class StiDatabaseInformation

java.lang.Object
com.stimulsoft.report.dictionary.StiDatabaseInformation

public class StiDatabaseInformation extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiDatabaseInformation

      public StiDatabaseInformation()
  • Method Details

    • getTables

      public List<DataTable> getTables()
      Returns:
      the tables
    • setTables

      public void setTables(List<DataTable> tables)
      Parameters:
      tables - the tables to set
    • getViews

      public List<DataTable> getViews()
      Returns:
      the views
    • setViews

      public void setViews(List<DataTable> views)
      Parameters:
      views - the views to set
    • getStoredProcedures

      public List<DataTable> getStoredProcedures()
      Returns:
      the storedProcedures
    • setStoredProcedures

      public void setStoredProcedures(List<DataTable> storedProcedures)
      Parameters:
      storedProcedures - the storedProcedures to set
    • containsTable

      public boolean containsTable(String tableName)
    • containsView

      public boolean containsView(String tableName)