Companion

object Companion

Properties

Link copied to clipboard
const val MARKER_ARRAY: Int = 16384
Link copied to clipboard
const val MARKER_BLOB: Int = 8192
Link copied to clipboard
const val MARKER_BOOLEAN: Int = 256
Link copied to clipboard
const val MARKER_CHAR: Int = 1024
Link copied to clipboard
const val MARKER_DATE: Int = 2048
Link copied to clipboard
const val MARKER_FIRST: Int = 16
Link copied to clipboard
const val MARKER_FK: Int = 32
Link copied to clipboard
const val MARKER_INDEX: Int = 4
Link copied to clipboard
const val MARKER_INDEX4: Int = 1048576
Link copied to clipboard
const val MARKER_INDEX_CLUSTER: Int = 524288
Link copied to clipboard
const val MARKER_INDEX_PARTITION: Int = 131072
Link copied to clipboard
const val MARKER_INDEX_SORT: Int = 262144
Link copied to clipboard
const val MARKER_JSON_ARRAY: Int = 65536
Link copied to clipboard
const val MARKER_JSON_OBJECT: Int = 32768
Link copied to clipboard
const val MARKER_NUMBER: Int = 128
Link copied to clipboard
const val MARKER_OPTION_ASC: Int = 2097152
Link copied to clipboard
const val MARKER_OPTION_DESC: Int = 4194304
Link copied to clipboard
const val MARKER_PK: Int = 1
Link copied to clipboard
const val MARKER_REF: Int = 64
Link copied to clipboard
const val MARKER_TEXT: Int = 512
Link copied to clipboard
const val MARKER_TIMESTAMP: Int = 4096
Link copied to clipboard
const val MARKER_UNIQUE: Int = 8
Link copied to clipboard
const val TYPE_STRING_MAX_LENGTH: Int = 24

Functions

Link copied to clipboard
@JvmStatic
fun getIndentationLevel(attr: Attribute): Int
Link copied to clipboard
@JvmStatic
fun getMarkerString(attr: Attribute): String?