|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.extension.gen.SqlDesc
public class SqlDesc
SQL記述です。
| フィールドの概要 | |
|---|---|
protected GenDialect |
dialect
方言 |
protected EntityDesc |
entityDesc
エンティティ記述 |
protected String |
fileName
ファイル名 |
protected String |
templateName
テンプレート名 |
| コンストラクタの概要 | |
|---|---|
SqlDesc()
|
|
| メソッドの概要 | |
|---|---|
EntityDesc |
getEntityDesc()
エンティティ記述を返します。 |
String |
getFileName()
ファイル名 を返します。 |
String |
getTemplateName()
テンプレート名を返します。 |
void |
setDialect(GenDialect dialect)
方言を設定します。 |
void |
setEntityDesc(EntityDesc entityDesc)
エンティティ記述を設定します。 |
void |
setFileName(String fileName)
ファイル名を設定します。 |
void |
setTemplateName(String templateName)
テンプレート名を設定します。 |
String |
toDate(String value)
日付のリテラルに変換します。 |
String |
toTime(String value)
時刻のリテラルに変換します。 |
String |
toTimestamp(String value)
タイムスタンプのリテラルに変換します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected String fileName
protected String templateName
protected EntityDesc entityDesc
protected GenDialect dialect
| コンストラクタの詳細 |
|---|
public SqlDesc()
| メソッドの詳細 |
|---|
public String getFileName()
public void setFileName(String fileName)
fileName - ファイル名public String getTemplateName()
public void setTemplateName(String templateName)
templateName - テンプレート名public EntityDesc getEntityDesc()
public void setEntityDesc(EntityDesc entityDesc)
entityDesc - エンティティ記述public void setDialect(GenDialect dialect)
dialect - 方言public String toTime(String value)
value - 値
public String toDate(String value)
value - 値
public String toTimestamp(String value)
value - 値
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||