Scripts

open class Scripts : Iterable<T>

Scripts to be used to initialize the database.

Since

3.0.0

Constructors

Link copied to clipboard
constructor(resources: List<Resource>)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard