Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » SQL Anywhere Administration Tools » Using text completion

Using text completion Next Page

Text completion keyboard shortcuts


The following keyboard shortcuts are available when the text completion list is open.

KeyDescription
Ctrl+CShows only columns in the text completion list.
Ctrl+FShows only SQL functions in the text completion list.
Ctrl+PShows only stored procedures and functions in the text completion list.
Ctrl+SChanges the contents of the list to show or hide system objects.
Ctrl+Shift+SpaceOpens the text completion window. You can also use Ctrl+Space to open the text completion window.
Ctrl+TShows only tables in the text completion list.
Ctrl+VShows only views in the text completion list.
EscapeCloses the text completion window without adding any text.
TabToggles between a list of all database object names and a list of names that match what has been typed so far.
*

For tables, inserts a comma separated list of columns, including data types.

For stored procedures, inserts the procedure name, followed by a comma-separated list of parameter names and their data types.

+

For tables, inserts a comma-separated list of columns.

For stored procedures, inserts the procedure name, followed by a comma-separated list of parameter names.

" Completes the name, enclosing it in quotation marks, regardless of the setting of the Quote Identifiers option. See quoted_identifier option [compatibility].