com.salesforce.hyperdb.grpc.ColumnDescriptionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc Show documentation
Show all versions of jdbc Show documentation
Salesforce Data Cloud JDBC Driver
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: hyper_service.proto
// Protobuf Java Version: 3.25.5
package com.salesforce.hyperdb.grpc;
public interface ColumnDescriptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.ColumnDescription)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* .salesforce.hyperdb.grpc.v1.SqlType type = 2;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* .salesforce.hyperdb.grpc.v1.SqlType type = 2;
* @return The type.
*/
com.salesforce.hyperdb.grpc.SqlType getType();
/**
* .salesforce.hyperdb.grpc.v1.SqlType type = 2;
*/
com.salesforce.hyperdb.grpc.SqlTypeOrBuilder getTypeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy