“not Implemented by SQLite JDBC driver”

后端 未结 1 1007
伪装坚强ぢ
伪装坚强ぢ 2021-01-26 03:32

I have a database with User information, and I wanted to make a public static to return the database integers at any given time without having to make a void for every single on

相关标签:
1条回答
  • 2021-01-26 04:15

    PreparedStatement.executeQuery(String sql) is not implemented. I guess you just want to call executeQuery(). The query is defined by the PreparedStatement already.

    0 讨论(0)
提交回复
热议问题