| Contents | Index |
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 | kx.close | kx.exec | kx.fetch | kx.insert
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |