kx.get - Retrieve Kx Systems®, Inc. kdb+ connection object properties

Syntax

V = get(K,'PropertyName') 
V = get(K)

Arguments

K

Kx Systems, Inc. kdb+ connection object created with the kx function.

'PropertyName'

A string or cell array of strings containing property names. The property names are:

  • 'handle'

  • 'ipaddress'

  • 'port'

Description

V = get(K,'PropertyName') returns a MATLAB® structure containing the value of the specified properties for the Kx Systems, Inc. kdb+ connection object.

V = get(K) returns a MATLAB structure where each field name is the name of a property of K and the associated value of the property.

Examples

Get the properties of the connection to the Kx Systems, Inc. kdb+ database,K:

V= get(K)
V = 
			handle:  [1x1 c]
       ipaddress: 'localhost'
       port: '5001'

See Also

kx.close, kx.exec, kx.fetch, kx.insert, kx

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS