Module org.jooq
Package org.jooq

Interface Synonym

All Superinterfaces:
Named, Qualified, QueryPart, Serializable

@Pro public interface Synonym extends Qualified
Author:
Lukas Eder
  • Method Details Link icon

    • getTable Link icon

      @Nullable @Nullable Table<?> getTable()
      The table being referenced by this synonym.
    • isPublic Link icon

      boolean isPublic()
      Whether this is a public synonym.