Renamed methods from example
This commit is contained in:
parent
9ba4be6161
commit
ffed40f22e
@ -58,11 +58,11 @@ public class AdventureWorks {
|
||||
Executor create = new Executor(connection, SQLDialect.SQLSERVER);
|
||||
|
||||
System.out.println(create
|
||||
.select(Employee.getFields())
|
||||
.select(Employee.fields())
|
||||
.select(val("###"))
|
||||
.select(Department.getFields())
|
||||
.select(Department.fields())
|
||||
.select(val("###"))
|
||||
.select(Contact.getFields())
|
||||
.select(Contact.fields())
|
||||
.from(Employee)
|
||||
.join(EmployeeAddress).using(Employee.EmployeeID)
|
||||
.join(EmployeeDepartmentHistory).using(Employee.EmployeeID)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user