parent
26933e69bd
commit
0d367ae23b
@ -13037,7 +13037,7 @@ public class DSL {
|
||||
*
|
||||
* @see #translate(Field, Field, Field)
|
||||
*/
|
||||
@Support({ POSTGRES })
|
||||
@Support({ HSQLDB, POSTGRES })
|
||||
public static Field<String> translate(Field<String> text, String from, String to) {
|
||||
return translate(text, Tools.field(from), Tools.field(to));
|
||||
}
|
||||
@ -13045,7 +13045,7 @@ public class DSL {
|
||||
/**
|
||||
* Get the translate(field, from, to) function.
|
||||
*/
|
||||
@Support({ POSTGRES })
|
||||
@Support({ HSQLDB, POSTGRES })
|
||||
public static Field<String> translate(Field<String> text, Field<String> from, Field<String> to) {
|
||||
return new Translate(text, from, to);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user