org.datanucleus.store.rdbms.adapter
Class DerbySQLFunction
java.lang.Object
org.datanucleus.store.rdbms.adapter.DerbySQLFunction
public class DerbySQLFunction
- extends Object
Java Functions that are called by the database
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DerbySQLFunction
public DerbySQLFunction()
ascii
public static int ascii(String code)
- ASCII code.
- Parameters:
code - The code
- Returns:
- The ascii character
matches
public static int matches(String text,
String pattern)
- Matches code.
- Parameters:
text - The textpattern - the pattern
- Returns:
- 1 if true according to String.matches rules, 0 otherwise
Copyright © 2012. All Rights Reserved.