Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] ASCII function support

With Eclipselink you can use any db function
  MyFunction(param1, ..., paramN)
in JPQL:
  FUNC('MyFunction', param1, ..., paramN)

On 4/23/2012 12:04 PM, Noah White wrote:
Does Eclipselink (or JPQL) support Oracle's ASCII function? I am guessing not but wanted to double check. Thanks,

-Noah

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top