DBaddin Namespace
Classes
Class | Summary | |
---|---|---|
AboutBox | About box: used to provide information about version/build-time and links for local help and project homepage | |
AddInEvents | AddIn Connection class, also handling Events from Excel (Open, Close, Activate) | |
AdHocSQL | User-form for ad-hoc SQL execution | |
CheckInstance | ||
ConfigFiles | procedures used for loading config files (containing DBFunctions and general sheet content) and building the config menu | |
ContainedStatusMsg | Provides a data structure for transporting information back from the calculation action procedure to the calling function resp. the AfterCalculate event procedure | |
CustomCommandBuilder | ||
CustomOdbcCommandBuilder | Custom Command builder for ODBC to avoid primary key problems with built-in ones derived (transposed into VB.NET) from https://www.cogin.com/articles/CustomCommandBuilder.php Copyright by Dejan_Grujic 2004. http://www.cogin.com | |
CustomOleDbCommandBuilder | Custom Command builder for OleDB to avoid primary key problems with built-in ones derived (transposed into VB.NET) from https://www.cogin.com/articles/CustomCommandBuilder.php Copyright by Dejan_Grujic 2004. http://www.cogin.com | |
CustomSqlCommandBuilder | Custom Command builder for SQLServer to avoid primary key problems with built-in ones derived (transposed into VB.NET) from https://www.cogin.com/articles/CustomCommandBuilder.php Copyright by Dejan_Grujic 2004. http://www.cogin.com | |
DBAction | DBActions are used to issue DML commands defined in Cells against the database | |
DBConnHelper | Helper Class for DBSheetCreateForm and AdHocSQL | |
DBMapper | DBMappers are used to store a range of data in Excel to the database. A special type of DBMapper is the CUD DBMapper for realizing the former DBSheets | |
DBModif | Abstraction of a DB Modification Object (concrete classes DBMapper, DBAction or DBSeqnce) | |
DBModifCreate | Dialog for creating DB Modifier configurations | |
DBModifDummy | ||
DBModifs | global helper functions for DBModifiers | |
DBSeqnce | DBSequences are used to group DBMappers and DBActions and run them in sequence together with refreshing DBFunctions and executing them in transaction brackets | |
DBSheetConfig | Helper module for easier manipulation of DBSheet definition | |
DBSheetCreateForm | Form for defining/creating DBSheet definitions | |
DBSheetDefRow | DataRow Class for DBSheetDefTable | |
DBSheetDefTable | DataTable Class for filling DBSheetCols DataGridView | |
EditDBModifDef | Dialog used to display and edit the CustomXMLPart utilized for storing the DBModif definitions, and the three parts of DBAddin settings (Addin level, user and central) | |
Functions | Contains the public callable DB functions and helper functions | |
Globals | Global functions for DB Addin | |
Logging | Logging variables and functions for DB Addin | |
MenuHandler | handles all Menu related aspects (context menu for building/refreshing, "DBAddin"/"Load Config" tree menu for retrieving stored configuration files, etc.) | |
MenuHandlerGlobals | global ribbon variable and procedures for MenuHandler | |
SettingsTools | Global setting variables/functions and repairLegacyFunctions and checkpurgeNames tools |