net.sf.nxqd.xmldb
Class NxqdXUpdateQueryService

java.lang.Object
  extended by net.sf.nxqd.xmldb.NxqdService
      extended by net.sf.nxqd.xmldb.NxqdXUpdateQueryService
All Implemented Interfaces:
Configurable, Service, XUpdateQueryService

public class NxqdXUpdateQueryService
extends NxqdService
implements XUpdateQueryService

The class NxqdXUpdateQueryService is an implemenation of org.xmldb.api.modules.XUpdateQueryService.

Version:
1.0
Author:
webhiker
See Also:
XUpdateQueryService

Field Summary
 
Fields inherited from class net.sf.nxqd.xmldb.NxqdService
NAME, VERSION
 
Constructor Summary
NxqdXUpdateQueryService()
           
 
Method Summary
 long update(String commands)
           
 long updateResource(String id, String commands)
           
 
Methods inherited from class net.sf.nxqd.xmldb.NxqdService
getName, getProperty, getVersion, keys, removeProperty, setCollection, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Constructor Detail

NxqdXUpdateQueryService

public NxqdXUpdateQueryService()
Method Detail

update

public long update(String commands)
            throws XMLDBException
Specified by:
update in interface XUpdateQueryService
Throws:
XMLDBException
See Also:
XUpdateQueryService.update(java.lang.String)

updateResource

public long updateResource(String id,
                           String commands)
                    throws XMLDBException
Specified by:
updateResource in interface XUpdateQueryService
Throws:
XMLDBException
See Also:
XUpdateQueryService.update(java.lang.String)


Copyright © 2005-2006 nxqd. All Rights Reserved.