work on jdoc of Dialect (mostly just formatting)
This commit is contained in:
parent
d285464302
commit
91c69d72a7
|
@ -373,12 +373,6 @@ public class CacheDialect extends Dialect {
|
||||||
|
|
||||||
// miscellaneous support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// miscellaneous support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getLowercaseFunction() {
|
|
||||||
// The name of the SQL function that transforms a string to lowercase
|
|
||||||
return "lower";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getNullColumnString() {
|
public String getNullColumnString() {
|
||||||
// The keyword used to specify a nullable column.
|
// The keyword used to specify a nullable column.
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue