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
3852a614
Commit
3852a614
authored
8 years ago
by
gmantele
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #25 from olebole/remove-tap-ref
Remove import of tap.data.DataReadException in adql.
parents
7ca76c66
c1c69eb4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/adql/translator/JDBCTranslator.java
+1
-2
1 addition, 2 deletions
src/adql/translator/JDBCTranslator.java
with
1 addition
and
2 deletions
src/adql/translator/JDBCTranslator.java
+
1
−
2
View file @
3852a614
...
...
@@ -77,7 +77,6 @@ import adql.query.operand.function.geometry.IntersectsFunction;
import
adql.query.operand.function.geometry.PointFunction
;
import
adql.query.operand.function.geometry.PolygonFunction
;
import
adql.query.operand.function.geometry.RegionFunction
;
import
tap.data.DataReadException
;
/**
* <p>Implementation of {@link ADQLTranslator} which translates ADQL queries in SQL queries.</p>
...
...
@@ -886,7 +885,7 @@ public abstract class JDBCTranslator implements ADQLTranslator {
* {@link #convertTypeFromDB(int, String, String, String[])}. So the value should always
* be of the expected type and format. However, if it turns out that the type is wrong
* and that the conversion is finally impossible, this function SHOULD throw a
* {@link DataReadException}.
* {@link
tap.data.
DataReadException}.
* </i></p>
*
* @param jdbcColValue A JDBC column value (returned by ResultSet.getObject(int)).
...
...
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