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 QuerySchema
DcsDataSetInfoV8LocalQuery. 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 QuerySchema
DcsUtil. getQuerySchema(String queryString, IDtProject project)
CreateQuerySchema
by 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 String
DynamicListAttributeService. 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 aQuerySchema
model -
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 QuerySchema
PrintWizard. 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 boolean
PrintWizardParser. 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.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchema Modifier and Type Method Description QuerySchema
QlFactory. 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 class
QuerySchemaImpl
An 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 QuerySchema
QlFactoryImpl. 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 T
QlSwitch. 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.QlParametersInfo
QlParametersFinder. find(QuerySchema schema)
FindsParameterExpression
inQuerySchema
-
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 void
QlValidator. checkALotSemicolons(QuerySchema schema)
void
QlValidator. checkParameters(QuerySchema schema)
void
QlValidator. 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 QuerySchema
QueryWizard. 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 QuerySchema
QuerySchemaBuilder. buildQuerySchema(String query)
Build query schema from text queryQuerySchema
QuerySchemaBuilder. buildQuerySchema(String query, boolean validateQuerySchema, org.eclipse.core.resources.IProject project)
Build query schema from text queryQuerySchema
QueryWizardSource. getQuerySchema()
Return query schema.QuerySchema
QueryWizardSource. 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 String
QuerySchemaBuilder. getFormatedQueryText(QuerySchema querySchema)
Get formated query text for query schema.String
QuerySchemaBuilder. getQueryText(QuerySchema querySchema)
Get text for query schema without validationvoid
QueryWizardSource. setQuerySchema(QuerySchema querySchema)
Set query schemavoid
QueryWizardSource. setQuerySchema(QuerySchema querySchema, boolean addEditAdapter)
Set query schemavoid
QueryWizardSource. 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)
-