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

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

            return true;
        }