This is a cache of http://dbflute.seasar.org/ja/manual/reference/dictionary/alphabet/wv.html. It is a snapshot of the page at 2024-03-19T00:36:09.256+0000.
<strong>dbflute</strong>用語集 V | <strong>dbflute</strong>

dbflute用語集 V

"V" で始まる用語に関するページです。

ValueType

SQLの実行時に、バインド変数の設定処理やデータの取得処理の型解決をするオブジェクトを示します。実際に ValueType という名前のインターフェースがあり(dbfluteランタイム内)、それを実装したそれぞれの型の ValueType が存在します。大きく二つに分かれ、型で管理する基本のValueTypeと名前で管理するプラグインのValueTypeがあります。 これら両方とも、dbfluteConfig にて独自に拡張したValueTypeを(上書き)登録することができます。