Package org.hibernate.community.dialect.function
package org.hibernate.community.dialect.function
-
ClassesClassDescriptionA derby implementation for lpad.A derby implementation for rpad.GaussDB doesn't support min/max for uuid yet, but since that type is comparable we want to support this operation.Custom
TruncFunctionfor GaussDB which uses the dialect-specific function for numeric truncationGaussDB only supports the two-argumenttruncandroundfunctions with the following signatures:trunc(numeric, integer)round(numeric, integer)