Lines Matching refs:table

112     let g:ftplugin_sql_objects = 'function,procedure,event,table,trigger' .
122 create table t1 (
136 \ 'table,trigger' .
141 create table t1 (
144 create existing table t2 (
147 create global temporary table t3 (
329 directly from a database. This includes, table lists, column lists,
423 - For the selected table, the columns that are part of the table
436 replace the table currently highlighted with
437 the column list for that table.
442 table to view its columns and back again.
507 display a list of tables. There is a delay while dbext is creating the table
509 popup window and the table name already chosen when the list became active. >
531 table highlighted (after the same short delay).
535 - Press <Right> again while the same table is highlighted. You will
537 change the schema of a cached table you can press <C-C>R, which
548 2. Choose a table from the list.
552 generally requires having the cursor on a table name. The plugin
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
556 table. Choose a different column and move on.
558 All columns for a table:
560 2. Highlight the table you need the column list for.
561 3. Press <Enter> to choose the table from the list.
563 for this table.
564 5. Based on the table name chosen in step 3, the plugin attempts to
565 decide on a reasonable table alias. You are then prompted to
567 6. The table name is replaced with the column list of the table is
572 table in the list.
585 "customer" table, you can press either <C-C>c or <C-X><C-O>. This will
586 popup a list of columns for the customer table. It does this by looking back
589 "customer c", "c" is an alias for the customer table. The optional "AS"
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
626 1. If the table name has an '_', then use it as a separator: >
630 < 2. If the table name does NOT contain an '_', but DOES use
633 < 3. If the table name does NOT contain an '_', and does NOT
634 use mixed case then the first letter of the table is used: >
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