Package com.sap.cds.jdbc.spi
Interface SqlMapping
public interface SqlMapping
This class is associated with an underlying structured type and provides the
mapping of the type and its elements to table and column names.
Provides the mapping of the elements of an underlying structured type.
-
Method Summary
Modifier and TypeMethodDescriptioncolumnLikeAlias(CdsElement element) columnName(CqnElementRef ref) columnName(CdsElement element) columnName(String elementName) columnName(Stream<? extends CqnReference.Segment> segments) cteName()delimitedCasing(String undelimited) plainTableName(String qualifiedEntityName)
-
Method Details
-
tableName
String tableName() -
localizedViewName
String localizedViewName() -
plainTableName
-
columnName
-
columnName
-
columnName
-
columnName
-
jsonObjectPath
-
getRowType
CdsStructuredType getRowType() -
delimitedCasing
-
columnLikeAlias
-
cteName
String cteName()
-