public static class StatementTest.Employee extends Object
Integer
commission
int
deptno
empid
String
name
float
salary
Employee(int empid, int deptno, String name, float salary, Integer commission)
toString()
clone, equals, 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
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.