翻訳と辞書
Words near each other
・ Apparition of Christ to the Virgin
・ Apparition of Face and Fruit Dish on a Beach
・ Apparition of the Virgin of the Pillar to Saint James and his Saragossan disciples
・ Apparition of the Virgin to St Bernard (Filippino Lippi)
・ Apparitional (film)
・ Apparitional experience
・ Apparitions (song)
・ Apparitions (TV series)
・ Apparitions of Melody
・ Apparitor
・ AppArmor
・ AppArmor Mobile
・ Apparsuit Island
・ Apparswami Temple
・ Appartement du roi
Appaserver
・ Appassionata (album)
・ Appassionata (film)
・ Appassionato
・ Appassionato (album)
・ Appasus
・ Appat Island
・ Appatlo Okadundevadu
・ Appavaram
・ Appavin Meesai
・ Appayya
・ Appayya Dikshita
・ Appayya Swamigalu
・ Appbox Pro
・ Appboy


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Appaserver : ウィキペディア英語版
Appaserver

Appaserver is an open-source, application server used to create multi-user, database applications. It runs on UNIX-flavored operating systems, connecting MySQL to a browser.
''Appaserver's'' paradigm is to build database applications without painting or programming the user interface. Instead, applications are assembled from database components — tables, columns, relations, and roles. Web forms are created dynamically, allowing select, insert, update, and delete operations on each table. Also:
* Top/bottom, one-to-many screens are automatically produced.
* Query screens are automatically produced.
* Buttons to compute statistics on numeric fields are automatically created.
* Buttons to create time charts and histograms on numeric fields are automatically created.
* Relations are maintained from within.
:# Primary keys can be updated. The update then cascades throughout the foreign keys across related tables.
:# Rows can be deleted without creating orphans. Rows in one-to-many related tables will automatically be deleted unless the relationship is flagged to update the foreign key to null.
:# Natural keys are used, not Surrogate keys. However, surrogate keys may be used as secondary keys. For example, the primary key for the customer table would likely be "Customer_Name|Address". However, the customer table might also have a customer_number column as a secondary key. Therefore, the primary key for the customer table might be "Customer_Name|Customer_Number".
Security is obtained by grouping users into roles. Table-level access — select, insert, update, and delete — is then granted to each role. Security can be refined by restricting row-level and column-level access. Processes are executed via the Common Gateway Interface. ''Appaserver'' is available under the GNU software license.
==External links==

* (Appaserver )
* (Download )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Appaserver」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.