public final class NativeTextType extends java.lang.Object implements SqlNativeType
| Constructor and Description |
|---|
NativeTextType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatLiteral(java.lang.String value)
Formats string value to 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 - String value to format.Last updated 2024-10-29 12:52:38