Interface SelectFromWhereSerializer.QuerySerialization
-
- All Known Implementing Classes:
DefaultSelectFromWhereSerializer.QuerySerializationImpl
- Enclosing interface:
- SelectFromWhereSerializer
public static interface SelectFromWhereSerializer.QuerySerialization
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Variable,QualifiedAttributeID>getColumnIDs()StringgetString()
-
-
-
Method Detail
-
getString
String getString()
-
getColumnIDs
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Variable,QualifiedAttributeID> getColumnIDs()
-
-