Klasse Row
java.lang.Object
org.avertox.MySQL.Row
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRow(Column[] data, StructureColumn[] rowStructure) Row(StructureColumn[] rowStructure) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanresetColumn(String columnName) booleanupdateData(String columnName, Object data)
-
Konstruktordetails
-
Row
- Parameter:
rowStructure- List of StructureColumns witch defines how the Columns are ordered in the Row
-
Row
- Parameter:
data- Data with is stored in the RowrowStructure- List of StructureColumns witch defines how the Columns are ordered in the Row
-
-
Methodendetails
-
addColumn
- Parameter:
data- The Column witch should be stored in the Row- Gibt zurück:
- true if Column could be added false if not
-
getColumns
-
updateData
-
resetColumn
- Parameter:
columnName- Name of the Column witch should be rested- Gibt zurück:
- true if the Data of the Column could set to default false if not
-