Class MoveStatement (0.25.0)

publicclass MoveStatementextendsAbstractFetchOrMoveStatement

MOVE is the same as FETCH, except it just skips the results instead of actually sending the rows back to the client.

Inheritance

java.lang.Object > IntermediateStatement > IntermediatePreparedStatement > IntermediatePortalStatement > com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement > MoveStatement

Inherited Members

com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.checkSupported()
com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.createPortal(java.lang.String,byte[][],java.util.List<java.lang.Short>,java.util.List<java.lang.Short>)
com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.describeAsync(com.google.cloud.spanner.pgadapter.statements.BackendConnection)
com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.execute(com.google.cloud.spanner.pgadapter.statements.BackendConnection,int)
com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.executeAsync(com.google.cloud.spanner.pgadapter.statements.BackendConnection)
com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.getStatementType()

Constructors

MoveStatement(ConnectionHandler connectionHandler, OptionsMetadata options, String name, AbstractStatementParser.ParsedStatement parsedStatement, Statement originalStatement)

publicMoveStatement(ConnectionHandlerconnectionHandler,OptionsMetadataoptions,Stringname,AbstractStatementParser.ParsedStatementparsedStatement,StatementoriginalStatement)
Parameters
Name Description
connectionHandler ConnectionHandler
options OptionsMetadata
name String
parsedStatement ParsedStatement
originalStatement com.google.cloud.spanner.Statement

Methods

execute(BackendConnection backendConnection, int maxRows)

protectedvoidexecute(BackendConnectionbackendConnection,intmaxRows)
Parameters
Name Description
backendConnection BackendConnection
maxRows int
Overrides
com.google.cloud.spanner.pgadapter.statements.AbstractFetchOrMoveStatement.execute(com.google.cloud.spanner.pgadapter.statements.BackendConnection,int)
Exceptions
Type Description
Exception

getCommandTag()

publicStringgetCommandTag()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.