sqlite3_index_info

Wraps an instance of sqlite3_index_info at address pointer and supplies getters and setters for reading and writing the struct.

Constructors

Link copied to clipboard
constructor(pointer: Long)

Types

Link copied to clipboard
object Layout
Link copied to clipboard

Wraps an instance of sqlite3_index_constraint at address pointer and supplies getters and setters for reading and writing the struct.

Link copied to clipboard

Wraps an instance of sqlite3_index_constraint_usage at address pointer and supplies getters and setters for reading and writing the struct.

Link copied to clipboard

Wraps an instance of sqlite3_index_orderby at address pointer and supplies getters and setters for reading and writing the struct.

Properties

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
var idxNum: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun free()

Releases the resources associated with this struct.

Link copied to clipboard