public class Stmt extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocateCursor(org.apache.hive.hplsql.HplsqlParser.Allocate_cursor_stmtContext ctx)
ALLOCATE CURSOR statement
|
Integer |
assignFromSelect(org.apache.hive.hplsql.HplsqlParser.Assignment_stmt_select_itemContext ctx)
Assignment from SELECT statement
|
Integer |
associateLocator(org.apache.hive.hplsql.HplsqlParser.Associate_locator_stmtContext ctx)
ASSOCIATE LOCATOR statement
|
Integer |
break_(org.apache.hive.hplsql.HplsqlParser.Break_stmtContext ctx)
BREAK statement (leave the innermost loop unconditionally)
|
Integer |
close(org.apache.hive.hplsql.HplsqlParser.Close_stmtContext ctx)
CLOSE cursor statement
|
Integer |
createDatabase(org.apache.hive.hplsql.HplsqlParser.Create_database_stmtContext ctx)
CREATE DATABASE | SCHEMA statement
|
Integer |
createLocalTemporaryTable(org.apache.hive.hplsql.HplsqlParser.Create_local_temp_table_stmtContext ctx)
CREATE LOCAL TEMPORARY | VOLATILE TABLE statement
|
Integer |
createTable(org.apache.hive.hplsql.HplsqlParser.Create_table_stmtContext ctx)
CREATE TABLE statement
|
Integer |
createTableHiveOptions(org.apache.hive.hplsql.HplsqlParser.Create_table_options_hive_itemContext ctx)
CREATE TABLE options for Hive
|
Integer |
createTableHiveRowFormat(org.apache.hive.hplsql.HplsqlParser.Create_table_hive_row_formatContext ctx) |
Integer |
createTableMysqlOptions(org.apache.hive.hplsql.HplsqlParser.Create_table_options_mysql_itemContext ctx)
CREATE TABLE options for MySQL
|
Integer |
createTemporaryTable(org.apache.hive.hplsql.HplsqlParser.IdentContext identCtx,
org.apache.hive.hplsql.HplsqlParser.Create_table_definitionContext defCtx,
org.apache.hive.hplsql.HplsqlParser.Create_table_preoptionsContext optCtx)
Create a temporary table statement
|
Integer |
declareCursor(org.apache.hive.hplsql.HplsqlParser.Declare_cursor_itemContext ctx)
DECLARE cursor statement
|
Integer |
declareTemporaryTable(org.apache.hive.hplsql.HplsqlParser.Declare_temporary_table_itemContext ctx)
DECLARE TEMPORARY TABLE statement
|
Integer |
delete(org.apache.hive.hplsql.HplsqlParser.Delete_stmtContext ctx)
DELETE statement
|
Integer |
describe(org.apache.hive.hplsql.HplsqlParser.Describe_stmtContext ctx)
DESCRIBE statement
|
Integer |
drop(org.apache.hive.hplsql.HplsqlParser.Drop_stmtContext ctx)
DROP statement
|
Integer |
exec(org.apache.hive.hplsql.HplsqlParser.Exec_stmtContext ctx)
EXEC, EXECUTE and EXECUTE IMMEDIATE statement to execute dynamic SQL or stored procedure
|
Boolean |
execProc(org.apache.hive.hplsql.HplsqlParser.Exec_stmtContext ctx)
EXEC to execute a stored procedure
|
Integer |
exit(org.apache.hive.hplsql.HplsqlParser.Exit_stmtContext ctx)
EXIT statement (leave the specified loop with a condition)
|
Integer |
fetch(org.apache.hive.hplsql.HplsqlParser.Fetch_stmtContext ctx)
FETCH cursor statement
|
Integer |
forCursor(org.apache.hive.hplsql.HplsqlParser.For_cursor_stmtContext ctx)
FOR cursor statement
|
Integer |
forRange(org.apache.hive.hplsql.HplsqlParser.For_range_stmtContext ctx)
FOR (integer range) statement
|
Integer |
getDiagnosticsException(org.apache.hive.hplsql.HplsqlParser.Get_diag_stmt_exception_itemContext ctx)
GET DIAGNOSTICS EXCEPTION statement
|
Integer |
getDiagnosticsRowCount(org.apache.hive.hplsql.HplsqlParser.Get_diag_stmt_rowcount_itemContext ctx)
GET DIAGNOSTICS ROW_COUNT statement
|
Integer |
ifBteq(org.apache.hive.hplsql.HplsqlParser.If_bteq_stmtContext ctx)
IF statement (BTEQ syntax)
|
Integer |
ifPlsql(org.apache.hive.hplsql.HplsqlParser.If_plsql_stmtContext ctx)
IF statement (PL/SQL syntax)
|
Integer |
ifTsql(org.apache.hive.hplsql.HplsqlParser.If_tsql_stmtContext ctx)
IF statement (Transact-SQL syntax)
|
Integer |
include(org.apache.hive.hplsql.HplsqlParser.Include_stmtContext ctx)
INCLUDE statement
|
Integer |
insert(org.apache.hive.hplsql.HplsqlParser.Insert_stmtContext ctx)
SQL INSERT statement
|
Integer |
insertDirectory(org.apache.hive.hplsql.HplsqlParser.Insert_directory_stmtContext ctx)
INSERT DIRECTORY statement
|
Integer |
insertSelect(org.apache.hive.hplsql.HplsqlParser.Insert_stmtContext ctx)
SQL INSERT SELECT statement
|
Integer |
insertValues(org.apache.hive.hplsql.HplsqlParser.Insert_stmtContext ctx)
SQL INSERT VALUES statement
|
Integer |
leave(org.apache.hive.hplsql.HplsqlParser.Leave_stmtContext ctx)
LEAVE statement (leave the specified loop unconditionally)
|
void |
leaveLoop(String value)
Leave the specified or innermost loop unconditionally
|
Integer |
merge(org.apache.hive.hplsql.HplsqlParser.Merge_stmtContext ctx)
MERGE statement
|
Integer |
open(org.apache.hive.hplsql.HplsqlParser.Open_stmtContext ctx)
OPEN cursor statement
|
Integer |
print(org.apache.hive.hplsql.HplsqlParser.Print_stmtContext ctx)
PRINT Statement
|
Integer |
quit(org.apache.hive.hplsql.HplsqlParser.Quit_stmtContext ctx)
QUIT Statement
|
Integer |
resignal(org.apache.hive.hplsql.HplsqlParser.Resignal_stmtContext ctx)
RESIGNAL statement
|
Integer |
return_(org.apache.hive.hplsql.HplsqlParser.Return_stmtContext ctx)
RETURN statement
|
Integer |
setCurrentSchema(org.apache.hive.hplsql.HplsqlParser.Set_current_schema_optionContext ctx)
SET current schema
|
Integer |
signal(org.apache.hive.hplsql.HplsqlParser.Signal_stmtContext ctx)
SIGNAL statement
|
Integer |
summary(org.apache.hive.hplsql.HplsqlParser.Summary_stmtContext ctx)
SUMMARY statement
|
Integer |
summaryStat(org.apache.hive.hplsql.HplsqlParser.Summary_stmtContext ctx,
String table,
String select,
Row row,
String conn,
Conn.Type connType) |
Integer |
summaryTop(org.apache.hive.hplsql.HplsqlParser.Summary_stmtContext ctx,
String table,
String select,
Row row,
String conn,
Conn.Type connType) |
Integer |
truncate(org.apache.hive.hplsql.HplsqlParser.Truncate_stmtContext ctx)
TRUNCATE statement
|
Integer |
update(org.apache.hive.hplsql.HplsqlParser.Update_stmtContext ctx)
UPDATE statement
|
Integer |
use(org.apache.hive.hplsql.HplsqlParser.Use_stmtContext ctx)
USE statement
|
Integer |
use(org.antlr.v4.runtime.ParserRuleContext ctx,
String sql) |
Integer |
values(org.apache.hive.hplsql.HplsqlParser.Values_into_stmtContext ctx)
VALUES statement
|
Integer |
while_(org.apache.hive.hplsql.HplsqlParser.While_stmtContext ctx)
WHILE statement
|
public Integer allocateCursor(org.apache.hive.hplsql.HplsqlParser.Allocate_cursor_stmtContext ctx)
public Integer associateLocator(org.apache.hive.hplsql.HplsqlParser.Associate_locator_stmtContext ctx)
public Integer declareCursor(org.apache.hive.hplsql.HplsqlParser.Declare_cursor_itemContext ctx)
public Integer createTable(org.apache.hive.hplsql.HplsqlParser.Create_table_stmtContext ctx)
public Integer createTableHiveOptions(org.apache.hive.hplsql.HplsqlParser.Create_table_options_hive_itemContext ctx)
public Integer createTableHiveRowFormat(org.apache.hive.hplsql.HplsqlParser.Create_table_hive_row_formatContext ctx)
public Integer createTableMysqlOptions(org.apache.hive.hplsql.HplsqlParser.Create_table_options_mysql_itemContext ctx)
public Integer declareTemporaryTable(org.apache.hive.hplsql.HplsqlParser.Declare_temporary_table_itemContext ctx)
public Integer createDatabase(org.apache.hive.hplsql.HplsqlParser.Create_database_stmtContext ctx)
public Integer createLocalTemporaryTable(org.apache.hive.hplsql.HplsqlParser.Create_local_temp_table_stmtContext ctx)
public Integer createTemporaryTable(org.apache.hive.hplsql.HplsqlParser.IdentContext identCtx, org.apache.hive.hplsql.HplsqlParser.Create_table_definitionContext defCtx, org.apache.hive.hplsql.HplsqlParser.Create_table_preoptionsContext optCtx)
public Integer describe(org.apache.hive.hplsql.HplsqlParser.Describe_stmtContext ctx)
public Integer drop(org.apache.hive.hplsql.HplsqlParser.Drop_stmtContext ctx)
public Integer truncate(org.apache.hive.hplsql.HplsqlParser.Truncate_stmtContext ctx)
public Integer open(org.apache.hive.hplsql.HplsqlParser.Open_stmtContext ctx)
public Integer fetch(org.apache.hive.hplsql.HplsqlParser.Fetch_stmtContext ctx)
public Integer close(org.apache.hive.hplsql.HplsqlParser.Close_stmtContext ctx)
public Integer include(org.apache.hive.hplsql.HplsqlParser.Include_stmtContext ctx)
public Integer ifPlsql(org.apache.hive.hplsql.HplsqlParser.If_plsql_stmtContext ctx)
public Integer ifTsql(org.apache.hive.hplsql.HplsqlParser.If_tsql_stmtContext ctx)
public Integer ifBteq(org.apache.hive.hplsql.HplsqlParser.If_bteq_stmtContext ctx)
public Integer assignFromSelect(org.apache.hive.hplsql.HplsqlParser.Assignment_stmt_select_itemContext ctx)
public Integer insert(org.apache.hive.hplsql.HplsqlParser.Insert_stmtContext ctx)
public Integer insertSelect(org.apache.hive.hplsql.HplsqlParser.Insert_stmtContext ctx)
public Integer insertValues(org.apache.hive.hplsql.HplsqlParser.Insert_stmtContext ctx)
public Integer insertDirectory(org.apache.hive.hplsql.HplsqlParser.Insert_directory_stmtContext ctx)
public Integer getDiagnosticsException(org.apache.hive.hplsql.HplsqlParser.Get_diag_stmt_exception_itemContext ctx)
public Integer getDiagnosticsRowCount(org.apache.hive.hplsql.HplsqlParser.Get_diag_stmt_rowcount_itemContext ctx)
public Integer use(org.apache.hive.hplsql.HplsqlParser.Use_stmtContext ctx)
public Integer values(org.apache.hive.hplsql.HplsqlParser.Values_into_stmtContext ctx)
public Integer while_(org.apache.hive.hplsql.HplsqlParser.While_stmtContext ctx)
public Integer forCursor(org.apache.hive.hplsql.HplsqlParser.For_cursor_stmtContext ctx)
public Integer forRange(org.apache.hive.hplsql.HplsqlParser.For_range_stmtContext ctx)
public Integer exec(org.apache.hive.hplsql.HplsqlParser.Exec_stmtContext ctx)
public Boolean execProc(org.apache.hive.hplsql.HplsqlParser.Exec_stmtContext ctx)
public Integer exit(org.apache.hive.hplsql.HplsqlParser.Exit_stmtContext ctx)
public Integer break_(org.apache.hive.hplsql.HplsqlParser.Break_stmtContext ctx)
public Integer leave(org.apache.hive.hplsql.HplsqlParser.Leave_stmtContext ctx)
public void leaveLoop(String value)
public Integer update(org.apache.hive.hplsql.HplsqlParser.Update_stmtContext ctx)
public Integer delete(org.apache.hive.hplsql.HplsqlParser.Delete_stmtContext ctx)
public Integer merge(org.apache.hive.hplsql.HplsqlParser.Merge_stmtContext ctx)
public Integer print(org.apache.hive.hplsql.HplsqlParser.Print_stmtContext ctx)
public Integer quit(org.apache.hive.hplsql.HplsqlParser.Quit_stmtContext ctx)
public Integer setCurrentSchema(org.apache.hive.hplsql.HplsqlParser.Set_current_schema_optionContext ctx)
public Integer signal(org.apache.hive.hplsql.HplsqlParser.Signal_stmtContext ctx)
public Integer summary(org.apache.hive.hplsql.HplsqlParser.Summary_stmtContext ctx)
public Integer summaryStat(org.apache.hive.hplsql.HplsqlParser.Summary_stmtContext ctx, String table, String select, Row row, String conn, Conn.Type connType)
public Integer summaryTop(org.apache.hive.hplsql.HplsqlParser.Summary_stmtContext ctx, String table, String select, Row row, String conn, Conn.Type connType)
public Integer resignal(org.apache.hive.hplsql.HplsqlParser.Resignal_stmtContext ctx)
public Integer return_(org.apache.hive.hplsql.HplsqlParser.Return_stmtContext ctx)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.