-
- All Implemented Interfaces:
-
edu.wgu.osmt.db.BaseTable,org.jetbrains.exposed.sql.DdlAware,org.jetbrains.exposed.sql.FieldSet
public class JobCodeTable extends LongIdTable implements BaseTable
-
-
Field Summary
Fields Modifier and Type Field Description private final Column<LocalDateTime>creationDateprivate final Column<String>majorprivate final Column<String>minorprivate final Column<String>broadprivate final Column<String>detailedprivate final Column<String>codeprivate final Column<String>nameprivate final Column<String>descriptionprivate final Column<String>frameworkprivate final Column<String>urlprivate final Column<?>autoIncColumnprivate final List<Column<?>>columnsprivate final List<String>ddlprivate final List<Expression<?>>fieldsprivate final Column<EntityID<Long>>idprivate final List<Index>indicesprivate final Table.PrimaryKeyprimaryKeyprivate final ColumnSetsourceprivate final StringtableNamepublic final static JobCodeTableINSTANCE
-
Method Summary
Modifier and Type Method Description Column<LocalDateTime>getCreationDate()final Column<String>getMajor()final Column<String>getMinor()final Column<String>getBroad()final Column<String>getDetailed()final Column<String>getCode()final Column<String>getName()final Column<String>getDescription()final Column<String>getFramework()final Column<String>getUrl()-
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 org.jetbrains.exposed.dao.id.LongIdTable
getId, getPrimaryKey -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCreationDate
Column<LocalDateTime> getCreationDate()
-
getDetailed
final Column<String> getDetailed()
-
getDescription
final Column<String> getDescription()
-
getFramework
final Column<String> getFramework()
-
-
-
-