| Package | Description |
|---|---|
| org.quattor.pan.dml.data |
Provides data elements for the Data Manipulation Language (DML).
|
| org.quattor.pan.dml.operators |
Contains classes that implement all of the pan language operators.
|
| Modifier and Type | Method and Description |
|---|---|
static LongProperty |
LongProperty.getInstance(long value) |
static LongProperty |
LongProperty.getInstance(Long value) |
static LongProperty |
LongProperty.getInstance(String value) |
| Modifier and Type | Method and Description |
|---|---|
static Element |
BitXOR.execute(LongProperty a,
LongProperty b) |
static Element |
Mod.execute(SourceRange sourceRange,
LongProperty a,
LongProperty b) |
Copyright © 2014 Quattor. All Rights Reserved.