- java.lang.Object
-
- org.tentackle.model.DataType.SqlTypeWithPostfix
-
- Enclosing class:
- DataType
public static class DataType.SqlTypeWithPostfix extends java.lang.ObjectPair of SqlType and its name postfix.
-
-
Constructor Summary
Constructors Constructor Description SqlTypeWithPostfix(org.tentackle.sql.SqlType sqlType, java.lang.String postfix)Creates an sqltype with postfix string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPostfix()Gets the postfix.org.tentackle.sql.SqlTypegetSqlType()Gets the sqltype.
-