public interface InterTypeDefAware
インタータイプ定義は複数登録することが出来ます。 インタータイプ定義の取得はインデックス番号を指定して行います。
InterTypeDef| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addInterTypeDef(InterTypeDef interTypeDef)
インタータイプ定義を追加します。 |
InterTypeDef |
getInterTypeDef(int index)
指定されたインデックス番号
indexのインタータイプ定義を返します。 |
int |
getInterTypeDefSize()
登録されている
インタータイプ定義の数を返します。 |
void addInterTypeDef(InterTypeDef interTypeDef)
インタータイプ定義を追加します。interTypeDef - インタータイプ定義int getInterTypeDefSize()
インタータイプ定義の数を返します。InterTypeDef getInterTypeDef(int index)
indexのインタータイプ定義を返します。index - インタータイプ定義を指定するインデックス番号Copyright © 2015 The DBFlute Project. All rights reserved.