public Int64 GetLong(SQLiteDataReader reader, Int32 column)
 {
     return(reader.GetLong(column));
 }