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:18:38 UTC

[Db-derby Wiki] Trivial Update of "LanguageSystem" 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/LanguageSystem

------------------------------------------------------------------------------
  
  == JDBC Hookup ==
  
- === !java.sql.Statement ===
+ === java.sql.Statement ===
  
  For the lifetime of the execution, either until the ResultSet is closed, or the executeUpdate() call returns the Statement has a one-to-one relationship with an single use Activation. Once the statement is complete the activation will be closed.