Skip to content

Commit

Permalink
Fix README mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
alberlau committed Dec 21, 2023
1 parent f10da58 commit b168d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Optionally if you need to attach generated code to your source code add this:
You can customize generation template, by providing __templates__ list.
To filter out objects included into metadata, you can specify:
- __catalog__
- __schemaPatter__
- __schemaPattern__
- __tableNamePattern__
- __types__ - one of TABLE, VIEW, SYSTEM_TABLE, GLOBAL_TEMPORARY, LOCAL_TEMPORARY, ALIAS, SYNONYM
see DatabaseMetadata.getTables and database in use documentation for more info
Expand Down

0 comments on commit b168d05

Please sign in to comment.