public final class QueryCompile
extends java.lang.Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
compile(QueryCompileInfo out,
QueryInfo info,
TableManager manager)
コンパイル処理.
|
public static final void compile(QueryCompileInfo out, QueryInfo info, TableManager manager) throws java.lang.Exception
out - コンパイル結果が返却されます.info - コンパイル元のクエリー情報を設定します.manager - 対象のテーブルマネージャを設定します.java.lang.Exception - 例外.