public interface SQLConfiguration
DataSource as connection to SQL
database, and given schema name as schema to create tables in.| Modifier and Type | Method and Description |
|---|---|
Property<String> |
schemaName()
The schema name to use to create/find tables.
|