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 classStringToLowerMethodExpression handler to invoke the SQL LOWER function.classStringToUpperMethodExpression handler to invoke the SQL UPPER function.classStringTrimLeftMethodExpression handler to invoke the SQL LTRIM function.classStringTrimMethodExpression handler to invoke the SQL TRIM function.classStringTrimRightMethodExpression handler to invoke the SQL RTRIM function.
-