|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsbhv.cursor.BsAccessResultDiffCursor
public class BsAccessResultDiffCursor
The cursor of AccessResultDiff.
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
public static final String DB_NAME_ID
public static final String DB_NAME_SESSION_ID
public static final String DB_NAME_RULE_ID
public static final String DB_NAME_URL
public static final String DB_NAME_PARENT_URL
public static final String DB_NAME_STATUS
public static final String DB_NAME_HTTP_STATUS_CODE
public static final String DB_NAME_METHOD
public static final String DB_NAME_MIME_TYPE
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.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(Class<?> type)
protected org.seasar.robot.dbflute.jdbc.ValueType vt(Class<?> type, String name)
public void accept(ResultSet rs)
rs
- Result set. (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
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |