| Datafeed Toolbox™ | ![]() |
V = get(K,'PropertyName') V = get(K)
| 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:
|
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.
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'kx.close, kx.exec, kx.fetch, kx.insert, kx
![]() | kx.fetch | kx.exec | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |