[
https://issues.apache.org/jira/browse/DERBY-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980919#action_12980919
]
Kim Haase commented on DERBY-4691:
----------------------------------
SYSCOLUMNS.COLUMNDEFAULT is of type java.io.Serializable, which is part of the
public API for Java SE.
But SYSCOLPERMS.COLUMNS is of type
org.apache.derby.iapi.services.io.FormatableBitSet, which certainly is not part
of the public API.
There's a lot of inconsistency in how these are formatted throughout this
section -- I could fix that too. Good job for a snowy day.
> The Reference Guide should say that SYSCOLPERMS.COLUMNS and
> SYSCOLUMNS.COLUMNDEFAULT are not part of Derby's public api
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-4691
> URL: https://issues.apache.org/jira/browse/DERBY-4691
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.6.1.0
> Reporter: Rick Hillegas
> Assignee: Kim Haase
>
> For most of the object types in the Derby catalogs, the Reference Guide
> states: "This class is not part of the public API." This disclaimer is
> missing for SYSCOLPERMS.COLUMNS and SYSCOLUMNS.COLUMNDEFAULT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.