Package com._1c.g5.v8.dt.ql.model
Interface SinglePartQuerySchemaTable
-
- All Superinterfaces:
AbstractQuerySchemaTable
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SinglePartQuerySchemaTableImpl
public interface SinglePartQuerySchemaTable extends AbstractQuerySchemaTable
A representation of the model object 'Single Part Query Schema Table'.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullTableName()
-
Methods inherited from interface com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaTable
getComputeDbView, getTableDbView, getTableName, setComputeDbView, setTableDbView, setTableName
-
-
-
-
Method Detail
-
getFullTableName
String getFullTableName()
- Specified by:
getFullTableName
in interfaceAbstractQuerySchemaTable
-
-