Class InsertSubstringOverlayEmulation

java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.dialect.function.InsertSubstringOverlayEmulation
All Implemented Interfaces:
SqmFunctionDescriptor

public class InsertSubstringOverlayEmulation extends AbstractSqmFunctionDescriptor
Emulates the ANSI SQL-standard overlay() function using insert() substring(), and concat().