Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.method |
Support for invocation of Java methods, typically using SQL functions.
|
Modifier and Type | Class and 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.
|
Copyright © 2017. All rights reserved.