public class SqlValueTransformerFloat extends Object implements SqlValueTransformer
| Constructor and Description |
|---|
SqlValueTransformerFloat() |
| Modifier and Type | Method and Description |
|---|---|
SqlValue |
transform(SqlValue sqlValue)
TODO The transformer should be able to cast to specific subtypes of int
so: How to handle e.g.
|
public SqlValue transform(SqlValue sqlValue) throws org.aksw.sparqlify.core.cast.CastException
transform in interface SqlValueTransformersqlValue - CastExceptionCopyright © 2015. All rights reserved.