| |
|
| java.lang.Object org.mandarax.xkb.framework.GenericDriver org.mandarax.xkb.framework.XKBDriver_2_0
XKBDriver_2_0 | public class XKBDriver_2_0 extends GenericDriver (Code) | | Default driver. We keep a version name in the class name since we will maintain
drivers in order to migrate data between drivers. Support for the following features has been added:
negation is rule bodies (negation as failure)
close connection property in SQLClauseSet and SQLFunction
additional properties in clause sets and queries
author: Jens Dietrich version: 3.4 <7 March 05> since: 2.0 |
Method Summary | |
public String | getName() Get the name of the driver. | protected void | initialize() Initialize the object. | public boolean | supportsNegationAsFailure() Indicates whether the driver (and the underlying xml format (=dtd))
supports negation as failure. | public boolean | supportsQueries() Indicates whether the driver (and the underlying xml format (=dtd))
supports queries. |
XKBDriver_2_0 | public XKBDriver_2_0()(Code) | | Constructor.
|
getName | public String getName()(Code) | | Get the name of the driver.
a text |
initialize | protected void initialize()(Code) | | Initialize the object.
|
supportsNegationAsFailure | public boolean supportsNegationAsFailure()(Code) | | Indicates whether the driver (and the underlying xml format (=dtd))
supports negation as failure.
a boolean |
supportsQueries | public boolean supportsQueries()(Code) | | Indicates whether the driver (and the underlying xml format (=dtd))
supports queries.
a boolean |
|
|
|