Klasse InternalDataReader
java.lang.Object
ch.nolix.system.nodemiddata.datareader.InternalDataReader
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungloadEntitiesOfTable
(TableSchemaViewDto tableView) loadEntity
(TableSchemaViewDto tableView, String id) loadMultiBackReferenceEntries
(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiBackReferenceColumnInfo) loadMultiReferenceEntries
(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiReferenceColumnInfo) loadMultiValueEntries
(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiValueColumnInfo) boolean
tableContainsEntityWithGivenId
(String tableName, String id) boolean
tableContainsEntityWithGivenValueAtGivenColumn
(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value) boolean
tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities
(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value, IContainer<String> entitiesToIgnoreIds)
-
Konstruktordetails
-
InternalDataReader
-
-
Methodendetails
-
getDatabaseName
-
getSchemaTimestamp
-
loadEntitiesOfTable
-
loadMultiBackReferenceEntries
public IContainer<String> loadMultiBackReferenceEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiBackReferenceColumnInfo) -
loadMultiReferenceEntries
public IContainer<String> loadMultiReferenceEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiReferenceColumnInfo) -
loadMultiValueEntries
public IContainer<Object> loadMultiValueEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiValueColumnInfo) -
loadEntity
-
tableContainsEntityWithGivenValueAtGivenColumn
public boolean tableContainsEntityWithGivenValueAtGivenColumn(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value) -
tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities
public boolean tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value, IContainer<String> entitiesToIgnoreIds) -
tableContainsEntityWithGivenId
-