sqlite3 :: NativeStatement :: column_text
fun column_text(i: Int): CString `{ return (char *)sqlite3_column_text(self, i); `}