|
¡¡
|
Chapter 11 - The graphic application
of HYSQL
|
HYSQL majorly orients the programmer,but also provides some simple graphic
applications:
1.Database naming
Specify a database to execute the following manipulations from 2 to 15,or
specify a statement text file to execute the following sixteenth
maniputlation.
2.Database structure defining
Define the structure of the database specified in
the first manipulation.
3.Database-field defining B
Define the
structure of the database specified in the first manipulation.
4.Record inputting
Insert a record into the
database specified in the first manipulation.
5.Record-index inputting
Insert a record
into the specifical position of the database specified in the first manipulation.
6.Record-keyword inputting
Insert a record into the database specified in the first manipulation for
the keyword.
7.Record updating
Update the specifical record of the
database specified in the first manipulation.
8.Record-keyword updating
Update a record of the database specified in the first manipulation for
the keyword.
9.Record-condition updating
Update the records which are searched using
update_conditions from the database specified in the first manipulation.
10.Record deleting
Delete the
specifical record of the database specified in the first manipulation.
11.Record-condition deleting
Delete the records which
are searched using delete_conditions from the database specified in the first
manipulation.
12.Record managing
Insert,update and
delete all records of the database specified in the first manipulation by way of
the two-dimension table.
13.Record managing B
Insert,update and
delete all records of the database specified in the first manipulation by way of
the two-dimension table.
14.Database structure updating
Update the
structure of the database containing records,and specified in the first
manipulation.
15.Record displaying
Display all records
of the database spcified in the first manipulation with two-dimension table.
16.Command executing
Provide a simple platform to
execute HYSQL statements;Keep in mind that the current directory must be
specified before executed,the current directory is specified in the first
manipulation;If the statement text file is specified,you can execute pick-up
and save,else only specifying the current directory.
Return
|
¡¡ |