예제 #1
0
        private static bool Exists(DatabaseName dname)
        {
            if (!dname.Exists())
            {
                cout.WriteLine("table not found : {0}", dname);
                return(false);
            }

            return(true);
        }
예제 #2
0
        private static bool Exists(DatabaseName dname)
        {
            if (!dname.Exists())
            {
                stdio.WriteLine("table not found : {0}", dname);
                return false;
            }

            return true;
        }