Uses of Interface
com._1c.g5.v8.dt.ql.model.UnresolvedDbView
-
Packages that use UnresolvedDbView Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util -
-
Uses of UnresolvedDbView in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return UnresolvedDbView Modifier and Type Method Description UnresolvedDbView
QlFactory. createUnresolvedDbView()
Returns a new object of class 'Unresolved Db View'. -
Uses of UnresolvedDbView in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement UnresolvedDbView Modifier and Type Class Description class
UnresolvedDbViewImpl
An implementation of the model object 'Unresolved Db View'.Methods in com._1c.g5.v8.dt.ql.model.impl that return UnresolvedDbView Modifier and Type Method Description UnresolvedDbView
QlFactoryImpl. createUnresolvedDbView()
-
Uses of UnresolvedDbView in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type UnresolvedDbView Modifier and Type Method Description T
QlSwitch. caseUnresolvedDbView(UnresolvedDbView object)
Returns the result of interpreting the object as an instance of 'Unresolved Db View'.
-