Skip to content
  • Java And Other Languages
  • jOOQ and jOOλ
  • jOOQ Tuesdays and Guest Posts
  • SQL Features and Tuning
  • Thoughts on Programming

Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.

Tag: schema navigation

Database schema navigation in Java

Posted on September 11, 2011 by lukaseder

An important part of jOOQ is jooq-meta, the database schema navigation module. This is used by the code generator to discover relevant schema objects. I was asked several times why I rolled my own instead of using other libraries, such as SchemaCrawler or SchemaSpy, and indeed it's a pity I cannot rely on other stable … Continue reading Database schema navigation in Java →

  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • More
  • Click to email a link to a friend (Opens in new window)
  • Click to print (Opens in new window)

Like this:

Like Loading...
Tagged dictionary tables, dictionary views, information_schema, jooq, jooq-meta, meta data, meta navigation, navigation, schema, schema navigation, SQL 922 Comments

Like this blog? Check out our the best way to write SQL in Java:

jOOQ: Get Back in Control of Your SQL

Don’t forget to follow us on Twitter

Jump to:

  • Home
  • SQL Tricks and Tuning
  • Thoughts on Programming
  • jOOQ Tuesdays and Guest Posts
  • Java and Other Languages
  • jOOQ and jOOλ

Follow Blog via Email

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 2,110 other subscribers

Top Posts & Pages

  • How to Turn a List of Flat Elements into a Hierarchy in Java, SQL, or jOOQ
  • Say NO to Venn Diagrams When Explaining JOINs
  • SQL IN Predicate: With IN List or With Array? Which is Faster?
  • Selecting all Columns Except One in PostgreSQL
  • How SQL DISTINCT and ORDER BY are Related
  • How to Write a Multiplication Aggregate Function in SQL
  • 3 Reasons why You Shouldn't Replace Your for-loops by Stream.forEach()
  • Reactive SQL with jOOQ 3.15 and R2DBC
  • A Beginner's Guide to the True Order of SQL Operations
  • 10 SQL Tricks That You Didn't Think Were Possible

Recent Posts

  • How to Turn a List of Flat Elements into a Hierarchy in Java, SQL, or jOOQ March 24, 2023
  • 3.18.0 Release with Support for more Diagnostics, SQL/JSON, Oracle Associative Arrays, Multi dimensional Arrays, R2DBC 1.0 March 8, 2023
  • How to use jOOQ’s Converters with UNION Operations March 2, 2023
  • How to Write a Derived Table in jOOQ February 24, 2023
  • The Performance Impact of SQL’s FILTER Clause February 6, 2023
  • Emulating Window Functions in MySQL 5.7 January 20, 2023
  • Why You Should Execute jOOQ Queries With jOOQ January 18, 2023
  • jOOQ’s R2DBC LoggingConnection to log all SQL statements January 17, 2023
  • When to Use jOOQ and When to Use Native SQL December 8, 2022
  • LATERAL is Your Friend to Create Local Column Variables in SQL November 4, 2022
jOOQ: Get Back in Control of Your SQL

About

Learn more about jOOQ

Copyright (c) by Data Geekery GmbH.
Content is licensed CC BY-SA 3.0

 

Subscribe to this blog

↑ Back to top

 

Loading Comments...
 

    %d bloggers like this: