Uses of Interface
acdp.tools.Refactor.Names
Packages that use Refactor.Names
Package
Description
-
Uses of Refactor.Names in acdp.tools
Methods in acdp.tools that return Refactor.NamesModifier and TypeMethodDescriptionAdds to the list of column and table names the specified column name.Adds to the list of column and table names the specified column name and the specified name of the table that is referenced by this column.static final Refactor.Names
Refactor.names()
Creates an instance of a class implementing theRefactor.Names
interface.Methods in acdp.tools with parameters of type Refactor.NamesModifier and TypeMethodDescriptionstatic final void
Refactor.addTable
(Path layoutFile, String tableName, CustomTable table, Refactor.Names names) Adds the specified table to the specified WR database.