jdbc tag

8 questions


1 answers
83 views
0
Slow Select PreparedStatement

Utilize JDBC in large amounts of data dataSlow select of PreparedStatement method (?Bind mode)SQL improvement or no binding mode?Retrieves the search results from the search criteria on the screen.You...

2 years ago

1 answers
154 views
0
How do I define when the constructor arguments and table column names do not match in Skinny-ORM?

Assume you have the following tables and classes:sqlcreate table `sample`.`member`(id serial, name varchar(64));class case class member (id: Long, hoge: String)I would like to map the name column of t...


1 answers
102 views
0
About updating on scala scaleikejdbc

We are developing at scala.I wanted to process CRUD with code created automatically by scalikejdbc.Only update statements are not allowed. object hoge extensions SQLSyntaxSupport [hoge] { def save(ent...


1 answers
97 views
0
How to use JDBC to join and store values in entity

I am currently learning JDBC for the first time.For example, if you run a select statement and create an entity class to store the returned values, I would like to ask you a question about how to do i...

2 years ago

1 answers
112 views
0
I have a question when I put the result value of the ResultSet in the list while using JDBC

I'd like to put the result value of ResultSet in VO format on the list called allEmployee.The values in the list index should be different, so I'm continuing to create instances. Wouldn't this be a pe...

2 years ago

1 answers
80 views
0
How do I access my MySQL database from Java?

How do I access my MySQL database from Java?

2 years ago

1 answers
113 views
0
This is a question about jdbc insert...

create table user(the gender varchar (2),the name varchar(5),ID varchar (20),Password varchar (20));I made a table like thisConnection con = null;PreparedStatement pstmt = null; String SQL = insert in...

2 years ago

1 answers
134 views
0
Servlet superposition query statement question There are 500 errors

I'm working on a hotel reservation management project.Except for reserved rooms during a specific period, only available rooms are displayed If you create a query statement and run it,selectP22?checki...

2 years ago

© 2024 OneMinuteCode. All rights reserved.