Module org.jooq

Class SQLiteDSL

java.lang.Object
org.jooq.impl.DSL
org.jooq.util.sqlite.SQLiteDSL

@Deprecated(forRemoval=true, since="3.15") public class SQLiteDSL extends DSL
Deprecated, for removal: This API element is subject to removal in a future version.
- 3.15.0 - [#10796] - This class will be removed, soon, no more vendor specific DSL API will be added.
The SQLDialect.SQLITE specific DSL.
Author:
Lukas Eder
  • Constructor Details

    • SQLiteDSL

      protected SQLiteDSL()
      Deprecated, for removal: This API element is subject to removal in a future version.
      No instances
  • Method Details

    • rowid

      public static Field<Long> rowid()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Retrieve the SQLite-specific _rowid_ pseudo-field. _rowid_ was chosen over rowid as it is less likely to be used as an actual table column in client code.
      See Also: