Re: A basic question about constants
- From: "Sebastian Scheid" <mynewsgroup@xxxxxx>
- Date: Sat, 23 Jul 2005 23:16:48 +0200
"Richard" <grin@xxxxxxxx> schrieb im Newsbeitrag
news:42e1fbdb$0$29943$636a15ce@xxxxxxxxxxxxxxx
> Hello,
>
> An extract from the javadoc of javax.sql.rowset.CachedRowSet (an
> interface):
> ---
> COMMIT_ON_ACCEPT_CHANGES
>
> static final boolean COMMIT_ON_ACCEPT_CHANGES
>
> Causes the CachedRowSet object's SyncProvider to commit the changes when
> acceptChanges() is called. If set to false, the changes will not be
> committed until one of the CachedRowSet interface transaction methods is
> called.
>
> See Also:
> commit(), rollback(), Constant Field Values
> ---
>
> My basic question is: how is it possible to change the value of a constant
> defined in an interface?
The interface is in the SDK since 5.0 I think. And in 5.0 the field is not
final in the sources as well as in the api-doc. What lib with the interface
are you using?
Regards
Sebastian
.
- Follow-Ups:
- Re: A basic question about constants. A final field that is not final?
- From: Richard
- Re: A basic question about constants
- From: Dale King
- Re: A basic question about constants. A final field that is not final?
- References:
- A basic question about constants
- From: Richard
- A basic question about constants
- Prev by Date: Re: A basic question about constants
- Next by Date: parsing XML files with SAX
- Previous by thread: Re: A basic question about constants
- Next by thread: Re: A basic question about constants
- Index(es):
Relevant Pages
|
|