Interface JoinPath

All Superinterfaces:
GroupByPath, KeysPath, LetPath, LimitPath, OffsetPath, OrderByPath, Path, SelectResultPath, Statement, WherePath
All Known Implementing Classes:
DefaultJoinPath

public interface JoinPath
extends KeysPath
.
Author:
Michael Nitschinger
  • Method Details

    • as

      JoinPath as​(String alias)
    • useHash

      KeysPath useHash​(HashSide side)
      Use hash join hint (Available in Enterprise Edition only)
    • useNestedLoop

      KeysPath useNestedLoop()
      Use nested loop join