Package com._1c.g5.v8.dt.ql.model.dbview
Interface IDbViewVirtualFieldComputer
-
public interface IDbViewVirtualFieldComputerInterface for computing fields of virtual table (seeSelectDbView) by list of parametersQuerySchemaTableParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends DbViewElement>getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters)Computes fields for virtual table by list of parametersQuerySchemaTableParameter
-
-
-
Method Detail
-
getVirtualFields
List<? extends DbViewElement> getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters)
Computes fields for virtual table by list of parametersQuerySchemaTableParameter- Parameters:
virtualTable- current virtual table, can't benullparameters- list ofQuerySchemaTableParameter- Returns:
- list of computed fields. You should always return empty list if errors was detected.
Return results can't benull
-
-