Show / Hide Table of Contents

Method sqliteStatement.GetInt


Overload

Calls sqlite3_column_int.

public int GetInt(SLIndexOrName column)
Parameters
column  (SLIndexOrName)

Column name of 0-based index in results.

Returns
int
Exceptions
SLException

The column does not exist in query results.

Remarks

Use this function to get integer values of size 4, 2 or 1 bytes: int, uint, short, ushort, byte, sbyte, enum.