| Package | Description |
|---|---|
| org.opencastproject.util.persistence |
| Modifier and Type | Method and Description |
|---|---|
Table.Col<Boolean> |
Table.booleanCol()
Define a column of type boolean.
|
Table.Col<Date> |
Table.dateCol()
Define a column of type Date.
|
Table.Col<org.joda.time.DateTime> |
Table.dateTimeCol()
Define a column of type DateTime.
|
Table.Col<Long> |
Table.longCol()
Define a column of type long.
|
Table.Col<String> |
Table.stringCol()
Define a column of type String.
|
| Modifier and Type | Method and Description |
|---|---|
<A> A |
Table.get(Table.Col<A> col)
Access a column.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.