| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sql.exprs2 | |
| org.aksw.sparqlify.core.cast | |
| org.aksw.sparqlify.core.datatypes |
| Modifier and Type | Method and Description |
|---|---|
XMethod |
S_Method.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static S_Method |
S_Method.create(XMethod method,
List<SqlExpr> args) |
| Constructor and Description |
|---|
S_Method(XMethod method,
List<SqlExpr> args) |
| Modifier and Type | Method and Description |
|---|---|
Collection<XMethod> |
SqlFunctionCollection.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlFunctionCollection.add(XMethod method) |
void |
TypeSystemImpl.registerCoercion(XMethod method)
Deprecated.
|
void |
TypeSystem.registerCoercion(XMethod method)
Deprecated.
|
void |
TypeSystemImpl.registerSqlFunction(XMethod sqlFunction) |
void |
TypeSystem.registerSqlFunction(XMethod sqlFunction)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlMethodCandidate |
SqlMethodCollectionUtils.lookupMethod(TypeSystem typeSystem,
Collection<XMethod> candidates,
List<TypeToken> argTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMethodImpl |
| Modifier and Type | Method and Description |
|---|---|
static XMethod |
XMethodImpl.create(TypeSystem datatypeSystem,
String name,
MethodSignature<TypeToken> signature) |
static XMethod |
XMethodImpl.createFromMethod(String name,
TypeSystem datatypeSystem,
Object object,
Method method) |
XMethod |
TypeDistance.getCoercion() |
XMethod |
SqlMethodCandidate.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static Map<XMethod,TypeDistance[]> |
DatatypeSystemCustom.findMethodCandidates(Collection<XMethod> candidates,
org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions,
XClass... typeSignature) |
static Map<XMethod,Integer[]> |
DatatypeSystemCustom.findMethodCandidates(Collection<XMethod> candidates,
XClass... typeSignature) |
List<XMethod> |
SqlMethodCandidate.getArgCoercions() |
Collection<XMethod> |
SparqlFunction.getSqlMethods()
Deprecated.
|
Collection<XMethod> |
SparqlFunctionImpl.getSqlMethods()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeSystemCustom.registerCoercion(XMethod method) |
void |
TypeSystem.registerCoercion(XMethod method) |
void |
DatatypeSystemCustom.registerSqlFunction(String sparqlFunctionName,
XMethod method) |
void |
TypeSystem.registerSqlFunction(String sparqlFunctionName,
XMethod sqlFunction) |
| Modifier and Type | Method and Description |
|---|---|
static Map<XMethod,TypeDistance[]> |
DatatypeSystemCustom.findMethodCandidates(Collection<XMethod> candidates,
org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions,
XClass... typeSignature) |
static Map<XMethod,Integer[]> |
DatatypeSystemCustom.findMethodCandidates(Collection<XMethod> candidates,
XClass... typeSignature) |
SqlMethodCandidate |
DatatypeSystemCustom.lookupMethod(Collection<XMethod> candidates,
List<TypeToken> argTypes) |
| Constructor and Description |
|---|
SqlMethodCandidate(XMethod method,
List<XMethod> argCoercions) |
TypeDistance(Integer inheritanceDepth,
XMethod coercion) |
| Constructor and Description |
|---|
SqlMethodCandidate(XMethod method,
List<XMethod> argCoercions) |
Copyright © 2013. All Rights Reserved.