work on jdoc of Dialect (mostly just formatting)

This commit is contained in:
Gavin 2023-01-03 10:41:29 +01:00 committed by Gavin King
parent d285464302
commit 91c69d72a7
2 changed files with 398 additions and 179 deletions

View File

@ -373,12 +373,6 @@ public class CacheDialect extends Dialect {
// miscellaneous support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@Override
public String getLowercaseFunction() {
// The name of the SQL function that transforms a string to lowercase
return "lower";
}
@Override
public String getNullColumnString() {
// The keyword used to specify a nullable column.