Inside Enterprise Architect
Inside Enterprise Architect
Querying EA's Database
About the Book
This book shows details of what is at the low level of EA: its database. The information gathered in this book is a summary of what has been found out by quite a number of EA users including me. If you need to dive into details which the official API does not provide, this book is what you might have been looking for.
Bundles that include this book
Table of Contents
- 1. Preface
- 2. Copyright and Disclaimer
-
3. Accessing the Database
- 3.1 Inspecting EA’s Tables
- 3.2 Ways to Query Tables
- 3.3 A List of All Tables
-
4. Most Important Tables
- 4.1 More things than you find in the Project Browser: t_object
- 4.2 The Repository Structure: t_package
- 4.3 The Diagram Frame: t_diagram
- 4.4 Elements Inside Diagrams: t_diagramobjects
- 4.5 Non-Standard Connectors: t_diagramlinks
- 4.6 Connecting Elements: t_connector
-
5. Element Feature Tables
- 5.1 Attributes: t_attribute
- 5.2 Operations: t_operation
-
6. Tagged Value Tables
- 6.1 Element Tagged Values: t_objectproperties
- 6.2 Attribute Tagged Values: t_attributetag
- 6.3 Operation Tagged Values: t_operationtag
- 6.4 Connector Tagged Values: t_connectortag
-
7. Security Related Tables
- 7.1 Settings: t_secpolicies
- 7.2 Users: t_secuser
- 7.3 Groups: t_secgroup
- 7.4 Assignment of users to groups: t_secusergroup
- 7.5 Group permissions: t_secgrouppermission
- 7.6 User permissions: t_secuserpermission
- 7.7 Locks: t_seclocks
-
8. Rarely Used Tables
- 8.1 Stereotypes: t_stereotypes
- 8.2 Not the Tagged Values: t_taggedvalue
- 8.3 Attribute Constraints: t_attributeconstraints
- 8.4 Table Attribute Tags: t_attributetag
- 8.5 Linked Documents and Baselines: t_document
- 8.6 Mixed option: t_genopt
- 8.7 Alternate Images: t_image
- 8.8 User Defined Scripts: t_script
- 8.9 Element Requirements: t_objectrequires
- 8.10 Element Constraints: t_objectconstraints
- 8.11 Element Files: t_objectfiles
- 8.12 Scenarios for (mainly) Use Cases: t_objectscenarios
- 8.13 Parameters for Operations: t_operationparms
- 8.14 Various Profiles: t_trxtypes
- 8.15 Status Types: t_lists
- 8.16 Maintenance: t_objectproblems
- 8.17 Various Profiles: t_xrefsystem
- 8.18 RTF: t_rtf
- 8.19 Repository Settings: usys_system
- 8.20 Auditing: t_snapshot
-
9. Marvelous References
- 9.1 A simple table: t_xref
- 9.2 Definition of Multi-Stereotypes
- 9.3 Default Composite Diagrams
- 9.4 Profile file locations
-
10. API Cross References
- 10.1 t_package — EaPackage
- 10.2 t_object — EaElement
-
11. Bits and Pieces
- 11.1 CSV Lists
- 11.2 Object Types
- 11.3 What is an Instance
- 11.4 Concurrency
- 11.5 GUID
- 11.6 Object Run State Property
- 11.7 TPos Property
- 11.8 Object StyleEx Property
- 11.9 Package Flags Property
- 11.10 Diagram PDATA Property
- 11.11 Diagram Swimlanes Property
- 11.12 Diagram StyleEx Property
- 11.13 DiagramObject ObjectStyle Property
- 11.14 Connector SubType Property
- 11.15 Connector Direction Property
- 11.16 Connector PDATA5 Property
- 11.17 Connector StateFlags Property
- 11.18 Connector StyleEx Property
- 11.19 Binary Data
- 11.20 RGB Values
- 11.21 Boundaries and Placeholders
-
12. User Settings
- 12.1 Registry
- 12.2 APPDATA
- 12.3 PROGRAMFILES
- 12.4 Multiple EAs in Parallel
-
13. GUI References
- 13.1 Element
- 13.2 Diagram
- 13.3 Diagram Element Context
- 13.4 Connector
- 13.5 Attributes
- 13.6 Operations
- 13.7 Miscellaneous
-
14. Query Caveats
- 14.1 Debugging SQL
-
15. SQL Search Builder
- 15.1 Search Results
- 15.2 Search Tagging
- 15.3 Some Sample Queries
- 15.4 Combine Script with Search
-
16. Further Reading
- 16.1 Feedback
- 16.2 Scripting Enterprise Architect
- 16.3 Sparx Forum
- 16.4 Sparx Community
- 16.5 SQL in General
- 16.6 Geert Bellekens
- Notes
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Do Well. Do Good.
Authors have earned$11,714,583writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
Recipes for Decoupling
Matthias NobackWrite software that survives
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
C++20 - The Complete Guide
Nicolai M. JosuttisAll new language and library features of C++20 (for those who know previous C++ versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
CQRS by Example
Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary- Leverage your Software Architecture skills by learning everything about CQRS in detail with lots of examples
- Develop faster applications by applying CQRS and fostering Read Models and Projections
- Learn how to apply CQRS into a brownfield project from a pragmatic approach
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Maîtriser Apache JMeter
Philippe Mouawad, Bruno Demion (Milamber), and Antonio Gomes RodriguesToute la puissance d'Apache JMeter expliquée par ses commiteurs et utilisateurs experts. De l'intégration continue en passant par le Cloud, vous découvrirez comment intégrer JMeter à vos processus "Agile" et Devops.
If you're looking for the newer english version of this book, go to Master JMeter : From load testing to DevOps
Jetpack Compose internals
Jorge CastilloJetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them.
The PowerShell Scripting and Toolmaking Book
Don Jones and Jeff HicksLearn the patterns, practices, and details of PowerShell Scripting and Toolmaking from the industry's two most recognized experts on the subject.
Mastering STM32 - Second Edition
Carmine NovielloWith more than 1200 microcontrollers, STM32 is probably the most complete ARM Cortex-M platform on the market. This book aims to be the most complete guide around introducing the reader to this exciting MCU portfolio from ST Microelectronics and its official CubeHAL and STM32CubeIDE development environment.
Introduction to Data Science
Rafael A IrizarryThe demand for skilled data science practitioners in industry, academia, and government is rapidly growing. This book introduces concepts from probability, statistical inference, linear regression and machine learning and R programming skills. Throughout the book we demonstrate how these can help you tackle real-world data analysis challenges.
Top Bundles
- #1
Software Architecture
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #4
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #6
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon...