Uses of Class
app.hypi.mekadb.client.SqlRequest
-
Packages that use SqlRequest Package Description app.hypi.mekadb.client -
-
Uses of SqlRequest in app.hypi.mekadb.client
Methods in app.hypi.mekadb.client that return SqlRequest Modifier and Type Method Description SqlRequestSqlRequest.Builder. build()SqlRequestSqlRequest.Builder. buildPartial()static SqlRequestSqlRequest. getDefaultInstance()SqlRequestSqlRequest.Builder. getDefaultInstanceForType()SqlRequestSqlRequest. getDefaultInstanceForType()static SqlRequestSqlRequest. parseDelimitedFrom(java.io.InputStream input)static SqlRequestSqlRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlRequestSqlRequest. parseFrom(byte[] data)static SqlRequestSqlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlRequestSqlRequest. parseFrom(com.google.protobuf.ByteString data)static SqlRequestSqlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlRequestSqlRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SqlRequestSqlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlRequestSqlRequest. parseFrom(java.io.InputStream input)static SqlRequestSqlRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlRequestSqlRequest. parseFrom(java.nio.ByteBuffer data)static SqlRequestSqlRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.hypi.mekadb.client that return types with arguments of type SqlRequest Modifier and Type Method Description com.google.protobuf.Parser<SqlRequest>SqlRequest. getParserForType()static io.grpc.MethodDescriptor<SqlRequest,SqlResponse>MekaDBClientGrpc. getSqlWithJsonResponseMethod()static com.google.protobuf.Parser<SqlRequest>SqlRequest. parser()default io.grpc.stub.StreamObserver<SqlRequest>MekaDBClientGrpc.AsyncService. sqlWithJsonResponse(io.grpc.stub.StreamObserver<SqlResponse> responseObserver)Executes the SQL query given and returns a JSON array response as a string.io.grpc.stub.StreamObserver<SqlRequest>MekaDBClientGrpc.MekaDBClientStub. sqlWithJsonResponse(io.grpc.stub.StreamObserver<SqlResponse> responseObserver)Executes the SQL query given and returns a JSON array response as a string.Methods in app.hypi.mekadb.client with parameters of type SqlRequest Modifier and Type Method Description SqlRequest.BuilderSqlRequest.Builder. mergeFrom(SqlRequest other)static SqlRequest.BuilderSqlRequest. newBuilder(SqlRequest prototype)
-