skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_strlikecmp
 

dam_strlikecmp

This method compares the given string to the LIKE pattern. This method performs a case-insensitive comparison and ignores trailing blanks. This method can be used by the IP to match schema objects.
int dam_strlikecmp(
string pLikeString,
string pMatchString)
 
Table 204: Parameters for dam_strlikecmp 
Parameter
Type
Description
IN
 
 
pLikeString
string
The pattern string against which to compare the input string
pMatchString
string
The input string to be checked
RETURN
 
 
 
int
TRUE – MatchString matches the LikeString pattern.
FALSE – MatchString does not match the LikeString pattern.