Package com.asakusafw.dmdl.thundergate.view

Examples of com.asakusafw.dmdl.thundergate.view.ViewAnalyzer.analyze()


            LOG.info("ビュー\"{}\"を解析しています", definition.name);
            CreateView tree = ViewParser.parse(definition);
            analyzer.add(tree);
        }

        List<ModelDescription> results = analyzer.analyze(repository);
        return results;
    }

    /**
     * データベースからビューの定義情報を収集し、ビュー名とSELECT文に対応する文字列のペアを返す。
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.