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
GetNextQueryTask
Get next query for processing
sqldata/sqldata.cpp:1909
Method
GetNextSelectStartKeyword
Returns SELECT or WITH if it is the next input token
sqlparser/select.cpp:275
Method
GetNextSpecialCharToken
Get special character ', " i.e. as a separate token
sqlparser/sqlparser.cpp:513
Method
GetNextStringToken
Get the next token that must be a string literal
sqlparser/sqlparser.cpp:654
Method
GetNextTask
Get next table for processing
sqldata/sqldata.cpp:1889
Method
GetNextToken
sqlparser/cobol.cpp:1221
Method
GetNextToken
sqlparser/cobol.h:110
Method
GetNextToken
Get next token from the input
sqlparser/sqlparser.cpp:361
Method
GetNextUntilNewlineToken
sqlparser/cobol.cpp:1245
Method
GetNextUntilNewlineToken
Create a token from the current position until a new line
sqlparser/sqlparser.cpp:592
Method
GetNextWordToken
sqlparser/cobol.cpp:1237
Method
GetNextWordToken
Get next token and make sure it contains the specified word
sqlparser/sqlparser.cpp:567
Method
GetObjectsFromFile
Get list of objects to process from a file
sqldata/sqldatacmd.cpp:1266
Method
GetOracleConnectionString
sqldata_w/mainwindow.cpp:563
Method
GetOutFileName
Get output name of the file
sqlines/sqlines.cpp:150
Method
GetPathFromDirectoryAndFile
Get file path from directory and file name
sqlines-w/file.cpp:64
Method
GetPathFromDirectoryAndFile
Get file path from directory and file name
sqlines/file.cpp:184
Method
GetPathFromDirectoryAndFile
Get file path from directory and file name
sqlines-studio/file.cpp:64
Method
GetPathFromDirectoryAndFile
Get file path from directory and file name
sqlcommon/file.cpp:65
Method
GetPgConnectionString
sqldata_w/mainwindow.cpp:677
Method
GetPrevToken
Get the previous non-blank, non comment token
sqlparser/sqlparser.cpp:671
Method
GetProcAddress
Get procedure address
sqlines/os.cpp:29
Method
GetProcAddress
sqldata/os.cpp:115
Method
GetQueriesFromFile
Get list of queries to process from a file
sqldata/sqldatacmd.cpp:1319
Method
GetQuotedIdentifier
sqlparser/sqlparser.cpp:897
Method
GetRelativeName
Get relative name
sqlines-w/file.cpp:284
Method
GetRelativeName
Get relative name
sqlines/file.cpp:326
Method
GetRelativeName
Get relative name
sqlines-studio/file.cpp:284
Method
GetRelativeName
Get relative name
sqlparser/file.cpp:304
Method
GetRelativeName
Get relative name
sqlcommon/file.cpp:323
Method
GetReleaseVersion
sqldata/sqlapibase.h:635
Method
GetReportSection
Fill the specified report section
sqlparser/report.cpp:219
Method
GetReportSectionRows
Get report section
sqlparser/report.cpp:726
Method
GetRowCount
Get row count for the specified object
sqldata/sqlodbcapi.cpp:159
Method
GetRowCount
Get row count for the specified object
sqldata/sqldb2api.cpp:242
Method
GetRowCount
Get row count for the specified object
sqldata/sqlstdapi.cpp:60
Method
GetRowCount
Get row count for the specified object
sqldata/sqlasaapi.cpp:148
Method
GetRowCount
Get row count for the specified object
sqldata/sqlsncapi.cpp:279
Method
GetRowCount
Get row count for the specified object
sqldata/sqlifmxapi.cpp:255
Method
GetRowCount
Get row count for the specified object
sqldata/sqlmysqlapi.cpp:455
Method
GetRowCount
Get row count for the specified object
sqldata/sqlpgapi.cpp:214
Method
GetRowCount
Get row count for the specified object
sqldata/sqlociapi.cpp:371
Method
GetSelectionCriteria
Build a condition to select objects from the catalog and exclude from selection
sqldata/sqlapibase.cpp:311
Method
GetSequences
sqldata/sqlapibase.h:669
Method
GetSingleCharToken
Get a single char token
sqlparser/sqlparser.cpp:728
Method
GetSourceConnectionString
sqldata_w/mainwindow.cpp:408
Method
GetSqlServerConnectionString
sqldata_w/mainwindow.cpp:587
Method
GetStringLiteral
Get string literal
sqlparser/sqlparser.cpp:1006
Method
GetSubType
sqldata/sqlapibase.h:686
Method
GetSubType
sqldata/sqlasaapi.h:124
Method
GetSubType
sqldata/sqlmysqlapi.h:231
Method
GetSubType
sqldata/sqlsncapi.h:221
Method
GetSubType
sqldata/sqlpgapi.h:211
Method
GetSubType
sqldata/sqlctapi.h:217
Method
GetSubType
sqldata/sqlstdapi.h:107
Method
GetSubType
sqldata/sqldb2api.h:196
Method
GetSubType
sqldata/sqlifmxapi.h:171
Method
GetSubType
sqldata/sqlodbcapi.h:134
Method
GetSubType
sqldata/sqlociapi.h:199
Method
GetSubtringUntil
Get substring until the specified char is met
sqlines/str.cpp:152
Method
GetSubtringUntil
Get substring until the specified char is met
sqlparser/str.cpp:152
Method
GetTableColumns
Return metadata
sqldata/sqlapibase.h:662
Method
GetTableComments
sqldata/sqlapibase.h:665
Method
GetTableConstraints
sqldata/sqlapibase.h:663
Method
GetTableIndex
Get index of the table in the list of all tables
sqldata_w/mainwindow.cpp:1427
Method
GetTableIndexes
sqldata/sqlapibase.h:666
Method
GetTargetConnectionString
sqldata_w/mainwindow.cpp:432
Method
GetTickCount
Get current time in milliseconds
sqlines/os.cpp:41
Method
GetTickCount
Get current time in milliseconds
sqldata/os.cpp:178
Method
GetType
Get database type and subtype
sqldata/sqlapibase.h:685
Method
GetType
Get database type and subtype
sqldata/sqlasaapi.h:123
Method
GetType
Get database type and subtype
sqldata/sqlmysqlapi.h:230
Method
GetType
Get database type and subtype
sqldata/sqlsncapi.h:220
Method
GetType
Get database type and subtype
sqldata/sqlctapi.h:216
Method
GetType
Get database subtype
sqldata/sqlstdapi.h:106
Method
GetType
Get database subtype
sqldata/sqldb2api.h:195
Method
GetType
Get database subtype
sqldata/sqlifmxapi.h:170
Method
GetType
Get database subtype
sqldata/sqlodbcapi.h:133
Method
GetType
Get database type and subtype
sqldata/sqlociapi.h:198
Method
GetUrlName
Get the database name used in URL by type
sqlparser/report.cpp:1258
Method
GetVariableOrParameter
Get variable or parameter
sqlparser/sqlparser.cpp:887
Method
GetWordToken
Get a word token
sqlparser/sqlparser.cpp:1442
Method
GuessType
Try to define the data type by the variable or column name (table.column%TYPE)
sqlparser/guess.cpp:24
Method
Highlighter
sqlines-studio3/src/highlighter.hpp:37
Method
Highlighter
sqlines-studio3/src/highlighter.cpp:25
Method
Highlighter
sqlines-studio/highlighter.cpp:21
Method
InformixConvertReturning
Replace RETURNING values with OUT parameters or table function when converting from Informix
sqlparser/informix.cpp:112
Method
InformixGetReturningName
Define the name of parameter or column to be used for RETURNING value
sqlparser/informix.cpp:327
Method
InformixPatternAssignLastSerial
Check for pattern LET var = DBINFO('sqlca.sqlerrd1') that gets the last SERIAL value
sqlparser/informix.cpp:421
Method
InformixReturnToAssignment
Convert Informix RETURN statement expressions to OUT variable assignment
sqlparser/informix.cpp:80
Method
Init
Initialize API
sqldata/sqlodbcapi.cpp:45
Method
Init
Initialize API
sqldata/sqlctapi.cpp:69
Method
Init
Initialize API
sqldata/sqldb2api.cpp:69
Method
Init
Initialize API
sqldata/sqlstdapi.cpp:37
Method
Init
Initialize API
sqldata/sqlasaapi.cpp:39
Method
Init
Initialize API
sqldata/sqlsncapi.cpp:84
Method
Init
Initialize API
sqldata/sqlifmxapi.cpp:42
Method
Init
Initialize API for thread
sqldata/sqlmysqlapi.cpp:242
Method
Init
Initialize API
sqldata/sqlpgapi.cpp:56
Method
Init
Initialize API
sqldata/sqlociapi.cpp:80
← previous
next →
1,301–1,400 of 3,150, ranked by callers