Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Procedural language

Programming language.s. Traditional procedural languages do not provide the necessary constructs for implementing sequence logic. This necessitates one of the following ... [Pg.755]

Procedural languages for scientific computation are briefly reviewed and contrasted wiA declarative languages. The capabilities of TKISolver are explained, and two examples of its use in chemical computations are given. [Pg.111]

In all of diese procedural languages (also called imperative languages (2), one of the basic elements of syntax is the assignment statement, in which an algebraic... [Pg.111]

English - Flowchart language -> Procedural language -> machine language... [Pg.5]

The RDBMS is installed and runs on a computer that functions as a database server. Any SQL commands are executed on the server by the RDBMS. Functions written in SQL or in any of the procedural languages mentioned above are also executed by the RDBMS. This has the advantage that the data tables used by these SQL commands or procedural functions are under the control of the server. This is the most efficient way to access the data. The disadvantage is that the server may have many requests to handle from many users. Another way to operate on data tables is indirectly, using a client program typically (although not necessarily) run from another computer. [Pg.33]

There is a smaller set of tools that are typically run on the server. Any SQL commands and any procedural language functions are run on the server. In principle, there is complete flexibility of the server side tools, since in principle any computer program can be written in any computer language. Later chapters of this book show how the RDBMS server itself can be extended using server side programming to handle chemical information. These extensions may directly solve the needs of a particular project, but more importantly they increase the flexibility of the RDBMS to handle chemical information. Client programs can use the results of chemical searches and other computations as well. [Pg.34]

Unlike the procedural languages discussed above, C language functions are compiled separately. The code itself is not included in the SQL create function command. Instead, the create function command refers to a compiled object such as shared object (.so) file located in some directory on the server running the RDBMS. For example, the CHORD oe smiles function is defined as follows. [Pg.120]

This defines the SQL function oe smiles, which is realized by calling the C function oe anysmiles in the shared object file gnova.so. The definition of the input arguments and return values is done in the same way as for a function written in any other procedural language. [Pg.121]

Relational databases are not just for storage and organization of information. While they have always provided useful tools to search data, I now realize how the extensibility of a database increases its usefulness by using various procedural languages operating within the database. I have converted most of my essential tools into database functions. Whenever possible, these tools operate on whole tables rather than processing them using arrays and iterators. It seems now that I am inside the database... [Pg.243]


See other pages where Procedural language is mentioned: [Pg.111]    [Pg.112]    [Pg.112]    [Pg.112]    [Pg.113]    [Pg.5]    [Pg.39]    [Pg.89]    [Pg.26]    [Pg.27]    [Pg.33]    [Pg.63]    [Pg.109]    [Pg.117]    [Pg.118]    [Pg.119]    [Pg.119]    [Pg.140]    [Pg.188]    [Pg.191]    [Pg.197]    [Pg.245]    [Pg.3]    [Pg.1736]    [Pg.2446]    [Pg.2456]    [Pg.33]    [Pg.69]   
See also in sourсe #XX -- [ Pg.123 ]




SEARCH



Computer procedure-oriented language

Function procedural language

Procedural language RDBMS

Procedural language database

Procedural languages characteristics

Procedural languages definition

Procedural languages equation solving

Procedure-oriented language

Programming languages procedure-oriented

© 2024 chempedia.info