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) voidsetExpression(ExpressionStatement expression) voidsetParent(SQLStatement parent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.invirgance.convirgance.jdbc.sql.SQLStatement
query, query
-
Constructor Details
-
IsNullComparisonStatement
-
IsNullComparisonStatement
-
-
Method Details
-
getParent
Description copied from interface:SQLStatementIf 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:
getParentin interfaceSQLStatement- Returns:
- the parent statement or null if there is no parent
-
setParent
- Specified by:
setParentin interfaceSQLStatement
-
getExpression
-
setExpression
-
render
- Specified by:
renderin interfaceSQLStatement
-