| Constructor and Description |
|---|
HiveRunnerStatement(int index,
String sql) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIndex()
Index of statement within all statements of script
|
String |
getSql()
Original sql of the statement
|
int |
hashCode() |
String |
toString() |
public HiveRunnerStatement(int index,
String sql)
Copyright © 2013–2020. All rights reserved.