| java.lang.Object workbench.gui.editor.CodeTools
CodeTools | public class CodeTools (Code) | | author: support@sql-workbench.net |
makeInList | protected void makeInList(boolean quoteElements)(Code) | | |
makeInListForChar | public void makeInListForChar()(Code) | | Change the currently selected text so that it can be used for a SQL IN statement with
character datatype.
e.g.
1234
5678
will be converted to
('1234',
'4456')
|
makeInListForNonChar | public void makeInListForNonChar()(Code) | | |
|
|