public class SqlPartsNode extends AbstractNode
_childList| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
accept(CommandContext ctx)
Accept the context of command.
|
static SqlPartsNode |
createSqlPartsNode(String sqlParts) |
static SqlPartsNode |
createSqlPartsNodeAsIndependent(String sqlParts) |
String |
getSqlParts() |
protected boolean |
isMarkAlreadySkipped(CommandContext ctx) |
String |
toString() |
addChild, getChild, getChildSize, isBeginChildAndValidSqlpublic static SqlPartsNode createSqlPartsNode(String sqlParts)
public static SqlPartsNode createSqlPartsNodeAsIndependent(String sqlParts)
public void accept(CommandContext ctx)
Nodectx - The instance of command context. (NotNull)protected boolean isMarkAlreadySkipped(CommandContext ctx)
public String getSqlParts()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.