TableDef

data class TableDef(val name: String, val columns: MutableList<SqlValidator.ColumnDef>)(source)

Constructors

Link copied to clipboard
constructor(name: String, columns: MutableList<SqlValidator.ColumnDef>)

Properties

Link copied to clipboard
Link copied to clipboard