FixIO Documentation

Back to summary

import "io/sql/sqlite";

SQLiteResultSet class

Provides SQLite specific functions in SQL query results.

Inherits from ResultSet.

Data access functions

function get_data_type(name_or_idx: String or Integer): Integer
Returns the type of the particular value in a given column. In SQLite the value types don't need to match the column types unless strict tables are used.