Class DataType.SqlTypeWithPostfix

  • Enclosing class:
    DataType

    public static class DataType.SqlTypeWithPostfix
    extends java.lang.Object
    Pair 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.String getPostfix()
      Gets the postfix.
      org.tentackle.sql.SqlType getSqlType()
      Gets the sqltype.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlTypeWithPostfix

        public SqlTypeWithPostfix​(org.tentackle.sql.SqlType sqlType,
                                  java.lang.String postfix)
        Creates an sqltype with postfix string.
        Parameters:
        sqlType - the sqltype
        postfix - the postfix
    • Method Detail

      • getSqlType

        public org.tentackle.sql.SqlType getSqlType()
        Gets the sqltype.
        Returns:
        the sql type
      • getPostfix

        public java.lang.String getPostfix()
        Gets the postfix.
        Returns:
        the postfix