public final class NativeIntegerType extends java.lang.Object implements SqlNativeType
| Constructor and Description |
|---|
NativeIntegerType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatLiteral(java.math.BigInteger value)
Formats integer value 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.math.BigInteger value)
value - BigInteger value to format.Last updated 2024-07-18 11:31:32