org.seasar.robot.db.bsbhv.cursor
クラス BsAccessResultDiffCursor

java.lang.Object
  上位を拡張 org.seasar.robot.db.bsbhv.cursor.BsAccessResultDiffCursor
直系の既知のサブクラス:
AccessResultDiffCursor

public class BsAccessResultDiffCursor
extends Object

The cursor of AccessResultDiff.

作成者:
DBFlute(AutoGenerator)

フィールドの概要
protected  ResultSet _rs
          Wrapped result set.
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtContentLength
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtCreateTime
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtExecutionTime
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtHttpStatusCode
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtId
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtMethod
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtMimeType
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtParentUrl
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtRuleId
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtSessionId
           
protected  org.seasar.robot.dbflute.jdbc.ValueType _vtStatus
           
protected  org.seasar.robot.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 result set.
 ResultSet cursor()
          Get wrapped result set.
 Long getContentLength()
          Get the value of contentLength.
 Timestamp getCreateTime()
          Get the value of createTime.
 Integer getExecutionTime()
          Get the value of executionTime.
 Integer getHttpStatusCode()
          Get the value of httpStatusCode.
 Long getId()
          Get the value of id.
 String getMethod()
          Get the value of method.
 String getMimeType()
          Get the value of mimeType.
 String getParentUrl()
          Get the value of parentUrl.
 String getRuleId()
          Get the value of ruleId.
 String getSessionId()
          Get the value of sessionId.
 Integer getStatus()
          Get the value of status.
 String getUrl()
          Get the value of url.
 boolean next()
          Move to next result.
protected  org.seasar.robot.dbflute.jdbc.ValueType vt(Class<?> type)
           
protected  org.seasar.robot.dbflute.jdbc.ValueType vt(Class<?> type, String name)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DB_NAME_ID

public static final String DB_NAME_ID
DB name of ID.

関連項目:
定数フィールド値

DB_NAME_SESSION_ID

public static final String DB_NAME_SESSION_ID
DB name of SESSION_ID.

関連項目:
定数フィールド値

DB_NAME_RULE_ID

public static final String DB_NAME_RULE_ID
DB name of RULE_ID.

関連項目:
定数フィールド値

DB_NAME_URL

public static final String DB_NAME_URL
DB name of URL.

関連項目:
定数フィールド値

DB_NAME_PARENT_URL

public static final String DB_NAME_PARENT_URL
DB name of PARENT_URL.

関連項目:
定数フィールド値

DB_NAME_STATUS

public static final String DB_NAME_STATUS
DB name of STATUS.

関連項目:
定数フィールド値

DB_NAME_HTTP_STATUS_CODE

public static final String DB_NAME_HTTP_STATUS_CODE
DB name of HTTP_STATUS_CODE.

関連項目:
定数フィールド値

DB_NAME_METHOD

public static final String DB_NAME_METHOD
DB name of METHOD.

関連項目:
定数フィールド値

DB_NAME_MIME_TYPE

public static final String DB_NAME_MIME_TYPE
DB name of MIME_TYPE.

関連項目:
定数フィールド値

DB_NAME_CONTENT_LENGTH

public static final String DB_NAME_CONTENT_LENGTH
DB name of CONTENT_LENGTH.

関連項目:
定数フィールド値

DB_NAME_EXECUTION_TIME

public static final String DB_NAME_EXECUTION_TIME
DB name of EXECUTION_TIME.

関連項目:
定数フィールド値

DB_NAME_CREATE_TIME

public static final String DB_NAME_CREATE_TIME
DB name of CREATE_TIME.

関連項目:
定数フィールド値

_rs

protected ResultSet _rs
Wrapped result set.


_vtId

protected org.seasar.robot.dbflute.jdbc.ValueType _vtId

_vtSessionId

protected org.seasar.robot.dbflute.jdbc.ValueType _vtSessionId

_vtRuleId

protected org.seasar.robot.dbflute.jdbc.ValueType _vtRuleId

_vtUrl

protected org.seasar.robot.dbflute.jdbc.ValueType _vtUrl

_vtParentUrl

protected org.seasar.robot.dbflute.jdbc.ValueType _vtParentUrl

_vtStatus

protected org.seasar.robot.dbflute.jdbc.ValueType _vtStatus

_vtHttpStatusCode

protected org.seasar.robot.dbflute.jdbc.ValueType _vtHttpStatusCode

_vtMethod

protected org.seasar.robot.dbflute.jdbc.ValueType _vtMethod

_vtMimeType

protected org.seasar.robot.dbflute.jdbc.ValueType _vtMimeType

_vtContentLength

protected org.seasar.robot.dbflute.jdbc.ValueType _vtContentLength

_vtExecutionTime

protected org.seasar.robot.dbflute.jdbc.ValueType _vtExecutionTime

_vtCreateTime

protected org.seasar.robot.dbflute.jdbc.ValueType _vtCreateTime
コンストラクタの詳細

BsAccessResultDiffCursor

public BsAccessResultDiffCursor()
メソッドの詳細

vt

protected org.seasar.robot.dbflute.jdbc.ValueType vt(Class<?> type)

vt

protected org.seasar.robot.dbflute.jdbc.ValueType vt(Class<?> type,
                                                     String name)

accept

public void accept(ResultSet rs)
Accept result set.

パラメータ:
rs - Result set. (NotNull)

cursor

public ResultSet cursor()
Get wrapped result set.

戻り値:
Wrapped result set. (NotNull)

next

public boolean next()
             throws SQLException
Move to next result.

戻り値:
Is exist next result.
例外:
SQLException

getId

public Long getId()
           throws SQLException
Get the value of id.

戻り値:
The value of id. (NullAllowed)
例外:
SQLException

getSessionId

public String getSessionId()
                    throws SQLException
Get the value of sessionId.

戻り値:
The value of sessionId. (NullAllowed)
例外:
SQLException

getRuleId

public String getRuleId()
                 throws SQLException
Get the value of ruleId.

戻り値:
The value of ruleId. (NullAllowed)
例外:
SQLException

getUrl

public String getUrl()
              throws SQLException
Get the value of url.

戻り値:
The value of url. (NullAllowed)
例外:
SQLException

getParentUrl

public String getParentUrl()
                    throws SQLException
Get the value of parentUrl.

戻り値:
The value of parentUrl. (NullAllowed)
例外:
SQLException

getStatus

public Integer getStatus()
                  throws SQLException
Get the value of status.

戻り値:
The value of status. (NullAllowed)
例外:
SQLException

getHttpStatusCode

public Integer getHttpStatusCode()
                          throws SQLException
Get the value of httpStatusCode.

戻り値:
The value of httpStatusCode. (NullAllowed)
例外:
SQLException

getMethod

public String getMethod()
                 throws SQLException
Get the value of method.

戻り値:
The value of method. (NullAllowed)
例外:
SQLException

getMimeType

public String getMimeType()
                   throws SQLException
Get the value of mimeType.

戻り値:
The value of mimeType. (NullAllowed)
例外:
SQLException

getContentLength

public Long getContentLength()
                      throws SQLException
Get the value of contentLength.

戻り値:
The value of contentLength. (NullAllowed)
例外:
SQLException

getExecutionTime

public Integer getExecutionTime()
                         throws SQLException
Get the value of executionTime.

戻り値:
The value of executionTime. (NullAllowed)
例外:
SQLException

getCreateTime

public Timestamp getCreateTime()
                        throws SQLException
Get the value of createTime.

戻り値:
The value of createTime. (NullAllowed)
例外:
SQLException


Copyright © 2013. All Rights Reserved.