Class AbstractStatementParser.ParsedStatement (0.15.0)

public static class AbstractStatementParser.ParsedStatement

Inheritance

Object > AbstractStatementParser.ParsedStatement

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides

getClientSideStatementType()

public StatementResult.ClientSideStatementType getClientSideStatementType()
Returns
TypeDescription
ClientSideStatementType

getSqlWithoutComments()

public String getSqlWithoutComments()
Returns
TypeDescription
String

getType()

public AbstractStatementParser.StatementType getType()
Returns
TypeDescription
StatementType

hasReturningClause()

public boolean hasReturningClause()
Returns
TypeDescription
boolean

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

isDdl()

public boolean isDdl()
Returns
TypeDescription
boolean

isQuery()

public boolean isQuery()
Returns
TypeDescription
boolean

isUpdate()

public boolean isUpdate()
Returns
TypeDescription
boolean