public interface DBWay
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static OnQueryStringConnector |
PLUS_STRING_CONNECTOR |
static OnQueryStringConnector |
STANDARD_STRING_CONNECTOR |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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?
|
static final OnQueryStringConnector STANDARD_STRING_CONNECTOR
static final OnQueryStringConnector PLUS_STRING_CONNECTOR
String buildSequenceNextValSql(String sequenceName)
sequenceName - The sequence name. (NotNull)String getIdentitySelectSql()
boolean isBlockCommentSupported()
boolean isLineCommentSupported()
boolean isScrollableCursorSupported()
OnQueryStringConnector getStringConnector()
boolean isUniqueConstraintException(String sqlState, Integer errorCode)
sqlState - SQLState of the SQLException. (NullAllowed)errorCode - ErrorCode of the SQLException. (NullAllowed)Copyright © 2014–2015 The DBFlute Project. All rights reserved.