SSQLE  1.0
Simple SQL Editor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CSSQLE.ColorExtensionsExtension and support methods for manipulating with Color structure.
 CException
 CSSQLE.SettingsLoadExceptionException, that is thrown when Settings can's be validated. See documentation of settings.xsd on main page.
 CSSQLE.SettingsSaveExceptionException, that is thrown when Settings can's be saved.
 CForm
 CSSQLE.ConnectionManagerClass representing a manager for connections in SQL editor.
 CSSQLE.EditorClass representing an SQL Editor with input, output and other features.
 CSSQLE.SaveQueryDialogSimple form representing a dialog window asking the user for name for the query to be saved. Once shown, it forbids the user to change the focus to it's parrent.
 CSSQLE.ICryptoInterface providing mechanism for textual encryption and decryption.
 CSSQLE.TrivialCryptoClass used for trivial enryption and decryption of passwords, that are stored in memory and/or in settings file.
 CIDisposable
 CSSQLE.IConnectionInterface providing facilities to connect to a relational database.
 CSSQLE.OracleConnectionImplementation of connection to Oracle database.
 CSSQLE.ILangIterface providing facilities for easier translation of the application to different language.
 CSSQLE.EnglishLangImplements textual strings in english language for this application. Does not provide strings for hardcoded items in GUI.
 CIList
 CSSQLE.CommandsHistoryClass representing a history of commands executed during the runtime.
 CSSQLE.Lang< T >Singleton class used to handle retrieval of LangStrings from T .
 CSSQLE.ConnectionManager.ProfilePathPairPair of profile name and profile path to be used in connections frop down list.
 CSSQLE.QueryResultClass, used to represent results from executed query by the database.
 CSSQLE.QueryResult.QueryResultBuilderClass used to visualise results of the query.
 CSSQLE.SettingsRepresents settings of single connection profile.
 CSSQLE.Settings.TextSettingsClass representing settings of text in highlighing component Scintilla.NET It allows to define Color, boldness and italics for the text.
 CSSQLE.Settings.XmlDocumentCreatorWrapper class around XmlDocument providing simple adding of Nodes and attributes to XmlDocument.