public class SqlFunctionProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlFunctionProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SqlFunctionProperties.Builder |
builder() |
boolean |
equals(Object o) |
Map<String,String> |
getExtraCredentials() |
Locale |
getSessionLocale() |
long |
getSessionStartTime() |
String |
getSessionUser() |
TimeZoneKey |
getTimeZoneKey() |
int |
hashCode() |
boolean |
isLegacyMapSubscript() |
boolean |
isLegacyRowFieldOrdinalAccessEnabled() |
boolean |
isLegacyTimestamp()
Deprecated.
|
boolean |
isLegacyTypeCoercionWarningEnabled() |
boolean |
isParseDecimalLiteralAsDouble() |
public boolean isParseDecimalLiteralAsDouble()
public boolean isLegacyRowFieldOrdinalAccessEnabled()
public boolean isLegacyTypeCoercionWarningEnabled()
public TimeZoneKey getTimeZoneKey()
@Deprecated public boolean isLegacyTimestamp()
public boolean isLegacyMapSubscript()
public long getSessionStartTime()
public Locale getSessionLocale()
public String getSessionUser()
public static SqlFunctionProperties.Builder builder()
Copyright © 2012–2022. All rights reserved.