Skip to content

Conversation

@Nikitapaliwal123
Copy link
Contributor

@Nikitapaliwal123 Nikitapaliwal123 commented Apr 5, 2023

int sqlType = metadata.getColumnType(index);
boolean isSigned = metadata.isSigned(index);
int precision = metadata.getPrecision(index);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment here about the use cases you are handling here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add more details.

@MrRahulSharma
Copy link
Contributor

MrRahulSharma commented Apr 5, 2023

Please add the JIRA ticket link in the description
.

Copy link
Contributor

@MrRahulSharma MrRahulSharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Nikitapaliwal123 Nikitapaliwal123 merged commit 765a7f1 into develop Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants