Interface Table


public interface Table
  • Method Details

    • getName

      @NotNull @NotNull String getName()
    • getCatalog

      @Nullable @Nullable String getCatalog()
    • getSchema

      @Nullable @Nullable String getSchema()
    • getColumns

      @NotNull @NotNull List<Column> getColumns()
    • getCanonicalTableName

      @NotNull @NotNull String getCanonicalTableName(@NotNull @NotNull Function<String,String> enquote)