public static class StatementTest.Employee extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
commission |
int |
deptno |
int |
empid |
String |
name |
float |
salary |
| Constructor and Description |
|---|
StatementTest.Employee(int empid,
int deptno,
String name,
float salary,
Integer commission) |
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.