oracle.lite.web.html
クラス DBPrimaryKey

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

public class DBPrimaryKey
extends DBColumn

DBPrimaryKeyオブジェクトは、データベース内の外部キー列に関連付けられます。 DBPrimaryKey値は、オブジェクトの生成時に指定されるソースを使用して自動的に生成されます。


クラス oracle.lite.web.html.DBColumnから継承したフィールド
UNKNOWN
 
コンストラクタの概要
DBPrimaryKey(java.lang.String col, int datatype, java.lang.String label, java.lang.String source)
          新しいDBPrimaryKeyオブジェクトを作成します。
 
クラス 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
 

コンストラクタの詳細

DBPrimaryKey

public DBPrimaryKey(java.lang.String col,
                    int datatype,
                    java.lang.String label,
                    java.lang.String source) 
新しいDBPrimaryKeyオブジェクトを作成します。 DBPrimaryKeyはデフォルトでは非表示です。
パラメータ:
col - データベース列の名前
datatype - データベース列のデータ型
label - 列が表示されるときに使用されるラベル
source - 挿入中に列に新しい値を生成するために使用されるソース