| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
Meta.Frame |
firstFrame |
boolean |
ownStatement |
Meta.Signature |
signature |
int |
statementId |
int |
updateCount |
| Modifier | Constructor and Description |
|---|---|
protected |
Meta.MetaResultSet(String connectionId,
int statementId,
boolean ownStatement,
Meta.Signature signature,
Meta.Frame firstFrame,
int updateCount) |
| Modifier and Type | Method and Description |
|---|---|
static Meta.MetaResultSet |
count(String connectionId,
int statementId,
int updateCount) |
static Meta.MetaResultSet |
create(String connectionId,
int statementId,
boolean ownStatement,
Meta.Signature signature,
Meta.Frame firstFrame) |
public final String connectionId
public final int statementId
public final boolean ownStatement
public final Meta.Frame firstFrame
public final Meta.Signature signature
public final int updateCount
protected Meta.MetaResultSet(String connectionId, int statementId, boolean ownStatement, Meta.Signature signature, Meta.Frame firstFrame, int updateCount)
public static Meta.MetaResultSet create(String connectionId, int statementId, boolean ownStatement, Meta.Signature signature, Meta.Frame firstFrame)
public static Meta.MetaResultSet count(String connectionId, int statementId, int updateCount)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.