Uses of Interface
com.databricks.jdbc.core.SessionInfo
-
Packages that use SessionInfo Package Description com.databricks.jdbc.core -
-
Uses of SessionInfo in com.databricks.jdbc.core
Classes in com.databricks.jdbc.core that implement SessionInfo Modifier and Type Class Description classImmutableSessionInfoImmutable implementation ofSessionInfo.Methods in com.databricks.jdbc.core 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.
-