| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.dialect.function.StandardSQLFunctionorg.hibernate.dialect.function.StandardJDBCEscapeFunctionpublic class StandardJDBCEscapeFunctionextends StandardSQLFunctionStandardSQLFunction
except that standard JDBC escape sequences (i.e. {fn blah}) are used when
rendering the SQL.
Constructor Summary | |
| |
| |
Method Summary | |
String |
|
String |
|
Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction | |
getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, render, toString | |
public String render(List args,
SessionFactoryImplementor factory)Render the function call as SQL fragment.
- Specified by:
- render in interface SQLFunction
- Overrides:
- render in interface StandardSQLFunction
- Parameters:
args- The function argumentsfactory- The SessionFactory
- Returns:
- The rendered function call