package
1.30.24
Repository: https://github.com/dolphindb/api-go.git
Documentation: pkg.go.dev

# Functions

NewDBConnectionPool inits a DBConnectionPool object and configures it with opt, finally returns it.
NewDolphinDBClient returns an instance of DolphinDB according to the addr and the flags which will affect the subsequent api calls.
NewPartitionedTableAppender instantiates a new PartitionedTableAppender according to the option.
NewSimpleDolphinDBClient returns an instance of DolphinDB which has logged in.
NewTableAppender instantiates a new TableAppender object according to the option.

# Structs

ClearAllCacheRequest is the request struct of ClearAllCache api.
CreatePartitionedTableRequest is the request struct of CreatePartitionedTable api.
CreateTableRequest is the request struct of CreateTable api.
Database is used to call table api based on the name of db.
DatabaseRequest is the request struct of Database api.
DBConnectionPool is the client which helps you to handle tasks with connections.
DropDatabaseRequest is the request struct of DropDatabase api.
DropPartitionRequest is the request struct of DropPartition api.
DropTableRequest is the request struct of DropTable api.
ExistsDatabaseRequest is the request struct of ExistsDatabase api.
ExistsTableRequest is the request struct of ExistsTable api.
LoadTableBySQLRequest is the request struct of LoadTableBySQL api.
LoadTableRequest is the request struct of LoadTable api.
LoadTextRequest is the request struct of LoadText api.
LoginRequest is the request struct of Login api.
PartitionedTableAppender is used to append tables into a partitioned table.
PartitionedTableAppenderOption is the options of PartitionedTableAppender.
PloadTextRequest is the request struct of PloadText api.
PoolOption helps you to configure DBConnectionPool by calling NewDBConnectionPool.
SaveTableRequest is the request struct of SaveTable api.
SaveTextRequest is the request struct of SaveText api.
Table is the client of table script.
TableAppender is used to append tables into another.
TableAppenderOption helps you to init TableAppender.
TableParam stores the params for Table api.
TableRequest is the request struct of Table api.
TableWithCapacityRequest is the request struct of TableWithCapacity api.
Task is the unit of work that is executed in the DBConnectionPool.
UndefRequest is the request struct of Undef api.

# Interfaces

AccountAPI interface declares apis about account.
DatabaseAPI interface declares apis about database.
DolphinDB interface declares functions to communicate with the dolphindb server.
TableAPI interface declares apis about table.