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

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

public class BsAccessResultDiffCursor
extends java.lang.Object

The cursor of AccessResultDiff.

作成者:
DBFlute(AutoGenerator)

フィールドの概要
protected  java.sql.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 java.lang.String DB_NAME_CONTENT_LENGTH
          DB name of CONTENT_LENGTH.
static java.lang.String DB_NAME_CREATE_TIME
          DB name of CREATE_TIME.
static java.lang.String DB_NAME_EXECUTION_TIME
          DB name of EXECUTION_TIME.
static java.lang.String DB_NAME_HTTP_STATUS_CODE
          DB name of HTTP_STATUS_CODE.
static java.lang.String DB_NAME_ID
          DB name of ID.
static java.lang.String DB_NAME_METHOD
          DB name of METHOD.
static java.lang.String DB_NAME_MIME_TYPE
          DB name of MIME_TYPE.
static java.lang.String DB_NAME_PARENT_URL
          DB name of PARENT_URL.
static java.lang.String DB_NAME_RULE_ID
          DB name of RULE_ID.
static java.lang.String DB_NAME_SESSION_ID
          DB name of SESSION_ID.
static java.lang.String DB_NAME_STATUS
          DB name of STATUS.
static java.lang.String DB_NAME_URL
          DB name of URL.
 
コンストラクタの概要
BsAccessResultDiffCursor()
           
 
メソッドの概要
 void accept(java.sql.ResultSet rs)
          Accept result set.
 java.sql.ResultSet cursor()
          Get wrapped result set.
 java.lang.Long getContentLength()
          Get the value of contentLength.
 java.sql.Timestamp getCreateTime()
          Get the value of createTime.
 java.lang.Integer getExecutionTime()
          Get the value of executionTime.
 java.lang.Integer getHttpStatusCode()
          Get the value of httpStatusCode.
 java.lang.Long getId()
          Get the value of id.
 java.lang.String getMethod()
          Get the value of method.
 java.lang.String getMimeType()
          Get the value of mimeType.
 java.lang.String getParentUrl()
          Get the value of parentUrl.
 java.lang.String getRuleId()
          Get the value of ruleId.
 java.lang.String getSessionId()
          Get the value of sessionId.
 java.lang.Integer getStatus()
          Get the value of status.
 java.lang.String getUrl()
          Get the value of url.
 boolean next()
          Move to next result.
protected  org.seasar.robot.dbflute.jdbc.ValueType vt(java.lang.Class<?> type)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DB_NAME_ID

public static final java.lang.String DB_NAME_ID
DB name of ID.

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

DB_NAME_SESSION_ID

public static final java.lang.String DB_NAME_SESSION_ID
DB name of SESSION_ID.

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

DB_NAME_RULE_ID

public static final java.lang.String DB_NAME_RULE_ID
DB name of RULE_ID.

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

DB_NAME_URL

public static final java.lang.String DB_NAME_URL
DB name of URL.

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

DB_NAME_PARENT_URL

public static final java.lang.String DB_NAME_PARENT_URL
DB name of PARENT_URL.

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

DB_NAME_STATUS

public static final java.lang.String DB_NAME_STATUS
DB name of STATUS.

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

DB_NAME_HTTP_STATUS_CODE

public static final java.lang.String DB_NAME_HTTP_STATUS_CODE
DB name of HTTP_STATUS_CODE.

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

DB_NAME_METHOD

public static final java.lang.String DB_NAME_METHOD
DB name of METHOD.

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

DB_NAME_MIME_TYPE

public static final java.lang.String DB_NAME_MIME_TYPE
DB name of MIME_TYPE.

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

DB_NAME_CONTENT_LENGTH

public static final java.lang.String DB_NAME_CONTENT_LENGTH
DB name of CONTENT_LENGTH.

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

DB_NAME_EXECUTION_TIME

public static final java.lang.String DB_NAME_EXECUTION_TIME
DB name of EXECUTION_TIME.

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

DB_NAME_CREATE_TIME

public static final java.lang.String DB_NAME_CREATE_TIME
DB name of CREATE_TIME.

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

_rs

protected java.sql.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(java.lang.Class<?> type)

accept

public void accept(java.sql.ResultSet rs)
Accept result set.

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

cursor

public java.sql.ResultSet cursor()
Get wrapped result set.

戻り値:
Wrapped result set. (NotNull)

next

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

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

getId

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

戻り値:
The value of id. (Nullable)
例外:
java.sql.SQLException

getSessionId

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

戻り値:
The value of sessionId. (Nullable)
例外:
java.sql.SQLException

getRuleId

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

戻り値:
The value of ruleId. (Nullable)
例外:
java.sql.SQLException

getUrl

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

戻り値:
The value of url. (Nullable)
例外:
java.sql.SQLException

getParentUrl

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

戻り値:
The value of parentUrl. (Nullable)
例外:
java.sql.SQLException

getStatus

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

戻り値:
The value of status. (Nullable)
例外:
java.sql.SQLException

getHttpStatusCode

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

戻り値:
The value of httpStatusCode. (Nullable)
例外:
java.sql.SQLException

getMethod

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

戻り値:
The value of method. (Nullable)
例外:
java.sql.SQLException

getMimeType

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

戻り値:
The value of mimeType. (Nullable)
例外:
java.sql.SQLException

getContentLength

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

戻り値:
The value of contentLength. (Nullable)
例外:
java.sql.SQLException

getExecutionTime

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

戻り値:
The value of executionTime. (Nullable)
例外:
java.sql.SQLException

getCreateTime

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

戻り値:
The value of createTime. (Nullable)
例外:
java.sql.SQLException


Copyright © 2009. All Rights Reserved.