cancel
Showing results for 
Search instead for 
Did you mean: 

Lowercase/Uppercase API MDK 2.5

Private_Member_201320
Participant
0 Kudos

Hi, i'm trying to make a query with conditions. I found the interface SmartSyncQueryFactory, the method createCondition() let me to create a condition but i don't find a parameter/other method to create a condition that not difference between lowercase/uppercase text. Can anyone help me ? Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

sandeep_rs
Advisor
Advisor
0 Kudos

Hi Julian,

You can use the operator RelationalOperator.LIKE_INSENSITIVE. But please note that this is supported only with DB2e persistence.

Best Regards,

Sandeep

Private_Member_201320
Participant
0 Kudos

Hi Sandeep, i don't use DB2e persistence, there are other way to make this ? Thanks.

Former Member
0 Kudos

Hi Julián ,

There is no equivalent for this in File I/O.

So you have to use DB2E to make this work for you.

Thanks & Regards,

Abhijit

Answers (0)