Lines Matching refs:which
7 The Structured Query Language (SQL) is a standard which specifies statements
91 This filetype plugin attempts to translate these keys to maps which make sense
107 objects. Depends on which database vendor you are using, the list of objects
116 The following |Normal| mode and |Visual| mode maps have been created which use
257 The easiest approach is to the use <Tab> character which will first complete
265 At anytime you can determine which SQL dialect you are using by calling the
299 If you begin working with a SQL dialect which does not have any customizations
322 Vim 7 includes a code completion interface and functions which allows plugin
349 The static maps (which are based on the syntax highlight groups) follow this
362 Indicate which item you want the SQL completion
373 'sqlKeyword\w*' - A second option available with Vim 7.4 which
374 uses a regular expression to determine which
391 Here are some examples of the entries which are pulled from the syntax files: >
537 change the schema of a cached table you can press <C-C>R, which
570 7. Step 3 and 4 can be replaced by pressing <C-C>L, which has
584 In INSERT mode after typing the final "c." which is an alias for the
642 will be filtered to display only the entries which begin with the
672 These are maps which use populate the completion list using Vim's syntax
689 These are maps which use populate the completion list using the dbext.vim
732 which allows you to make customizations without changing the files that are