Class JobStatistics.QueryStatistics.StatementType (2.38.2) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.38.2keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  JobStatistics . QueryStatistics . StatementType   extends   StringEnumValue  
   
  StatementType represents possible types of SQL statements reported as part of the
 QueryStatistics of a BigQuery job.
 
  
    Inheritance 
    java.lang.Object    >  
    com.google.cloud.StringEnumValue    >  
    JobStatistics.QueryStatistics.StatementType 
   
  
    Inherited Members 
    
      com.google.cloud.StringEnumValue.equals(java.lang.Object) 
    
    
      com.google.cloud.StringEnumValue.hashCode() 
    
    
      com.google.cloud.StringEnumValue.name() 
    
    
      com.google.cloud.StringEnumValue.toString() 
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  ALTER_TABLE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   ALTER_TABLE  
   
  
  ALTER_VIEW 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   ALTER_VIEW  
   
  
  CREATE_FUNCTION 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   CREATE_FUNCTION  
   
  
  CREATE_MODEL 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   CREATE_MODEL  
   
  
  CREATE_PROCEDURE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   CREATE_PROCEDURE  
   
  
  CREATE_TABLE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   CREATE_TABLE  
   
  
  CREATE_TABLE_AS_SELECT 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   CREATE_TABLE_AS_SELECT  
   
  
  CREATE_VIEW 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   CREATE_VIEW  
   
  
  DELETE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   DELETE  
   
  
  DROP_FUNCTION 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   DROP_FUNCTION  
   
  
  DROP_PROCEDURE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   DROP_PROCEDURE  
   
  
  DROP_TABLE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   DROP_TABLE  
   
  
  DROP_VIEW 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   DROP_VIEW  
   
  
  INSERT 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   INSERT  
   
  
  MERGE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   MERGE  
   
  
  SELECT 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   SELECT  
   
  
  UPDATE 
  
    
public   static   final   JobStatistics . QueryStatistics . StatementType   UPDATE  
   
  
  Static Methods
   
   
  valueOf(String constant) 
  
    
public   static   JobStatistics . QueryStatistics . StatementType   valueOf ( String   constant )  
   
  Get the State for the given String constant, and allow unrecognized values.
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        constant 
        String  
       
     
  
  
   
  valueOfStrict(String constant) 
  
    
public   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.
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        constant 
        String  
       
     
  
  
   
  values() 
  
    
public   static   JobStatistics . QueryStatistics . StatementType []   values ()  
   
  Return the known values for State.
 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]