Uses of Class
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
-
Packages that use SimpleStringMethod Package Description org.datanucleus.store.rdbms.sql.method 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.method Modifier and Type Class Description class
StringToLowerMethod
Expression handler to invoke the SQL LOWER function.class
StringToUpperMethod
Expression handler to invoke the SQL UPPER function.class
StringTrimLeftMethod
Expression handler to invoke the SQL LTRIM function.class
StringTrimMethod
Expression handler to invoke the SQL TRIM function.class
StringTrimRightMethod
Expression handler to invoke the SQL RTRIM function.
-