You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2005/11/29 22:31:36 UTC

[Db-derby Wiki] Update of "LanguageBind" by DanDebrunner

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by DanDebrunner:
http://wiki.apache.org/db-derby/LanguageBind

New page:
= Derby SQL Language Binding =

The bind phase traverses the query tree, verifies existence and validity of tables etc. and adds information/nodes to the tree.

Looks up catalog table, data dictionary, entries cached.

Onto Optimize phase: LanguageOptimize