SSQLE  1.0
Simple SQL Editor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
Classes | Typedefs | Enumerations
Package SSQLE

Classes

class  ColorExtensions
 Extension and support methods for manipulating with Color structure. More...
 
class  CommandsHistory
 Class representing a history of commands executed during the runtime. More...
 
class  ConnectionManager
 Class representing a manager for connections in SQL editor. More...
 
class  Editor
 Class representing an SQL Editor with input, output and other features. More...
 
class  EnglishLang
 Implements textual strings in english language for this application. Does not provide strings for hardcoded items in GUI. More...
 
interface  IConnection
 Interface providing facilities to connect to a relational database. More...
 
interface  ICrypto
 Interface providing mechanism for textual encryption and decryption. More...
 
interface  ILang
 Iterface providing facilities for easier translation of the application to different language. More...
 
class  Lang< T >
 Singleton class used to handle retrieval of LangStrings from T . More...
 
class  OracleConnection
 Implementation of connection to Oracle database. More...
 
class  QueryResult
 Class, used to represent results from executed query by the database. More...
 
class  SaveQueryDialog
 Simple 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. More...
 
class  Settings
 Represents settings of single connection profile. More...
 
class  SettingsLoadException
 Exception, that is thrown when Settings can's be validated. See documentation of settings.xsd on main page. More...
 
class  SettingsSaveException
 Exception, that is thrown when Settings can's be saved. More...
 
class  TrivialCrypto
 Class used for trivial enryption and decryption of passwords, that are stored in memory and/or in settings file. More...
 

Typedefs

using OracleAccess = Oracle.ManagedDataAccess.Client
 

Enumerations

enum  LangStrings {
  LangStrings.Error, LangStrings.XmlLoadExceptionWellFormed, LangStrings.XmlLoadExceptionValid, LangStrings.NewUser,
  LangStrings.UpdateExistingUser, LangStrings.OverrideExistingUser, LangStrings.SaveSettingsException, LangStrings.InvalidConnectionName,
  LangStrings.InvalidConnectionHostname, LangStrings.InvalidConnectionSid, LangStrings.InvalidConnectionPort, LangStrings.ConnectionFailed,
  LangStrings.QueryNotExecuted, LangStrings.Elapsed, LangStrings.RecordsAffected, LangStrings.ExecutingQuery,
  LangStrings.SaveFile, LangStrings.CommaSeparatedValuesFilter, LangStrings.SqlFileFilter, LangStrings.FileSaved,
  LangStrings.DeleteUserProfile, LangStrings.CantSaveSettingsOnExit, LangStrings.SaveQueryInvalidIdentifier, LangStrings.QueryAlreadyExists,
  LangStrings.QueryNotFound
}
 Localization strings enumeration. More...
 

Typedef Documentation

typedef Oracle ManagedDataAccess Client SSQLE.OracleAccess

Enumeration Type Documentation

Localization strings enumeration.

Enumerator
Error 
XmlLoadExceptionWellFormed 
XmlLoadExceptionValid 
NewUser 
UpdateExistingUser 
OverrideExistingUser 
SaveSettingsException 
InvalidConnectionName 
InvalidConnectionHostname 
InvalidConnectionSid 
InvalidConnectionPort 
ConnectionFailed 
QueryNotExecuted 
Elapsed 
RecordsAffected 
ExecutingQuery 
SaveFile 
CommaSeparatedValuesFilter 
SqlFileFilter 
FileSaved 
DeleteUserProfile 
CantSaveSettingsOnExit 
SaveQueryInvalidIdentifier 
QueryAlreadyExists 
QueryNotFound