I have recently started looking at the Derby code. Can anyone please tell me ... where does the "Select" Query execution begin within Derby? i.e. I'm looking for any controller kind of java class in Derby code that receives the user submitted "SELECT" query and subsequently parse, execute, and return the resultsets to the user.
My intension is to understand the Derby's "SELECT" query execution model within code area. Any pointer will be appreciated. Thanks, SQ
