|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.dialect.StandardGenDialect
org.seasar.extension.jdbc.gen.internal.dialect.InterbaseGenDialect
public class InterbaseGenDialect
Interbaseの方言を扱うクラスです。
| 入れ子のクラスの概要 |
|---|
| クラス org.seasar.extension.jdbc.gen.internal.dialect.StandardGenDialect から継承された入れ子のクラス/インタフェース |
|---|
StandardGenDialect.StandardColumnType, StandardGenDialect.StandardSqlBlockContext |
| インタフェース org.seasar.extension.jdbc.gen.dialect.GenDialect から継承された入れ子のクラス/インタフェース |
|---|
GenDialect.ColumnType, GenDialect.SqlBlockContext |
| フィールドの概要 |
|---|
| クラス org.seasar.extension.jdbc.gen.internal.dialect.StandardGenDialect から継承されたフィールド |
|---|
columnTypeMap, fallbackColumnTypeMap, logger, sqlTypeMap |
| コンストラクタの概要 | |
|---|---|
InterbaseGenDialect()
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
GenerationType |
getDefaultGenerationType()
デフォルトの GenerationTypeを返します。 |
java.lang.String |
getName()
名前を返します。 |
java.lang.String |
getSequenceNextValString(java.lang.String sequenceName,
int allocationSize)
シーケンスの値を取得するSQLを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public InterbaseGenDialect()
| メソッドの詳細 |
|---|
public java.lang.String getName()
GenDialect の記述:
GenDialect 内の getNameStandardGenDialect 内の getNamepublic GenerationType getDefaultGenerationType()
GenDialect の記述: GenerationTypeを返します。
GenDialect 内の getDefaultGenerationTypeStandardGenDialect 内の getDefaultGenerationTypeGenerationType
public java.lang.String getSequenceNextValString(java.lang.String sequenceName,
int allocationSize)
GenDialect の記述:
GenDialect 内の getSequenceNextValStringStandardGenDialect 内の getSequenceNextValStringsequenceName - シーケンス名allocationSize - 割り当てサイズ
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||