Schnittstelle IDataReader
- Alle Superschnittstellen:
AutoCloseable,Closeable,CloseStateRequestable,GroupCloseable
- Alle bekannten Unterschnittstellen:
IDataAdapter,IDataAndSchemaAdapter
- Alle bekannten Implementierungsklassen:
BaseDataAdapter,BaseDataAndSchemaAdapter,DataAdapter,DataAdapter,DataAndSchemaAdapter,DataReader,DataReader,MsSqlDataAdapter,MsSqlDataAndSchemaAdapter
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungloadEntitiesOfTable(String tableName) loadEntity(String tableName, String id) loadMultiBackReferenceEntries(String tableName, String entityId, String multiBackReferenceColumnName) loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) loadMultiValueEntries(String tableName, String entityId, String multiValueColumnName) booleantableContainsEntityWithGivenId(String tableName, String id) booleantableContainsEntityWithGivenValueAtGivenColumn(String tableName, String columnName, String value) booleantableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteClose
-
Methodendetails
-
getSchemaTimestamp
ITime getSchemaTimestamp() -
loadEntitiesOfTable
-
loadMultiBackReferenceEntries
IContainer<String> loadMultiBackReferenceEntries(String tableName, String entityId, String multiBackReferenceColumnName) -
loadMultiReferenceEntries
IContainer<String> loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) -
loadMultiValueEntries
IContainer<Object> loadMultiValueEntries(String tableName, String entityId, String multiValueColumnName) -
loadEntity
-
tableContainsEntityWithGivenValueAtGivenColumn
-
tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities
boolean tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) -
tableContainsEntityWithGivenId
-