StandardJDBCEscapeFunctionpublic class StandardJDBCEscapeFunction extends StandardSQLFunction Analogous to {@link org.hibernate.dialect.function.StandardSQLFunction}
except that standard JDBC escape sequences (i.e. {fn blah}) are used when
rendering the SQL. |
Constructors Summary |
---|
public StandardJDBCEscapeFunction(String name)
super( name );
| public StandardJDBCEscapeFunction(String name, org.hibernate.type.Type typeValue)
super( name, typeValue );
|
|