|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsbhv.cursor.BsAccessResultDiffCursor
public class BsAccessResultDiffCursor
The cursor of AccessResultDiff.
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
public static final java.lang.String DB_NAME_ID
public static final java.lang.String DB_NAME_SESSION_ID
public static final java.lang.String DB_NAME_RULE_ID
public static final java.lang.String DB_NAME_URL
public static final java.lang.String DB_NAME_PARENT_URL
public static final java.lang.String DB_NAME_STATUS
public static final java.lang.String DB_NAME_HTTP_STATUS_CODE
public static final java.lang.String DB_NAME_METHOD
public static final java.lang.String DB_NAME_MIME_TYPE
public static final java.lang.String DB_NAME_CONTENT_LENGTH
public static final java.lang.String DB_NAME_EXECUTION_TIME
public static final java.lang.String DB_NAME_CREATE_TIME
protected java.sql.ResultSet _rs
protected org.seasar.robot.dbflute.jdbc.ValueType _vtId
protected org.seasar.robot.dbflute.jdbc.ValueType _vtSessionId
protected org.seasar.robot.dbflute.jdbc.ValueType _vtRuleId
protected org.seasar.robot.dbflute.jdbc.ValueType _vtUrl
protected org.seasar.robot.dbflute.jdbc.ValueType _vtParentUrl
protected org.seasar.robot.dbflute.jdbc.ValueType _vtStatus
protected org.seasar.robot.dbflute.jdbc.ValueType _vtHttpStatusCode
protected org.seasar.robot.dbflute.jdbc.ValueType _vtMethod
protected org.seasar.robot.dbflute.jdbc.ValueType _vtMimeType
protected org.seasar.robot.dbflute.jdbc.ValueType _vtContentLength
protected org.seasar.robot.dbflute.jdbc.ValueType _vtExecutionTime
protected org.seasar.robot.dbflute.jdbc.ValueType _vtCreateTime
コンストラクタの詳細 |
---|
public BsAccessResultDiffCursor()
メソッドの詳細 |
---|
protected org.seasar.robot.dbflute.jdbc.ValueType vt(java.lang.Class<?> type)
public void accept(java.sql.ResultSet rs)
rs
- Result set. (NotNull)public java.sql.ResultSet cursor()
public boolean next() throws java.sql.SQLException
java.sql.SQLException
public java.lang.Long getId() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getSessionId() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getRuleId() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getUrl() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getParentUrl() throws java.sql.SQLException
java.sql.SQLException
public java.lang.Integer getStatus() throws java.sql.SQLException
java.sql.SQLException
public java.lang.Integer getHttpStatusCode() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getMethod() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getMimeType() throws java.sql.SQLException
java.sql.SQLException
public java.lang.Long getContentLength() throws java.sql.SQLException
java.sql.SQLException
public java.lang.Integer getExecutionTime() throws java.sql.SQLException
java.sql.SQLException
public java.sql.Timestamp getCreateTime() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |