コード例 #1
0
ファイル: db_interface.hpp プロジェクト: dawnbreaks/arch
				inline int Next(Row& row)
				{
					return m_result->Next(row);
				}