ArqFunctionFactory Class |
Namespace: VDS.RDF.Query.Expressions
The ArqFunctionFactory type exposes the following members.
Name | Description | |
---|---|---|
ArqFunctionFactory | Initializes a new instance of the ArqFunctionFactory class |
Name | Description | |
---|---|---|
AvailableExtensionAggregates |
Gets the Extension Aggregate URIs supported by this Factory.
| |
AvailableExtensionFunctions |
Gets the Extension Function URIs supported by this Factory.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryCreateExpression |
Tries to create an ARQ Function expression if the function Uri correseponds to a supported ARQ Function.
|
Name | Description | |
---|---|---|
ArqFunctionsNamespace |
ARQ Function Namespace.
| |
BNode |
Constants for ARQ Graph functions.
| |
E |
Constants for ARQ Numeric functions.
| |
LocalName |
Constants for ARQ Graph functions.
| |
Max |
Constants for ARQ Numeric functions.
| |
Min |
Constants for ARQ Numeric functions.
| |
Namespace |
Constants for ARQ Graph functions.
| |
Now |
Constants for ARQ Miscellaneous functions.
| |
Pi |
Constants for ARQ Numeric functions.
| |
Sha1Sum |
Constants for ARQ Miscellaneous functions.
| |
StrJoin |
Constants for ARQ String functions.
| |
Substr |
Constants for ARQ String functions.
| |
Substring |
Constants for ARQ String functions.
|
Designed to help provide feature parity with the ARQ query engine contained in Jena.