public static class JdbcTest.Employee extends Object
Integer
commission
int
deptno
empid
String
name
float
salary
Employee(int empid, int deptno, String name, float salary, Integer commission)
boolean
equals(Object obj)
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final int empid
public final int deptno
public final String name
public final float salary
public final Integer commission
public Employee(int empid, int deptno, String name, float salary, Integer commission)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.