Class SQLTableUtils


  • public class SQLTableUtils
    extends java.lang.Object
    SQL table utilities.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> getColumnNames​(org.jooq.Table<?> table, org.jooq.DSLContext dslContext)
      Gets the column names of the specified table.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getColumnNames

        public static java.util.List<java.lang.String> getColumnNames​(org.jooq.Table<?> table,
                                                                      org.jooq.DSLContext dslContext)
        Gets the column names of the specified table.
        Parameters:
        table - The table.
        dslContext - The DSL context.
        Returns:
        The column names, empty list if none.