Class GridSqlQueryParser.PreparedWithRemaining
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlQueryParser.PreparedWithRemaining
-
- Enclosing class:
- GridSqlQueryParser
public static class GridSqlQueryParser.PreparedWithRemaining extends Object
-
-
Constructor Summary
Constructors Constructor Description PreparedWithRemaining(org.h2.command.Prepared prepared, String sql)
-
-
-
Constructor Detail
-
PreparedWithRemaining
public PreparedWithRemaining(org.h2.command.Prepared prepared, String sql)- Parameters:
prepared- Prepared.sql- Remaining SQL.
-
-
Method Detail
-
prepared
public org.h2.command.Prepared prepared()
- Returns:
- Prepared.
-
remainingSql
public String remainingSql()
- Returns:
- Remaining SQL.
-
-