Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vollt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sonia Zorba
vollt
Commits
6ff57b41
Commit
6ff57b41
authored
11 years ago
by
gmantele
Browse files
Options
Downloads
Patches
Plain Diff
ADQL: Correct Javadoc links in DBChecker
parent
778dce24
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/adql/db/DBChecker.java
+2
-2
2 additions, 2 deletions
src/adql/db/DBChecker.java
with
2 additions
and
2 deletions
src/adql/db/DBChecker.java
+
2
−
2
View file @
6ff57b41
...
@@ -183,7 +183,7 @@ public class DBChecker implements QueryChecker {
...
@@ -183,7 +183,7 @@ public class DBChecker implements QueryChecker {
*
*
* @see #resolveTable(ADQLTable)
* @see #resolveTable(ADQLTable)
* @see #generateDBTable(ADQLQuery, String)
* @see #generateDBTable(ADQLQuery, String)
* @see #resolveColumn(ADQLColumn, SearchColumnList)
* @see #resolveColumn(ADQLColumn, SearchColumnList
, Stack
)
* @see #checkColumnReference(ColumnReference, ClauseSelect, SearchColumnList)
* @see #checkColumnReference(ColumnReference, ClauseSelect, SearchColumnList)
*/
*/
protected
void
check
(
final
ADQLQuery
query
,
Stack
<
SearchColumnList
>
fathersList
)
throws
UnresolvedIdentifiersException
{
protected
void
check
(
final
ADQLQuery
query
,
Stack
<
SearchColumnList
>
fathersList
)
throws
UnresolvedIdentifiersException
{
...
@@ -400,7 +400,7 @@ public class DBChecker implements QueryChecker {
...
@@ -400,7 +400,7 @@ public class DBChecker implements QueryChecker {
* or an {@link UnresolvedTableException} if its table reference can't be resolved.
* or an {@link UnresolvedTableException} if its table reference can't be resolved.
*
*
* @see ClauseSelect#searchByAlias(String)
* @see ClauseSelect#searchByAlias(String)
* @see #resolveColumn(ADQLColumn, SearchColumnList, S
earchColumnList
)
* @see #resolveColumn(ADQLColumn, SearchColumnList, S
tack
)
*/
*/
protected
DBColumn
checkColumnReference
(
final
ColumnReference
colRef
,
final
ClauseSelect
select
,
final
SearchColumnList
dbColumns
)
throws
ParseException
{
protected
DBColumn
checkColumnReference
(
final
ColumnReference
colRef
,
final
ClauseSelect
select
,
final
SearchColumnList
dbColumns
)
throws
ParseException
{
if
(
colRef
.
isIndex
()){
if
(
colRef
.
isIndex
()){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment