Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchema
-
-
Uses of QuerySchema in com._1c.g5.v8.dt.dcs
Methods in com._1c.g5.v8.dt.dcs that return QuerySchema Modifier and Type Method Description QuerySchemaDcsDataSetInfoV8LocalQuery. getQueryScheme() -
Uses of QuerySchema in com._1c.g5.v8.dt.dcs.util
Methods in com._1c.g5.v8.dt.dcs.util that return QuerySchema Modifier and Type Method Description static QuerySchemaDcsUtil. getQuerySchema(String queryString, IDtProject project)CreateQuerySchemaby query string -
Uses of QuerySchema in com._1c.g5.v8.dt.form.service
Methods in com._1c.g5.v8.dt.form.service with parameters of type QuerySchema Modifier and Type Method Description static StringDynamicListAttributeService. addStandardFields(QuerySchema schema, String baseQuery, DbViewDef mainTable, IDtProject dtProject, ScriptVariant scriptVariant)Adds standard fields to exiting query for dynamic list from main tablestatic Set<DbViewDef>DynamicListAttributeService. findPotentialMainTables(QuerySchema schema)The method search a potential main tables in aQuerySchemamodel -
Uses of QuerySchema in com._1c.g5.v8.dt.pw.ui
Methods in com._1c.g5.v8.dt.pw.ui that return QuerySchema Modifier and Type Method Description QuerySchemaPrintWizard. getDefaultQuerySchema()Get default query -
Uses of QuerySchema in com._1c.g5.v8.dt.pw.ui.builders
Methods in com._1c.g5.v8.dt.pw.ui.builders with parameters of type QuerySchema Modifier and Type Method Description static booleanPrintWizardParser. compareQueries(String defaultQuery, QuerySchema defaultQuerySchema, String query, QuerySchema querySchema, org.eclipse.core.resources.IProject poject)Compare queries for print wizard -
Uses of QuerySchema in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type QuerySchema Modifier and Type Method Description static voidQlUtil. cleanUpQueryCache(QuerySchema object)Clean up query cache than may holds reference to the query schema objects. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.dcs.resource
Methods in com._1c.g5.v8.dt.ql.dcs.resource that return QuerySchema Modifier and Type Method Description QuerySchemaIDependentQuerySchemaProvider. getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, BiFunction<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature,String> textProvider, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets theQuerySchemamodel by the source object and it's text feature provided.QuerySchemaIDependentQuerySchemaProvider. getQuerySchema(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EStructuralFeature textFeature, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets theQuerySchemamodel by the source object and it's text feature.Methods in com._1c.g5.v8.dt.ql.dcs.resource with parameters of type QuerySchema Modifier and Type Method Description org.eclipse.emf.ecore.EObjectIDependentQuerySchemaProvider. getParent(QuerySchema dependent)Gets the parent object of theQuerySchemamodel object.org.eclipse.emf.ecore.EStructuralFeatureIDependentQuerySchemaProvider. getParentFeature(QuerySchema dependent)Gets the parent containing text feature of theQuerySchemamodel object.voidIDependentQuerySchemaProvider. unload(QuerySchema root)Explicitly unloadQuerySchemamodel object from resource and remove linkage to the parent object. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchema Modifier and Type Method Description QuerySchemaQlFactory. createQuerySchema()Returns a new object of class 'Query Schema'. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchema Modifier and Type Class Description classQuerySchemaImplAn implementation of the model object 'Query Schema'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchema Modifier and Type Method Description QuerySchemaQlFactoryImpl. createQuerySchema() -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchema Modifier and Type Method Description TQlSwitch. caseQuerySchema(QuerySchema object)Returns the result of interpreting the object as an instance of 'Query Schema'. -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.resource
Methods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchema Modifier and Type Method Description QlParametersFinder.QlParametersInfoQlParametersFinder. find(QuerySchema schema)FindsParameterExpressioninQuerySchema -
Uses of QuerySchema in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchema Modifier and Type Method Description voidQlValidator. checkALotSemicolons(QuerySchema schema)voidQlValidator. checkParameters(QuerySchema schema)voidQlValidator. checkTempTableQuery(QuerySchema queries) -
Uses of QuerySchema in com._1c.g5.v8.dt.qw.ui
Methods in com._1c.g5.v8.dt.qw.ui that return QuerySchema Modifier and Type Method Description QuerySchemaQueryWizard. getQuerySchema()Get current query schema -
Uses of QuerySchema in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return QuerySchema Modifier and Type Method Description QuerySchemaQuerySchemaBuilder. buildQuerySchema(String query)Build query schema from text queryQuerySchemaQuerySchemaBuilder. buildQuerySchema(String query, boolean validateQuerySchema, org.eclipse.core.resources.IProject project)Build query schema from text queryQuerySchemaQueryWizardSource. getQuerySchema()Return query schema.QuerySchemaQueryWizardSource. getTempQuerySchema(org.eclipse.core.resources.IProject project)Get temporary query schemaMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchema Modifier and Type Method Description StringQuerySchemaBuilder. getFormatedQueryText(QuerySchema querySchema)Get formated query text for query schema.StringQuerySchemaBuilder. getQueryText(QuerySchema querySchema)Get text for query schema without validationvoidQueryWizardSource. setQuerySchema(QuerySchema querySchema)Set query schemavoidQueryWizardSource. setQuerySchema(QuerySchema querySchema, boolean addEditAdapter)Set query schemavoidQueryWizardSource. setQuerySchemaByCopy(QuerySchema querySchema)Set query schema by copyConstructors in com._1c.g5.v8.dt.qw.ui.utils with parameters of type QuerySchema Constructor Description QueryWizardSource(QuerySchema querySchema, org.eclipse.core.resources.IProject project)
-