public interface SQLDialectAdapter
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getTrueTable()
Returns the name of special system table having one tuple only if the FROM clause is always required in the dialect
|
String |
nameTopVariable(String signatureVariable,
Set<String> sqlVariableNames)
Allows the SQL dialect adapter to put restrict on the name (e.g.
|
String |
render(it.unibz.inf.ontop.model.term.DBConstant constant) |
String |
sqlQuote(String name) |
String |
sqlSlice(long limit,
long offset) |
String sqlSlice(long limit, long offset)
Optional<String> getTrueTable()
String nameTopVariable(String signatureVariable, Set<String> sqlVariableNames)
String render(it.unibz.inf.ontop.model.term.DBConstant constant)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.