Package org.ametys.odf.ose.db.column
Interface Column
- All Known Implementing Classes:
DefaultColumn
,ForeignKeyColumn
,ScenarioIdColumn
,SourceIdColumn
public interface Column
Column in the database
-
Method Summary
Modifier and TypeMethodDescriptionGet the column description for creation.Get the view description for the view mapping.Get the parameters
-
Method Details
-
getColumnDescription
Get the column description for creation.- Returns:
- The column description
-
getViewDescription
Get the view description for the view mapping.- Returns:
- The column description for a view
-
getViewParameters
Get the parameters- Returns:
- the parameters to create the view
-