Uses of Class
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
Packages that use SimpleStringMethod
Package
Description
Support for invocation of Java methods, typically using SQL functions.
-
Uses of SimpleStringMethod in org.datanucleus.store.rdbms.sql.method
Subclasses of SimpleStringMethod in org.datanucleus.store.rdbms.sql.methodModifier and TypeClassDescriptionclass
Expression handler to invoke the SQL LOWER function.class
Expression handler to invoke the SQL UPPER function.class
Expression handler to invoke the SQL LTRIM function.class
Expression handler to invoke the SQL TRIM function.class
Expression handler to invoke the SQL RTRIM function.