Klasse DatabaseViewSearcherForDatabaseView
java.lang.Object
ch.nolix.system.midschemaview.modelsearcher.DatabaseViewSearcherForDatabaseView
- Alle implementierten Schnittstellen:
IDatabaseViewSearcherForDatabaseView
public final class DatabaseViewSearcherForDatabaseView
extends Object
implements IDatabaseViewSearcherForDatabaseView
- Version:
- 2025-06-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungforDatabaseView(DatabaseViewDto databaseView) getColumnViewByTableNameAndColumnId(String tableName, String columnId) getColumnViewByTableNameAndColumnName(String tableName, String columnName) getTableViewByTableId(String tableId) getTableViewByTableName(String tableName)
-
Methodendetails
-
forDatabaseView
- Parameter:
databaseView-- Gibt zurück:
- a new
DatabaseViewSearcherForDatabaseViewfor the given databaseView. - Löst aus:
RuntimeException- if the given databaseView is null.
-
getColumnViewByTableNameAndColumnId
- Angegeben von:
getColumnViewByTableNameAndColumnIdin SchnittstelleIDatabaseViewSearcherForDatabaseView- Parameter:
tableName-columnId-- Gibt zurück:
- the
ColumnViewDtowith the given columnId from the table with the given tableName from the database view of the currentIDatabaseViewSearcherForDatabaseView.
-
getColumnViewByTableNameAndColumnName
- Angegeben von:
getColumnViewByTableNameAndColumnNamein SchnittstelleIDatabaseViewSearcherForDatabaseView- Parameter:
tableName-columnName-- Gibt zurück:
- the
ColumnViewDtowith the given columnName from the table with the given tableName from the database view of the currentIDatabaseViewSearcherForDatabaseView.
-
getTableViewByTableId
- Angegeben von:
getTableViewByTableIdin SchnittstelleIDatabaseViewSearcherForDatabaseView- Parameter:
tableId-- Gibt zurück:
- the
TableViewDtowith the given tableId from database view of the currentIDatabaseViewSearcherForDatabaseView.
-
getTableViewByTableName
- Angegeben von:
getTableViewByTableNamein SchnittstelleIDatabaseViewSearcherForDatabaseView- Parameter:
tableName-- Gibt zurück:
- the
TableViewDtowith the given tableName from the database view of the currentIDatabaseViewSearcherForDatabaseView.
-