Lines Matching refs:create
84 create[ or replace] procedure|function|event
118 ]} move forward to the next 'create <object name>'
119 [{ move backward to the previous 'create <object name>'
121 Repeatedly pressing ]} will cycle through each of these create statements: >
122 create table t1 (
126 create procedure p1
131 create index i1 on t1 (c1);
141 create table t1 (
144 create existing table t2 (
147 create global temporary table t3 (
153 let g:ftplugin_sql_statements = 'create,alter'
224 you must either create:
304 To help identify these scripts, try to create the files with a "sql" prefix.
305 If you decide you wish to create customizations for the SQLite database, you
306 can create any of the following: >
465 First, create a new buffer: >
722 You can create as many additional key maps as you like. Generally, the maps
734 create an after/ftplugin/sql.vim (see |after-directory|) and place the same