Class SQLTableUtils
java.lang.Object
com.nimbusds.infinispan.persistence.sql.SQLTableUtils
SQL table utilities.
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnNames
(org.jooq.Table<?> table, org.jooq.DSLContext sql) Gets the column names of the specified table.
-
Method Details
-
getColumnNames
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.
-