PandaLib/pandalib-db/src/main/java/fr/pandacube/lib/db
Marc Baloup d411618e63 Fix Javadoc warnings due to Java 21 update (+ some other warnings)
The default implicit constructor must also have a doc comment, so I have to make it explicit and either properly restrict the visibility of the constructor, or actually document it.
2024-06-06 23:59:32 +02:00
..
DB.java Some refactoring in pandalib-util 2023-08-27 13:37:17 +02:00
DBConnection.java Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
DBException.java Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff) 2023-06-20 00:15:46 +02:00
DBInitTableException.java Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff) 2023-06-20 00:15:46 +02:00
ParameterizedSQLString.java Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
SQLCustomType.java Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
SQLElement.java DB: some improvements 2024-03-02 23:23:45 +01:00
SQLElementList.java Fix Javadoc warnings due to Java 21 update (+ some other warnings) 2024-06-06 23:59:32 +02:00
SQLField.java Fix Javadoc warnings due to Java 21 update (+ some other warnings) 2024-06-06 23:59:32 +02:00
SQLFKField.java Some refactoring in pandalib-util 2023-08-27 13:37:17 +02:00
SQLOrderBy.java Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
SQLType.java Javadoc and refactor pandalib-db 2022-08-01 22:21:04 +02:00
SQLUpdateBuilder.java DB: some improvements 2024-03-02 23:23:45 +01:00
SQLWhere.java Fix Javadoc warnings due to Java 21 update (+ some other warnings) 2024-06-06 23:59:32 +02:00