Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: LDmysql.cpp/.hpp
File Description: LD mysql
name | return type | description |
---|---|---|
initiateMySQLserverConnection | bool | initiate my SQL server connection |
name | type | description |
---|---|---|
mysqlServerIpAddressAndPort | const char* | mysql server ip address and port |
username | const char* | username |
password | const char* | password |
databaseName | const char* | database name |
location | current function being traced |
---|---|
ATORmethod.hpp | initiateMySQLserverConnection |
ATORmethod.hpp | ATORmethodInitialise |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodInitialise |
name | return type | description |
---|---|---|
performSQLinsertQuery | bool | perform SQL insert query |
name | type | description |
---|---|---|
sqlCommand | const char* | sql command |
location | current function being traced |
---|---|
ATORdatabaseSQL.hpp | performSQLinsertQuery |
ATORmethod.hpp | insertTransformedFeatureListIntoDatabase |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
name | return type | description |
---|---|---|
performSQLrealInsertQuery | bool | perform SQL real insert query |
name | type | description |
---|---|---|
sqlCommand | const char* | sql command |
stringLength | const uint64_t | string length |
location | current function being traced |
---|---|
ATORdatabaseSQL.hpp | performSQLrealInsertQuery |
ATORmethod.hpp | insertTransformedFeatureListIntoDatabase |
ATORmethod.hpp | generateNormalisedSnapshotsUsingPolyList |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodTrainOrTest |
ATORdatabaseSQL.hpp | performSQLrealInsertQuery |
ATORdatabaseDecisionTree.hpp | insertSnapshotIDreferenceIntoSQLdatabaseDecisionTree |
ATORdatabaseDecisionTree.hpp | addSnapshotIDreferenceToImageComparisonDecisionTreeLoopFinal |
ATORdatabaseDecisionTree.hpp | addSnapshotIDreferenceToImageComparisonDecisionTreeLoopAvgHueDev |
ATORdatabaseDecisionTree.hpp | addSnapshotIDreferenceToImageComparisonDecisionTreeLoopGeo |
ATORdatabaseDecisionTree.hpp | addSnapshotIDreferenceToImageComparisonDecisionTreeLoopSmallHueDevMap |
ATORdatabaseDecisionTree.hpp | addSnapshotIDreferenceToImageComparisonDecisionTreeLoopDCT |
ATORdatabaseSQL.hpp | performSQLrealInsertQuery |
name | return type | description |
---|---|---|
performSQLgetNumRowsQuery | int64_t | perform SQL get num rows query |
name | type | description |
---|---|---|
tableName | const string | table name |
location | current function being traced |
---|---|
ATORmethod.hpp | performSQLgetNumRowsQuery |
ATORmethod.hpp | ATORmethodInitialise |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodInitialise |
name | return type | description |
---|---|---|
performSQLdeleteAllRowsQuery | void | perform SQL delete all rows query |
name | type | description |
---|---|---|
tableName | const string | table name |
location | current function being traced |
---|---|
ATORmethod.hpp | performSQLdeleteAllRowsQuery |
ATORmethod.hpp | ATORmethodInitialise |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodInitialise |
name | return type | description |
---|---|---|
endMySQLserverConnection | void | end my SQL server connection |
location | current function being traced |
---|---|
ATORmethod.hpp | endMySQLserverConnection |
ATORmethod.hpp | ATORmethodExit |
ATORmain.hpp | ATORmethodTrain |
ATORmethod.hpp | ATORmethodExit |