scala.slick.driver.JdbcProfile
All JDBC capabilities
Can be used for reverse-engineering the database schema
Can insert into AutoInc columns.
Supports a native insertOrUpdate command.
Supports a native insertOrUpdate command. Ootherwise the functionality is emulated on the client side. The emulation uses transactions for consistency but does not guarantee atomicity, so it may fail if another insert for the same key happens concurrently.
Supports mutable result sets
Supports all JdbcProfile features which do not have separate capability values
Can return primary key of inserted rows
Can also return non-primary-key columns of inserted rows
The capabilities specific to
JdbcProfile