Interface MysqlxExpr.ColumnIdentifierOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxExpr.ColumnIdentifier, MysqlxExpr.ColumnIdentifier.Builder
Enclosing class:
MysqlxExpr

public static interface MysqlxExpr.ColumnIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDocumentPathList

      java.util.List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
      repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
    • getDocumentPath

      MysqlxExpr.DocumentPathItem getDocumentPath​(int index)
      repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
    • getDocumentPathCount

      int getDocumentPathCount()
      repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
    • getDocumentPathOrBuilderList

      java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
      repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
    • getDocumentPathOrBuilder

      MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder​(int index)
      repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      java.lang.String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasTableName

      boolean hasTableName()
      optional string table_name = 3;
      Returns:
      Whether the tableName field is set.
    • getTableName

      java.lang.String getTableName()
      optional string table_name = 3;
      Returns:
      The tableName.
    • getTableNameBytes

      com.google.protobuf.ByteString getTableNameBytes()
      optional string table_name = 3;
      Returns:
      The bytes for tableName.
    • hasSchemaName

      boolean hasSchemaName()
      optional string schema_name = 4;
      Returns:
      Whether the schemaName field is set.
    • getSchemaName

      java.lang.String getSchemaName()
      optional string schema_name = 4;
      Returns:
      The schemaName.
    • getSchemaNameBytes

      com.google.protobuf.ByteString getSchemaNameBytes()
      optional string schema_name = 4;
      Returns:
      The bytes for schemaName.