react-native-nitro-sqliteType aliases
API Reference / react-native-nitro-sqlite / NitroSQLiteQueryColumnMetadata
Type Alias: NitroSQLiteQueryColumnMetadata
NitroSQLiteQueryColumnMetadata =
object
Name, declared type, and position of a result column.
Properties
index
index:
number
Zero-based position in the result set.
name
name:
string
Name used for this column in the result set.
type
type:
ColumnType
Native type category derived from the column declaration.