ormlite-rx
Module Contents
alltypes
Module Contents
interface BooleanFieldConverter<T> : FieldConverter<T, Boolean?>
class ConverterRegistry
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Field
interface FieldConverter<T, R>
class InfluxDao<K : Any>
Module Contents
InfluxDao(clazz: Class<K>, registry: ConverterRegistry, client: <ERROR CLASS>)
InfluxDao(clazz: KClass<K>, registry: ConverterRegistry, client: <ERROR CLASS>)
var consistencyLevel: <ERROR CLASS>
val database: <ERROR CLASS>
val measurementName: <ERROR CLASS>
fun query(query: String): List<Map<Key, List<K>>>
fun <T : Any> query(query: String, clazz: KClass<T>): List<Map<Key, List<T>>>
fun <T : Any> query(query: String, clazz: Class<T>): <ERROR CLASS>
fun queryGroup(query: String): <ERROR CLASS>
fun <T : Any> queryGroup(query: String, clazz: KClass<T>): <ERROR CLASS>
fun <T : Any> queryGroup(query: String, clazz: Class<T>): <ERROR CLASS>
fun queryList(query: String): <ERROR CLASS>
fun <T : Any> queryList(query: String, clazz: KClass<T>): <ERROR CLASS>
fun <T : Any> queryList(query: String, clazz: Class<T>): <ERROR CLASS>
fun queryOne(query: String): <ERROR CLASS>
fun <T : Any> queryOne(query: String, clazz: KClass<T>): <ERROR CLASS>
fun <T : Any> queryOne(query: String, clazz: Class<T>): <ERROR CLASS>
val retentionPolicy: <ERROR CLASS>
fun save(element: K): <ERROR CLASS>
fun save(elements: Collection<K>): Unit
data class Key
class MappingException : RuntimeException
@Target([AnnotationTarget.CLASS]) annotation class Measurement
interface NumberFieldConverter<T> : FieldConverter<T, Double?>
interface StringFieldConverter<T> : FieldConverter<T, String?>
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Tag
interface TagConverter<T>
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Time
interface TimeConverter<T>
package org.mybop.influxbd.resultmapper
Module Contents
class ConverterRegistry
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Field
class InfluxDao<K : Any>
Module Contents
InfluxDao(clazz: Class<K>, registry: ConverterRegistry, client: <ERROR CLASS>)
InfluxDao(clazz: KClass<K>, registry: ConverterRegistry, client: <ERROR CLASS>)
var consistencyLevel: <ERROR CLASS>
val database: <ERROR CLASS>
val measurementName: <ERROR CLASS>
fun query(query: String): List<Map<Key, List<K>>>
fun <T : Any> query(query: String, clazz: KClass<T>): List<Map<Key, List<T>>>
fun <T : Any> query(query: String, clazz: Class<T>): <ERROR CLASS>
fun queryGroup(query: String): <ERROR CLASS>
fun <T : Any> queryGroup(query: String, clazz: KClass<T>): <ERROR CLASS>
fun <T : Any> queryGroup(query: String, clazz: Class<T>): <ERROR CLASS>
fun queryList(query: String): <ERROR CLASS>
fun <T : Any> queryList(query: String, clazz: KClass<T>): <ERROR CLASS>
fun <T : Any> queryList(query: String, clazz: Class<T>): <ERROR CLASS>
fun queryOne(query: String): <ERROR CLASS>
fun <T : Any> queryOne(query: String, clazz: KClass<T>): <ERROR CLASS>
fun <T : Any> queryOne(query: String, clazz: Class<T>): <ERROR CLASS>
val retentionPolicy: <ERROR CLASS>
fun save(element: K): <ERROR CLASS>
fun save(elements: Collection<K>): Unit
data class Key
class MappingException : RuntimeException
@Target([AnnotationTarget.CLASS]) annotation class Measurement
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Tag
@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Time
package org.mybop.influxbd.resultmapper.converter