Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmtolpeko/sqlines
/ functions
Functions
3,150 in github.com/dmtolpeko/sqlines
⨍
Functions
3,150
◇
Types & classes
249
Method
Init
sqlparser/stats.h:147
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlodbcapi.cpp:463
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqldb2api.cpp:658
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlstdapi.cpp:97
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlasaapi.cpp:716
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlsncapi.cpp:893
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlifmxapi.cpp:706
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlmysqlapi.cpp:773
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlpgapi.cpp:541
Method
InitBulkTransfer
Initialize the bulk copy from one database into another
sqldata/sqlociapi.cpp:2481
Method
InitCa
Initialize database API
sqldata/sqldb.cpp:381
Method
InitGlobalOptions
Initialize global options that take effect only for new connections
sqldata/sqlmysqlapi.cpp:348
Method
InitLocal
Initialize local (in-process) database interface
sqldata/sqldata.cpp:811
Method
InitSession
Initialize session by setting general options
sqldata/sqlapibase.cpp:550
Method
InitSession
Initialize session
sqldata/sqlasaapi.cpp:2268
Method
InitSession
Initialize session by setting general options
sqldata/sqlsncapi.h:143
Method
InitSession
Initialize session
sqldata/sqlifmxapi.cpp:215
Method
InitSession
Initialize session by setting options
sqldata/sqlmysqlapi.cpp:376
Method
InitSession
Initialize session
sqldata/sqlpgapi.cpp:951
Method
InitSession
Initialize session
sqldata/sqlociapi.cpp:311
Method
InitStatic
Initialize API for process (MySQL C library can be compiled as non thread-safe)
sqldata/sqlmysqlapi.cpp:91
Method
InitStaticApi
Initialize database API once per process
sqldata/sqldb.cpp:186
Method
InitTransferLogView
Initialize Tranfer Log view window
sqldata_w/mainwindow.cpp:1600
Method
InitValidationLogView
Initialize Validation Log view window
sqldata_w/mainwindow.cpp:1627
Method
InputFieldWidget
sqlines-studio3/src/inputfield.cpp:60
Method
InputFieldWidget
sqlines-studio3/src/inputfield.hpp:63
Method
IntToString
Convert int to string
sqlines-w/str.cpp:195
Method
IntToString
Convert int to string
sqlines/str.cpp:214
Method
IntToString
Convert int to string
sqldata/str.cpp:182
Method
IntToString
Convert int to string
sqlines-studio/str.cpp:195
Method
IntToString
Convert int to string
sqlparser/str.cpp:212
Method
Is64Bit
sqldata/os.cpp:150
Method
IsAggregateFunction
Check for an aggregate function
sqlparser/helpers.cpp:1273
Method
IsDataBufferBound
Specifies whether target bound source buffers, so the same buffers must be passed to TransferRows
sqldata/sqlapibase.h:579
Method
IsDataInSection
Check if there is data in section by name
sqlparser/report.cpp:142
Method
IsDataTransferred
Check whether data of the table already transferred
sqldata/sqldata.cpp:2038
Method
IsDdlRunning
Check is a DDL task is running for the specified object (already in critical session)
sqldata/sqldata.cpp:2084
Method
IsDirectory
Check if the path points to an existing directory
sqlines-w/file.cpp:86
Method
IsDirectory
Check if the path points to an existing directory
sqlines/file.cpp:46
Method
IsDirectory
Check if the path points to an existing directory
sqlines-studio/file.cpp:86
Method
IsDirectory
Check if the path points to an existing directory
sqlparser/file.cpp:46
Method
IsDirectory
Check if the path points to an existing directory
sqlcommon/file.cpp:87
Method
IsDirectoryInPath
Check if path includes in a directory, not just file name
sqlines-w/file.cpp:45
Method
IsDirectoryInPath
Check if path includes in a directory, not just file name
sqlines-studio/file.cpp:45
Method
IsDirectoryInPath
Check if path includes a directory, not just file name
sqlcommon/file.cpp:46
Method
IsFile
Check if it is a file
sqlines-w/file.cpp:146
Method
IsFile
Check if the path points to an existing file
sqlines/file.cpp:86
Method
IsFile
Check if it is a file
sqlines-studio/file.cpp:146
Method
IsFile
Check if the path points to an existing file
sqlparser/file.cpp:86
Method
IsFile
Check if it is a file
sqlcommon/file.cpp:147
Method
IsFuncToProc
Check if it is specified to convert function to procedure
sqlparser/helpers.cpp:1717
Method
IsIdentityDefined
Check if identity column defined for the table
sqldata/sqldata.cpp:2474
Method
IsIdentityDefined
Check if identity column defined for the table
sqldata/sqldb.cpp:638
Method
IsIndNull
Check indicator for NULL (there are issues with DB2 64-bit driver)
sqldata/sqldb2api.cpp:1441
Method
IsIntegerBulkBindSupported
Get fatures supported by the provider
sqldata/sqlapibase.h:654
Method
IsIntegerBulkBindSupported
Get fatures supported by the provider
sqldata/sqlmysqlapi.h:222
Method
IsIntegerBulkBindSupported
Get fatures supported by the provider
sqldata/sqlociapi.h:209
Method
IsListAggregateFunction
Check for LIST aggregate function
sqlparser/helpers.cpp:1287
Method
IsPrimaryKeyColumn
Check if a column belongs to primary key
sqldata/sqldb.cpp:2332
Method
IsPrimaryKeyCreated
For foreign key task check if the primary key was already created (already in critical session)
sqldata/sqldata.cpp:2059
Method
IsQuoteRequired
Check whether identifier must be quoted
sqldata/sqlasaapi.cpp:2012
Method
IsQuoteRequired
sqldata/sqlsncapi.h:225
Method
IsQuoteRequired
Check whether identifier must be quoted
sqldata/sqlsncapi.cpp:2041
Method
IsReservedWord
sqldata/sqlapibase.h:673
Method
IsScope
Check if the parser is in the specified scope
sqlparser/helpers.cpp:1643
Method
IsSequencesCreated
For trigger task, check that all sequences already created (already in critical session)
sqldata/sqldata.cpp:2098
Method
IsSet
Is non-empty value set
sqldata/str.h:45
Method
IsSingleChar
Test if the token is a single char token
sqlparser/token.cpp:294
Method
IsSmallintBulkBindSupported
sqldata/sqlapibase.h:655
Method
IsSmallintBulkBindSupported
sqldata/sqlmysqlapi.h:223
Method
IsSmallintBulkBindSupported
sqldata/sqlociapi.h:210
Method
IsSpace
Does character points to space, tab or new line
sqlparser/str.h:77
Method
IsSpecialIdentifier
Check is the identifier contains a special character such as a space, dot etc.
sqldata/sqldb.cpp:2471
Method
IsTargetUtf8LoadSupported
Whether target database loads in UTF8
sqldata/sqlmysqlapi.h:227
Method
IsTimestampBulkBindSupported
sqldata/sqlmysqlapi.h:224
Method
IsValidAlias
Check whether the token is valid column/table alias
sqlparser/sqlparser.cpp:2161
Method
IsVersionEqualOrHigher
Check if the database version equal or higher than the specified value
sqldata/sqlapibase.cpp:590
Method
Java
Constructor
sqlparser/java.cpp:26
Method
Leave
Leave the specified scope
sqlparser/helpers.cpp:1611
Method
LeaveCriticalSection
Leave the critical section
sqldata/os.cpp:43
Method
LeaveLocalVariablesBlock
Leave the block with own local variables
sqlparser/sqlparser.cpp:842
Method
License
sqlines-studio3/src/license.cpp:31
Method
License
Constructs a new License with the specified sqlines command line program. @param coreProcess sqlines command line program
sqlines-studio-java/src/main/java/com/sqlines/studio/model/license/License.java:53
Method
LineNumberArea
sqlines-studio3/src/inputfield.cpp:34
Method
LineNumberArea
sqlines-studio3/src/inputfield.hpp:43
Method
ListT
Template constructor
sqlparser/listt.h:46
Method
ListW
Constructor
sqlparser/listw.h:50
Method
ListWM
Constructor
sqlparser/listwm.h:65
Method
ListwItem
sqlparser/listw.h:30
Method
ListwmItem
sqlparser/listwm.h:37
Method
Load
Process parameters in command line
sqlines/parameters.cpp:27
Method
LoadCommandLine
Load command line parameters
sqlines/parameters.cpp:36
Method
LoadCommandLine
Load command line parameters
sqldata/parameters.cpp:87
Method
LoadConfigFile
Load parameters from a configuration file
sqldata/parameters.cpp:197
Method
LoadLibrary
sqldata/os.cpp:92
Method
LoadLibraryError
Error during the library load
sqldata/os.cpp:104
Method
LoadOptions
sqldata_w/mainwindow.cpp:1652
Method
LoadStrItem
Load parameters from a string only
sqldata/parameters.cpp:129
Method
LoadString
Load parameters from string
sqlines/parameters.cpp:60
Method
LogConnection
Log connection information
sqldata/sqldatacmd.cpp:1036
← previous
next →
1,401–1,500 of 3,150, ranked by callers