Uses of Class
com.c8db.entity.QueryTrackingPropertiesEntity
-
Packages that use QueryTrackingPropertiesEntity Package Description com.c8db com.c8db.internal -
-
Uses of QueryTrackingPropertiesEntity in com.c8db
Methods in com.c8db that return QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntityC8Database. getQueryTrackingProperties()Returns the configuration for the AQL query trackingQueryTrackingPropertiesEntityC8Database. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)Changes the configuration for the AQL query trackingMethods in com.c8db with parameters of type QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntityC8Database. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)Changes the configuration for the AQL query tracking -
Uses of QueryTrackingPropertiesEntity in com.c8db.internal
Methods in com.c8db.internal that return QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntityC8DatabaseImpl. getQueryTrackingProperties()QueryTrackingPropertiesEntityC8DatabaseImpl. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)Methods in com.c8db.internal with parameters of type QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntityC8DatabaseImpl. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)protected RequestInternalC8Database. setQueryTrackingPropertiesRequest(QueryTrackingPropertiesEntity properties)
-