The system does not expect code outside of store to get at the
storage factory. One can use the store interfaces to create
temporary tables which may help. The current language system
uses these temporary tables in the case of bulk deferred updates.
Anurag Shekhar wrote:
Hi
I am trying to implement set methods for blob and clob in embedded
driver (derby-1341).
I plan to use tmp file system as temporary storage in case user pushes
in data more than
MAX_BUF.
can some some one point me to right doc where I should be looking for
this information ?
I know that Storage service is registered with Monitor but I am not able
to locate a way to get the service
from it.
I have outlined the approach I plan to take in the jira
(http://issues.apache.org/jira/browse/DERBY-1341). It will be great if
some one takes a look and comments if I am doing things right or not.
thanks
anurag