Files
help/source/text/sdatabase/tablewizard02.xhp
Olivier Hallot ec63fc11d9 tdf#162607 Remove dup's in hid2file.js, DBACCESS_HID*
+ bad bookmarks removed from tablewizard02.xhp
+ refactor

Change-Id: I6aa3aa5c339319ad6c9d330986168d3c347a57c8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173259
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
2024-09-12 14:59:46 +02:00

64 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<helpdocument version="1.0">
<meta>
<topic id="textsharedexplorerdatabasetablewizard02xml" indexer="include" status="PUBLISH">
<title id="tit">Table Wizard - Set Types and Formats</title>
<filename>/text/sdatabase/tablewizard02.xhp</filename>
</topic>
</meta>
<body>
<section id="settype">
<h1 id="par_idN10552"><link href="text/sdatabase/tablewizard02.xhp">Table Wizard - Set Types and Formats</link></h1>
<paragraph role="paragraph" id="par_idN10562">Specifies the field information for your selected fields.</paragraph>
</section>
<bookmark branch="hid/WIZARDS_HID_DLGTABLE_LB_SELFIELDNAMES" id="bm_id5365764" localize="false"/><h2 id="par_idN10565">Selected fields</h2>
<paragraph role="paragraph" id="par_idN10569"><ahelp hid=".">Select a field in order to edit the field information.</ahelp></paragraph>
<embed href="text/shared/autopi/01090100.xhp#updown"/>
<bookmark branch="hid/WIZARDS_HID_DLGTABLE_CMDMINUS" id="bm_id8947111.00000001" localize="false"/><h3 id="par_idN10574"></h3>
<paragraph role="paragraph" id="par_idN10578"><ahelp hid=".">Remove the selected field from the list box.</ahelp></paragraph>
<bookmark branch="hid/WIZARDS_HID_DLGTABLE_CMDPLUS" id="bm_id7230140" localize="false"/><h3 id="par_idN1057B">+</h3>
<paragraph role="paragraph" id="par_idN1057F"><ahelp hid=".">Add a new data field to the list box.</ahelp></paragraph>
<h2 id="par_idN10582">Field information</h2>
<bookmark branch="hid/WIZARDS_HID_DLGTABLE_COLNAME" id="bm_id1665089" localize="false"/><h3 id="par_idN10586">Field name</h3>
<paragraph role="paragraph" id="par_idN1058A"><ahelp hid=".">Displays the name of the selected data field. If you want, you can enter a new name.</ahelp></paragraph>
<h3 id="par_idN1058D">Field type</h3>
<paragraph role="paragraph" id="par_idN10591"><ahelp hid=".">Select a field type.</ahelp></paragraph>
<bookmark branch="hid/DBACCESS_HID_TAB_ENT_AUTOINCREMENT" id="bm_id1055330" localize="false"/><h3 id="hd_id5486922">AutoValue</h3>
<paragraph role="paragraph" id="par_id4198736"><ahelp hid=".">If set to Yes, the values for this data field are generated by the database engine.</ahelp></paragraph>
<bookmark branch="hid/DBACCESS_HID_TAB_ENT_REQUIRED" id="bm_id3498336" localize="false"/><h3 id="par_idN106A0">Entry required</h3>
<paragraph role="paragraph" id="par_idN106A6"><ahelp hid=".">If set to Yes, this field must not be empty.</ahelp><comment>not in spec doc</comment></paragraph>
<h3 id="par_idN10594">Length</h3>
<paragraph role="paragraph" id="par_idN10598"><ahelp hid=".">Specifies the number of characters for the data field.</ahelp></paragraph>
<h3 id="par_idN1059B">Decimal places</h3>
<paragraph role="paragraph" id="par_idN1059F"><ahelp hid=".">Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.</ahelp></paragraph>
<h3 id="par_idN105A2">Default value</h3>
<paragraph role="paragraph" id="par_idN105A6"><ahelp hid=".">Specifies the default value for a Yes/No field.</ahelp></paragraph>
<bookmark branch="hid/DBACCESS_HID_TAB_AUTOINCREMENTVALUE" id="bm_id8732871.00000001" localize="false"/><h3 id="par_idN10730">Auto-increment statement</h3>
<paragraph role="paragraph" id="par_id6706747"><ahelp hid=".">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field:</paragraph>
<paragraph role="code" id="par_id8946501">CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)</paragraph>
<paragraph role="paragraph" id="par_id4846949">For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.</paragraph>
<paragraph role="paragraph" id="par_idN105A9"><link href="text/sdatabase/tablewizard03.xhp">Table Wizard - Set primary key</link></paragraph>
</body>
</helpdocument>