接口 MysqlxExpr.ColumnIdentifierOrBuilder

    • 方法详细资料

      • getDocumentPath

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

        int getDocumentPathCount()
         document path 
         
        repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
      • hasName

        boolean hasName()
         name of column 
         
        optional string name = 2;
        返回:
        Whether the name field is set.
      • getName

        String getName()
         name of column 
         
        optional string name = 2;
        返回:
        The name.
      • getNameBytes

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

        boolean hasTableName()
         name of table 
         
        optional string table_name = 3;
        返回:
        Whether the tableName field is set.
      • getTableName

        String getTableName()
         name of table 
         
        optional string table_name = 3;
        返回:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
         name of table 
         
        optional string table_name = 3;
        返回:
        The bytes for tableName.
      • hasSchemaName

        boolean hasSchemaName()
         name of schema 
         
        optional string schema_name = 4;
        返回:
        Whether the schemaName field is set.
      • getSchemaName

        String getSchemaName()
         name of schema 
         
        optional string schema_name = 4;
        返回:
        The schemaName.
      • getSchemaNameBytes

        com.google.protobuf.ByteString getSchemaNameBytes()
         name of schema 
         
        optional string schema_name = 4;
        返回:
        The bytes for schemaName.