com.stimulsoft.report.dictionary
Class StiDatabaseInformation
java.lang.Object
com.stimulsoft.report.dictionary.StiDatabaseInformation
public class StiDatabaseInformation
- extends java.lang.Object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiDatabaseInformation
public StiDatabaseInformation()
getTables
public java.util.List<DataTable> getTables()
- Returns:
- the tables
setTables
public void setTables(java.util.List<DataTable> tables)
- Parameters:
tables
- the tables to set
getViews
public java.util.List<DataTable> getViews()
- Returns:
- the views
setViews
public void setViews(java.util.List<DataTable> views)
- Parameters:
views
- the views to set
getStoredProcedures
public java.util.List<DataTable> getStoredProcedures()
- Returns:
- the storedProcedures
setStoredProcedures
public void setStoredProcedures(java.util.List<DataTable> storedProcedures)
- Parameters:
storedProcedures
- the storedProcedures to set