Class SQLTableUtils

java.lang.Object
com.nimbusds.infinispan.persistence.sql.SQLTableUtils

public class SQLTableUtils extends Object
SQL table utilities.
  • Method Details

    • getColumnNames

      public static List<String> getColumnNames(org.jooq.Table<?> table, org.jooq.DSLContext sql)
      Gets the column names of the specified table.
      Parameters:
      table - The table.
      sql - The DSL context.
      Returns:
      The column names normalised to lowercase, empty list if none.