Skip navigation links
EDB/Java
jp.ac.tokushima_u.edb

Class EdbPrint.TCPrint

  • Enclosing class:
    EdbPrint


    public static class EdbPrint.TCPrint
    extends Object
    タプルカラムの情報を汎用パターン形式で出力するときの情報を保持します.

    基本的なパターンは次のようになり,タプルカラムのdatumの情報が出力されます.

     [ 前 1 ] ( デ {子} ) [ 後 2 ] [ 前 2 ] ( デ {子} ) [ 後 2 ] [ 前 2 ] ( デ {子} ) [ 後 1 ]
    
     前 1 ... 前置文字列 1
     後 1 ... 後置文字列 1
     前 2 ... 前置文字列 2
     後 2 ... 後置文字列 2
     デ ... タプルカラムの各datumの情報
     子 ... 子タプルカラム汎用パターン形式出力情報よる出力
     
    • Constructor Detail

      • TCPrint

        public TCPrint(EdbTuple t,
                       EdbDatum p,
                       EdbDoc.Content l1,
                       EdbDoc.Content l2,
                       String xn,
                       EdbPrint.TCPrint[] ch,
                       EdbDoc.Content t2,
                       EdbDoc.Content t1,
                       EdbDoc.Content r,
                       int alert)
        新しいインスタンスを初期化します.
        Parameters:
        t - 出力するタプルカラムのタプル
        p - 出力するタプルカラムの XML 名の検索範囲.指定されたdatumの下位のタプルカラムが対象になる
        l1 - 前置文字列 1
        l2 - 前置文字列 2
        xn - 出力するタプルカラムの XML 名
        ch - 子タプルカラム汎用パターン形式出力情報
        t2 - 後置文字列 2
        t1 - 後置文字列 1
        r - 代替文字列
        alert - 項目が登録されていない場合に出力される警告の種類.定数を指定
        See Also:
        EdbPrint.EP_ALERT, EdbPrint.EP_WARNING
    • Method Detail

      • setAND

        public void setAND(boolean a)
        Datum情報出力の間に AND 文字列を出力するかどうかを設定します.
        Parameters:
        a - 出力するかどうか
      • getAND

        public boolean getAND()
        Datum情報出力の間に AND 文字列を出力するかどうかを取得します.
        Returns:
        出力する場合は true,出力しない場合は false を返します.
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025