Uses of Interface
com.databricks.jdbc.api.impl.SessionInfo
-
Packages that use SessionInfo Package Description com.databricks.jdbc.api.impl -
-
Uses of SessionInfo in com.databricks.jdbc.api.impl
Classes in com.databricks.jdbc.api.impl that implement SessionInfo Modifier and Type Class Description classImmutableSessionInfoImmutable implementation ofSessionInfo.Methods in com.databricks.jdbc.api.impl with parameters of type SessionInfo Modifier and Type Method Description static ImmutableSessionInfoImmutableSessionInfo. copyOf(SessionInfo instance)Creates an immutable copy of aSessionInfovalue.ImmutableSessionInfo.BuilderImmutableSessionInfo.Builder. from(SessionInfo instance)Fill a builder with attribute values from the providedSessionInfoinstance.
-