DuplicateColumnException

DuplicateColumnException is thrown :

When you attempt to create a table with multiple columns having the same name. When you replace a column of a table so that you define multiple columns having the same name.

Parameters

columnName

the duplicated column name

Constructors

Link copied to clipboard
constructor(columnName: String, tableName: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard