| Package | Description |
|---|---|
| it.unibz.inf.ontop.model.term.functionsymbol.db | |
| it.unibz.inf.ontop.model.term.functionsymbol.db.impl |
| Modifier and Type | Method and Description |
|---|---|
DBConcatFunctionSymbol |
DBFunctionSymbolFactory.getDBConcatOperator(int arity)
arity must be
>= 2
No guarantee on the semantics (dialect-specific!). |
DBConcatFunctionSymbol |
DBFunctionSymbolFactory.getNullRejectingDBConcat(int arity)
arity must be
>= 2
Returns a function symbol that does NOT tolerate NULLs |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDBConcatFunctionSymbol |
class |
NullRejectingDBConcatFunctionSymbol |
class |
NullToleratingDBConcatFunctionSymbol |
| Modifier and Type | Method and Description |
|---|---|
DBConcatFunctionSymbol |
MockupDBFunctionSymbolFactory.getDBConcatOperator(int arity) |
DBConcatFunctionSymbol |
MockupDBFunctionSymbolFactory.getNullRejectingDBConcat(int arity) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.