Interface IColumn
- All Superinterfaces:
CloseStateRequestable, CreationRequestable, DatabaseConnectionRequestable, DatabaseObject, DeletionRequestable, EditingRequestable, IdHolder, LoadingRequestable, NameHolder, StateRequestable<DatabaseObjectState>
- All Known Implementing Classes:
Column
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancontainsValueInPersistedDataIgnoringEntities(String value, ExtendedIterable<String> entitiesToIgnoreIds) Class<?> ExtendedIterable<? extends IColumn> ExtendedIterable<? extends ITable<IEntity>> Methods inherited from interface CloseStateRequestable
isClosed, isOpenMethods inherited from interface CreationRequestable
isNewMethods inherited from interface DatabaseConnectionRequestable
isConnectedWithRealDatabaseMethods inherited from interface DeletionRequestable
isDeletedMethods inherited from interface EditingRequestable
isEditedMethods inherited from interface IdHolder
getId, getIdInSingleQuotes, hasIdMethods inherited from interface LoadingRequestable
isLoadedMethods inherited from interface NameHolder
getName, getNameInSingleQuotes, hasName, hasSameNameAsMethods inherited from interface StateRequestable
getState
-
Method Details
-
containsValueInPersistedData
-
containsValueInPersistedDataIgnoringEntities
boolean containsValueInPersistedDataIgnoringEntities(String value, ExtendedIterable<String> entitiesToIgnoreIds) -
getDataTypeClass
Class<?> getDataTypeClass() -
getFieldType
FieldType getFieldType() -
getStoredBackReferenceableColumns
ExtendedIterable<? extends IColumn> getStoredBackReferenceableColumns() -
getStoredParentTable
-
getStoredReferenceableTables
ExtendedIterable<? extends ITable<IEntity>> getStoredReferenceableTables()
-