[
https://issues.apache.org/jira/browse/DERBY-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497789
]
Knut Anders Hatlen commented on DERBY-2247:
-------------------------------------------
> Are you suggesting to signature change from public StorageFile
> createTemporaryFile (String, String) to public java.io.File
> createTemporaryFile (String, String) ?
No, I didn't notice the difference in signatures. It should still
return StorageFile, so the method would look something like this:
public StorageFile createTemporaryFile(String prefix, String suffix)
throws IOException
{
return newStorageFile(File.createTempFile(
prefix, suffix, new File(getTempDir().getPath())).getPath());
}
> provide set methods for blob in embeded driver
> ----------------------------------------------
>
> Key: DERBY-2247
> URL: https://issues.apache.org/jira/browse/DERBY-2247
> Project: Derby
> Issue Type: Sub-task
> Components: JDBC
> Environment: all
> Reporter: Anurag Shekhar
> Assigned To: Anurag Shekhar
> Priority: Minor
> Attachments: derby-2247-followup.diff, derby-2247-followup2.diff,
> derby-2247-followup2.diff, derby-2247-v3-usingStoreFactory.diff,
> derby-2247-v4-usingStoreFactory.diff, derby-2247.diff,
> derby-2247v2-using_StoreFactory.diff
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.