Documentation ¶
Index ¶
- func ListBlockchainInformation(chainId string) (blockchainInformation string, errMsg string, status bool)
- func ListBlockchainSchemas(chainId string) (blockchainSchema string, errMsg string, status bool)
- func ListBlockchains() (blockchains string, errMsg string, status bool)
- func ListColumns(schema, table string) (columns string, errMsg string, status bool)
- func ListForeignKeyReferences(schema, table, column string) (foreignKeyReferences string, errMsg string, status bool)
- func ListPrimaryKeyReferences(schema, table, column string) (primaryKeyReferences string, errMsg string, status bool)
- func ListSchemas(scope, searchPattern string) (schemas string, errMsg string, status bool)
- func ListTableIndex(schema, table string) (indexes string, errMsg string, status bool)
- func ListTablePrimaryKey(schema, table string) (primaryKeys string, errMsg string, status bool)
- func ListTableRelations(schema, scope string) (relations string, errMsg string, status bool)
- func ListTables(schema, scope, searchPattern string) (tables string, errMsg string, status bool)
- func ListViews(name, owned string) (views string, errMsg string, status bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListBlockchainInformation ¶
func ListBlockchainInformation(chainId string) (blockchainInformation string, errMsg string, status bool)
List Blockchain Information
func ListBlockchainSchemas ¶
List Blockchains
func ListBlockchains ¶
List Blockchains
func ListColumns ¶
List columns in a given schema and a table
func ListForeignKeyReferences ¶
func ListForeignKeyReferences(schema, table, column string) (foreignKeyReferences string, errMsg string, status bool)
List foreign key references in a given schema and a table and a column
func ListPrimaryKeyReferences ¶
func ListPrimaryKeyReferences(schema, table, column string) (primaryKeyReferences string, errMsg string, status bool)
List primary key references in a given schema and a table and a column
func ListSchemas ¶
List available namespaces in the blockchain
func ListTableIndex ¶
List table index in a given schema and a table
func ListTablePrimaryKey ¶
List table primary keys in a given schema and a table
func ListTableRelations ¶
List table relationships in a given schema and a table Scope can be PRIVATE, PUBLIC, ALL
func ListTables ¶
List tables in a given schema
Possible scope values - ALL = all resources, PUBLIC = non-permissioned tables, PRIVATE = tables created by the requesting user
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.