Uses of Class
com.axibase.tsd.model.data.Property

Packages that use Property
com.axibase.tsd.client Provides classes that implement all the major Axibase Time-Series Database operations. 
com.axibase.tsd.model.data.command   
 

Uses of Property in com.axibase.tsd.client
 

Methods in com.axibase.tsd.client that return types with arguments of type Property
 List<Property> DataService.retrieveProperties(GetPropertiesQuery getPropertiesQuery, GetPropertiesQuery... getPropertiesQueries)
           
 List<Property> DataService.retrieveProperties(String entityName, String typeName)
           
 

Methods in com.axibase.tsd.client with parameters of type Property
 boolean DataService.insertProperties(Property... properties)
           
 

Uses of Property in com.axibase.tsd.model.data.command
 

Methods in com.axibase.tsd.model.data.command that return types with arguments of type Property
 List<Property> BatchPropertyCommand.getProperties()
           
 

Methods in com.axibase.tsd.model.data.command with parameters of type Property
static BatchPropertyCommand BatchPropertyCommand.createDeleteCommand(Property... properties)
           
static BatchPropertyCommand BatchPropertyCommand.createInsertCommand(Property... properties)
           
 



Copyright © 2015. All rights reserved.