public static final class JobStatistics.QueryStatistics.StatementType extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static JobStatistics.QueryStatistics.StatementType |
CREATE_TABLE |
static JobStatistics.QueryStatistics.StatementType |
CREATE_TABLE_AS_SELECT |
static JobStatistics.QueryStatistics.StatementType |
CREATE_VIEW |
static JobStatistics.QueryStatistics.StatementType |
DELETE |
static JobStatistics.QueryStatistics.StatementType |
DROP_TABLE |
static JobStatistics.QueryStatistics.StatementType |
DROP_VIEW |
static JobStatistics.QueryStatistics.StatementType |
INSERT |
static JobStatistics.QueryStatistics.StatementType |
MERGE |
static JobStatistics.QueryStatistics.StatementType |
SELECT |
static JobStatistics.QueryStatistics.StatementType |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static JobStatistics.QueryStatistics.StatementType |
valueOf(String constant)
Get the State for the given String constant, and allow unrecognized values.
|
static JobStatistics.QueryStatistics.StatementType |
valueOfStrict(String constant)
Get the StatementType for the given String constant, and throw an exception if the constant
is not recognized.
|
static JobStatistics.QueryStatistics.StatementType[] |
values()
Return the known values for State.
|
equals, hashCode, name, toString
public static final JobStatistics.QueryStatistics.StatementType SELECT
public static final JobStatistics.QueryStatistics.StatementType UPDATE
public static final JobStatistics.QueryStatistics.StatementType INSERT
public static final JobStatistics.QueryStatistics.StatementType DELETE
public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE
public static final JobStatistics.QueryStatistics.StatementType CREATE_TABLE_AS_SELECT
public static final JobStatistics.QueryStatistics.StatementType CREATE_VIEW
public static final JobStatistics.QueryStatistics.StatementType DROP_TABLE
public static final JobStatistics.QueryStatistics.StatementType DROP_VIEW
public static final JobStatistics.QueryStatistics.StatementType MERGE
public static JobStatistics.QueryStatistics.StatementType valueOfStrict(String constant)
public static JobStatistics.QueryStatistics.StatementType valueOf(String constant)
public static JobStatistics.QueryStatistics.StatementType[] values()
Copyright © 2019 Google LLC. All rights reserved.