Sqlite 扩展功能 GET_PHONEBOOK_INDEX

转载请注明出处:http://blog.csdn.net/droyon/article/details/9203117

在联系人数据库设计中遇到了这个函数,晚上找了半天没找到答案。

GET_PHONEBOOK_INDEX

This function will produce a normalized upper case first letter
from a given string.
这个函数用于将给定的字符变换为大写。


引用:https://github.com/CyanogenMod/android_external_sqlite/commit/3a74962298118ee138e290c3458bccb895854b47

你可能感兴趣的:(sqlite,扩展)