Hello, you are not logged in.  Login or sign up
Toad on Twitter Follow Toad Search Toad World Search
Blogger List   

All Recent Blog Entries
 

Johannes Ahrends
Unicode and Toad

Ben Boise
Toad SC Discussions

Kevin Dalton
Benchmark Factory

Steven Feuerstein
PL/SQL Obsession

Devin Gallagher
Toad SC discussions

Stuart Hodgins
JProbe Discussions

  Henrik "Mauritz" Johnson
Toad Tips & Tricks on the "other" Toads
  Mark Kurtz
Toad SC discussions
  Michael Lumbard
Toad SC discussions
Daniel Norwood
Toad for Data Analysts,
Toad Extension for Visual Studio
Debbie Peabody
Toad for Data Analysts
Gary Piper
Toad Reports Manager
John Pocknell
Toad for Oracle, JProbe
Kuljit Sangha
Toad SC discussions
Bert Scalzo Indicates Oracle ACE status
Toad for Oracle, Data Modeling, Benchmarking
Jeff Smith
Toad product family
Richard To
SQL Optimization
Jim Wankowski
DB2 - LUW and z/OS
John Weathington
  Toad World Editor
Toad World issues

  Toad Data Modeler Opens in a new window
Data Modeling
 
  Real Automated Code Testing for Oracle
Quest Code Tester blog

Blogs
Toad and Database Commentaries

Toad World blogs are a mix of insightful how-tos from Quest experts as well as their commentary on experiences with new database technologies.  Have some views of your own to share?  Post your comments!  Note:  Comments are restricted to registered Toad World users.

Do you have a topic that you'd like discussed?  We'd love to hear from you.  Send us your idea for a blog topic.

Toad nomenclature
 
Location: Blogs Henrik "Mauritz" Johnson's Blog    
 Mauritz Monday, October 20, 2008 12:06 PM

We have a bunch of terms referring to different aspects of the Toad application internally and I thought I would share some with you because it's not that uncommon that it slips out in the Yahoo Boards when we talk about it so why not just go through them and explain them.

ActionRefers to any toolbar or menu item. The name action comes from the internal name from these through the plugin interface.
AssemblyThis is actually a .Net term that refers to a loadable chunk of code (Basically a dll file if you are used to normal Windows programming).
CoreThis refers to the part of the application that is shared between all products of the .Net Toads.
Database ConnectionWe use this term to refer to an actual connection to a database (In difference to a toad connection).
DOEDocument object editor. The window that is used to create or alter an object.
DOVDocument object viewer. The control that describes a specific object either in the RHS or the Object Details.
FacilityThis is an abstract representation of functionality that a plugin can provide to the core to extend it's functionality. Examples of facilities are version control provider, connection providers and support for file types.
LHSLeft hand side of the database browser. Also refers to the entire content of the Object Explorer.
Object PaletteUsed to be the name of the Object Explorer and some of us have a hard time learning the new name.
PluginA non core part of Toad. Plugins can extend functionality of the code by providing actions and facilities.
ProviderA provider is a facility that facilitates connections to databases. For instance the MySQL provider gives Toad the ability to connect to a MySQL database.
QP5The parser that Toad uses to parse SQL. The acronym stands for Quest Parser 5. This is a really cool piece of code that a team in Belgium is developing. It is used in several different Quest products.
RHSRight hand side of the database browser. Also the document containing the details for the Object Explorer. Contains a DOV.
Toad ConnectionWe use this term to refer to the one connection that the user has made to a database. This differs from a database connection which is an actual connection to the database. One toad connection can be represented by one or more database connections. I'm going to write a separate entry all about connection and transaction handling in Toad at some point because that is complicated enough for it's own article.
TDAToad for Data Analysis, our short hand acronym to refer to this specific product.
TRLToad Resource Locator. This is the way we pass around information about database objects between different parts of the application. Basically they are a string that uniquely identifies one database object in one database.
Permalink |  Trackback
Search Blog Entries
 
Copyright 2010 by Quest Software  | Terms Of Use | Privacy Statement | Contact Us