Example #1
0
 public byte GetByte(int i)
 {
     return(Convert.ToByte(SQLiteNative.ColumnInt(_stmt, i)));
 }
Example #2
0
 public int GetInt32(int i)
 {
     return(SQLiteNative.ColumnInt(_stmt, i));
 }