Home | History | Annotate | Download | only in db

Lines Matching defs:fSQL

57     private SQL_Results fSQL;
180 return getDefault().fSQL != null;
362 } else if (fgDefault.fSQL == null) {
889 this.fSQL = new SQL_Results(this.fConnection);
903 if (this.fSQL != null) {
905 this.fSQL.dispose();
909 this.fSQL = null;
947 return this.fSQL;
954 if (this.fSQL == null) return;
961 result = this.fSQL.queryAllComments();
994 if (this.fSQL == null) return;
1006 result = this.fSQL.queryAllVariations(configPattern);
1035 if (this.fSQL == null) return null;
1046 result = this.fSQL.queryBuildAllScenarios(scenarioPattern);
1048 result = this.fSQL.queryBuildScenarios(scenarioPattern, buildName);
1082 if (this.fSQL == null) return;
1093 ? this.fSQL.queryScenarioDataPoints(configPattern, scenarioResults.getId())
1094 : this.fSQL.queryScenarioBuildDataPoints(configPattern, scenarioResults.getId(), buildName);
1104 ResultSet rs2 = this.fSQL.queryDimScalars(dp_id);
1131 if (this.fSQL == null) return;
1141 result = this.fSQL.queryScenarioSummaries(scenarioID, config, builds);