public interface ViewVersion
A version consists of a view metadata file.
Versions are created by view operations, like Create and Replace.
Modifier and Type | Method and Description |
---|---|
java.util.List<ViewRepresentation> |
representations()
Return the list of other view representations.
|
java.util.Map<java.lang.String,java.lang.String> |
summary()
Return the version summary such as the name of the operation that created that version of the
view
|
long |
timestampMillis()
Return this version's timestamp.
|
int |
versionId()
Return this version's id.
|
int versionId()
long timestampMillis()
This timestamp is the same as those produced by System.currentTimeMillis()
.
java.util.Map<java.lang.String,java.lang.String> summary()
java.util.List<ViewRepresentation> representations()
May contain SQL view representations for other dialects.