?
查询技巧:
1、输入单个单词准确查询。
2、使用%模糊查询,匹配任意长度字符:
   %a    以a结尾的单词;
   ab%    以ab开头的单词;
   %ac%    含有ac的单词。
3、使用_模糊查询,匹配单个任意字符:
   _a_    三位且a在中间的单词;
   _ad    三位且ad结尾的单词;
   ac_    三位且ac开头的单词;
   _a    两位且a结尾的单词;
   a_    两位且a开头的单词。
4、带连字符-的单词,需含-字符才能模糊查询,如well-know需输入 well-% 。
5、在手机键盘上,如果g上有%和v上有_,则可长按输入。

rebinds

英 / riːˈbaɪnd /
美 / ˈribaɪnd /
v. 回跳;【篮】擦板入篮;回响;复兴
n. 反应;弹回;重新振作

第三人称单数:rebinds;现在分词:rebinding;过去式:rebound;过去分词:rebound

1. This procedure rebinds all SQL procedures in a schema.
这个过程对一个模式中的所有 SQL 过程进行重新绑定。
2. This procedure call rebinds all SQL procedures in the schema SRIELAU, picking up new statistics.
这个过程调用对模式SRIELAU中的所有SQL过程进行重新绑定,获取新的统计数据。
3. A copy of the DBRM is stored in the DB2 catalog (our DB2 "SOURCELIB") for documentation and future REBINDs (a topic left for another column).
DBRM的副本存储在DB 2目录中(DB 2“SOURCELIB”),以便进行记录和用于未来的REBIND(留作另一专栏的主题)。
4. To minimize disruption caused by package rebinds, it is important to ensure that existing packages that don't need to be changed can remain untouched.
要最小化包重新绑定导致的混乱,重要的是确保不需要更改的现有包能够保持不变。