public bool Step() { if (SqliteDataBase.IsNullPtr(m_table)) { return(false); } return(SqliteDataBase.TableStep(m_table)); }