Class DerbySQLFunction
- java.lang.Object
-
- org.datanucleus.store.rdbms.adapter.DerbySQLFunction
-
public class DerbySQLFunction extends Object
Java Functions that are called by the database
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intascii(String code)ASCII code.static intmatches(String text, String pattern)Matches code.
-
-
-
Method Detail
-
ascii
public static int ascii(String code)
ASCII code.- Parameters:
code- The code- Returns:
- The ascii character
-
-