simple database language 中文意思是什麼

simple database language 解釋
簡單數據庫語言
  • simple : adj ( pler; plest)1 單純的;簡單的,簡易的;輕便的。2 質仆的,自然的,天真的;樸素的;率直的,...
  • language : n 1 語言;(某民族,某國的)國語;語調,措詞。2 (談話者或作者所使用的)言語,語風,文風,文體。3...
  1. We first present a number of desiderata for an xml - based query language, and based on this criterion, we introduce the syntax of a simple core ian - guage for semistructured data and then describe four extensions that have resulted in working prototypes. second, we present the algorithm for computing the result of a regular expression on data graph with cycles, the first - order interpretation of querying language for semistructured data, and explore structural recursion and bisimulation in semistructured data and propose an efficient and systematic way to computing a bisimulation between the two graphs. we also proposed and implemented a web querying system with database features

    基於這些準則,對一個簡單的半結構數據查詢核心語言的語法提出了兩方面擴充;給出了計算數據圖中正規表達式的演算法;對半結構數據查詢語言的一階邏輯描述、結構遞歸和數據圖的雙態模擬( bisimulation )等問題進行了研究,提出了一種判定數據圖的bisimulation演算法;在xml數據查詢語言研究的基礎上,設計並實現了一種具有數據庫查詢特性的web查詢系統原型。
  2. Pfl ( persistent functional language ) is a simple functional language with database extensions

    Pfl是一種簡單函數語言,它帶有數據庫擴展。
  3. Specifically, the extended markup language ( xml ) has emerged as a simple, practical standard to model and exchange semistructured data over the world wide web, without the rigid constraints of traditional database systems

    特別是xml ( extensiblemarkuplanguage )作為一種新的數據交換事實上的標準,使得www上的數據交換和集成成為可能。
  4. To persistence the objects there are two common approach. one approach is that structured query language ( sql ) codeis embedded in the source code of your classes. the other approach is that sql statements for your business classes are encapsulated in one or more " data classes. " the disadvantage is that it directly couples your business classes with the schema of your relational database, implying that a simple change such as renaming a column or porting to another database results in a rework of your source code

    實現在關系數據庫存取對象,常用的做法有:一種方法是在對象中直接編寫sql代碼來存取對象,另一種方法是將sql代碼在專門的數據類(或存儲過程)中編寫,但著兩種方式都使得對象模型與關系數據庫模式的耦合度大,不容易維護,因為關系數據庫模式的微小改動,都將導致應用程序的重新編譯。
分享友人