{{theTime}}

Search This Blog

Total Pageviews

How to create Scrollable ResultSet?

How to create Scrollable ResultSet?

Use ResultSetType Constant in createStatement(), prepareStatement() or prepareCall()
TYPE_FORWARD_ONLY -- Forward only scrollable, update-insensitive
TYPE_SCROLL_INSENSITIVE -- Bi-directionally scrollable, update-insensitive
TYPE_SCROLL_SENSITIVE -- Bi-directionally scrollable, update-sensitive.

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...