Skip to content

Commit

Permalink
More complete list of SQL keywords for View presentation as well as v…
Browse files Browse the repository at this point in the history
…endor-specific keywords
  • Loading branch information
johncurrier committed Jul 20, 2005
1 parent d60f80f commit 115abe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/net/sourceforge/schemaspy/model/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ public Connection getConnection() {
return connection;
}

public DatabaseMetaData getMetaData() {
return meta;
}

public String getConnectTime() {
return connectTime;
}
Expand Down

0 comments on commit 115abe6

Please sign in to comment.