SciDb
SciDb
DbAffectedRowsNumber
—
get a number of rows affected by a query
DbConnect
—
connect to a database
DbDisconnect
—
close connection to a database
DbFetchAllReal
—
get all records from result as matrix of doubles
DbFetchAllString
—
get all records from result as matrix of strings
DbFetchAllStruct
—
get all records from result as list of structs
DbFetchReal
—
get a record from result as matrix of doubles
DbFetchString
—
get a record from result as matrix of strings
DbFetchStruct
—
get a record from result as struct
DbFirst
—
set a result handler pointer to first result in the set
DbFuzzyCreate
—
creates a fuzzy object in a local copy of FMB and in a database
DbFuzzyCreateFMB
—
creates a copy of fuzzy meta base on a database
DbFuzzyDelete
—
delete fuzzy object from local FMB
DbFuzzyGet
—
get fuzzy object from local FMB
DbFuzzyHasFMB
—
checkes whether a Fuzzy Meta Base exists in a database
DbFuzzyLoadFMB
—
loads a copy of FMB from database (if it exists in the database)
DbFuzzyQuery
—
executes a fuzzy query using a FuzzySQL object
DbFuzzyUpdate
—
updates a fuzzy object in a local FMB copy and in a database
DbLastDbError
—
get the last error, occured during database interaction
DbLastError
—
get the last error, encountered during database interaction
DbLastQueryError
—
get the last error, occured query execution
DbQuery
—
execute a query on previously opened connection
DbTables
—
get list of tables in database
Report an issue