Column model builder.
Column model builder.
Table model builder
Table model builder
Creates a Slick data model from jdbc meta data.
Creates a Slick data model from jdbc meta data. Foreign keys pointing out of the given tables are not included.
Column model builder factory.
Column model builder factory. Override for customization.
Table model builder factory.
Table model builder factory. Override for customization.
Converts from java.sql.Types w/ type name to the corresponding Java class name (with fully qualified path).
Converts from java.sql.Types w/ type name to the corresponding Java class name (with fully qualified path).
Read the column metadata for a table in ordinal position order
Read the column metadata for a table in ordinal position order
Read the foreign key metadata for a table grouped by name and in key sequence order
Read the foreign key metadata for a table grouped by name and in key sequence order
Read the index metadata grouped by name and in ordinal position order
Read the index metadata grouped by name and in ordinal position order
Read the primary key metadata for a table in key sequence order
Read the primary key metadata for a table in key sequence order