Modifier and Type | Field and Description |
---|---|
String |
connectionId |
Meta.Frame |
firstFrame |
boolean |
ownStatement |
Meta.Signature |
signature |
int |
statementId |
long |
updateCount |
Modifier | Constructor and Description |
---|---|
protected |
MetaResultSet(String connectionId,
int statementId,
boolean ownStatement,
Meta.Signature signature,
Meta.Frame firstFrame,
int updateCount)
Deprecated.
|
protected |
MetaResultSet(String connectionId,
int statementId,
boolean ownStatement,
Meta.Signature signature,
Meta.Frame firstFrame,
long updateCount) |
Modifier and Type | Method and Description |
---|---|
static Meta.MetaResultSet |
count(String connectionId,
int statementId,
long updateCount) |
static Meta.MetaResultSet |
create(String connectionId,
int statementId,
boolean ownStatement,
Meta.Signature signature,
Meta.Frame firstFrame) |
static Meta.MetaResultSet |
create(String connectionId,
int statementId,
boolean ownStatement,
Meta.Signature signature,
Meta.Frame firstFrame,
long updateCount) |
public final String connectionId
public final int statementId
public final boolean ownStatement
public final Meta.Frame firstFrame
public final Meta.Signature signature
public final long updateCount
@Deprecated protected MetaResultSet(String connectionId, int statementId, boolean ownStatement, Meta.Signature signature, Meta.Frame firstFrame, int updateCount)
protected MetaResultSet(String connectionId, int statementId, boolean ownStatement, Meta.Signature signature, Meta.Frame firstFrame, long updateCount)
public static Meta.MetaResultSet create(String connectionId, int statementId, boolean ownStatement, Meta.Signature signature, Meta.Frame firstFrame)
public static Meta.MetaResultSet create(String connectionId, int statementId, boolean ownStatement, Meta.Signature signature, Meta.Frame firstFrame, long updateCount)
public static Meta.MetaResultSet count(String connectionId, int statementId, long updateCount)
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.