DatabaseInitializationSettings

Settings for initializing an SQL database.

Author

Andy Wilkinson

Since

2.5.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open var encoding: Charset
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var separator: String

Functions

Link copied to clipboard
Returns whether to continue when an error occurs while applying a schema or data script.
Link copied to clipboard
open fun setContinueOnError(continueOnError: Boolean)
Sets whether initialization should continue when an error occurs when applying a schema or data script.