理解DSL||AST||query clauses||X-Pack||JDBC||ODBC
-
DSL(Domain Specific Language)
A DSL is a computer language specialized to a particular application domain. This is contrast to a general-purpose language(GPL).
A Domain Specific Language is a programming language with a higher level of abstraction optimized for a specific class of problems.
-
GPL
General-purpose languages are further subdivided by the kind of language, and include:
- General-purpose markup language, such as XML;
- General-purpose modeling language such as the Unified Modeling Language (UML);
- General -purpose prorgamming languages,such as C, Python;
-
AST(Abstract Syntax Tree)
In computer science, an abstract syntax tree (AST), or just syntax tree, is a tree representation of the abstract syntactic structure of source code written in a programming language.
-
ast - Python module
An abstract syntax tree can be generated by passing
ast.PyCF_ONLY_AST
as a flag to thecompile()
built-in function. -
Clauses
The SQL language is subdivided into several language elements:
Keywords
,Identifiers
,Clauses
,Expressions
,Prediates
,Queries
,Statements
,Insignificant whitespace
.Clauses are constituent components of statements and queries.
-
X-Pack
X-Pack is an Elastic Stack extension that bundles security, alerting, monitoring, reporting, and graph capabilities into one easy-to-install package.
-
JDBC(Java Database Connectivity)
Java Database Connectivity is an application programming interface for the programming language Java, which defines how a client may access a database.
-
ODBC(Open Database Connectivity)
Open Database Connectivity is a standard API for accessing database management systems.
The designers of ODBC aimed to make it independent of database systems and operating systems.
相關文章
- Query DSL
- Elasticsearch Query DSL查詢入門Elasticsearch
- elasticsearch Request Body 與 Query DSL詳解Elasticsearch
- java 連線oracle (jdbc-odbc橋)JavaOracleJDBC
- 筆記九:Request Body 跟 Query DSL 簡介筆記
- JDBC與ODBC的區別與應用JDBC
- jdbc-odbc連線資料庫 (轉)JDBC資料庫
- ES 筆記九:Request Body 跟 Query DSL 簡介筆記
- Elasticsearch Query DSL建立滾動索引(生命週期策略)Elasticsearch索引
- 資料庫實驗4:JDBC&ODBC資料庫JDBC
- 這裡介紹了mysql for c的API ODBC JDBCMySqlAPIJDBC
- 用Jdbc-odbc直接連線access檔案 (轉)JDBC
- [譯]理解AST構建Babel外掛ASTBabel
- Map all result column from TIBCO JDBC QueryJDBC
- 不用JDBC:ODBC bridge直接操作Access 資料庫 (轉)JDBC資料庫
- JDBC-ODBC橋接方法連線Excel資料庫的方法JDBC橋接Excel資料庫
- X-Pack破解試用
- JDBC/MYSQL問題 : Unknown system variable 'query_cache_size'JDBCMySql
- 【翻譯】Specifying CREATE DATABASE Statement ClausesDatabase
- 深入理解 JDBC 的超時JDBC
- 理解Babel是如何編譯JS程式碼的及理解抽象語法樹(AST)Babel編譯JS抽象語法樹AST
- 不能用jdbc-odbc橋驅動來設定資料庫連線嗎?JDBC資料庫
- AST in JSASTJS
- 48_初識搜尋引擎_快速上機動手實戰Query DSL搜尋語法
- AST 原理分析AST
- babel 與 astBabelAST
- 深入理解JDBC的超時設定JDBC
- 資料庫中odbc和jdbc的區別-------java資料庫學習筆記之1資料庫JDBCJava筆記
- ElasticSearch DSL 查詢Elasticsearch
- 構建Recyclerview DSLView
- ELK Stack 之X-Pack安裝使用詳解
- 通過開發 Babel 外掛來理解什麼是抽象語法樹(AST)Babel抽象語法樹AST
- javascript編寫一個簡單的編譯器(理解抽象語法樹AST)JavaScript編譯抽象語法樹AST
- ODBC 基礎(轉)
- AST抽象語法樹AST抽象語法樹
- 從babel講到ASTBabelAST
- ast 後序遍歷AST
- ElasticSearch 5.6.1 安裝 Kibana、X-Pack和headElasticsearch