database - Can multiple queries be issued in same connection? -


can issue multiple queries in same connection or need issue them 1 query per connection ?

all database api's i've seen support multiple queries in same connection. in fact, it's practice keep connection around if have more queries soon.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -