public class WayOfDB2 extends Object implements DBWay, Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected static List<String> |
ORIGINAL_WILD_CARD_LIST |
PLUS_STRING_CONNECTOR, STANDARD_STRING_CONNECTOR| コンストラクタと説明 |
|---|
WayOfDB2() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
buildSequenceNextValSql(String sequenceName)
Build the SQL for next value of sequence with a sequence name.
|
String |
getIdentitySelectSql()
Get the SQL for getting inserted value of identity.
|
List<String> |
getOriginalWildCardList() |
OnQueryStringConnector |
getStringConnector() |
boolean |
isBlockCommentSupported() |
boolean |
isLineCommentSupported() |
boolean |
isScrollableCursorSupported() |
boolean |
isUniqueConstraintException(String sqlState,
Integer errorCode)
Is the SQLException from unique constraint?
|
public String buildSequenceNextValSql(String sequenceName)
DBWaybuildSequenceNextValSql インタフェース内 DBWaysequenceName - The sequence name. (NotNull)public String getIdentitySelectSql()
DBWaygetIdentitySelectSql インタフェース内 DBWaypublic boolean isBlockCommentSupported()
isBlockCommentSupported インタフェース内 DBWaypublic boolean isLineCommentSupported()
isLineCommentSupported インタフェース内 DBWaypublic boolean isScrollableCursorSupported()
isScrollableCursorSupported インタフェース内 DBWaypublic List<String> getOriginalWildCardList()
getOriginalWildCardList インタフェース内 DBWaypublic OnQueryStringConnector getStringConnector()
getStringConnector インタフェース内 DBWaypublic boolean isUniqueConstraintException(String sqlState, Integer errorCode)
DBWayisUniqueConstraintException インタフェース内 DBWaysqlState - SQLState of the SQLException. (NullAllowed)errorCode - ErrorCode of the SQLException. (NullAllowed)Copyright © 2014–2015 The DBFlute Project. All rights reserved.