public abstract class FetchSqlGenerator extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
protected static String |
APPEND_SQLSERVER
SQLSERVERの場合に付加するSQLステートメント
|
protected static Pattern |
PATTERN_SQLSERVER
SQLSERVERを識別するパターン
|
コンストラクタと説明 |
---|
FetchSqlGenerator() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected static String |
createCountSql4SQLServer(String sql)
SQLServer用のレコード数取得SQL
|
static String |
createFetchSql4DB2(String sql,
int start,
int length)
非推奨です。
|
static String |
createFetchSql4MySql(String sql,
int start,
int length)
非推奨です。
|
static String |
createFetchSql4Oracle(String sql,
int start,
int length)
非推奨です。
|
static String |
createFetchSql4Postgres(String sql,
int start,
int length)
非推奨です。
|
static String |
createFetchSql4SQLServer(String sql,
int start,
int length)
非推奨です。
|
protected static final Pattern PATTERN_SQLSERVER
@Deprecated public static String createFetchSql4DB2(String sql, int start, int length)
sql
- 元のSELECT文start
- 取得開始レコード位置length
- 取得するレコード数@Deprecated public static String createFetchSql4MySql(String sql, int start, int length)
sql
- 元のSELECT文start
- 取得開始レコード位置length
- 取得するレコード数@Deprecated public static String createFetchSql4Oracle(String sql, int start, int length)
sql
- 元のSELECT文start
- 取得開始レコード位置length
- 取得するレコード数@Deprecated public static String createFetchSql4Postgres(String sql, int start, int length)
sql
- 元のSELECT文start
- 取得開始レコード位置length
- 取得するレコード数@Deprecated public static String createFetchSql4SQLServer(String sql, int start, int length)
sql
- 元のSELECT文start
- 取得開始レコード位置length
- 取得するレコード数Copyright © 2012 NTT DATA INTRAMART CORPORATION