Use the Create Table dialog box to create a JDataStore table and define its columns visually. To open this dialog box, choose Tools|Create Table in the JDataStore Explorer.
Type the name of the new table in this field.
Stores the Locale object to use for formatting a Column. Locale contains country or area-specific formatting specifications such as date format (MM/DD/YY, DD/MM/YY, YY/MM/DD), currency symbol, and so on. Select a Locale from the drop-down list.
Checking this indicates that the table would be resolvable, for example, whether changes made to the table would be tracked so that they could later be resolved against another database.
Use the Navigation bar to add or delete rows, or to change their order. The buttons on the Navigation Bar do the following:
![]() |
Selects the first row. |
![]() |
Selects the prior row |
![]() |
Selects the next row.
If there is not a next row, it creates one after the current one. |
![]() |
Selects the last row. |
![]() |
Inserts a row before the currently selected row. |
![]() |
Deletes the currently selected row. |
![]() |
Moves the selected row up one row. |
![]() |
Moves the selected row down one row. |
To create the table columns,
See the Column
class for a description of the meaning of the Column
properties.