Uses of Class
org.hibernate.dialect.function.FormatFunction
Packages that use FormatFunction
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Uses of FormatFunction in org.hibernate.dialect.function
Subclasses of FormatFunction in org.hibernate.dialect.functionModifier and TypeClassDescriptionclassDB2's varchar_format() can't handle quoted literal strings in the format pattern.classThe format function for Spanner.classSQL Server behaves strangely when the first argument to format is of the type time, so we cast to datetime.