Class IsNullComparisonStatement
java.lang.Object
com.invirgance.convirgance.jdbc.sql.IsNullComparisonStatement
- All Implemented Interfaces:
ComparisonStatement
,SQLStatement
- Direct Known Subclasses:
IsNotNullComparisonStatement
- Author:
- jbanes
-
Constructor Summary
ConstructorsConstructorDescriptionIsNullComparisonStatement
(DatabaseSchemaLayout layout, ExpressionStatement expression) -
Method Summary
Modifier and TypeMethodDescriptionIf this statement is part of a larger statement, this returns the parent statement.render
(SQLRenderer renderer) void
setExpression
(ExpressionStatement expression) void
setParent
(SQLStatement parent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.invirgance.convirgance.jdbc.sql.SQLStatement
query, query
-
Constructor Details
-
IsNullComparisonStatement
-
IsNullComparisonStatement
-
-
Method Details
-
getParent
Description copied from interface:SQLStatement
If this statement is part of a larger statement, this returns the parent statement. Null is returned if this is the top-level statement.- Specified by:
getParent
in interfaceSQLStatement
- Returns:
- the parent statement or null if there is no parent
-
setParent
- Specified by:
setParent
in interfaceSQLStatement
-
getExpression
-
setExpression
-
render
- Specified by:
render
in interfaceSQLStatement
-