Package com.stimulsoft.report.dictionary
Class StiDatabaseInformation
java.lang.Object
com.stimulsoft.report.dictionary.StiDatabaseInformation
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTable(String tableName) booleancontainsView(String tableName) getViews()voidsetStoredProcedures(List<DataTable> storedProcedures) voidvoid
-
Constructor Details
-
StiDatabaseInformation
public StiDatabaseInformation()
-
-
Method Details
-
getTables
- Returns:
- the tables
-
setTables
- Parameters:
tables- the tables to set
-
getViews
- Returns:
- the views
-
setViews
- Parameters:
views- the views to set
-
getStoredProcedures
- Returns:
- the storedProcedures
-
setStoredProcedures
- Parameters:
storedProcedures- the storedProcedures to set
-
containsTable
-
containsView
-