java.lang.Object | |
↳ | org.hibernate.dialect.function.CharIndexFunction |
Emulation of locate() on Sybase
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The return type of the function.
| |||||||||||
Does this function have any arguments?
| |||||||||||
If there are no arguments, are parentheses required?
| |||||||||||
Render the function call as SQL fragment.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The return type of the function. May be either a concrete type which is preset, or variable depending upon the type of the first function argument.
Note, the 'firstArgumentType' parameter should match the one passed intorender(Type, List, SessionFactoryImplementor)
columnType | The type of the first argument |
---|---|
mapping | The mapping source. |
QueryException |
---|
Does this function have any arguments?
If there are no arguments, are parentheses required?
Render the function call as SQL fragment.
Note, the 'firstArgumentType' parameter should match the one passed intogetReturnType(Type, Mapping)
columnType | The type of the first argument |
---|---|
args | The function arguments |
factory | The SessionFactory |
QueryException |
---|