public final class NativeRealType extends java.lang.Object implements SqlNativeType
| Constructor and Description |
|---|
NativeRealType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatLiteral(java.lang.String value)
Formats float value in string format for SQLite.
|
java.lang.String |
getFullName()
Returns the full name of the type.
|
java.lang.String |
getName()
Returns the short name of the type.
|
java.lang.String |
getTraditionalName()
Returns traditional SQL type name.
|
public java.lang.String getFullName()
SqlNativeTypegetFullName in interface SqlNativeTypepublic java.lang.String getName()
SqlNativeTypegetName in interface SqlNativeTypepublic java.lang.String getTraditionalName()
SqlNativeTypegetTraditionalName in interface SqlNativeTypepublic static java.lang.String formatLiteral(java.lang.String value)
value - Float value to format.Last updated 2024-07-18 11:27:53