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 SummaryAll 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- 
getVirtualFieldsList<? extends DbViewElement> getVirtualFields(DbViewSelectDef virtualTable, List<QuerySchemaTableParameter> parameters) Computes fields for virtual table by list of parametersQuerySchemaTableParameter- Parameters:
- virtualTable- current virtual table, can't be- null
- parameters- list of- QuerySchemaTableParameter
- Returns:
- list of computed fields. You should always return empty list if errors was detected. 
 Return results can't benull
 
 
- 
 
-