Schnittstelle DatabaseOperations
- Alle bekannten Implementierungsklassen:
Table
public interface DatabaseOperations
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontainsColumn(Column whereColumn) booleanbooleandeleteRows(Column whereColumn) readColumns(Column whereColumn) readData(Column whereColumn, StructureColumn targetColumn) readRows()booleanupdateColumns(Column whereColumn, List<Column> columns) booleanupdateData(Column whereColumn, Column targetColumn) booleanupdateRows(List<Row> rows)
-
Methodendetails
-
readData
- Parameter:
whereColumn- The specific Column witch should be in the same row as the TargettargetColumn- The Name and Datatype of the Column witch data is requested- Gibt zurück:
- The data witch is stored in the targetColumn
-
readColumns
-
readRows
-
updateData
-
updateColumns
-
updateRows
-
deleteRow
- Parameter:
firstWhereColumn- The specific column witch should be in the same row with should be deletedsecondWhereColumn- The specific column witch should be in the same row with should be deleted- Gibt zurück:
- true if the columns could be deleted false if not
-
deleteRows
- Parameter:
whereColumn- The specific column witch should be in the same row as the target- Gibt zurück:
- true if the rows could be deleted false if not
-
containsColumn
- Parameter:
whereColumn- The specific column witch should be checked- Gibt zurück:
- true if the lkk
-