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
    boolean equals​(java.lang.Object o)  
    @NotNull @Unmodifiable java.util.Set<DBConnection.Column<?>> getColumns()  
    @NotNull java.lang.String getTableName()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait