public class ResultSetInformation extends Object
Constructor and Description |
---|
ResultSetInformation(StatementInformation statementInformation) |
Modifier and Type | Method and Description |
---|---|
void |
generateLogMessage() |
int |
getConnectionId() |
int |
getCurrRow() |
String |
getPreparedQuery() |
String |
getQuery() |
void |
setColumnValue(String columnName,
Object value) |
void |
setCurrRow(int currRow) |
public ResultSetInformation(StatementInformation statementInformation) throws SQLException
SQLException
Copyright © 2002-2014 P6Spy. All Rights Reserved.