Package com.dremio.nessie.jgit
Interface ObjectTypes.PSqlViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.PSqlView,ObjectTypes.PSqlView.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.PSqlViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDialect()string dialect = 2;com.google.protobuf.ByteStringgetDialectBytes()string dialect = 2;StringgetSqlText()string sql_text = 1;com.google.protobuf.ByteStringgetSqlTextBytes()string sql_text = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSqlText
String getSqlText()
string sql_text = 1;- Returns:
- The sqlText.
-
getSqlTextBytes
com.google.protobuf.ByteString getSqlTextBytes()
string sql_text = 1;- Returns:
- The bytes for sqlText.
-
getDialect
String getDialect()
string dialect = 2;- Returns:
- The dialect.
-
getDialectBytes
com.google.protobuf.ByteString getDialectBytes()
string dialect = 2;- Returns:
- The bytes for dialect.
-
-