Klasse DatabaseViewSearcher
java.lang.Object
ch.nolix.system.midschemaview.modelsearcher.DatabaseViewSearcher
- Alle implementierten Schnittstellen:
IDatabaseViewSearcher
- Version:
- 2025-06-19
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetColumnViewByTableNameAndColumnId(DatabaseViewDto databaseView, String tableName, String columnId) getColumnViewByTableNameAndColumnName(DatabaseViewDto databaseView, String tableName, String columnName) getTableViewByTableId(DatabaseViewDto databaseView, String tableId) getTableViewByTableName(DatabaseViewDto databaseView, String tableName)
-
Konstruktordetails
-
DatabaseViewSearcher
public DatabaseViewSearcher()
-
-
Methodendetails
-
getColumnViewByTableNameAndColumnId
public ColumnViewDto getColumnViewByTableNameAndColumnId(DatabaseViewDto databaseView, String tableName, String columnId) - Angegeben von:
getColumnViewByTableNameAndColumnIdin SchnittstelleIDatabaseViewSearcher- Parameter:
databaseView-tableName-columnId-- Gibt zurück:
- the
ColumnViewDtowith the given columnId from the table with the given tableName from the given databaseView.
-
getColumnViewByTableNameAndColumnName
public ColumnViewDto getColumnViewByTableNameAndColumnName(DatabaseViewDto databaseView, String tableName, String columnName) - Angegeben von:
getColumnViewByTableNameAndColumnNamein SchnittstelleIDatabaseViewSearcher- Parameter:
databaseView-tableName-columnName-- Gibt zurück:
- the
ColumnViewDtowith the given columnName from the table with the given tableName from the given databaseView.
-
getTableViewByTableId
- Angegeben von:
getTableViewByTableIdin SchnittstelleIDatabaseViewSearcher- Parameter:
databaseView-tableId-- Gibt zurück:
- the
TableViewDtowith the given tableId from the given databaseView.
-
getTableViewByTableName
- Angegeben von:
getTableViewByTableNamein SchnittstelleIDatabaseViewSearcher- Parameter:
databaseView-tableName-- Gibt zurück:
- the
TableViewDtowith the given tableName from the given databaseView.
-