Interface Streamable

  • All Known Implementing Classes:
    Database, Entity, Index, Schema, View

    public interface Streamable
    Declares the simple capability (implemented by all the model classes) of emitting an instance's relevant content (DDL, in this case) as a Stream<String>.
    • Method Detail

      • stream

        Stream<String> stream()
        Constructs (as appropriate) and returns a Stream<String> containing the relevant content of the current instance, along with that of any child objects.