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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColumnDescription()
Get the column description for creation.String
getViewDescription()
Get the view description for the view mapping.List<ValuedQueryParameter>
getViewParameters()
Get the parameters
-
-
-
Method Detail
-
getColumnDescription
String getColumnDescription()
Get the column description for creation.- Returns:
- The column description
-
getViewDescription
String getViewDescription()
Get the view description for the view mapping.- Returns:
- The column description for a view
-
getViewParameters
List<ValuedQueryParameter> getViewParameters()
Get the parameters- Returns:
- the parameters to create the view
-
-