Deprecated functionality will compile and run, despite warnings about the deprecation. Properties, methods, and variables which have been moved or renamed will generate compile errors which must be resolved before you can run your application or applet.
The following table outlines functionality that was deprecated in the dbSwing package. Alternate ways of attaining the same behavior are indicated.
Formerly: | Use: | |
---|---|---|
JdbTable | setCustomizedColumns | setCustomColumns
|
JdbTable | getCustomizedColumns | getCustomColumns
|