Class SqlTranslationServiceGrpc.SqlTranslationServiceImplBase (0.15.0)

public abstract static class SqlTranslationServiceGrpc.SqlTranslationServiceImplBase implements BindableService

Provides other SQL dialects to GoogleSQL translation operations.

Inheritance

java.lang.Object > SqlTranslationServiceGrpc.SqlTranslationServiceImplBase

Implements

io.grpc.BindableService

Constructors

SqlTranslationServiceImplBase()

public SqlTranslationServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

translateQuery(TranslateQueryRequest request, StreamObserver<TranslateQueryResponse> responseObserver)

public void translateQuery(TranslateQueryRequest request, StreamObserver<TranslateQueryResponse> responseObserver)

Translates input queries from source dialects to GoogleSQL.

Parameters
NameDescription
requestTranslateQueryRequest
responseObserverio.grpc.stub.StreamObserver<TranslateQueryResponse>