|
¡¡
|
Chapter 1 - The summary of HYSQL
|
Based upon SQL standard,HYSQL is a
object-oriented network database which is developped to orient the Internet
dialogic applications. HYSQL is developped with the pure Java language,so that
it has these advantages: across platform, running safely and very fitting the
network applications. Java is based upon the groupware technology,so that you
can say that HYSQL is a database groupware. HYSQL provides a Java programming
interface,all HYSQL-based applications with Java integrate with HYSQL tightly.
All these more effectively insure running safely, lowering the development
workload and cost.
Moreover HYSQL has concentrated all advantages of
SQL and Java,moreover has these advantages of interface simpleness,code
fewness,high opening and high expansibility.
1. Interface simpleness: HYSQL encapsulates
these operations: loading its driver, upbuilding connection , creating
statements and executing statements etc. HYSQL only provide a object-oriented
interface, you can
directly execute statements and get the object-oriented result by the
interface.
2. Code fewness:The size of the core code
and the client-side interface code is less 1MB,but
its function isn't simple, besides the basic functions of creating, modifying
the database structure and inserting, modifying, querying the database records,
however it
provides the graphic interface to realize these basic fuctions.
3. High opening:Except a small part of
server-side core code, we are provide all source codes, which include the whole
client-side program code,e.g.:derectory structure and two-dimension table, so that
the users can upbuid more individual applications.
4. High expansibility:Because of high opening of code and simpleness of interface,the users can very easily
to expand the function and develop secondarily.Moreover the applications of the
users are more colorful.
Return
|
¡¡ |