Uses of Interface
com.healthmarketscience.jackcess.complex.Version
-
Packages that use Version Package Description com.healthmarketscience.jackcess.complex com.healthmarketscience.jackcess.impl.complex -
-
Uses of Version in com.healthmarketscience.jackcess.complex
Methods in com.healthmarketscience.jackcess.complex that return Version Modifier and Type Method Description abstract VersionComplexValueForeignKey. addVersion(String value)abstract VersionComplexValueForeignKey. addVersion(String value, LocalDateTime modifiedDate)abstract VersionComplexValueForeignKey. addVersion(String value, Date modifiedDate)Deprecated.seeDateTimeTypefor detailsMethods in com.healthmarketscience.jackcess.complex that return types with arguments of type Version Modifier and Type Method Description abstract List<Version>ComplexValueForeignKey. getVersions() -
Uses of Version in com.healthmarketscience.jackcess.impl.complex
Methods in com.healthmarketscience.jackcess.impl.complex that return Version Modifier and Type Method Description VersionComplexValueForeignKeyImpl. addVersion(String value)VersionComplexValueForeignKeyImpl. addVersion(String value, LocalDateTime modifiedDate)VersionComplexValueForeignKeyImpl. addVersion(String value, Date modifiedDate)static VersionVersionHistoryColumnInfoImpl. newVersion(ComplexValueForeignKey complexValueFk, String value, Object modifiedDate)static VersionVersionHistoryColumnInfoImpl. newVersion(String value, Object modifiedDate)Methods in com.healthmarketscience.jackcess.impl.complex that return types with arguments of type Version Modifier and Type Method Description List<Version>ComplexValueForeignKeyImpl. getVersions()Methods in com.healthmarketscience.jackcess.impl.complex with parameters of type Version Modifier and Type Method Description voidVersionHistoryColumnInfoImpl. deleteValue(Version value)ComplexValue.IdVersionHistoryColumnInfoImpl. updateValue(Version value)
-