Skip to content

Commit

Permalink
#402: fixed review findings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Dec 2, 2020
1 parent 59a60a6 commit 9712c11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/development/developing-sql-dialect/developing_a_dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The layers in the middle — i.e. everything that deals with translating bet
| core |----------------------------|
| |//// Virtual Schema API ////|
|-------------------------|----------------------------|
| In vs-common-java | Base for all adapters | Foundation of an adapter development
| repository |----------------------------|
| In vs-common-jdbc | JDBC Adapter | Common JDBC functions
| repository |----------------------------|
| In Virtual Schema | Base for all adapters | Foundation of an adapter development
| Common Java repository |----------------------------|
| In Virtual Schema | JDBC Adapter | Common JDBC functions
| Common JDBC repository |----------------------------|
| |///// SQL Dialect API //////|
| |----------------------------|
| In dialect repositories | SQL Dialect Adapter | Even out specifics of the source database
Expand Down Expand Up @@ -94,7 +94,7 @@ The Java package structure of the `virtualschema-jdbc-adapter` reflects the sepa
| |
| '-- ...
|
'-- jdbc Base implementation for getting metadata from JDBC (based in virtual-schema-common-jdbc repository)
'-- jdbc Base implementation for getting metadata from JDBC (based in Virtual Schema Common JDBC repository)

### Interfaces

Expand Down

0 comments on commit 9712c11

Please sign in to comment.