Uses of Class
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod

Packages that use SimpleStringMethod
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
 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.
 



Copyright © 2012. All Rights Reserved.