Browsable Relational Database Content Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: toy/tabular/content/extracted
Source used for this grammar: Hugo Brunelière, RelationalDBContent 1.0, RelationalDBContent.ecore, 2006/10/31

Summary

Syntax

NamedElement ::=
	DataBase
NamedElement ::=
	Table
DataBase ::=
	[SGBDname]::String [tables]::Table+
Table ::=
	[database]::DataBase [tuples]::Tuple+
Tuple ::=
	[owner]::Table [elements]::TupleElement+
TupleElement ::=
	[tuple]::Tuple [value]::String
Integer ::=
	integer
String ::=
	string
Boolean ::=
	"true"
	"false"

GrammarLabMaintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated in September 2015. []