Skip to content

DelimitedFormat

DelimitedFormat is a Format known as DELIMITED.

Name

String name()

name is part of the Format abstraction.


name is DELIMITED.

Properties

Set<String> getSupportedProperties()

getSupportedProperties is part of the Format abstraction.


getSupportedProperties is delimiter.

Key Types

boolean supportsKeyType(
  SqlType type)

supportsKeyType is part of the Format abstraction.


supportsKeyType is true for SqlPrimitiveTypes.