Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL: Implement conversion methods for JdbcPreparedStatement #31493

Closed
astefan opened this issue Jun 21, 2018 · 1 comment
Closed

SQL: Implement conversion methods for JdbcPreparedStatement #31493

astefan opened this issue Jun 21, 2018 · 1 comment
Assignees
Labels
:Analytics/SQL SQL querying

Comments

@astefan
Copy link
Contributor

astefan commented Jun 21, 2018

JdbcPreparedStatement is all about setting different value types for parameters in a parameterized SQL query. Specific methods set a specific type of parameter (setByte, setTimestamp) while a couple of them deal with a generic Objects and the code needs to handle all the possible value types accordingly.

@astefan astefan added the :Analytics/SQL SQL querying label Jun 21, 2018
@astefan astefan self-assigned this Jun 21, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search-aggs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/SQL SQL querying
Projects
None yet
Development

No branches or pull requests

2 participants