类 ConnectionProperties.Debug
java.lang.Object
com.databend.jdbc.ConnectionProperties.Debug
- 封闭类:
ConnectionProperties
-
字段概要
字段修饰符和类型字段说明protected static final java.util.function.Predicate<Properties> protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<Boolean> protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<File> protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<Integer> protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<String> protected static final java.util.function.Predicate<Properties> protected static final com.databend.jdbc.AbstractConnectionProperty.Converter<String> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected static <T> java.util.function.Predicate<T> checkedPredicate(com.databend.jdbc.AbstractConnectionProperty.CheckedPredicate<T> predicate) getDriverPropertyInfo(Properties mergedProperties) getKey()default BooleangetRequiredValue(Properties properties) getValue(Properties properties) booleanisAllowed(Properties properties) booleanisRequired(Properties properties) voidvalidate(Properties properties)
-
字段详细资料
-
NOT_REQUIRED
-
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
-
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
-
-
构造器详细资料
-
Debug
public Debug()
-
-
方法详细资料
-
checkedPredicate
protected static <T> java.util.function.Predicate<T> checkedPredicate(com.databend.jdbc.AbstractConnectionProperty.CheckedPredicate<T> predicate) -
getKey
-
getDefault
-
isRequired
-
isAllowed
-
getValue
- 抛出:
SQLException
-
getDriverPropertyInfo
-
validate
- 抛出:
SQLException
-
getRequiredValue
- 抛出:
SQLException
-