Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Metaspace : Metaspace Operations : tibas_GetMetaspace()

tibas_GetMetaspace()
Function
Declaration
tibas_status tibas_GetMetaspace(
tibasMetaspace* metaspace,
const char* metaspaceName)
Purpose
Creates a metaspace and assigns it a specified name.
Parameters
 
Remarks
Use the tibas_GetMetaspace() function to create a metaspace with a specified name.
You can only use tibas_GetMetaspace() if your application already has a connection to a metaspace, which would normally be instantiated by calling tibasMetaspaceConnect(). The tibas_GetMetaspace function() is provided as a convenience function, which you can call if your application needs a second connection to a metaspace.
The function returns a Metaspace object that you can use to connect to the metaspace.
See Also
tibasMetaspace_Connect()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved