SqlContext

data class SqlContext(val prev: SqlContext?, val indent: Int, val col: Int, val type: String, var align: Boolean? = null)

Constructors

Link copied to clipboard
constructor(prev: SqlContext?, indent: Int, col: Int, type: String, align: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val col: Int
Link copied to clipboard
val indent: Int
Link copied to clipboard
Link copied to clipboard