| java.lang.Object workbench.sql.wbcommands.SourceTableArgument
SourceTableArgument | public class SourceTableArgument (Code) | | author: support@sql-workbench.net |
getObjectNames | public List<String> getObjectNames(String list)(Code) | | Returns all DB Object names from the comma separated list.
This is different to stringToList() as it keeps any quotes that
are present in the list.
Parameters: list - a comma separated list of elements (optionally with quotes) a List of Strings as defined by the input string |
wasWildCardArgument | public boolean wasWildCardArgument()(Code) | | |
|
|