MCPcopy Create free account

hub / github.com/dmtolpeko/sqlines / functions

Functions3,150 in github.com/dmtolpeko/sqlines

↓ 2 callersMethodsetClosablePolicyInEveryTab
()
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindow.java:716
↓ 2 callersMethodsetCloseTabState
Defines the state of the Close Tab menu item. @param isEnabled makes the menu item enabled if true, disabled otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainMenuBar.java:368
↓ 2 callersMethodsetColumnNumber
Defines column number that is to be displayed. @param columnNumber column number to display
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/StatusBar.java:124
↓ 2 callersMethodsetDarkTheme
()
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:303
↓ 2 callersMethodsetFullScreen
Specifies whether main window should be a full-screen, undecorated window. @param isMaximized makes the window maximized if true, minimized otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:65
↓ 2 callersMethodsetHighlighterPolicy
Sets the {@link CodeEditor.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/CentralNode.java:270
↓ 2 callersMethodsetLightTheme
()
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:297
↓ 2 callersMethodsetLineNumber
Defines line number that is to be displayed. @param lineNumber line number to display
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/StatusBar.java:113
↓ 2 callersMethodsetLineNumbersPolicy
Sets the {@link CodeEditor.LineNumbersPolicy} of the text input fields. <p> The default value is SHOW. @param policy line numbers policy to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/CentralNode.java:282
↓ 2 callersMethodsetNextTabState
Defines the state of the Next Tab menu item. @param isEnabled makes the menu item enabled if true, disabled otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainMenuBar.java:377
↓ 2 callersMethodsetOnClearRecentAction
Sets the action which is invoked when the Clear menu item in the Open Recent menu in the menu bar is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:390
↓ 2 callersMethodsetOnCloseTabAction
Sets the action which is invoked whenever the Close Tab menu item in the menu bar or the "x" button on the tab is clicked. @param action the action t
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:366
↓ 2 callersMethodsetOnHighlighterAction
Sets the action which is invoked when the Highlighter button is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:207
↓ 2 callersMethodsetOnLineNumbersAction
Sets the action which is invoked when the Line Numbers button is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:214
↓ 2 callersMethodsetOnOnlineHelpAction
Sets the action which is invoked when the Open Online Help menu item in the menu bar is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:422
↓ 2 callersMethodsetOnOpenSiteAction
Sets the action which is invoked when the Open Official Site menu item in the menu bar is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:430
↓ 2 callersMethodsetOnPreferencesAction
Sets the action which is invoked when the Preferences menu item in the menu bar is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:146
↓ 2 callersMethodsetOnSaveAsAction
Sets the action which is invoked when the Save File As menu item in the menu bar is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:406
↓ 2 callersMethodsetOnStatusBarAction
Sets the action which is invoked when the Status Bar button is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:186
↓ 2 callersMethodsetOnTargetFieldAction
Sets the action which is invoked when the Always Show Target Field button is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:193
↓ 2 callersMethodsetOnWrappingAction
Sets the action which is invoked when the Wrapping button is clicked. @param action the action to register
sqlines-studio-java/src/main/java/com/sqlines/studio/view/settings/SettingsWindowView.java:200
↓ 2 callersMethodsetPrevTabState
Defines the state of the Previous Tab menu item. @param isEnabled makes the menu item enabled if true, disabled otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainMenuBar.java:386
↓ 2 callersMethodsetRedoState
Defines the state of the Redo menu item. @param isEnabled makes the menu item enabled if true, disabled otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainMenuBar.java:413
↓ 2 callersMethodsetSaveSessionSelected
Defines the selection state of the Save Last Session 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:105
↓ 2 callersMethodsetSourceModeInView
(String mode)
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/MainWindowPresenter.java:123
↓ 2 callersMethodsetStatusBarPolicy
Sets the {@link StatusBarPolicy}. <p> The default value is SHOW. @param policy status bar policy to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowSettingsView.java:102
↓ 2 callersMethodsetStylesheets
(AbstractWindow window)
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindow.java:155
↓ 2 callersMethodsetTargetFieldPolicy
Sets the {@link TargetFieldPolicy}. <p> The default value is AS_NEEDED. @param policy target field policy to set
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/CentralNode.java:239
↓ 2 callersMethodsetTargetModeInView
(String mode)
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/MainWindowPresenter.java:129
↓ 2 callersMethodsetUndoState
Defines the state of the Undo menu item. @param isEnabled makes the menu item enabled if true, disabled otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainMenuBar.java:404
↓ 2 callersMethodsetUpHighlighter
()
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/editor/CodeEditor.java:101
↓ 2 callersMethodsetUpLineNumberArea
()
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/editor/CodeEditor.java:116
↓ 2 callersMethodsetWrappingPolicy
Sets the {@link CodeEditor.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/CentralNode.java:258
↓ 2 callersMethodshowConversionEnd
Show the end of the conversion in the specified tab. @param tabIndex the index of the tab where the conversion ended @throws IndexOutOfBoundsExcepti
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:176
↓ 2 callersMethodshowConversionStart
Show the start of the conversion in the specified tab. @param tabIndex the index of the tab where the conversion started @throws IndexOutOfBoundsExc
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/MainWindowView.java:166
↓ 2 callersMethodshowFilePathInView
(int tabIndex)
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/MainWindowPresenter.java:135
↓ 2 callersMethodshowHighlightingOption
sqlines-studio3/src/settingswidget.cpp:117
↓ 2 callersMethodshowLineColumnNumberArea
Defines the state of the line&column number area. @param show shows line&column number area if true, hides otherwise
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/StatusBar.java:85
↓ 2 callersMethodshowLineNumberArea
sqlines-studio3/src/inputfield.cpp:180
↓ 2 callersMethodshowLineNumbers
()
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:262
↓ 2 callersMethodshowNotActiveLicense
()
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:539
↓ 2 callersMethodshowNumberAreaOption
sqlines-studio3/src/settingswidget.cpp:105
↓ 2 callersMethodshowSavingSessionOption
sqlines-studio3/src/settingswidget.cpp:55
↓ 2 callersMethodshowSourceMode
sqlines-studio3/src/mainwindow.cpp:107
↓ 2 callersMethodshowStatusBar
()
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:143
↓ 2 callersMethodshowTargetField
()
sqlines-studio-java/src/main/java/com/sqlines/studio/presenter/SettingsPresenter.java:178
↓ 2 callersMethodshowTargetMode
sqlines-studio3/src/mainwindow.cpp:115
↓ 2 callersMethodshowWorkingDirs
sqlines-studio3/src/settingswidget.cpp:67
↓ 2 callersMethodshowWrappingOption
sqlines-studio3/src/settingswidget.cpp:129
↓ 2 callersMethodtabTitleUpdated
sqlines-studio3/src/mainwindowpresenter.cpp:190
↓ 2 callersMethodtargetDataUpdated
sqlines-studio3/src/mainwindowpresenter.cpp:212
↓ 2 callersMethodundo
Erases the last change done in the currently focused text input field. Does nothing if none of the input fields are in focus.
sqlines-studio-java/src/main/java/com/sqlines/studio/view/mainwindow/CentralNode.java:117
↓ 2 callersMethodupdateSourceData
sqlines-studio3/src/converter.cpp:261
↓ 2 callersMethodwithLogFilePath
(String logPath)
sqlines-studio-java/src/main/java/com/sqlines/studio/model/coreprocess/Arguments.java:116
↓ 1 callersMethodAppend
Append a string
sqlparser/token.cpp:771
↓ 1 callersMethodAppendTarget
Append data to the string
sqlparser/token.cpp:643
↓ 1 callersMethodAssessRows
Assess table rows
sqldata/sqldb.cpp:1048
↓ 1 callersMethodCallback
Callback (already called from a critical section)
sqldata_w/mainwindow.cpp:1528
↓ 1 callersMethodCallback
Callbacks
sqldata/sqldata.cpp:2433
↓ 1 callersMethodCallback
Callback (already called from a critical section)
sqldata/sqldatacmd.cpp:183
↓ 1 callersMethodCanParallelReadWrite
Specifies whether API allows to parallel reading from this API and write to another API
sqldata/sqldb2api.cpp:880
↓ 1 callersMethodCloseBulkTransfer
Complete bulk transfer
sqldata/sqlctapi.cpp:1023
↓ 1 callersMethodConsoleCallback
Console output callbacks
sqldata_w/mainwindow.cpp:1555
↓ 1 callersMethodConvert
Perform conversion
sqlparser/sqlparser.cpp:154
↓ 1 callersMethodConvertDeclaredIdentifierInSql
Convert variable or parameter referenced in SQL (should contain : prefix)
sqlparser/cobol.cpp:1177
↓ 1 callersFunctionCreateAssessmentReport
Create report file
sqlparser/dllmain.cpp:67
↓ 1 callersMethodCreateMetadataQueues
Create queues to transfer schema metadata
sqldata/sqldata.cpp:284
↓ 1 callersMethodCreateObjectQueue
Create tasks queue to transfer non-table objects
sqldata/sqldata.cpp:646
↓ 1 callersMethodCreateReport
Create a report file by template
sqlparser/report.cpp:41
↓ 1 callersMethodCreateSequence
Create sequence object
sqldata/sqldb.cpp:3849
↓ 1 callersMethodDeallocate
Deallocate the driver
sqldata/sqlctapi.cpp:367
↓ 1 callersMethodDeleteCurrent
Delete the current item
sqlparser/listt.h:67
↓ 1 callersMethodDeleteSince
Delete elements since the specified item including
sqlparser/listw.h:89
↓ 1 callersMethodDisconnect
Disconnect from the database
sqldata/sqlctapi.cpp:352
↓ 1 callersMethodDropReferencesChild
Remove foreign key constraints on the specified child table
sqldata/sqlociapi.cpp:3058
↓ 1 callersMethodDropTable
Drop the table
sqldata/sqlctapi.cpp:1029
↓ 1 callersMethodExecuteNonQuery
Execute the statement
sqldata/sqlmysqlapi.cpp:512
↓ 1 callersMethodGetAvailableTables
Get the list of available tables
sqldata/sqldb.cpp:560
↓ 1 callersMethodGetCfgReadError
sqldata/parameters.h:72
↓ 1 callersMethodGetColumnDefault
Get column default by table and column name
sqldata/sqlociapi.cpp:2125
↓ 1 callersMethodGetConfigFile
sqldata/parameters.h:68
↓ 1 callersMethodGetDriverPaths
Get the driver search paths
sqldata/sqlapibase.cpp:531
↓ 1 callersMethodGetIndexColumns
Get column list for the specified index
sqldata/sqldb.cpp:670
↓ 1 callersMethodGetKeyConstraintColumns
Read columns for the specified PRIMARY and UNIQUE key constraint
sqldata/sqldb.cpp:647
↓ 1 callersMethodGetLastNoCurrent
Get the last value without using current field (this is required for nested/concurrent iterations)
sqlparser/listt.h:228
↓ 1 callersMethodGetLicense
sqldata/sqldatacmd.h:205
↓ 1 callersMethodGetLoadedDriver
Get the path of the loaded driver
sqldata/sqlapibase.h:689
↓ 1 callersMethodGetLobContent
Get LOB content
sqldata/sqlsncapi.cpp:1652
↓ 1 callersMethodGetLobContent
Get LOB content
sqldata/sqlmysqlapi.cpp:1564
↓ 1 callersMethodGetLobContent
Get LOB content
sqldata/sqlpgapi.cpp:916
↓ 1 callersMethodGetLobLength
Get the length of LOB column in the open cursor
sqldata/sqlctapi.cpp:1046
↓ 1 callersMethodGetLobLength
Get the length of LOB column in the open cursor
sqldata/sqlsncapi.cpp:1646
↓ 1 callersMethodGetLobLength
Get the length of LOB column in the open cursor
sqldata/sqlmysqlapi.cpp:1558
↓ 1 callersMethodGetLobLength
Get the length of LOB column in the open cursor
sqldata/sqlpgapi.cpp:910
↓ 1 callersMethodGetLobPart
Get partial LOB content
sqldata/sqldb2api.cpp:918
↓ 1 callersMethodGetLobPart
Get partial LOB content
sqldata/sqlsncapi.cpp:814
↓ 1 callersMethodGetMajorVersion
sqldata/sqlapibase.h:633
↓ 1 callersMethodGetMinorVersion
sqldata/sqlapibase.h:634
↓ 1 callersMethodGetNth
Get Nth value
sqlparser/listwm.h:231
↓ 1 callersMethodGetProcedures
Get stored procedures
sqldata/sqldb.cpp:747
← previousnext →301–400 of 3,150, ranked by callers