|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.util.ColumnUtil
public class ColumnUtil
カラムに関するユーティリティクラスです。
| コンストラクタの概要 | |
|---|---|
protected |
ColumnUtil()
|
| メソッドの概要 | |
|---|---|
static java.lang.String |
formatDataType(java.lang.String dataType,
int length,
int precision,
int scale)
カラムのデータ型をフォーマットします。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
protected ColumnUtil()
| メソッドの詳細 |
|---|
public static java.lang.String formatDataType(java.lang.String dataType,
int length,
int precision,
int scale)
カラムのデータ型に含まれる置換文字を置き換えます。
dataType - カラムのデータ型length - 長さprecision - 精度scale - スケール
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||