接口 MysqlxCursor.OpenOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MysqlxCursor.Open,MysqlxCursor.Open.Builder
- 封闭类:
- MysqlxCursor
public static interface MysqlxCursor.OpenOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetCursorId()client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statementlonggetFetchRows()number of rows that should be retrieved from sequential cursorMysqlxCursor.Open.OneOfMessagegetStmt()statement for which the resultset is going to be iterated through by the cursorMysqlxCursor.Open.OneOfMessageOrBuildergetStmtOrBuilder()statement for which the resultset is going to be iterated through by the cursorbooleanhasCursorId()client-side assigned cursor ID; the ID is going to represent the new cursor and assigned to it the statementbooleanhasFetchRows()number of rows that should be retrieved from sequential cursorbooleanhasStmt()statement for which the resultset is going to be iterated through by the cursor
-
-
-
方法详细资料
-
hasCursorId
boolean 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;- 返回:
- Whether the cursorId field is set.
-
getCursorId
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;- 返回:
- The cursorId.
-
hasStmt
boolean hasStmt()
statement for which the resultset is going to be iterated through by the cursor
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;- 返回:
- Whether the stmt field is set.
-
getStmt
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;- 返回:
- The stmt.
-
getStmtOrBuilder
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;
-
hasFetchRows
boolean hasFetchRows()
number of rows that should be retrieved from sequential cursor
optional uint64 fetch_rows = 5;- 返回:
- Whether the fetchRows field is set.
-
getFetchRows
long getFetchRows()
number of rows that should be retrieved from sequential cursor
optional uint64 fetch_rows = 5;- 返回:
- The fetchRows.
-
-