QueryGenerationTable

Contains information about a table for the query engine to consider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of objects, each of which defines information about a column in the table.

Link copied to clipboard

A description of the table that helps the query engine understand the contents of the table.

Link copied to clipboard

Specifies whether to include or exclude the table during query generation. If you specify EXCLUDE, the table will be ignored. If you specify INCLUDE, all other tables will be ignored.

Link copied to clipboard

The name of the table for which the other fields in this object apply.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String