MCPcopy Create free account

hub / github.com/dmtolpeko/sqlines / functions

Functions3,150 in github.com/dmtolpeko/sqlines

↓ 1,122 callersMethodCompare
Compare token value with the specified word
sqlparser/token.cpp:110
↓ 188 callersMethodAppend
sqlparser/cobol.cpp:1253
↓ 185 callersMethodsetText
Replaces the entire content with the given text. Moves the caret to the beginning of the text. @param text text to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/editor/CodeEditor.java:170
↓ 173 callersMethodLog
Log message to console and log file
sqldata/applog.cpp:62
↓ 151 callersFunctionGetTickCount
sqldata/os.cpp:23
↓ 115 callersMethodAdd
Collect statistics for the specified item
sqlparser/stats.cpp:304
↓ 86 callersMethodGetFirst
Get the first value
sqlparser/listt.h:210
↓ 78 callersMethodclear
sqlines-studio3/src/snapshot.cpp:36
↓ 69 callersMethodinfo
sqlines-studio3/src/license.cpp:61
↓ 64 callersMethodget
(String rawMode)
sqlines-studio-java/src/main/java/com/sqlines/studio/model/converter/CmdModes.java:32
↓ 60 callersMethodtoString
()
sqlines-studio-java/src/main/java/com/sqlines/studio/model/converter/CmdModes.java:55
↓ 47 callersMethodDeleteAll
Delete all elements from the list
sqlparser/listt.h:111
↓ 44 callersMethodGet
Get the value by key
sqldata/parameters.cpp:291
↓ 44 callersMethodequals
(Object other)
sqlines-studio-java/src/main/java/com/sqlines/studio/model/converter/CmdModes.java:36
↓ 30 callersMethodGetInt
Get value as int
sqlparser/token.cpp:700
↓ 26 callersMethodLogFile
Write to log file only
sqldata/applog.cpp:126
↓ 24 callersMethodopenTab
Creates new tab. @param tabIndex the index at which a tab is to be added @throws IndexOutOfBoundsException if the index is out of range (tabIndex <
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:141
↓ 21 callersMethoderase
sqlines-studio3/src/settings.cpp:46
↓ 19 callersMethodGetCount
Get the total number of items in the list
sqlparser/listt.h:246
↓ 18 callersMethodGetFirstNoCurrent
Get the first value without using current field (this is required for nested/concurrent iteration)
sqlparser/listt.h:222
↓ 18 callersMethodGetNativeErrorText
sqldata/sqlapibase.h:698
↓ 17 callersMethodcheckRange
(int tabIndex, int from, int to)
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:79
↓ 16 callersMethodIsBlank
Test if the token contains space, newline or tab
sqlparser/token.cpp:303
↓ 15 callersMethodexists
sqlines-studio3/src/license.cpp:73
↓ 15 callersMethodinFocus
@param tabIndex the index of the tab with field in focus to get @return currently focused text input field in the specified tab @throws IndexOutOfBo
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:60
↓ 14 callersMethodIsNumeric
Check whether the token contains a number
sqlparser/token.cpp:252
↓ 14 callersMethodshowFilePath
Shows the specified file path in the toolbar. @param filePath file path to show
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:183
↓ 13 callersMethodgetSelectedCentralNode
()
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindow.java:185
↓ 12 callersMethodGetError
Get error information
sqldata/sqlapibase.h:697
↓ 12 callersMethodLog
Log message to console and log file
sqlines/applog.cpp:32
↓ 11 callersMethodGet
Get the value by key
sqlines/parameters.cpp:128
↓ 11 callersMethodsaveProperties
Saves application properties to the properties file. @throws FileNotFoundException if the file does not exist, is a directory rather than a regular f
sqlines-studio-java/src/main/java/com/sqlines/studio/model/PropertiesLoader.java:170
↓ 10 callersMethodfileType
sqlines-studio3/src/converter.cpp:37
↓ 10 callersMethodhandleSettingsSaveException
(Exception e)
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:149
↓ 10 callersMethodsetCurrTabIndex
Sets the specified tab as current. @param tabIndex tab index to set @throws IndexOutOfBoundsException if the index is out of range (tabIndex < 0 ||
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:131
↓ 10 callersMethodsetTabTitle
Sets the tab title to the tab with the specified index. <p> Notifies all {@link TabTitleChangeListener} listeners of the change. @param title tab tit
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:121
↓ 10 callersMethodshowCurrentDir
sqlines-studio3/src/settingswidget.cpp:88
↓ 9 callersMethodGetLast
Get the last value
sqlparser/listw.h:150
↓ 9 callersMethodIsRemoved
sqlparser/token.h:155
↓ 9 callersMethodchanged
Called when the text changes. @param newText updated text @param tabIndex the index of the tab where the text was changed
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/listener/TextChangeListener.java:32
↓ 9 callersMethodcheckRange
(int tabIndex, int from, int to)
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindow.java:337
↓ 9 callersMethodgetCurrTabIndex
@return the index of the current working tab
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:143
↓ 9 callersMethodgetSourceFilePath
Returns the source file path in the specified tab. @param tabIndex the index of the tab with source file path to return @return the source file path
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:232
↓ 9 callersMethodshow
Shows window.
sqlines-studio-java/src/main/java/com/sqlines/studio/view/BaseView.java:31
↓ 8 callersMethodClear
sqlparser/token.h:226
↓ 8 callersMethodchanged
Called when the current tab index changes. @param newIndex updated tab index
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/listener/TabIndexChangeListener.java:30
↓ 8 callersMethodgetTargetFilePath
()
sqlines-studio-java/src/main/java/com/sqlines/studio/model/converter/ConversionResult.java:44
↓ 8 callersMethodgetText
@return text content of this CodeEditor
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/editor/CodeEditor.java:160
↓ 8 callersMethodinFocus
()
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/CentralNode.java:122
↓ 8 callersMethodrun
Runs the conversion using the specified conversion modes and source file path. @param sourceMode source conversion mode to set @param targetMode targ
sqlines-studio-java/src/main/java/com/sqlines/studio/model/converter/Converter.java:43
↓ 7 callersMethodequals
(Object other)
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:540
↓ 7 callersMethodgetChangeType
@return the type of change that occurred in the list of tabs
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/listener/TabsChangeListener.java:63
↓ 7 callersMethodgetSourceText
Returns the source text in the specified tab. @param tabIndex the index of the tab with source text to return @return the source text in the specifi
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:172
↓ 7 callersMethodresize
sqlines-studio3/src/mainwindow.cpp:291
↓ 7 callersMethodsetHeight
Sets the height of the main window. @param height height to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:79
↓ 7 callersMethodsetWidth
Sets the width of the main window. @param width width to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:72
↓ 7 callersMethodsetWindowTitle
Defines the title of window. @param title title to set @throws UnsupportedOperationException if the requested operation is not supported
sqlines-studio-java/src/main/java/com/sqlines/studio/view/BaseView.java:55
↓ 7 callersMethodshowConversionError
sqlines-studio3/src/mainwindow.cpp:80
↓ 7 callersMethodshowLog
sqlines-studio3/src/convertutilitywidget.cpp:69
↓ 6 callersMethodGetTrue
Return the value of the parameter if it is set to True or Yes
sqldata/parameters.cpp:37
↓ 6 callersMethodIsIntegerBulkBindSupported
Get fatures supported by the provider
sqldata/sqlpgapi.h:206
↓ 6 callersMethodSet
sqlparser/token.cpp:750
↓ 6 callersMethodSetAppLog
sqldata/sqldb.h:403
↓ 6 callersMethodaddSourceModeListener
Adds a listener which will be notified when the source mode in any tab changes. If the same listener is added more than once, then it will be notified
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:306
↓ 6 callersMethodaddSourceTextListener
Adds a listener which will be notified when the text in the source text input field in any tab changes. If the same listener is added more than once,
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:275
↓ 6 callersMethodaddTabsListener
Adds a listener which will be notified when the list of the tabs changes. If the same listener is added more than once, then it will be notified more
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:393
↓ 6 callersMethodaddTargetModeListener
Adds a listener which will be notified when the target mode in any tab changes. If the same listener is added more than once, then it will be notified
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:321
↓ 6 callersMethodaddTargetTextListener
Adds a listener which will be notified when the text in the target text input field in any tab changes. If the same listener is added more than once,
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:291
↓ 6 callersMethodcountTabs
@return the number of tabs
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:136
↓ 6 callersMethodfilePath
sqlines-studio3/src/converter.cpp:42
↓ 6 callersMethodheight
sqlines-studio3/src/mainwindow.cpp:271
↓ 6 callersMethodremoveTab
Removes the tab at the specified position. <p> Notifies all {@link TabsChangeListener} listeners of the change. @param tabIndex the index of the tab
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:105
↓ 6 callersMethodsaveAppSettings
sqlines-studio3/src/settingsloader.cpp:52
↓ 6 callersMethodsetHighlighterPolicy
Sets the {@link HighlighterPolicy} of the text input fields. <p> The default value is HIGHLIGHT. @param policy highlighter policy to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:129
↓ 6 callersMethodsetLineNumbersPolicy
Sets the {@link LineNumbersPolicy} of the text input fields. <p> The default value is {@link LineNumbersPolicy#SHOW}. @param policy line numbers poli
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:138
↓ 6 callersMethodsetSourceText
Replaces the entire content of the source text input field with the given text. <p> Notifies all source {@link TextChangeListener} listeners of the ch
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:95
↓ 6 callersMethodsetTargetText
Replaces the entire content of the target text input field with the given text. <p> Notifies all target {@link TextChangeListener} listeners of the ch
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:108
↓ 6 callersMethodsetWrappingPolicy
Sets the {@link WrappingPolicy} of the text input fields. <p> The default value is NO_WRAP. @param policy wrapping policy to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:120
↓ 6 callersMethodshowError
Shows an error message. @param cause title of the error message window @param errorMsg error information @throws IllegalStateException if the constr
sqlines-studio-java/src/main/java/com/sqlines/studio/view/BaseView.java:69
↓ 6 callersMethodstart
(Stage primaryStage)
sqlines-studio-java/src/main/java/com/sqlines/studio/Application.java:112
↓ 5 callersMethodCloseCursor
Close the cursor and deallocate buffers
sqldata/sqlctapi.cpp:968
↓ 5 callersFunctionConvertSql
sqlparser/dllmain.cpp:41
↓ 5 callersMethodGetTableColumns
Get information on table columns
sqldata/sqldb.cpp:679
↓ 5 callersMethodIsSmallintBulkBindSupported
sqldata/sqlpgapi.h:207
↓ 5 callersMethodSetLogfile
Set log file name
sqldata/applog.cpp:32
↓ 5 callersMethodaccept
Applies the highlighting function to the current paragraph in the text-editing field.
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/editor/VisibleParagraphStyler.java:60
↓ 5 callersMethodaddTab
sqlines-studio3/src/tabwidget.cpp:31
↓ 5 callersMethodaddTabTitleListener
Adds a listener which will be notified when the tab title in any tab changes. If the same listener is added more than once, then it will be notified m
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:259
↓ 5 callersMethodchangeTitle
sqlines-studio3/src/mainwindow.cpp:301
↓ 5 callersMethodclearRecentFiles
Deletes all recent files paths in the Open Recent menu.
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:223
↓ 5 callersMethodcurrentTabIndex
sqlines-studio3/src/mainwindow.cpp:230
↓ 5 callersMethodfocusOn
Requests focus for the specified text input field. @param inFocus text input field to focus on
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/CentralNode.java:224
↓ 5 callersMethodgetSourceMode
@return currently selected source conversion mode @throws IllegalStateException if none of the source modes is currently selected
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainToolBar.java:180
↓ 5 callersMethodgetTargetMode
@return currently selected target conversion mode @throws IllegalStateException if none of the target modes is currently selected
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainToolBar.java:194
↓ 5 callersMethodisActive
@return true if license is active, false otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/model/license/License.java:109
↓ 5 callersMethodopenSourceFiles
Opens files and updates tabs data. Adds all the files to the recent files list. If a file is already in the recent files list, moves it to the top of
sqlines-studio-java/src/main/java/com/sqlines/studio/model/filehandler/FileHandler.java:240
↓ 5 callersMethodrunAndWait
Starts a new process with the specified command-line arguments. Causes the current thread to wait, if necessary, until the process has terminated. <p>
sqlines-studio-java/src/main/java/com/sqlines/studio/model/coreprocess/CoreProcessRunner.java:46
↓ 5 callersMethodsetHighlighterSelected
Defines the selection state of the Highlighter button. @param isSelected makes the menu item selected if true, unselected otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:133
↓ 5 callersMethodsetLineNumbersSelected
Defines the selection state of the Line Numbers button. @param isSelected makes the menu item selected if true, unselected otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:140
↓ 5 callersMethodsetSourceFilePath
Sets the source file path in the specified tab. <p> Notifies all source {@link FilePathChangeListener} listeners of the change. @param filePath file
sqlines-studio-java/src/main/java/com/sqlines/studio/model/tabsdata/ObservableTabsData.java:364
next →1–100 of 3,150, ranked by callers