A basic question about constants
- From: Richard <grin@xxxxxxxx>
- Date: Sat, 23 Jul 2005 10:12:11 +0200
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?
Thanks in advance for your answers.
Richard .
- Follow-Ups:
- Re: A basic question about constants
- From: Sebastian Scheid
- Re: A basic question about constants
- From: John B. Matthews
- Re: A basic question about constants
- Prev by Date: loading an XML file
- Next by Date: Re: Installed JDK on Windows XP, no javac?
- Previous by thread: loading an XML file
- Next by thread: Re: A basic question about constants
- Index(es):
Relevant Pages
|
|