Class Column

  • All Implemented Interfaces:
    Expression

    public class Column
    extends java.lang.Object
    implements Expression
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Column.MetaData  
    • Constructor Summary

      Constructors 
      Constructor Description
      Column​(java.lang.String tableName, java.lang.String columnName, java.lang.String typeName, java.sql.JDBCType jdbcType, long length, boolean unsigned, boolean binary, long decimal, boolean isPrimaryKey, boolean isAutoIncrement, boolean isUnique, boolean isNotNull, boolean hasDefaultValue)  
    • Constructor Detail

      • Column

        public Column​(java.lang.String tableName,
                      java.lang.String columnName,
                      java.lang.String typeName,
                      java.sql.JDBCType jdbcType,
                      long length,
                      boolean unsigned,
                      boolean binary,
                      long decimal,
                      boolean isPrimaryKey,
                      boolean isAutoIncrement,
                      boolean isUnique,
                      boolean isNotNull,
                      boolean hasDefaultValue)
    • Method Detail

      • toSQL

        public java.lang.String toSQL()
        Description copied from interface: Expression
        表达式转换成SQL片段
        Specified by:
        toSQL in interface Expression
        Returns:
        SQL判断