/usr/share/doc/sqliteman/en/ch06s02.html is in sqliteman-doc 1.2.2-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The Context Menu</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="ch06.html" title="Chapter 6. Sqliteman Menu Structure"><link rel="prev" href="ch06.html" title="Chapter 6. Sqliteman Menu Structure"><link rel="next" href="ch06s03.html" title="The Database Menu"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The <span class="guimenu">Context</span> Menu</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch06.html">Prev</a> </td><th width="60%" align="center">Chapter 6. <span class="application">Sqliteman</span> Menu Structure</th><td width="20%" align="right"> <a accesskey="n" href="ch06s03.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="context-menu"></a>The <span class="guimenu">Context</span> Menu</h2></div></div></div><p>The "Context" is the set of operation you can use for
the selected object in the object tree browser. You can use
the alternative access to this menu by the right mouse button
(for right handed mouse).</p><p>Not all operations are available for all database objects.</p><p>
</p><div class="variablelist"><dl><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Refresh Object Tree</span></span></dt><dd><p><span class="action">Enforce the refresh of the schema browser.
<span class="application">Sqliteman</span> should handle self-initialized changes in the schema automatically but you
can use this option to promote changes made out of <span class="application">Sqliteman</span></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Detach Database</span></span></dt><dd><p><span class="action">Disconnect attached database from current session.
<a href="ch07s09.html" title="Attached Databases">See full Attach Database documentation</a>.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Create Table...</span></span></dt><dd><p><span class="action">Raise a dialog for table creation. You can use two ways to create table here.
<a href="ch07s02.html" title="Create Table">See full Create Table documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Describe Table</span></span></dt><dd><p><span class="action">Show database physical information in the script output.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Alter Table...</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">A</strong></span></strong></span>)</span></dt><dd><p><span class="action">Raise a dialog for table changing.
<a href="ch07s03.html" title="Alter Table">See full Alter Table documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Rename Table...</span></span></dt><dd><p><span class="action">Allow to rename a table.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Drop Table</span></span></dt><dd><p><span class="action">Really drop the table.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Reindex</span></span></dt><dd><p><span class="action">Perform REINDEX command. If is it called against index there is only this
index recreated. If is it called against the table then all indexes are recreated.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Import Table Data...</span></span></dt><dd><p><span class="action">Import data into table. <a href="ch07s04.html" title="Import Table Data">See full Import Table Data documentation</a>
</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Populate Table...</span></span></dt><dd><p><span class="action">Create table content - data for testing etc.
<a href="ch07s05.html" title="Populate Table">See full Populate Table documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Create View...</span></span></dt><dd><p><span class="action">Create a view in special dialog.
<a href="ch07s06.html" title="View related dialogs">See full Create View documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Describe View</span></span></dt><dd><p><span class="action">Show database physical information in the script output.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Alter View...</span></span></dt><dd><p><span class="action">Change a view in a separate dialog.
<a href="ch07s06.html" title="View related dialogs">See full View Handling documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Drop View...</span></span></dt><dd><p><span class="action">Really drop the view.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Create Index...</span></span></dt><dd><p><span class="action">Raise a dialog for the new index.
<a href="ch07s07.html" title="Create Index">See full Create Index documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Describe Index</span></span></dt><dd><p><span class="action">Show index physical information in the script result window.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Drop Index</span></span></dt><dd><p><span class="action">Really drop the index.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Create Trigger...</span></span></dt><dd><p><span class="action">Raise a dialog for the new trigger. There is a trigger template prepared for you. Just modify it to your needs. Then press the "Create" button and check the result.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Alter Trigger...</span></span></dt><dd><p><span class="action">Raise a similar dialog to the "Create Trigger" one with current trigger body preset. Sqlite does not support direct ALTER TRIGGER so there is a DROP and new CREATE performed after you click the <span class="guibutton">Alter</span> button.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Drop Trigger</span></span></dt><dd><p><span class="action">Really drop the trigger.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Describe Trigger</span></span></dt><dd><p><span class="action">Show trigger physical information in the script result window.</span></p></dd><dt><span class="term"><span class="guimenu">Context</span>-><span class="guimenuitem">Constraint Triggers...</span></span></dt><dd><p><span class="action">Raise a dialog to create FOREIGN KEY constraint checks in the triggers.
<a href="ch07s08.html" title="Constraint Triggers">See full Constraint Triggers documentation</a>.</span></p></dd></dl></div><p>
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch06.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch06.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch06s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 6. <span class="application">Sqliteman</span> Menu Structure </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> The <span class="guimenu">Database</span> Menu</td></tr></table></div></body></html>
|