File: table-insert-data.page

package info (click to toggle)
libgda5 5.2.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,168 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
file content (39 lines) | stat: -rw-r--r-- 2,221 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="table-insert-data" xml:lang="sl">
  <info>
    <title type="sort">1</title>
    <link type="topic" xref="schema-browser-perspective"/>
  </info>
  <title>Vstavljanje podatkov v preglednico</title>
  <p>
    From the <link xref="schema-browser-perspective">schema browser perspective</link>, when a table's
    properties is displayed in a tab, use the <guiseq><gui>Table</gui><gui>Insert data</gui></guiseq> menu
    to have a popup appear containing a data entry for each column of the table to insert data into.
  </p>
  <p>Prikazano bo pojavno okno podobno naslednjemu:</p>
  <figure>
    <title>Pojavno okno za vstavljanje podatkov v preglednico</title>
    <desc>Pojavno okno za vstavljanje podatkov v preglednico</desc>
    <media type="image" mime="image/png" src="figures/table-insert-data.png"/>
  </figure>
  <p>Pomembnejše točke so:</p>
  <list>
    <item><p>There is one data entry per column in the table, with the exception (not shown in this
	figure) of multiple foreign key fields for which a single drop down choice widget is shown;</p></item>
    <item><p>Each data entry has a small button on the right giving information about the corresponding
	data entry, and allowing you to reset the data entry's value to the value it had before any
	modification done, to set it to NULL or to set it to a default value. The button's color has the
	following signification:</p>
	<list>
	  <item><p>Rdeče: trenutna vrednost podatka vnosa je neveljavna.</p></item>
	  <item><p>Blue: means the current value in the data entry is unused and the column's default value
	      will be used instead (useful for example for auto incremented columns)</p></item>
	  <item><p>Zelena: trenutna vrednost podatka vnosa je NULL.</p></item>
	  <item><p>Barva vmesnika: ni posebnih opomb o podatku vnosa.</p></item>
	</list>
    </item>
    <item><p>Columns which are foreign keys to other tables are presented as a drop down combo box where
	you can only choose among the values in the referenced table (hint: to have that values list
	refreshed you should close the popup dialog and reopen it);</p></item>
  </list>
</page>