Uses of Class
io.trino.sql.SqlPath
-
Packages that use SqlPath Package Description io.trino -
-
Uses of SqlPath in io.trino
Methods in io.trino that return SqlPath Modifier and Type Method Description SqlPathSession. getPath()SqlPathSessionRepresentation. getPath()Methods in io.trino with parameters of type SqlPath Modifier and Type Method Description Session.SessionBuilderSession.SessionBuilder. setPath(SqlPath path)Constructors in io.trino with parameters of type SqlPath Constructor Description Session(QueryId queryId, Optional<TransactionId> transactionId, boolean clientTransactionSupport, Identity identity, Optional<String> source, Optional<String> catalog, Optional<String> schema, SqlPath path, Optional<String> traceToken, TimeZoneKey timeZoneKey, Locale locale, Optional<String> remoteUserAddress, Optional<String> userAgent, Optional<String> clientInfo, Set<String> clientTags, Set<String> clientCapabilities, ResourceEstimates resourceEstimates, Instant start, Map<String,String> systemProperties, Map<CatalogName,Map<String,String>> connectorProperties, Map<String,Map<String,String>> unprocessedCatalogProperties, SessionPropertyManager sessionPropertyManager, Map<String,String> preparedStatements, ProtocolHeaders protocolHeaders)SessionRepresentation(String queryId, Optional<TransactionId> transactionId, boolean clientTransactionSupport, String user, Set<String> groups, Optional<String> principal, Optional<String> source, Optional<String> catalog, Optional<String> schema, SqlPath path, Optional<String> traceToken, TimeZoneKey timeZoneKey, Locale locale, Optional<String> remoteUserAddress, Optional<String> userAgent, Optional<String> clientInfo, Set<String> clientTags, Set<String> clientCapabilities, ResourceEstimates resourceEstimates, Instant start, Map<String,String> systemProperties, Map<CatalogName,Map<String,String>> catalogProperties, Map<String,Map<String,String>> unprocessedCatalogProperties, Map<String,SelectedRole> roles, Map<String,String> preparedStatements, String protocolName)
-