Interface Column
-
- All Known Implementing Classes:
Formula
,PhysicalColumn
public interface Column
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColumnExpression()
JdbcMapping
getJdbcMapping()
Table
getTable()
-
-
-
Method Detail
-
getColumnExpression
String getColumnExpression()
-
getTable
Table getTable()
-
getJdbcMapping
JdbcMapping getJdbcMapping()
-
-