sbool isConceptFieldCIIndexed(Class<? extends Concept> c, S field) { ret db_mainConcepts().getCIFieldIndex(c, field) != null; }
Began life as a copy of #1008623
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023271 |
| Snippet name: | isConceptFieldCIIndexed - check for presence of case-insensitive field index |
| Eternal ID of this version: | #1023271/3 |
| Text MD5: | 83c477eab0e3cdabd48d28fc8d2a81f0 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-21 16:53:23 |
| Source code size: | 131 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 529 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023272 - getConceptFieldCIIndex |