-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
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 Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.danwi.sqlex.core.query.expression.Expression
add, and, div, eq, gt, gte, in, isNotNull, isNull, like, lt, lte, mul, ne, notIn, notLike, or, sub
-
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
-
toSQL
表达式转换成SQL片段
- Specified by:
toSQL in interface Expression
- Returns:
- SQL判断
-