database - apache derby termporary table accessible to multiple connections? -


apache derby allows creation of global temporary tables, appears these tables accessible connection/session created temporary table.

our system uses connection pooling, , there no guarantee the next query use same connection. there anyway define temporary table "global" in sense accessible connections database?

the docs state : "the declare global temporary table statement defines temporary table current connection."

it not clear "global" means in context. link docs : https://db.apache.org/derby/docs/10.2/ref/rrefdeclaretemptable.html


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -