Class DelimitedFileTypeMetadata


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20211001")
    public final class DelimitedFileTypeMetadata
    extends TextFileTypeMetadata
    Metadata of delimited files.
    Note: Objects should always be created or deserialized using the DelimitedFileTypeMetadata.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the DelimitedFileTypeMetadata.Builder, which maintain a set of all explicitly set fields called DelimitedFileTypeMetadata.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Constructor Detail

    • Method Detail

      • getColumnName

        public String getColumnName()
        The name of a selected column.
        Returns:
        the value
      • getColumnIndex

        public Integer getColumnIndex()
        The index of a selected column.

        This is a zero-based index.

        Returns:
        the value
      • getColumnDelimiter

        public String getColumnDelimiter()
        A column delimiter
        Returns:
        the value
      • getLineDelimiter

        public String getLineDelimiter()
        A line delimiter.
        Returns:
        the value
      • getEscapeCharacter

        public String getEscapeCharacter()
        An escape character.
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class TextFileTypeMetadata
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation