GetCharacterSetNamesPlainArgs

data class GetCharacterSetNamesPlainArgs(val engine: String, val outputFile: String? = null) : ConvertibleToJava<GetCharacterSetNamesPlainArgs>

A collection of arguments for invoking getCharacterSetNames.

Constructors

Link copied to clipboard
constructor(engine: String, outputFile: String? = null)

Properties

Link copied to clipboard

Database type. Options are MySQL, SQLServer, PostgreSQL, MariaDB.

Link copied to clipboard
val outputFile: String? = null

Functions

Link copied to clipboard
open override fun toJava(): GetCharacterSetNamesPlainArgs