-
- All Implemented Interfaces:
-
org.jetbrains.exposed.sql.DdlAware,org.jetbrains.exposed.sql.FieldSet
public class RichSkillJobCodes extends Table
-
-
Field Summary
Fields Modifier and Type Field Description private final Column<EntityID<Long>>richSkillIdprivate final Column<EntityID<Long>>jobCodeIdprivate final Table.PrimaryKeyprimaryKeyprivate final Column<?>autoIncColumnprivate final List<Column<?>>columnsprivate final List<String>ddlprivate final List<Expression<?>>fieldsprivate final List<Index>indicesprivate final ColumnSetsourceprivate final StringtableNamepublic final static RichSkillJobCodesINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitcreate(Long richSkillId, Long jobCodeId)final Unitdelete(Long richSkillId, Long jobCodeId)final Column<EntityID<Long>>getRichSkillId()final Column<EntityID<Long>>getJobCodeId()Table.PrimaryKeygetPrimaryKey()-
Methods inherited from class org.jetbrains.exposed.sql.Table
autoGenerate, autoIncrement, autoinc, binary, binary, blob, bool, byte, char, char, check, check, clientDefault, createStatement, crossJoin, customEnumeration, decimal, default, defaultExpression, describe, double, dropStatement, entityId, entityId, entityId, enumeration, enumerationByName, equals, float, fullJoin, getAutoIncColumn, getColumns, getDdl, getIndices, getTableName, hashCode, index, index, index, innerJoin, integer, join, leftJoin, long, modifyStatement, nameInDatabaseCase, nullable, optReference, optReference, optReferenceByIdColumn, primaryKey, reference, reference, referenceByIdColumn, references, references, referencesById, registerColumn, replaceColumn, rightJoin, short, text, uniqueIndex, uniqueIndex, uniqueIndex, uuid, varchar -
Methods inherited from class org.jetbrains.exposed.sql.ColumnSet
getFields, getSource, slice, slice -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRichSkillId
final Column<EntityID<Long>> getRichSkillId()
-
getJobCodeId
final Column<EntityID<Long>> getJobCodeId()
-
getPrimaryKey
Table.PrimaryKey getPrimaryKey()
-
-
-
-