public class BsAccessResultDiffCursor extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
protected ResultSet |
_rs
Wrapped result set.
|
protected org.seasar.dbflute.jdbc.ValueType |
_vtContentLength |
protected org.seasar.dbflute.jdbc.ValueType |
_vtCreateTime |
protected org.seasar.dbflute.jdbc.ValueType |
_vtExecutionTime |
protected org.seasar.dbflute.jdbc.ValueType |
_vtHttpStatusCode |
protected org.seasar.dbflute.jdbc.ValueType |
_vtId |
protected org.seasar.dbflute.jdbc.ValueType |
_vtMethod |
protected org.seasar.dbflute.jdbc.ValueType |
_vtMimeType |
protected org.seasar.dbflute.jdbc.ValueType |
_vtParentUrl |
protected org.seasar.dbflute.jdbc.ValueType |
_vtRuleId |
protected org.seasar.dbflute.jdbc.ValueType |
_vtSessionId |
protected org.seasar.dbflute.jdbc.ValueType |
_vtStatus |
protected org.seasar.dbflute.jdbc.ValueType |
_vtUrl |
static String |
DB_NAME_CONTENT_LENGTH
DB name of CONTENT_LENGTH.
|
static String |
DB_NAME_CREATE_TIME
DB name of CREATE_TIME.
|
static String |
DB_NAME_EXECUTION_TIME
DB name of EXECUTION_TIME.
|
static String |
DB_NAME_HTTP_STATUS_CODE
DB name of HTTP_STATUS_CODE.
|
static String |
DB_NAME_ID
DB name of ID.
|
static String |
DB_NAME_METHOD
DB name of METHOD.
|
static String |
DB_NAME_MIME_TYPE
DB name of MIME_TYPE.
|
static String |
DB_NAME_PARENT_URL
DB name of PARENT_URL.
|
static String |
DB_NAME_RULE_ID
DB name of RULE_ID.
|
static String |
DB_NAME_SESSION_ID
DB name of SESSION_ID.
|
static String |
DB_NAME_STATUS
DB name of STATUS.
|
static String |
DB_NAME_URL
DB name of URL.
|
コンストラクタと説明 |
---|
BsAccessResultDiffCursor() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
accept(ResultSet rs)
Accept the result set.
|
ResultSet |
cursor()
Get the wrapped cursor (result set).
|
Long |
getContentLength()
[get] CONTENT_LENGTH: {BIGINT(20), refers to
ACCESS_RESULT.CONTENT_LENGTH}
|
Timestamp |
getCreateTime()
[get] CREATE_TIME: {DATETIME(19), refers to ACCESS_RESULT.CREATE_TIME}
|
Integer |
getExecutionTime()
[get] EXECUTION_TIME: {INT(11), refers to ACCESS_RESULT.EXECUTION_TIME}
|
Integer |
getHttpStatusCode()
[get] HTTP_STATUS_CODE: {INT(11), refers to
ACCESS_RESULT.HTTP_STATUS_CODE}
|
Long |
getId()
[get] ID: {BIGINT(20), refers to ACCESS_RESULT.ID}
|
String |
getMethod()
[get] METHOD: {VARCHAR(10), refers to ACCESS_RESULT.METHOD}
|
String |
getMimeType()
[get] MIME_TYPE: {VARCHAR(100), refers to ACCESS_RESULT.MIME_TYPE}
|
String |
getParentUrl()
[get] PARENT_URL: {VARCHAR(21845), refers to ACCESS_RESULT.PARENT_URL}
|
String |
getRuleId()
[get] RULE_ID: {VARCHAR(20), refers to ACCESS_RESULT.RULE_ID}
|
String |
getSessionId()
[get] SESSION_ID: {VARCHAR(20), refers to ACCESS_RESULT.SESSION_ID}
|
Integer |
getStatus()
[get] STATUS: {INT(11), refers to ACCESS_RESULT.STATUS}
|
String |
getUrl()
[get] URL: {VARCHAR(21845), refers to ACCESS_RESULT.URL}
|
boolean |
next()
Move to next result.
|
protected org.seasar.dbflute.jdbc.ValueType |
vt(Class<?> type) |
protected org.seasar.dbflute.jdbc.ValueType |
vt(Class<?> type,
String name) |
public static final String DB_NAME_SESSION_ID
public static final String DB_NAME_PARENT_URL
public static final String DB_NAME_HTTP_STATUS_CODE
public static final String DB_NAME_CONTENT_LENGTH
public static final String DB_NAME_EXECUTION_TIME
public static final String DB_NAME_CREATE_TIME
protected ResultSet _rs
protected org.seasar.dbflute.jdbc.ValueType _vtId
protected org.seasar.dbflute.jdbc.ValueType _vtSessionId
protected org.seasar.dbflute.jdbc.ValueType _vtRuleId
protected org.seasar.dbflute.jdbc.ValueType _vtUrl
protected org.seasar.dbflute.jdbc.ValueType _vtParentUrl
protected org.seasar.dbflute.jdbc.ValueType _vtStatus
protected org.seasar.dbflute.jdbc.ValueType _vtHttpStatusCode
protected org.seasar.dbflute.jdbc.ValueType _vtMethod
protected org.seasar.dbflute.jdbc.ValueType _vtMimeType
protected org.seasar.dbflute.jdbc.ValueType _vtContentLength
protected org.seasar.dbflute.jdbc.ValueType _vtExecutionTime
protected org.seasar.dbflute.jdbc.ValueType _vtCreateTime
protected org.seasar.dbflute.jdbc.ValueType vt(Class<?> type)
public void accept(ResultSet rs)
rs
- The cursor (result set) for the query, which has first
pointer. (NotNull)public ResultSet cursor()
public boolean next() throws SQLException
SQLException
public Long getId() throws SQLException
SQLException
public String getSessionId() throws SQLException
SQLException
public String getRuleId() throws SQLException
SQLException
public String getUrl() throws SQLException
SQLException
public String getParentUrl() throws SQLException
SQLException
public Integer getStatus() throws SQLException
SQLException
public Integer getHttpStatusCode() throws SQLException
SQLException
public String getMethod() throws SQLException
SQLException
public String getMimeType() throws SQLException
SQLException
public Long getContentLength() throws SQLException
SQLException
public Integer getExecutionTime() throws SQLException
SQLException
public Timestamp getCreateTime() throws SQLException
SQLException
Copyright © 2009–2014 The Seasar Foundation. All rights reserved.