コード例 #1
0
ファイル: RelOptXmlPlanWriter.java プロジェクト: Jach/luciddb
 public RelOptXmlPlanWriter(PrintWriter pw, SqlExplainLevel detailLevel) {
   super(pw, detailLevel);
   xmlOutput = new XMLOutput(this);
   xmlOutput.setGlob(true);
   xmlOutput.setCompact(false);
 }