翻訳と辞書
Words near each other
・ Steps Ahead (album)
・ Steps Along the Way
・ Steps and skips
・ STEPS Centre
・ Steps discography
・ Steps in Time
・ Steps into Christmas
・ Steps of Cincinnati
・ Steps of Pittsburgh
・ Steps to an Ecology of Mind
・ Steps to Christ
・ Steps To War (international relations)
・ Steps to Work
・ STEPS trial
・ Stepsister from Planet Weird
StepSqlite
・ StepStone
・ Stepstone
・ Stepstone (disambiguation)
・ StepStone Group
・ STEPSTONE Pharma
・ Stepstone, Kentucky
・ Steptacular
・ Steptacular Tour
・ StepTalk
・ Steptoe & Johnson
・ Steptoe and Kamiak Buttes
・ Steptoe and Son
・ Steptoe and Son (film)
・ Steptoe and Son in Murder at Oil Drum Lane


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

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

StepSqlite is a multi-target PL/SQL compiler for the popular small database SQLite which supports a subset of Oracle PL/SQL syntax. Oracle's Berkeley DB 11g R2 release added support for SQL based on the popular SQLite API by including a version of SQLite in Berkeley DB. Consequently, StepSqlite can also be used as a third-party tool to run PL/SQL code on Berkeley DB.
==Architecture==
At the core of StepSqlite is a compiler with front-end (lexer, parser and tree-parser) built using ANTLR and back-end built using (StringTemplate ). The back-end generates code in a high-level language like C++ or Java which is then compiled to machine code using the respective high-level language compiler. The entire compilation process is implemented 'in-the-cloud' and presented to user as a simple web-interface.
#Multi-target: It can be used to compile the same database interface written in PL/SQL for use on several target operating systems, architectures and language APIs. Currently it supports Linux and iPhone on x86 and ARM using Sqlite native C++ API.
#It is cloud-based: No installations are required to use it. No upgrades are required when new features are introduced.
# Major supported features include variable substitution (auto-binding) in SQL, built-in date operators, triggers with procedural code, packages and cursors.

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



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

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