Package bayern.steinbrecher.dbConnector
Class DBConnection.Table<T,E>
java.lang.Object
bayern.steinbrecher.dbConnector.DBConnection.Table<T,E>
- Enclosing class:
- DBConnection
public class DBConnection.Table<T,E>
extends java.lang.Object
Represents a table which exists and is accessible by this connection. In contrast
TableScheme only
represents a scheme of a table which might have been created.- Since:
- 0.5
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull @Unmodifiable java.util.Set<DBConnection.Column<?>>getColumns()@NotNull java.lang.StringgetTableName()inthashCode()
-
Method Details
-
getTableName
@NotNull public @NotNull java.lang.String getTableName() -
getColumns
@NotNull public @NotNull @Unmodifiable java.util.Set<DBConnection.Column<?>> getColumns() throws QueryFailedException- Throws:
QueryFailedException
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-