Uses of Interface
de.ec.sql.Table
-
-
Uses of Table in de.ec.sql
Methods in de.ec.sql with parameters of type Table Modifier and Type Method Description default JoinBeforeJoin. crossJoin(Table table)default DeleteBeforeDelete. delete(Table table)default FromBeforeFrom. from(Table... tables)default JoinBeforeJoin. fullOuterJoin(Table table)default JoinBeforeJoin. innerJoin(Table table)default InsertBeforeInsert. insert(Table table)default JoinBeforeJoin. join(Table table)default JoinBeforeJoin. leftJoin(Table table)default JoinBeforeJoin. leftOuterJoin(Table table)default JoinBeforeJoin. outerJoin(Table table)default JoinBeforeJoin. rightJoin(Table table)default JoinBeforeJoin. rightOuterJoin(Table table)FromFrom. table(Table table)FromFrom. tables(Table... tables)default UpdateBeforeUpdate. update(Table table)Constructors in de.ec.sql with parameters of type Table Constructor Description Delete(Table table)Insert(Table table)Update(Table table)
-