Subject | Re: [Firebird-Java] Re: jdbc driver issue |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-10-21T19:06:14Z |
> I would expect that the result of that call is consistent with theThat's exactly how our JDBC driver behaves.
> return values of:
>
> supportsSchemasInDataManipulation()
> supportsSchemasInIndexDefinitions()
> supportsSchemasInPrivilegeDefinitions()
> supportsSchemasInProcedureCalls()
> supportsSchemasInTableDefinitions()
>
> If any of those methods return true, I would expect that getSchemas()
> returns at least one entry. If none of them return true, I would think
> returning nothing in getSchemas() is perfectly OK (although I do not
> have a real JDBC spec available only, the Javadocs).
Roman