NitroSQLite
React native nitro sqliteType aliases

API Reference / react-native-nitro-sqlite / NitroSQLiteQueryColumnMetadata

Type Alias: NitroSQLiteQueryColumnMetadata

TypeScript

Source files: TypeScript

NitroSQLiteQueryColumnMetadata = object

Name, declared type, and position of a result column.

Properties

index

index: number

Defined in: specs/NitroSQLiteQueryResult.nitro.ts:38

Zero-based position in the result set.


name

name: string

Defined in: specs/NitroSQLiteQueryResult.nitro.ts:32

Name used for this column in the result set.


type

type: ColumnType

Defined in: specs/NitroSQLiteQueryResult.nitro.ts:35

Native type category derived from the column declaration.