public static interface MysqlxCursor.OpenOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCursorId()
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
|
long |
getFetchRows()
number of rows that should be retrieved from sequential cursor
|
MysqlxCursor.Open.OneOfMessage |
getStmt()
statement for which the resultset is going to be iterated through by the cursor
|
MysqlxCursor.Open.OneOfMessageOrBuilder |
getStmtOrBuilder()
statement for which the resultset is going to be iterated through by the cursor
|
boolean |
hasCursorId()
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
|
boolean |
hasFetchRows()
number of rows that should be retrieved from sequential cursor
|
boolean |
hasStmt()
statement for which the resultset is going to be iterated through by the cursor
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCursorId()
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
required uint32 cursor_id = 1;int getCursorId()
client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statement
required uint32 cursor_id = 1;boolean hasStmt()
statement for which the resultset is going to be iterated through by the cursor
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;MysqlxCursor.Open.OneOfMessage getStmt()
statement for which the resultset is going to be iterated through by the cursor
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;MysqlxCursor.Open.OneOfMessageOrBuilder getStmtOrBuilder()
statement for which the resultset is going to be iterated through by the cursor
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;boolean hasFetchRows()
number of rows that should be retrieved from sequential cursor
optional uint64 fetch_rows = 5;long getFetchRows()
number of rows that should be retrieved from sequential cursor
optional uint64 fetch_rows = 5;