Class DerbySQLFunction
java.lang.Object
org.datanucleus.store.rdbms.adapter.DerbySQLFunction
Java Functions that are called by the database
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DerbySQLFunction
private DerbySQLFunction()
-
-
Method Details
-
ascii
ASCII code.- Parameters:
code
- The code- Returns:
- The ascii character
-
matches
Matches code.- Parameters:
text
- The textpattern
- the pattern- Returns:
- 1 if true according to String.matches rules, 0 otherwise
-