Class Column

java.lang.Object
me.danwi.sqlex.core.query.Column
All Implemented Interfaces:
Expression

public class Column extends Object implements Expression
  • Constructor Details

    • Column

      public Column(String tableName, String columnName, String typeName, JDBCType jdbcType, long length, boolean unsigned, boolean binary, long decimal, boolean isPrimaryKey, boolean isAutoIncrement, boolean isUnique, boolean isNotNull, boolean hasDefaultValue)
  • Method Details