oracle.lite.web.html
クラス DBCompoundColumn

java.lang.Object
  |
  +--oracle.lite.web.html.DBColumn
        |
        +--oracle.lite.web.html.DBCompoundColumn
 

public class DBCompoundColumn
extends DBColumn

直接のデータベース列ではない文字列値をデータベース表から選択する場合は、CompoundItem列を使用します。
たとえば、次のとおりです。 select 'test'||col_name from table


クラス oracle.lite.web.html.DBColumnから継承したフィールド
UNKNOWN
 
コンストラクタの概要
DBCompoundColumn(java.lang.String col, java.lang.String label)
          指定されたデータベース列に新規DBCompoundColumnオブジェクトを作成します。
 
クラス oracle.lite.web.html.DBColumnから継承したメソッド
addLOV, getDataTypeCode, getDataTypeString, getDefaultValue, getLabel, isVisible, setColumnBackgroundColor, setColumnBold, setColumnColor, setColumnColSpan, setColumnFontSize, setColumnHAlign, setColumnItalics, setColumnRowSpan, setColumnTextFieldSize, setColumnVAlign, setColumnWrap, setDefaultValue, setLabel, setLabelBackgroundColor, setLabelBold, setLabelColor, setLabelColSpan, setLabelFontSize, setLabelHAlign, setLabelItalics, setLabelRowSpan, setLabelVAlign, setLabelWrap, setLOV, setMaximumInputSize, setUpdate, setUpdateable, setVisible
 
クラス java.lang.Objectから継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DBCompoundColumn

public DBCompoundColumn(java.lang.String col,
                        java.lang.String label) 
指定されたデータベース列に新規DBCompoundColumnオブジェクトを作成します。
パラメータ:
col - DBCompoundColumnを生成するSQL
label - 列が表示されるときに使用されるラベル