Lines Matching refs:list

107 objects.  Depends on which database vendor you are using, the list of objects
110 flexible as possible, you can override the list of objects from within your
117 the above list: >
258 the command name (SQLSetType), after a space and another <Tab>, display a list
336 various maps to help the user refine the list of items to be displayed.
367 You can view a list of highlight group names to
369 :syntax list
382 restarted. The syntax list is retrieved using
415 to display a list of tables, procedures, views and columns. >
434 Drilling In / Out - When viewing a popup window displaying the list
437 the column list for that table.
438 - When viewing a popup window displaying the list
440 replace the column list with the list of tables.
473 At this point, you can page down through the list until you find "select".
478 Assuming "select" is highlighted in the popup list press <Enter> to choose
481 choose "from" from the popup list.
483 When writing stored procedures using the "type" list is useful. It contains
484 a list of all the database supported types. This may or may not be true
488 DECLARE customer_id <C-C>T <-- Choose a type from the list
502 is to run the command, :DBListTable. If a list of tables is shown, you know
507 display a list of tables. There is a delay while dbext is creating the table
508 list. After the list is displayed press <C-W>. This will remove both the
509 popup window and the table name already chosen when the list became active. >
513 Press <C-C>t to display a list of tables from within the database you
521 The SQL completion plugin can also display a list of columns for particular
524 NOTE: The following example uses <Right> to trigger a column list while
528 - Press <C-C>t again to display the list of tables.
529 - When the list is displayed in the completion window, press <Right>,
530 this will replace the list of tables, with a list of columns for the
532 - If you press <Left>, this will again replace the column list with the
533 list of tables. This allows you to drill into tables and column lists
536 notice there is no delay since the column list has been cached. If you
544 requires a list of columns. There are two ways to build a column list using
547 < 1. After typing SELECT press <C-C>t to display a list of tables.
548 2. Choose a table from the list.
549 3. Press <Right> to display a list of columns.
550 4. Choose the column from the list and press enter.
551 5. Enter a "," and press <C-C>c. Generating a column list
553 uses this name to determine what table to retrieve the column list.
555 on a table name the column list displayed will be for the previous
559 < 1. After typing SELECT press <C-C>t to display a list of tables.
560 2. Highlight the table you need the column list for.
561 3. Press <Enter> to choose the table from the list.
562 4. Press <C-C>l to request a comma separated list of all columns
567 6. The table name is replaced with the column list of the table is
568 replaced with the comma separate list of columns with the alias
572 table in the list.
586 popup a list of columns for the customer table. It does this by looking back
587 to the beginning of the select statement and finding a list of the tables
595 Similar to the table list, <C-C>p, will display a list of stored
600 Similar to the table list, <C-C>v, will display a list of views in the
617 column list. By default the map is <C-C>l. When generating
618 a column list, an alias can be prepended to the beginning of each
641 - When entering a few letters before initiating completion, the list
643 list of characters. When this option is set to 0, the list will be
650 or higher the list of objects will also include the owner name.
668 greater detail. Here is a list of the maps with a brief description of each.
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
692 < - Displays a list of tables. >
694 < - Displays a list of procedures. >
696 < - Displays a list of views. >
698 < - Displays a list of columns for a specific table. >
700 < - Displays a comma separated list of columns for a specific table. >
702 < - Displays a comma separated list of columns for a specific table.
705 < - Displays a list of columns for the table currently highlighted in
711 < - Displays the list of tables.
718 to regenerate the list of items.