Class ConnectionProperties.StrNullAsNull

java.lang.Object
com.databend.jdbc.ConnectionProperties.StrNullAsNull
Enclosing class:
ConnectionProperties

public static class ConnectionProperties.StrNullAsNull extends Object
  • Field Details

    • NOT_REQUIRED

      protected static final java.util.function.Predicate<Properties> NOT_REQUIRED
    • ALLOWED

      protected static final java.util.function.Predicate<Properties> ALLOWED
    • STRING_CONVERTER

      protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<String> STRING_CONVERTER
    • NON_EMPTY_STRING_CONVERTER

      protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<String> NON_EMPTY_STRING_CONVERTER
    • FILE_CONVERTER

      protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<File> FILE_CONVERTER
    • BOOLEAN_CONVERTER

      protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<Boolean> BOOLEAN_CONVERTER
    • INTEGER_CONVERTER

      protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<Integer> INTEGER_CONVERTER
  • Constructor Details

    • StrNullAsNull

      public StrNullAsNull()
  • Method Details