Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.dialect.function.StandardSQLFunction
org.hibernate.dialect.function.StandardJDBCEscapeFunction
public class StandardJDBCEscapeFunction
extends StandardSQLFunction
StandardSQLFunction
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