Class KtormSchemaCodegen.SqlType
- java.lang.Object
-
- org.openapitools.codegen.languages.KtormSchemaCodegen.SqlType
-
- Enclosing class:
- KtormSchemaCodegen
protected static class KtormSchemaCodegen.SqlType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringBlobprotected static StringBooleanprotected static StringBytesprotected static StringDateprotected static StringDateTimeprotected static StringDecimalprotected static StringDoubleprotected static StringEnumprotected static StringFloatprotected static StringIntprotected static StringJsonprotected static StringLongprotected static StringTextprotected static StringVarchar
-
Constructor Summary
Constructors Modifier Constructor Description protectedSqlType()
-
-
-
Field Detail
-
Blob
protected static final String Blob
- See Also:
- Constant Field Values
-
Boolean
protected static final String Boolean
- See Also:
- Constant Field Values
-
Bytes
protected static final String Bytes
- See Also:
- Constant Field Values
-
Date
protected static final String Date
- See Also:
- Constant Field Values
-
DateTime
protected static final String DateTime
- See Also:
- Constant Field Values
-
Decimal
protected static final String Decimal
- See Also:
- Constant Field Values
-
Double
protected static final String Double
- See Also:
- Constant Field Values
-
Float
protected static final String Float
- See Also:
- Constant Field Values
-
Enum
protected static final String Enum
- See Also:
- Constant Field Values
-
Int
protected static final String Int
- See Also:
- Constant Field Values
-
Long
protected static final String Long
- See Also:
- Constant Field Values
-
Text
protected static final String Text
- See Also:
- Constant Field Values
-
Varchar
protected static final String Varchar
- See Also:
- Constant Field Values
-
Json
protected static final String Json
- See Also:
- Constant Field Values
-
-