Package com.asakusafw.modelgen.view

Examples of com.asakusafw.modelgen.view.ViewAnalyzer.analyze()


            LOG.info("ビュー\"{}\"を解析しています", definition.name);
            CreateView tree = ViewParser.parse(definition);
            analyzer.add(Collections.singletonList(Constants.SOURCE_VIEW), 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.