parser

package
v0.5.1-nutshell-1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ASTAddColumnAction_column_definition

func ASTAddColumnAction_column_definition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAddColumnAction_column_position

func ASTAddColumnAction_column_position(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAddColumnAction_fill_expression

func ASTAddColumnAction_fill_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAddColumnAction_is_if_not_exists

func ASTAddColumnAction_is_if_not_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAddColumnAction_set_is_if_not_exists

func ASTAddColumnAction_set_is_if_not_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAddConstraintAction_constraint

func ASTAddConstraintAction_constraint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAddConstraintAction_is_if_not_exists

func ASTAddConstraintAction_is_if_not_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAddConstraintAction_set_is_if_not_exists

func ASTAddConstraintAction_set_is_if_not_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAddToRestricteeListClause_is_if_not_exists

func ASTAddToRestricteeListClause_is_if_not_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAddToRestricteeListClause_restrictee_list

func ASTAddToRestricteeListClause_restrictee_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAddToRestricteeListClause_set_is_if_not_exists

func ASTAddToRestricteeListClause_set_is_if_not_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlias_GetAsString

func ASTAlias_GetAsString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlias_identifier

func ASTAlias_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterActionList_action

func ASTAlterActionList_action(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTAlterActionList_actions_num

func ASTAlterActionList_actions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTAlterAction_GetSQLForAlterAction

func ASTAlterAction_GetSQLForAlterAction(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterAllRowAccessPoliciesStatement_alter_action

func ASTAlterAllRowAccessPoliciesStatement_alter_action(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterAllRowAccessPoliciesStatement_table_name_path

func ASTAlterAllRowAccessPoliciesStatement_table_name_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnDropDefaultAction_column_name

func ASTAlterColumnDropDefaultAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnDropDefaultAction_is_if_exists

func ASTAlterColumnDropDefaultAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterColumnDropDefaultAction_set_is_if_exists

func ASTAlterColumnDropDefaultAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterColumnDropNotNullAction_column_name

func ASTAlterColumnDropNotNullAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnDropNotNullAction_is_if_exists

func ASTAlterColumnDropNotNullAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterColumnDropNotNullAction_set_is_if_exists

func ASTAlterColumnDropNotNullAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterColumnOptionsAction_column_name

func ASTAlterColumnOptionsAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnOptionsAction_is_if_exists

func ASTAlterColumnOptionsAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterColumnOptionsAction_options_list

func ASTAlterColumnOptionsAction_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnOptionsAction_set_is_if_exists

func ASTAlterColumnOptionsAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterColumnSetDefaultAction_column_name

func ASTAlterColumnSetDefaultAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnSetDefaultAction_default_expression

func ASTAlterColumnSetDefaultAction_default_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnSetDefaultAction_is_if_exists

func ASTAlterColumnSetDefaultAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterColumnSetDefaultAction_set_is_if_exists

func ASTAlterColumnSetDefaultAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterColumnTypeAction_collate

func ASTAlterColumnTypeAction_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnTypeAction_column_name

func ASTAlterColumnTypeAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnTypeAction_is_if_exists

func ASTAlterColumnTypeAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterColumnTypeAction_schema

func ASTAlterColumnTypeAction_schema(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterColumnTypeAction_set_is_if_exists

func ASTAlterColumnTypeAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterConstraintEnforcementAction_constraint_name

func ASTAlterConstraintEnforcementAction_constraint_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterConstraintEnforcementAction_is_enforced

func ASTAlterConstraintEnforcementAction_is_enforced(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterConstraintEnforcementAction_is_if_exists

func ASTAlterConstraintEnforcementAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterConstraintEnforcementAction_set_is_enforced

func ASTAlterConstraintEnforcementAction_set_is_enforced(arg0 unsafe.Pointer, arg1 int)

func ASTAlterConstraintEnforcementAction_set_is_if_exists

func ASTAlterConstraintEnforcementAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterConstraintSetOptionsAction_constraint_name

func ASTAlterConstraintSetOptionsAction_constraint_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterConstraintSetOptionsAction_is_if_exists

func ASTAlterConstraintSetOptionsAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterConstraintSetOptionsAction_options_list

func ASTAlterConstraintSetOptionsAction_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterConstraintSetOptionsAction_set_is_if_exists

func ASTAlterConstraintSetOptionsAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAlterEntityStatement_type

func ASTAlterEntityStatement_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterPrivilegeRestrictionStatement_object_type

func ASTAlterPrivilegeRestrictionStatement_object_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterPrivilegeRestrictionStatement_privileges

func ASTAlterPrivilegeRestrictionStatement_privileges(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterRowAccessPolicyStatement_name

func ASTAlterRowAccessPolicyStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterStatementBase_action_list

func ASTAlterStatementBase_action_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterStatementBase_is_if_exists

func ASTAlterStatementBase_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTAlterStatementBase_path

func ASTAlterStatementBase_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAlterStatementBase_set_is_if_exists

func ASTAlterStatementBase_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTAnalyticFunctionCall_function

func ASTAnalyticFunctionCall_function(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAnalyticFunctionCall_function_with_group_rows

func ASTAnalyticFunctionCall_function_with_group_rows(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAnalyticFunctionCall_window_spec

func ASTAnalyticFunctionCall_window_spec(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAnalyzeStatement_options_list

func ASTAnalyzeStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAnalyzeStatement_table_and_column_info_list

func ASTAnalyzeStatement_table_and_column_info_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAndExpr_conjunct

func ASTAndExpr_conjunct(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTAndExpr_conjuncts_num

func ASTAndExpr_conjuncts_num(arg0 unsafe.Pointer, arg1 *int)

func ASTAnySomeAllOp_GetSQLForOperator

func ASTAnySomeAllOp_GetSQLForOperator(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAnySomeAllOp_op

func ASTAnySomeAllOp_op(arg0 unsafe.Pointer, arg1 *int)

func ASTAnySomeAllOp_set_op

func ASTAnySomeAllOp_set_op(arg0 unsafe.Pointer, arg1 int)

func ASTArrayColumnSchema_element_schema

func ASTArrayColumnSchema_element_schema(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTArrayConstructor_element

func ASTArrayConstructor_element(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTArrayConstructor_elements_num

func ASTArrayConstructor_elements_num(arg0 unsafe.Pointer, arg1 *int)

func ASTArrayConstructor_type

func ASTArrayConstructor_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTArrayElement_array

func ASTArrayElement_array(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTArrayElement_position

func ASTArrayElement_position(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTArrayType_element_type

func ASTArrayType_element_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAssertRowsModified_num_rows

func ASTAssertRowsModified_num_rows(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAssertStatement_description

func ASTAssertStatement_description(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAssertStatement_expr

func ASTAssertStatement_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAssignmentFromStruct_struct_expression

func ASTAssignmentFromStruct_struct_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAssignmentFromStruct_variables

func ASTAssignmentFromStruct_variables(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAuxLoadDataFromFilesOptionsList_options_list

func ASTAuxLoadDataFromFilesOptionsList_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAuxLoadDataStatement_cluster_by

func ASTAuxLoadDataStatement_cluster_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAuxLoadDataStatement_from_files

func ASTAuxLoadDataStatement_from_files(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAuxLoadDataStatement_insertion_mode

func ASTAuxLoadDataStatement_insertion_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTAuxLoadDataStatement_partition_by

func ASTAuxLoadDataStatement_partition_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAuxLoadDataStatement_set_insertion_mode

func ASTAuxLoadDataStatement_set_insertion_mode(arg0 unsafe.Pointer, arg1 int)

func ASTAuxLoadDataStatement_with_connection_clause

func ASTAuxLoadDataStatement_with_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTAuxLoadDataStatement_with_partition_columns_clause

func ASTAuxLoadDataStatement_with_partition_columns_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBeginEndBlock_handler_list

func ASTBeginEndBlock_handler_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBeginEndBlock_has_exception_handler

func ASTBeginEndBlock_has_exception_handler(arg0 unsafe.Pointer, arg1 *bool)

func ASTBeginEndBlock_label

func ASTBeginEndBlock_label(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBeginEndBlock_statement_list

func ASTBeginEndBlock_statement_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTBeginEndBlock_statement_list_node

func ASTBeginEndBlock_statement_list_node(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBeginEndBlock_statement_list_num

func ASTBeginEndBlock_statement_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTBeginStatement_mode_list

func ASTBeginStatement_mode_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBetweenExpression_high

func ASTBetweenExpression_high(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBetweenExpression_is_not

func ASTBetweenExpression_is_not(arg0 unsafe.Pointer, arg1 *bool)

func ASTBetweenExpression_lhs

func ASTBetweenExpression_lhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBetweenExpression_low

func ASTBetweenExpression_low(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBetweenExpression_set_is_not

func ASTBetweenExpression_set_is_not(arg0 unsafe.Pointer, arg1 int)

func ASTBinaryExpression_GetSQLForOperator

func ASTBinaryExpression_GetSQLForOperator(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBinaryExpression_is_not

func ASTBinaryExpression_is_not(arg0 unsafe.Pointer, arg1 *bool)

func ASTBinaryExpression_lhs

func ASTBinaryExpression_lhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBinaryExpression_op

func ASTBinaryExpression_op(arg0 unsafe.Pointer, arg1 *int)

func ASTBinaryExpression_rhs

func ASTBinaryExpression_rhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBinaryExpression_set_is_not

func ASTBinaryExpression_set_is_not(arg0 unsafe.Pointer, arg1 int)

func ASTBinaryExpression_set_op

func ASTBinaryExpression_set_op(arg0 unsafe.Pointer, arg1 int)

func ASTBitwiseShiftExpression_is_left_shift

func ASTBitwiseShiftExpression_is_left_shift(arg0 unsafe.Pointer, arg1 *bool)

func ASTBitwiseShiftExpression_lhs

func ASTBitwiseShiftExpression_lhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBitwiseShiftExpression_rhs

func ASTBitwiseShiftExpression_rhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBitwiseShiftExpression_set_is_left_shift

func ASTBitwiseShiftExpression_set_is_left_shift(arg0 unsafe.Pointer, arg1 int)

func ASTBooleanLiteral_set_value

func ASTBooleanLiteral_set_value(arg0 unsafe.Pointer, arg1 int)

func ASTBooleanLiteral_value

func ASTBooleanLiteral_value(arg0 unsafe.Pointer, arg1 *bool)

func ASTBreakContinueStatement_keyword

func ASTBreakContinueStatement_keyword(arg0 unsafe.Pointer, arg1 *int)

func ASTBreakContinueStatement_label

func ASTBreakContinueStatement_label(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTBreakContinueStatement_set_keyword

func ASTBreakContinueStatement_set_keyword(arg0 unsafe.Pointer, arg1 int)

func ASTBreakStatement_keyword

func ASTBreakStatement_keyword(arg0 unsafe.Pointer, arg1 *int)

func ASTBreakStatement_set_keyword

func ASTBreakStatement_set_keyword(arg0 unsafe.Pointer, arg1 int)

func ASTCallStatement_argument

func ASTCallStatement_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTCallStatement_arguments_num

func ASTCallStatement_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTCallStatement_procedure_name

func ASTCallStatement_procedure_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCaseNoValueExpression_argument

func ASTCaseNoValueExpression_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTCaseNoValueExpression_arguments_num

func ASTCaseNoValueExpression_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTCaseStatement_else_list

func ASTCaseStatement_else_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCaseStatement_expression

func ASTCaseStatement_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCaseStatement_when_then_clauses

func ASTCaseStatement_when_then_clauses(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCaseValueExpression_argument

func ASTCaseValueExpression_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTCaseValueExpression_arguments_num

func ASTCaseValueExpression_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTCastExpression_expr

func ASTCastExpression_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCastExpression_format

func ASTCastExpression_format(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCastExpression_is_safe_cast

func ASTCastExpression_is_safe_cast(arg0 unsafe.Pointer, arg1 *bool)

func ASTCastExpression_set_is_safe_cast

func ASTCastExpression_set_is_safe_cast(arg0 unsafe.Pointer, arg1 int)

func ASTCastExpression_type

func ASTCastExpression_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCheckConstraint_expression

func ASTCheckConstraint_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCheckConstraint_is_enforced

func ASTCheckConstraint_is_enforced(arg0 unsafe.Pointer, arg1 *bool)

func ASTCheckConstraint_options_list

func ASTCheckConstraint_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCheckConstraint_set_is_enforced

func ASTCheckConstraint_set_is_enforced(arg0 unsafe.Pointer, arg1 int)

func ASTClampedBetweenModifier_high

func ASTClampedBetweenModifier_high(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTClampedBetweenModifier_low

func ASTClampedBetweenModifier_low(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCloneDataSourceList_data_source

func ASTCloneDataSourceList_data_source(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTCloneDataSourceList_data_sources_num

func ASTCloneDataSourceList_data_sources_num(arg0 unsafe.Pointer, arg1 *int)

func ASTCloneDataStatement_data_source_list

func ASTCloneDataStatement_data_source_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCloneDataStatement_target_path

func ASTCloneDataStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTClusterBy_clustering_expression

func ASTClusterBy_clustering_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTClusterBy_clustering_expressions_num

func ASTClusterBy_clustering_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTCollate_collation_name

func ASTCollate_collation_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnAttributeList_value

func ASTColumnAttributeList_value(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTColumnAttributeList_values_num

func ASTColumnAttributeList_values_num(arg0 unsafe.Pointer, arg1 *int)

func ASTColumnDefinition_name

func ASTColumnDefinition_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnDefinition_schema

func ASTColumnDefinition_schema(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnList_identifier

func ASTColumnList_identifier(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTColumnList_identifiers_num

func ASTColumnList_identifiers_num(arg0 unsafe.Pointer, arg1 *int)

func ASTColumnPosition_identifier

func ASTColumnPosition_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnPosition_set_type

func ASTColumnPosition_set_type(arg0 unsafe.Pointer, arg1 int)

func ASTColumnPosition_type

func ASTColumnPosition_type(arg0 unsafe.Pointer, arg1 *int)

func ASTColumnSchema_ContainsAttribute

func ASTColumnSchema_ContainsAttribute(arg0 unsafe.Pointer, arg1 int, arg2 *bool)

func ASTColumnSchema_attributes

func ASTColumnSchema_attributes(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnSchema_collate

func ASTColumnSchema_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnSchema_default_expression

func ASTColumnSchema_default_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnSchema_generated_column_info

func ASTColumnSchema_generated_column_info(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnSchema_options_list

func ASTColumnSchema_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTColumnSchema_type_parameters

func ASTColumnSchema_type_parameters(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTConnectionClause_connection_path

func ASTConnectionClause_connection_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTContinueStatement_keyword

func ASTContinueStatement_keyword(arg0 unsafe.Pointer, arg1 *int)

func ASTContinueStatement_set_keyword

func ASTContinueStatement_set_keyword(arg0 unsafe.Pointer, arg1 int)

func ASTCreateConstantStatement_expr

func ASTCreateConstantStatement_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateConstantStatement_name

func ASTCreateConstantStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateDatabaseStatement_name

func ASTCreateDatabaseStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateDatabaseStatement_options_list

func ASTCreateDatabaseStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateEntityStatement_json_body

func ASTCreateEntityStatement_json_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateEntityStatement_name

func ASTCreateEntityStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateEntityStatement_options_list

func ASTCreateEntityStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateEntityStatement_text_body

func ASTCreateEntityStatement_text_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateEntityStatement_type

func ASTCreateEntityStatement_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateExternalTableStatement_with_connection_clause

func ASTCreateExternalTableStatement_with_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateExternalTableStatement_with_partition_columns_clause

func ASTCreateExternalTableStatement_with_partition_columns_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStatement_is_aggregate

func ASTCreateFunctionStatement_is_aggregate(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateFunctionStatement_is_remote

func ASTCreateFunctionStatement_is_remote(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateFunctionStatement_return_type

func ASTCreateFunctionStatement_return_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStatement_set_is_aggregate

func ASTCreateFunctionStatement_set_is_aggregate(arg0 unsafe.Pointer, arg1 int)

func ASTCreateFunctionStatement_set_is_remote

func ASTCreateFunctionStatement_set_is_remote(arg0 unsafe.Pointer, arg1 int)

func ASTCreateFunctionStatement_sql_function_body

func ASTCreateFunctionStatement_sql_function_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStatement_with_connection_clause

func ASTCreateFunctionStatement_with_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStmtBase_code

func ASTCreateFunctionStmtBase_code(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStmtBase_determinism_level

func ASTCreateFunctionStmtBase_determinism_level(arg0 unsafe.Pointer, arg1 *int)

func ASTCreateFunctionStmtBase_function_declaration

func ASTCreateFunctionStmtBase_function_declaration(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStmtBase_language

func ASTCreateFunctionStmtBase_language(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStmtBase_options_list

func ASTCreateFunctionStmtBase_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateFunctionStmtBase_set_determinism_level

func ASTCreateFunctionStmtBase_set_determinism_level(arg0 unsafe.Pointer, arg1 int)

func ASTCreateFunctionStmtBase_set_sql_security

func ASTCreateFunctionStmtBase_set_sql_security(arg0 unsafe.Pointer, arg1 int)

func ASTCreateFunctionStmtBase_sql_security

func ASTCreateFunctionStmtBase_sql_security(arg0 unsafe.Pointer, arg1 *int)

func ASTCreateIndexStatement_index_item_list

func ASTCreateIndexStatement_index_item_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)
func ASTCreateIndexStatement_is_search(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateIndexStatement_is_unique

func ASTCreateIndexStatement_is_unique(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateIndexStatement_name

func ASTCreateIndexStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateIndexStatement_optional_index_storing_expressions

func ASTCreateIndexStatement_optional_index_storing_expressions(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateIndexStatement_optional_index_unnest_expression_list

func ASTCreateIndexStatement_optional_index_unnest_expression_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateIndexStatement_optional_table_alias

func ASTCreateIndexStatement_optional_table_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateIndexStatement_options_list

func ASTCreateIndexStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)
func ASTCreateIndexStatement_set_is_search(arg0 unsafe.Pointer, arg1 int)

func ASTCreateIndexStatement_set_is_unique

func ASTCreateIndexStatement_set_is_unique(arg0 unsafe.Pointer, arg1 int)

func ASTCreateIndexStatement_table_name

func ASTCreateIndexStatement_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateMaterializedViewStatement_cluster_by

func ASTCreateMaterializedViewStatement_cluster_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateMaterializedViewStatement_partition_by

func ASTCreateMaterializedViewStatement_partition_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateModelStatement_name

func ASTCreateModelStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateModelStatement_options_list

func ASTCreateModelStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateModelStatement_query

func ASTCreateModelStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateModelStatement_transform_clause

func ASTCreateModelStatement_transform_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreatePrivilegeRestrictionStatement_name_path

func ASTCreatePrivilegeRestrictionStatement_name_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreatePrivilegeRestrictionStatement_object_type

func ASTCreatePrivilegeRestrictionStatement_object_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreatePrivilegeRestrictionStatement_privileges

func ASTCreatePrivilegeRestrictionStatement_privileges(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreatePrivilegeRestrictionStatement_restrict_to

func ASTCreatePrivilegeRestrictionStatement_restrict_to(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateProcedureStatement_body

func ASTCreateProcedureStatement_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateProcedureStatement_name

func ASTCreateProcedureStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateProcedureStatement_options_list

func ASTCreateProcedureStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateProcedureStatement_parameters

func ASTCreateProcedureStatement_parameters(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateRowAccessPolicyStatement_filter_using

func ASTCreateRowAccessPolicyStatement_filter_using(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateRowAccessPolicyStatement_grant_to

func ASTCreateRowAccessPolicyStatement_grant_to(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateRowAccessPolicyStatement_has_access_keyword

func ASTCreateRowAccessPolicyStatement_has_access_keyword(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateRowAccessPolicyStatement_name

func ASTCreateRowAccessPolicyStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateRowAccessPolicyStatement_set_has_access_keyword

func ASTCreateRowAccessPolicyStatement_set_has_access_keyword(arg0 unsafe.Pointer, arg1 int)

func ASTCreateRowAccessPolicyStatement_target_path

func ASTCreateRowAccessPolicyStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateSchemaStatement_collate

func ASTCreateSchemaStatement_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateSchemaStatement_name

func ASTCreateSchemaStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateSchemaStatement_options_list

func ASTCreateSchemaStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateSnapshotTableStatement_clone_data_source

func ASTCreateSnapshotTableStatement_clone_data_source(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateSnapshotTableStatement_name

func ASTCreateSnapshotTableStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateSnapshotTableStatement_options_list

func ASTCreateSnapshotTableStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateStatement_is_default_scope

func ASTCreateStatement_is_default_scope(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateStatement_is_if_not_exists

func ASTCreateStatement_is_if_not_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateStatement_is_or_replace

func ASTCreateStatement_is_or_replace(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateStatement_is_private

func ASTCreateStatement_is_private(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateStatement_is_public

func ASTCreateStatement_is_public(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateStatement_is_temp

func ASTCreateStatement_is_temp(arg0 unsafe.Pointer, arg1 *bool)

func ASTCreateStatement_scope

func ASTCreateStatement_scope(arg0 unsafe.Pointer, arg1 *int)

func ASTCreateStatement_set_is_if_not_exists

func ASTCreateStatement_set_is_if_not_exists(arg0 unsafe.Pointer, arg1 int)

func ASTCreateStatement_set_is_or_replace

func ASTCreateStatement_set_is_or_replace(arg0 unsafe.Pointer, arg1 int)

func ASTCreateStatement_set_scope

func ASTCreateStatement_set_scope(arg0 unsafe.Pointer, arg1 int)

func ASTCreateTableFunctionStatement_query

func ASTCreateTableFunctionStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableFunctionStatement_return_tvf_schema

func ASTCreateTableFunctionStatement_return_tvf_schema(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStatement_clone_data_source

func ASTCreateTableStatement_clone_data_source(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStatement_cluster_by

func ASTCreateTableStatement_cluster_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStatement_copy_data_source

func ASTCreateTableStatement_copy_data_source(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStatement_partition_by

func ASTCreateTableStatement_partition_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStatement_query

func ASTCreateTableStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStmtBase_collate

func ASTCreateTableStmtBase_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStmtBase_like_table_name

func ASTCreateTableStmtBase_like_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStmtBase_name

func ASTCreateTableStmtBase_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStmtBase_options_list

func ASTCreateTableStmtBase_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateTableStmtBase_table_element_list

func ASTCreateTableStmtBase_table_element_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateViewStatementBase_column_list

func ASTCreateViewStatementBase_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateViewStatementBase_name

func ASTCreateViewStatementBase_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateViewStatementBase_options_list

func ASTCreateViewStatementBase_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTCreateViewStatementBase_query

func ASTCreateViewStatementBase_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDateOrTimeLiteral_set_type_kind

func ASTDateOrTimeLiteral_set_type_kind(arg0 unsafe.Pointer, arg1 int)

func ASTDateOrTimeLiteral_string_literal

func ASTDateOrTimeLiteral_string_literal(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDateOrTimeLiteral_type_kind

func ASTDateOrTimeLiteral_type_kind(arg0 unsafe.Pointer, arg1 *int)

func ASTDdlStatement_GetDdlTarget

func ASTDdlStatement_GetDdlTarget(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDefineTableStatement_name

func ASTDefineTableStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDefineTableStatement_options_list

func ASTDefineTableStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDeleteStatement_alias

func ASTDeleteStatement_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDeleteStatement_assert_rows_modified

func ASTDeleteStatement_assert_rows_modified(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDeleteStatement_offset

func ASTDeleteStatement_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDeleteStatement_returning

func ASTDeleteStatement_returning(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDeleteStatement_target_path

func ASTDeleteStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDeleteStatement_where

func ASTDeleteStatement_where(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDescribeStatement_name

func ASTDescribeStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDescribeStatement_optional_from_name

func ASTDescribeStatement_optional_from_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDescribeStatement_optional_identifier

func ASTDescribeStatement_optional_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDescriptorColumnList_descriptor_column_list

func ASTDescriptorColumnList_descriptor_column_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTDescriptorColumnList_descriptor_column_list_num

func ASTDescriptorColumnList_descriptor_column_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTDescriptorColumn_name

func ASTDescriptorColumn_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDescriptor_columns

func ASTDescriptor_columns(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotGeneralizedField_expr

func ASTDotGeneralizedField_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotGeneralizedField_path

func ASTDotGeneralizedField_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotIdentifier_expr

func ASTDotIdentifier_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotIdentifier_name

func ASTDotIdentifier_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotStarWithModifiers_expr

func ASTDotStarWithModifiers_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotStarWithModifiers_modifiers

func ASTDotStarWithModifiers_modifiers(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDotStar_expr

func ASTDotStar_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropAllRowAccessPoliciesStatement_has_access_keyword

func ASTDropAllRowAccessPoliciesStatement_has_access_keyword(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropAllRowAccessPoliciesStatement_set_has_access_keyword

func ASTDropAllRowAccessPoliciesStatement_set_has_access_keyword(arg0 unsafe.Pointer, arg1 int)

func ASTDropAllRowAccessPoliciesStatement_table_name

func ASTDropAllRowAccessPoliciesStatement_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropColumnAction_column_name

func ASTDropColumnAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropColumnAction_is_if_exists

func ASTDropColumnAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropColumnAction_set_is_if_exists

func ASTDropColumnAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropConstraintAction_constraint_name

func ASTDropConstraintAction_constraint_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropConstraintAction_is_if_exists

func ASTDropConstraintAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropConstraintAction_set_is_if_exists

func ASTDropConstraintAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropEntityStatement_entity_type

func ASTDropEntityStatement_entity_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropEntityStatement_is_if_exists

func ASTDropEntityStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropEntityStatement_name

func ASTDropEntityStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropEntityStatement_set_is_if_exists

func ASTDropEntityStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropFunctionStatement_is_if_exists

func ASTDropFunctionStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropFunctionStatement_name

func ASTDropFunctionStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropFunctionStatement_parameters

func ASTDropFunctionStatement_parameters(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropFunctionStatement_set_is_if_exists

func ASTDropFunctionStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropMaterializedViewStatement_is_if_exists

func ASTDropMaterializedViewStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropMaterializedViewStatement_name

func ASTDropMaterializedViewStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropMaterializedViewStatement_set_is_if_exists

func ASTDropMaterializedViewStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropPrimaryKeyAction_is_if_exists

func ASTDropPrimaryKeyAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropPrimaryKeyAction_set_is_if_exists

func ASTDropPrimaryKeyAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropPrivilegeRestrictionStatement_is_if_exists

func ASTDropPrivilegeRestrictionStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropPrivilegeRestrictionStatement_name_path

func ASTDropPrivilegeRestrictionStatement_name_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropPrivilegeRestrictionStatement_object_type

func ASTDropPrivilegeRestrictionStatement_object_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropPrivilegeRestrictionStatement_privileges

func ASTDropPrivilegeRestrictionStatement_privileges(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropPrivilegeRestrictionStatement_set_is_if_exists

func ASTDropPrivilegeRestrictionStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropRowAccessPolicyStatement_is_if_exists

func ASTDropRowAccessPolicyStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropRowAccessPolicyStatement_name

func ASTDropRowAccessPolicyStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropRowAccessPolicyStatement_set_is_if_exists

func ASTDropRowAccessPolicyStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropRowAccessPolicyStatement_table_name

func ASTDropRowAccessPolicyStatement_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropSearchIndexStatement_is_if_exists

func ASTDropSearchIndexStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropSearchIndexStatement_name

func ASTDropSearchIndexStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropSearchIndexStatement_set_is_if_exists

func ASTDropSearchIndexStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropSearchIndexStatement_table_name

func ASTDropSearchIndexStatement_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropSnapshotTableStatement_is_if_exists

func ASTDropSnapshotTableStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropSnapshotTableStatement_name

func ASTDropSnapshotTableStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropSnapshotTableStatement_set_is_if_exists

func ASTDropSnapshotTableStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropStatement_drop_mode

func ASTDropStatement_drop_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTDropStatement_is_if_exists

func ASTDropStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropStatement_schema_object_kind

func ASTDropStatement_schema_object_kind(arg0 unsafe.Pointer, arg1 *int)

func ASTDropStatement_set_drop_mode

func ASTDropStatement_set_drop_mode(arg0 unsafe.Pointer, arg1 int)

func ASTDropStatement_set_is_if_exists

func ASTDropStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTDropStatement_set_schema_object_kind

func ASTDropStatement_set_schema_object_kind(arg0 unsafe.Pointer, arg1 int)

func ASTDropStatemnt_name

func ASTDropStatemnt_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropTableFunctionStatement_is_if_exists

func ASTDropTableFunctionStatement_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTDropTableFunctionStatement_name

func ASTDropTableFunctionStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTDropTableFunctionStatement_set_is_if_exists

func ASTDropTableFunctionStatement_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTElseifClauseList_elseif_clause

func ASTElseifClauseList_elseif_clause(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTElseifClauseList_elseif_clauses_num

func ASTElseifClauseList_elseif_clauses_num(arg0 unsafe.Pointer, arg1 *int)

func ASTElseifClause_body

func ASTElseifClause_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTElseifClause_condition

func ASTElseifClause_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTElseifClause_if_stmt

func ASTElseifClause_if_stmt(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExceptionHandlerList_exception_handler_list

func ASTExceptionHandlerList_exception_handler_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTExceptionHandlerList_exception_handler_list_num

func ASTExceptionHandlerList_exception_handler_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTExceptionHandler_statement_list

func ASTExceptionHandler_statement_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteImmediateStatement_into_clause

func ASTExecuteImmediateStatement_into_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteImmediateStatement_sql

func ASTExecuteImmediateStatement_sql(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteImmediateStatement_using_clause

func ASTExecuteImmediateStatement_using_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteIntoClause_identifiers

func ASTExecuteIntoClause_identifiers(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteUsingArgument_alias

func ASTExecuteUsingArgument_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteUsingArgument_expression

func ASTExecuteUsingArgument_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExecuteUsingClause_argument

func ASTExecuteUsingClause_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTExecuteUsingClause_arguments_num

func ASTExecuteUsingClause_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTExplainStatement_statement

func ASTExplainStatement_statement(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExportDataStatement_options_list

func ASTExportDataStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExportDataStatement_query

func ASTExportDataStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExportDataStatement_with_connection_clause

func ASTExportDataStatement_with_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExportModelStatement_model_name_path

func ASTExportModelStatement_model_name_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExportModelStatement_options_list

func ASTExportModelStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExportModelStatement_with_connection_clause

func ASTExportModelStatement_with_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExpressionSubquery_hint

func ASTExpressionSubquery_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExpressionSubquery_modifier

func ASTExpressionSubquery_modifier(arg0 unsafe.Pointer, arg1 *int)

func ASTExpressionSubquery_query

func ASTExpressionSubquery_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExpressionSubquery_set_modifier

func ASTExpressionSubquery_set_modifier(arg0 unsafe.Pointer, arg1 int)

func ASTExpression_IsAllowedInComparison

func ASTExpression_IsAllowedInComparison(arg0 unsafe.Pointer, arg1 *bool)

func ASTExpression_parenthesized

func ASTExpression_parenthesized(arg0 unsafe.Pointer, arg1 *bool)

func ASTExpression_set_parenthesized

func ASTExpression_set_parenthesized(arg0 unsafe.Pointer, arg1 int)

func ASTExtractExpression_lhs_expr

func ASTExtractExpression_lhs_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExtractExpression_rhs_expr

func ASTExtractExpression_rhs_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTExtractExpression_time_zone_expr

func ASTExtractExpression_time_zone_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFilterFieldsArg_GetSQLForOperator

func ASTFilterFieldsArg_GetSQLForOperator(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFilterFieldsArg_filter_type

func ASTFilterFieldsArg_filter_type(arg0 unsafe.Pointer, arg1 *int)

func ASTFilterFieldsArg_path_expression

func ASTFilterFieldsArg_path_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFilterFieldsArg_set_filter_type

func ASTFilterFieldsArg_set_filter_type(arg0 unsafe.Pointer, arg1 int)

func ASTFilterUsingClause_has_filter_keyword

func ASTFilterUsingClause_has_filter_keyword(arg0 unsafe.Pointer, arg1 *bool)

func ASTFilterUsingClause_predicate

func ASTFilterUsingClause_predicate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFilterUsingClause_set_has_filter_keyword

func ASTFilterUsingClause_set_has_filter_keyword(arg0 unsafe.Pointer, arg1 int)

func ASTForInStatement_query

func ASTForInStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForInStatement_variable

func ASTForInStatement_variable(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForSystemTime_expression

func ASTForSystemTime_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKeyActions_delete_action

func ASTForeignKeyActions_delete_action(arg0 unsafe.Pointer, arg1 *int)

func ASTForeignKeyActions_set_delete_action

func ASTForeignKeyActions_set_delete_action(arg0 unsafe.Pointer, arg1 int)

func ASTForeignKeyActions_set_udpate_action

func ASTForeignKeyActions_set_udpate_action(arg0 unsafe.Pointer, arg1 int)

func ASTForeignKeyActions_udpate_action

func ASTForeignKeyActions_udpate_action(arg0 unsafe.Pointer, arg1 *int)

func ASTForeignKeyColumnAttribute_constraint_name

func ASTForeignKeyColumnAttribute_constraint_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKeyColumnAttribute_reference

func ASTForeignKeyColumnAttribute_reference(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKeyReference_actions

func ASTForeignKeyReference_actions(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKeyReference_column_list

func ASTForeignKeyReference_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKeyReference_enforced

func ASTForeignKeyReference_enforced(arg0 unsafe.Pointer, arg1 *bool)

func ASTForeignKeyReference_match

func ASTForeignKeyReference_match(arg0 unsafe.Pointer, arg1 *int)

func ASTForeignKeyReference_set_enforced

func ASTForeignKeyReference_set_enforced(arg0 unsafe.Pointer, arg1 int)

func ASTForeignKeyReference_set_match

func ASTForeignKeyReference_set_match(arg0 unsafe.Pointer, arg1 int)

func ASTForeignKeyReference_table_name

func ASTForeignKeyReference_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKey_column_list

func ASTForeignKey_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKey_options_list

func ASTForeignKey_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTForeignKey_reference

func ASTForeignKey_reference(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFormatClause_format

func ASTFormatClause_format(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFormatClause_time_zone_expr

func ASTFormatClause_time_zone_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFromClause_table_expression

func ASTFromClause_table_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCallWithGroupRows_function

func ASTFunctionCallWithGroupRows_function(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCallWithGroupRows_subquery

func ASTFunctionCallWithGroupRows_subquery(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_HasModifiers

func ASTFunctionCall_HasModifiers(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionCall_argument

func ASTFunctionCall_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTFunctionCall_arguments_num

func ASTFunctionCall_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTFunctionCall_clamped_between_modifier

func ASTFunctionCall_clamped_between_modifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_distinct

func ASTFunctionCall_distinct(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionCall_function

func ASTFunctionCall_function(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_having_modifier

func ASTFunctionCall_having_modifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_hint

func ASTFunctionCall_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_is_current_date_time_without_parentheses

func ASTFunctionCall_is_current_date_time_without_parentheses(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionCall_limit_offset

func ASTFunctionCall_limit_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_null_handling_modifier

func ASTFunctionCall_null_handling_modifier(arg0 unsafe.Pointer, arg1 *int)

func ASTFunctionCall_order_by

func ASTFunctionCall_order_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionCall_set_distinct

func ASTFunctionCall_set_distinct(arg0 unsafe.Pointer, arg1 int)

func ASTFunctionCall_set_is_current_date_time_without_parentheses

func ASTFunctionCall_set_is_current_date_time_without_parentheses(arg0 unsafe.Pointer, arg1 int)

func ASTFunctionCall_set_null_handling_modifier

func ASTFunctionCall_set_null_handling_modifier(arg0 unsafe.Pointer, arg1 int)

func ASTFunctionCall_with_group_rows

func ASTFunctionCall_with_group_rows(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionDeclaration_IsTemplated

func ASTFunctionDeclaration_IsTemplated(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionDeclaration_name

func ASTFunctionDeclaration_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionDeclaration_parameters

func ASTFunctionDeclaration_parameters(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameter_IsTableParameter

func ASTFunctionParameter_IsTableParameter(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionParameter_IsTemplated

func ASTFunctionParameter_IsTemplated(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionParameter_alias

func ASTFunctionParameter_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameter_default_value

func ASTFunctionParameter_default_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameter_is_not_aggregate

func ASTFunctionParameter_is_not_aggregate(arg0 unsafe.Pointer, arg1 *bool)

func ASTFunctionParameter_name

func ASTFunctionParameter_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameter_procedure_parameter_mode

func ASTFunctionParameter_procedure_parameter_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTFunctionParameter_set_is_not_aggregate

func ASTFunctionParameter_set_is_not_aggregate(arg0 unsafe.Pointer, arg1 int)

func ASTFunctionParameter_set_procedure_parameter_mode

func ASTFunctionParameter_set_procedure_parameter_mode(arg0 unsafe.Pointer, arg1 int)

func ASTFunctionParameter_templated_parameter_type

func ASTFunctionParameter_templated_parameter_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameter_tvf_schema

func ASTFunctionParameter_tvf_schema(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameter_type

func ASTFunctionParameter_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTFunctionParameters_parameter_entries_num

func ASTFunctionParameters_parameter_entries_num(arg0 unsafe.Pointer, arg1 *int)

func ASTFunctionParameters_parameter_entry

func ASTFunctionParameters_parameter_entry(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTGeneratedColumnInfo_GetSqlForStoredMode

func ASTGeneratedColumnInfo_GetSqlForStoredMode(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGeneratedColumnInfo_expression

func ASTGeneratedColumnInfo_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGeneratedColumnInfo_set_stored_mode

func ASTGeneratedColumnInfo_set_stored_mode(arg0 unsafe.Pointer, arg1 int)

func ASTGeneratedColumnInfo_stored_mode

func ASTGeneratedColumnInfo_stored_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTGrantStatement_grantee_list

func ASTGrantStatement_grantee_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGrantStatement_privileges

func ASTGrantStatement_privileges(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGrantStatement_target_path

func ASTGrantStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGrantStatement_target_type

func ASTGrantStatement_target_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGrantToClause_grantee_list

func ASTGrantToClause_grantee_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGrantToClause_has_grant_keyword_and_parens

func ASTGrantToClause_has_grant_keyword_and_parens(arg0 unsafe.Pointer, arg1 *bool)

func ASTGrantToClause_set_has_grant_keyword_and_parens

func ASTGrantToClause_set_has_grant_keyword_and_parens(arg0 unsafe.Pointer, arg1 int)

func ASTGranteeList_grantee_list

func ASTGranteeList_grantee_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTGranteeList_grantee_list_num

func ASTGranteeList_grantee_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTGroupBy_grouping_item

func ASTGroupBy_grouping_item(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTGroupBy_grouping_items_num

func ASTGroupBy_grouping_items_num(arg0 unsafe.Pointer, arg1 *int)

func ASTGroupBy_hint

func ASTGroupBy_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGroupingItem_expression

func ASTGroupingItem_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTGroupingItem_rollup

func ASTGroupingItem_rollup(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHavingModifier_expr

func ASTHavingModifier_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHavingModifier_modifier_kind

func ASTHavingModifier_modifier_kind(arg0 unsafe.Pointer, arg1 *int)

func ASTHavingModifier_set_modifier_kind

func ASTHavingModifier_set_modifier_kind(arg0 unsafe.Pointer, arg1 int)

func ASTHaving_expression

func ASTHaving_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHintEntry_name

func ASTHintEntry_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHintEntry_qualifier

func ASTHintEntry_qualifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHintEntry_value

func ASTHintEntry_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHint_hint_entries_num

func ASTHint_hint_entries_num(arg0 unsafe.Pointer, arg1 *int)

func ASTHint_hint_entry

func ASTHint_hint_entry(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTHint_num_shards_hint

func ASTHint_num_shards_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHintedStatement_hint

func ASTHintedStatement_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTHintedStatement_statement

func ASTHintedStatement_statement(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIdentifierList_identifier_list

func ASTIdentifierList_identifier_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTIdentifierList_identifier_list_num

func ASTIdentifierList_identifier_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTIdentifier_GetAsString

func ASTIdentifier_GetAsString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIdentifier_SetIdentifier

func ASTIdentifier_SetIdentifier(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTIfStatement_condition

func ASTIfStatement_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIfStatement_else_list

func ASTIfStatement_else_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIfStatement_elseif_clauses

func ASTIfStatement_elseif_clauses(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIfStatement_then_list

func ASTIfStatement_then_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTImportStatement_alias

func ASTImportStatement_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTImportStatement_import_kind

func ASTImportStatement_import_kind(arg0 unsafe.Pointer, arg1 *int)

func ASTImportStatement_into_alias

func ASTImportStatement_into_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTImportStatement_name

func ASTImportStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTImportStatement_options_list

func ASTImportStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTImportStatement_set_import_kind

func ASTImportStatement_set_import_kind(arg0 unsafe.Pointer, arg1 int)

func ASTImportStatement_string_value

func ASTImportStatement_string_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInExpression_hint

func ASTInExpression_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInExpression_in_list

func ASTInExpression_in_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInExpression_is_not

func ASTInExpression_is_not(arg0 unsafe.Pointer, arg1 *bool)

func ASTInExpression_lhs

func ASTInExpression_lhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInExpression_query

func ASTInExpression_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInExpression_set_is_not

func ASTInExpression_set_is_not(arg0 unsafe.Pointer, arg1 int)

func ASTInExpression_unnest_expr

func ASTInExpression_unnest_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInList_list

func ASTInList_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTInList_list_num

func ASTInList_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTIndexItemList_ordering_expression

func ASTIndexItemList_ordering_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTIndexItemList_ordering_expressions_num

func ASTIndexItemList_ordering_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTIndexStoringExpressionList_expression

func ASTIndexStoringExpressionList_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTIndexStoringExpressionList_expressions_num

func ASTIndexStoringExpressionList_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTIndexUnnestExpressionList_unnest_expression

func ASTIndexUnnestExpressionList_unnest_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTIndexUnnestExpressionList_unnest_expressions_num

func ASTIndexUnnestExpressionList_unnest_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTInsertStatement_GetSQLForInsertMode

func ASTInsertStatement_GetSQLForInsertMode(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertStatement_assert_rows_modified

func ASTInsertStatement_assert_rows_modified(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertStatement_column_list

func ASTInsertStatement_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertStatement_insert_mode

func ASTInsertStatement_insert_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTInsertStatement_parse_progress

func ASTInsertStatement_parse_progress(arg0 unsafe.Pointer, arg1 *int)

func ASTInsertStatement_query

func ASTInsertStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertStatement_returning

func ASTInsertStatement_returning(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertStatement_rows

func ASTInsertStatement_rows(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertStatement_set_insert_mode

func ASTInsertStatement_set_insert_mode(arg0 unsafe.Pointer, arg1 int)

func ASTInsertStatement_set_parse_progress

func ASTInsertStatement_set_parse_progress(arg0 unsafe.Pointer, arg1 int)

func ASTInsertStatement_target_path

func ASTInsertStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTInsertValuesRowList_row

func ASTInsertValuesRowList_row(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTInsertValuesRowList_rows_num

func ASTInsertValuesRowList_rows_num(arg0 unsafe.Pointer, arg1 *int)

func ASTInsertValuesRow_value

func ASTInsertValuesRow_value(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTInsertValuesRow_values_num

func ASTInsertValuesRow_values_num(arg0 unsafe.Pointer, arg1 *int)

func ASTIntLiteral_is_hex

func ASTIntLiteral_is_hex(arg0 unsafe.Pointer, arg1 *bool)

func ASTIntervalExpr_date_part_name

func ASTIntervalExpr_date_part_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIntervalExpr_date_part_name_to

func ASTIntervalExpr_date_part_name_to(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIntervalExpr_interval_value

func ASTIntervalExpr_interval_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIntoAlias_GetAsString

func ASTIntoAlias_GetAsString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTIntoAlias_identifier

func ASTIntoAlias_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_GetSQLForJoinHint

func ASTJoin_GetSQLForJoinHint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_GetSQLForJoinType

func ASTJoin_GetSQLForJoinType(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_contains_comma_join

func ASTJoin_contains_comma_join(arg0 unsafe.Pointer, arg1 *bool)

func ASTJoin_hint

func ASTJoin_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_join_hint

func ASTJoin_join_hint(arg0 unsafe.Pointer, arg1 *int)

func ASTJoin_join_type

func ASTJoin_join_type(arg0 unsafe.Pointer, arg1 *int)

func ASTJoin_lhs

func ASTJoin_lhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_natural

func ASTJoin_natural(arg0 unsafe.Pointer, arg1 *bool)

func ASTJoin_on_clause

func ASTJoin_on_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_parse_error

func ASTJoin_parse_error(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_rhs

func ASTJoin_rhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTJoin_set_contains_comma_join

func ASTJoin_set_contains_comma_join(arg0 unsafe.Pointer, arg1 int)

func ASTJoin_set_join_hint

func ASTJoin_set_join_hint(arg0 unsafe.Pointer, arg1 int)

func ASTJoin_set_join_type

func ASTJoin_set_join_type(arg0 unsafe.Pointer, arg1 int)

func ASTJoin_set_natural

func ASTJoin_set_natural(arg0 unsafe.Pointer, arg1 int)

func ASTJoin_set_transformation_needed

func ASTJoin_set_transformation_needed(arg0 unsafe.Pointer, arg1 int)

func ASTJoin_set_unmatched_join_count

func ASTJoin_set_unmatched_join_count(arg0 unsafe.Pointer, arg1 int)

func ASTJoin_transformation_needed

func ASTJoin_transformation_needed(arg0 unsafe.Pointer, arg1 *bool)

func ASTJoin_unmatched_join_count

func ASTJoin_unmatched_join_count(arg0 unsafe.Pointer, arg1 *int)

func ASTJoin_using_clause

func ASTJoin_using_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLabel_name

func ASTLabel_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLambda_argument_list

func ASTLambda_argument_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLambda_body

func ASTLambda_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLeaf_image

func ASTLeaf_image(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLeaf_set_image

func ASTLeaf_set_image(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTLikeExpression_hint

func ASTLikeExpression_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLikeExpression_in_list

func ASTLikeExpression_in_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLikeExpression_is_not

func ASTLikeExpression_is_not(arg0 unsafe.Pointer, arg1 *bool)

func ASTLikeExpression_lhs

func ASTLikeExpression_lhs(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLikeExpression_op

func ASTLikeExpression_op(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLikeExpression_query

func ASTLikeExpression_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLikeExpression_set_is_not

func ASTLikeExpression_set_is_not(arg0 unsafe.Pointer, arg1 int)

func ASTLikeExpression_unnest_expr

func ASTLikeExpression_unnest_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLimitOffset_limit

func ASTLimitOffset_limit(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLimitOffset_offset

func ASTLimitOffset_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLoopStatement_IsLoopStatement

func ASTLoopStatement_IsLoopStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTLoopStatement_body

func ASTLoopStatement_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTLoopStatement_label

func ASTLoopStatement_label(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeAction_action_type

func ASTMergeAction_action_type(arg0 unsafe.Pointer, arg1 *int)

func ASTMergeAction_insert_column_list

func ASTMergeAction_insert_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeAction_insert_row

func ASTMergeAction_insert_row(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeAction_set_action_type

func ASTMergeAction_set_action_type(arg0 unsafe.Pointer, arg1 int)

func ASTMergeAction_update_item_list

func ASTMergeAction_update_item_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeStatement_alias

func ASTMergeStatement_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeStatement_merge_condition

func ASTMergeStatement_merge_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeStatement_table_expression

func ASTMergeStatement_table_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeStatement_target_path

func ASTMergeStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeStatement_when_clauses

func ASTMergeStatement_when_clauses(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeWhenClauseList_clause_list

func ASTMergeWhenClauseList_clause_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTMergeWhenClauseList_clause_list_num

func ASTMergeWhenClauseList_clause_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTMergeWhenClause_GetSQLForMatchType

func ASTMergeWhenClause_GetSQLForMatchType(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeWhenClause_action

func ASTMergeWhenClause_action(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeWhenClause_match_type

func ASTMergeWhenClause_match_type(arg0 unsafe.Pointer, arg1 *int)

func ASTMergeWhenClause_search_condition

func ASTMergeWhenClause_search_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTMergeWhenClause_set_match_type

func ASTMergeWhenClause_set_match_type(arg0 unsafe.Pointer, arg1 int)

func ASTModelClause_model_path

func ASTModelClause_model_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTModuleStatement_name

func ASTModuleStatement_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTModuleStatement_options_list

func ASTModuleStatement_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNamedArgument_expr

func ASTNamedArgument_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNamedArgument_name

func ASTNamedArgument_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNewConstructorArg_expression

func ASTNewConstructorArg_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNewConstructorArg_optional_identifier

func ASTNewConstructorArg_optional_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNewConstructorArg_optional_path_expression

func ASTNewConstructorArg_optional_path_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNewConstructor_argument

func ASTNewConstructor_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTNewConstructor_arguments_num

func ASTNewConstructor_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTNewConstructor_type_name

func ASTNewConstructor_type_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNode_AddChild

func ASTNode_AddChild(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTNode_AddChildFront

func ASTNode_AddChildFront(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTNode_AddChildren

func ASTNode_AddChildren(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTNode_DebugString

func ASTNode_DebugString(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTNode_GetLocationString

func ASTNode_GetLocationString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNode_GetNodeKindString

func ASTNode_GetNodeKindString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNode_GetParseLocationRange

func ASTNode_GetParseLocationRange(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNode_IsAlterStatement

func ASTNode_IsAlterStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsCreateStatement

func ASTNode_IsCreateStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsDdlStatement

func ASTNode_IsDdlStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsExpression

func ASTNode_IsExpression(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsLeaf

func ASTNode_IsLeaf(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsLoopStatement

func ASTNode_IsLoopStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsQueryExpression

func ASTNode_IsQueryExpression(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsScriptStatement

func ASTNode_IsScriptStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsSqlStatement

func ASTNode_IsSqlStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsStatement

func ASTNode_IsStatement(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsTableExpression

func ASTNode_IsTableExpression(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_IsType

func ASTNode_IsType(arg0 unsafe.Pointer, arg1 *bool)

func ASTNode_MoveEndLocationBack

func ASTNode_MoveEndLocationBack(arg0 unsafe.Pointer, arg1 int)

func ASTNode_MoveStartLocation

func ASTNode_MoveStartLocation(arg0 unsafe.Pointer, arg1 int)

func ASTNode_MoveStartLocationBack

func ASTNode_MoveStartLocationBack(arg0 unsafe.Pointer, arg1 int)

func ASTNode_NodeKindToString

func ASTNode_NodeKindToString(arg0 int, arg1 *unsafe.Pointer)

func ASTNode_SetStartLocationToEndLocation

func ASTNode_SetStartLocationToEndLocation(arg0 unsafe.Pointer)

func ASTNode_SingleNodeDebugString

func ASTNode_SingleNodeDebugString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNode_child

func ASTNode_child(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTNode_find_child_index

func ASTNode_find_child_index(arg0 unsafe.Pointer, arg1 int, arg2 *int)

func ASTNode_getId

func ASTNode_getId(arg0 unsafe.Pointer, arg1 *int)

func ASTNode_mutable_child

func ASTNode_mutable_child(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTNode_node_kind

func ASTNode_node_kind(arg0 unsafe.Pointer, arg1 *int)

func ASTNode_num_children

func ASTNode_num_children(arg0 unsafe.Pointer, arg1 *int)

func ASTNode_parent

func ASTNode_parent(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTNode_set_end_location

func ASTNode_set_end_location(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTNode_set_parent

func ASTNode_set_parent(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTNode_set_start_location

func ASTNode_set_start_location(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTNullOrder_nulls_first

func ASTNullOrder_nulls_first(arg0 unsafe.Pointer, arg1 *bool)

func ASTNullOrder_set_nulls_first

func ASTNullOrder_set_nulls_first(arg0 unsafe.Pointer, arg1 int)

func ASTOnClause_expression

func ASTOnClause_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOnOrUsingClauseList_on_or_using_clause_list_num

func ASTOnOrUsingClauseList_on_or_using_clause_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTOnUsingClauseList_on_or_using_clause_list

func ASTOnUsingClauseList_on_or_using_clause_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTOptionsEntry_name

func ASTOptionsEntry_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOptionsEntry_value

func ASTOptionsEntry_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOptionsList_options_entries_num

func ASTOptionsList_options_entries_num(arg0 unsafe.Pointer, arg1 *int)

func ASTOptionsList_options_entry

func ASTOptionsList_options_entry(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTOrExpr_disjunct

func ASTOrExpr_disjunct(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTOrExpr_disjuncts_num

func ASTOrExpr_disjuncts_num(arg0 unsafe.Pointer, arg1 *int)

func ASTOrderBy_hint

func ASTOrderBy_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOrderBy_ordering_expression

func ASTOrderBy_ordering_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTOrderBy_ordering_expressions_num

func ASTOrderBy_ordering_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTOrderingExpression_collate

func ASTOrderingExpression_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOrderingExpression_expression

func ASTOrderingExpression_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOrderingExpression_null_order

func ASTOrderingExpression_null_order(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTOrderingExpression_ordering_spec

func ASTOrderingExpression_ordering_spec(arg0 unsafe.Pointer, arg1 *int)

func ASTOrderingExpression_set_ordering_spec

func ASTOrderingExpression_set_ordering_spec(arg0 unsafe.Pointer, arg1 int)

func ASTParameterAssignment_expression

func ASTParameterAssignment_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTParameterAssignment_parameter

func ASTParameterAssignment_parameter(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTParameterExpr_name

func ASTParameterExpr_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTParameterExpr_position

func ASTParameterExpr_position(arg0 unsafe.Pointer, arg1 *int)

func ASTParameterExpr_set_position

func ASTParameterExpr_set_position(arg0 unsafe.Pointer, arg1 int)

func ASTParenthesizedJoin_join

func ASTParenthesizedJoin_join(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTParenthesizedJoin_sample_clause

func ASTParenthesizedJoin_sample_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPartitionBy_hint

func ASTPartitionBy_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPartitionBy_partitioning_expression

func ASTPartitionBy_partitioning_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTPartitionBy_partitioning_expressions_num

func ASTPartitionBy_partitioning_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTPathExpressionList_path_expression_list

func ASTPathExpressionList_path_expression_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTPathExpressionList_path_expression_list_num

func ASTPathExpressionList_path_expression_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTPathExpression_ToIdentifierPathString

func ASTPathExpression_ToIdentifierPathString(arg0 unsafe.Pointer, arg1 uint32, arg2 *unsafe.Pointer)

func ASTPathExpression_name

func ASTPathExpression_name(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTPathExpression_num_names

func ASTPathExpression_num_names(arg0 unsafe.Pointer, arg1 *int)

func ASTPivotClause_for_expression

func ASTPivotClause_for_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotClause_output_alias

func ASTPivotClause_output_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotClause_pivot_expressions

func ASTPivotClause_pivot_expressions(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotClause_pivot_values

func ASTPivotClause_pivot_values(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotExpressionList_expression

func ASTPivotExpressionList_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTPivotExpressionList_expressions_num

func ASTPivotExpressionList_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTPivotExpression_alias

func ASTPivotExpression_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotExpression_expression

func ASTPivotExpression_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotValueList_value

func ASTPivotValueList_value(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTPivotValueList_values_num

func ASTPivotValueList_values_num(arg0 unsafe.Pointer, arg1 *int)

func ASTPivotValue_alias

func ASTPivotValue_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPivotValue_value

func ASTPivotValue_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPrimaryKeyColumnAttribute_enforced

func ASTPrimaryKeyColumnAttribute_enforced(arg0 unsafe.Pointer, arg1 *bool)

func ASTPrimaryKeyColumnAttribute_set_enforced

func ASTPrimaryKeyColumnAttribute_set_enforced(arg0 unsafe.Pointer, arg1 int)

func ASTPrimaryKey_column_list

func ASTPrimaryKey_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPrimaryKey_enforced

func ASTPrimaryKey_enforced(arg0 unsafe.Pointer, arg1 *bool)

func ASTPrimaryKey_options_list

func ASTPrimaryKey_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPrimaryKey_set_enforced

func ASTPrimaryKey_set_enforced(arg0 unsafe.Pointer, arg1 int)

func ASTPrivilege_paths

func ASTPrivilege_paths(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPrivilege_privilege_action

func ASTPrivilege_privilege_action(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTPrivileges_is_all_privileges

func ASTPrivileges_is_all_privileges(arg0 unsafe.Pointer, arg1 *bool)

func ASTPrivileges_privilege

func ASTPrivileges_privilege(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTPrivileges_privileges_num

func ASTPrivileges_privileges_num(arg0 unsafe.Pointer, arg1 *int)

func ASTQualify_expression

func ASTQualify_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTQueryExpression_parenthesized

func ASTQueryExpression_parenthesized(arg0 unsafe.Pointer, arg1 *bool)

func ASTQueryExpression_set_parenthesized

func ASTQueryExpression_set_parenthesized(arg0 unsafe.Pointer, arg1 int)

func ASTQueryStatement_query

func ASTQueryStatement_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTQuery_is_nested

func ASTQuery_is_nested(arg0 unsafe.Pointer, arg1 *bool)

func ASTQuery_is_pivot_input

func ASTQuery_is_pivot_input(arg0 unsafe.Pointer, arg1 *bool)

func ASTQuery_limit_offset

func ASTQuery_limit_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTQuery_order_by

func ASTQuery_order_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTQuery_query_expr

func ASTQuery_query_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTQuery_set_is_nested

func ASTQuery_set_is_nested(arg0 unsafe.Pointer, arg1 int)

func ASTQuery_set_is_pivot_input

func ASTQuery_set_is_pivot_input(arg0 unsafe.Pointer, arg1 int)

func ASTQuery_with_clause

func ASTQuery_with_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRaiseStatement_is_rethrow

func ASTRaiseStatement_is_rethrow(arg0 unsafe.Pointer, arg1 *bool)

func ASTRaiseStatement_message

func ASTRaiseStatement_message(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRemoveFromRestricteeListClause_is_if_exists

func ASTRemoveFromRestricteeListClause_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTRemoveFromRestricteeListClause_restrictee_list

func ASTRemoveFromRestricteeListClause_restrictee_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRemoveFromRestricteeListClause_set_is_if_exists

func ASTRemoveFromRestricteeListClause_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTRenameColumnAction_column_name

func ASTRenameColumnAction_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRenameColumnAction_is_if_exists

func ASTRenameColumnAction_is_if_exists(arg0 unsafe.Pointer, arg1 *bool)

func ASTRenameColumnAction_new_column_name

func ASTRenameColumnAction_new_column_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRenameColumnAction_set_is_if_exists

func ASTRenameColumnAction_set_is_if_exists(arg0 unsafe.Pointer, arg1 int)

func ASTRenameStatement_identifier

func ASTRenameStatement_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRenameStatement_new_name

func ASTRenameStatement_new_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRenameStatement_old_name

func ASTRenameStatement_old_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRenameToClause_new_name

func ASTRenameToClause_new_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRepeatStatement_until_clause

func ASTRepeatStatement_until_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRepeatableClause_argument

func ASTRepeatableClause_argument(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTReplaceFieldsArg_expression

func ASTReplaceFieldsArg_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTReplaceFieldsArg_path_expression

func ASTReplaceFieldsArg_path_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTReplaceFieldsExpression_argument

func ASTReplaceFieldsExpression_argument(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTReplaceFieldsExpression_arguments_num

func ASTReplaceFieldsExpression_arguments_num(arg0 unsafe.Pointer, arg1 *int)

func ASTReplaceFieldsExpression_expr

func ASTReplaceFieldsExpression_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRestrictToClause_restrictee_list

func ASTRestrictToClause_restrictee_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTReturningClause_action_alias

func ASTReturningClause_action_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTReturningClause_select_list

func ASTReturningClause_select_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRevokeFromClause_is_revoke_from_all

func ASTRevokeFromClause_is_revoke_from_all(arg0 unsafe.Pointer, arg1 *bool)

func ASTRevokeFromClause_revoke_from_list

func ASTRevokeFromClause_revoke_from_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRevokeFromClause_set_is_revoke_from_all

func ASTRevokeFromClause_set_is_revoke_from_all(arg0 unsafe.Pointer, arg1 int)

func ASTRevokeStatement_grantee_list

func ASTRevokeStatement_grantee_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRevokeStatement_privileges

func ASTRevokeStatement_privileges(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRevokeStatement_target_path

func ASTRevokeStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRevokeStatement_target_type

func ASTRevokeStatement_target_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTRollup_expression

func ASTRollup_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTRollup_expressions_num

func ASTRollup_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTSampleClause_sample_method

func ASTSampleClause_sample_method(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleClause_sample_size

func ASTSampleClause_sample_size(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleClause_sample_suffix

func ASTSampleClause_sample_suffix(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleSize_GetSQLForUnit

func ASTSampleSize_GetSQLForUnit(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleSize_partition_by

func ASTSampleSize_partition_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleSize_set_unit

func ASTSampleSize_set_unit(arg0 unsafe.Pointer, arg1 int)

func ASTSampleSize_size

func ASTSampleSize_size(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleSize_unit

func ASTSampleSize_unit(arg0 unsafe.Pointer, arg1 *int)

func ASTSampleSuffix_repeat

func ASTSampleSuffix_repeat(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSampleSuffix_weight

func ASTSampleSuffix_weight(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTScript_statement_list

func ASTScript_statement_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTScript_statement_list_node

func ASTScript_statement_list_node(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTScript_statement_list_num

func ASTScript_statement_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTSelectAs_as_mode

func ASTSelectAs_as_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTSelectAs_is_select_as_struct

func ASTSelectAs_is_select_as_struct(arg0 unsafe.Pointer, arg1 *bool)

func ASTSelectAs_is_select_as_value

func ASTSelectAs_is_select_as_value(arg0 unsafe.Pointer, arg1 *bool)

func ASTSelectAs_set_as_mode

func ASTSelectAs_set_as_mode(arg0 unsafe.Pointer, arg1 int)

func ASTSelectAs_type_name

func ASTSelectAs_type_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelectColumn_alias

func ASTSelectColumn_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelectColumn_expression

func ASTSelectColumn_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelectList_column

func ASTSelectList_column(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTSelectList_column_num

func ASTSelectList_column_num(arg0 unsafe.Pointer, arg1 *int)

func ASTSelect_anonymization_options

func ASTSelect_anonymization_options(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_distinct

func ASTSelect_distinct(arg0 unsafe.Pointer, arg1 *bool)

func ASTSelect_from_clause

func ASTSelect_from_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_group_by

func ASTSelect_group_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_having

func ASTSelect_having(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_hint

func ASTSelect_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_qualify

func ASTSelect_qualify(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_select_as

func ASTSelect_select_as(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_select_list

func ASTSelect_select_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_set_distinct

func ASTSelect_set_distinct(arg0 unsafe.Pointer, arg1 int)

func ASTSelect_where_clause

func ASTSelect_where_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSelect_window_clause

func ASTSelect_window_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetAsAction_json_body

func ASTSetAsAction_json_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetAsAction_text_body

func ASTSetAsAction_text_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetCollateClause_collate

func ASTSetCollateClause_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetOperation_GetSQLForOperation

func ASTSetOperation_GetSQLForOperation(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetOperation_distinct

func ASTSetOperation_distinct(arg0 unsafe.Pointer, arg1 *bool)

func ASTSetOperation_hint

func ASTSetOperation_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetOperation_input

func ASTSetOperation_input(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTSetOperation_inputs_num

func ASTSetOperation_inputs_num(arg0 unsafe.Pointer, arg1 *int)

func ASTSetOperation_op_type

func ASTSetOperation_op_type(arg0 unsafe.Pointer, arg1 *int)

func ASTSetOperation_set_distinct

func ASTSetOperation_set_distinct(arg0 unsafe.Pointer, arg1 int)

func ASTSetOperation_set_op_type

func ASTSetOperation_set_op_type(arg0 unsafe.Pointer, arg1 int)

func ASTSetOptionsAction_options_list

func ASTSetOptionsAction_options_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSetTransactionStatement_mode_list

func ASTSetTransactionStatement_mode_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTShowStatement_identifier

func ASTShowStatement_identifier(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTShowStatement_optional_like_string

func ASTShowStatement_optional_like_string(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTShowStatement_optional_name

func ASTShowStatement_optional_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSimpleColumnSchema_type_name

func ASTSimpleColumnSchema_type_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSimpleType_type_name

func ASTSimpleType_type_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSingleAssignment_expression

func ASTSingleAssignment_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSingleAssignment_variable

func ASTSingleAssignment_variable(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSqlFunctionBody_expression

func ASTSqlFunctionBody_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStarExceptList_identifiers_num

func ASTStarExceptList_identifiers_num(arg0 unsafe.Pointer, arg1 *int)

func ASTStarExpcetList_identifier

func ASTStarExpcetList_identifier(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStarModifiers_except_list

func ASTStarModifiers_except_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStarModifiers_replace_item

func ASTStarModifiers_replace_item(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStarModifiers_replace_items_num

func ASTStarModifiers_replace_items_num(arg0 unsafe.Pointer, arg1 *int)

func ASTStarReplaceItem_alias

func ASTStarReplaceItem_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStarReplaceItem_expression

func ASTStarReplaceItem_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStarWithModifiers_modifiers

func ASTStarWithModifiers_modifiers(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStartBatchStatement_batch_type

func ASTStartBatchStatement_batch_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStatementList_set_variable_declarations_allowed

func ASTStatementList_set_variable_declarations_allowed(arg0 unsafe.Pointer, arg1 int)

func ASTStatementList_statement_list

func ASTStatementList_statement_list(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStatementList_statement_list_num

func ASTStatementList_statement_list_num(arg0 unsafe.Pointer, arg1 *int)

func ASTStatementList_variable_declarations_allowed

func ASTStatementList_variable_declarations_allowed(arg0 unsafe.Pointer, arg1 *bool)

func ASTStringLiteral_set_string_value

func ASTStringLiteral_set_string_value(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ASTStringLiteral_string_value

func ASTStringLiteral_string_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructColumnField_name

func ASTStructColumnField_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructColumnField_schema

func ASTStructColumnField_schema(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructColumnSchema_struct_field

func ASTStructColumnSchema_struct_field(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStructColumnSchema_struct_fields_num

func ASTStructColumnSchema_struct_fields_num(arg0 unsafe.Pointer, arg1 *int)

func ASTStructConstructorArg_alias

func ASTStructConstructorArg_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructConstructorArg_expression

func ASTStructConstructorArg_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructConstructorWithKeyword_field

func ASTStructConstructorWithKeyword_field(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStructConstructorWithKeyword_fields_num

func ASTStructConstructorWithKeyword_fields_num(arg0 unsafe.Pointer, arg1 *int)

func ASTStructConstructorWithKeyword_struct_type

func ASTStructConstructorWithKeyword_struct_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructConstructorWithParens_field_expression

func ASTStructConstructorWithParens_field_expression(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStructConstructorWithParens_field_expressions_num

func ASTStructConstructorWithParens_field_expressions_num(arg0 unsafe.Pointer, arg1 *int)

func ASTStructField_name

func ASTStructField_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructField_type

func ASTStructField_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTStructType_struct_field

func ASTStructType_struct_field(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTStructType_struct_fields_num

func ASTStructType_struct_fields_num(arg0 unsafe.Pointer, arg1 *int)

func ASTSystemVariableAssignment_expression

func ASTSystemVariableAssignment_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSystemVariableAssignment_system_variable

func ASTSystemVariableAssignment_system_variable(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTSystemVariableExpr_path

func ASTSystemVariableExpr_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFArgument_connection_clause

func ASTTVFArgument_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFArgument_descriptor

func ASTTVFArgument_descriptor(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFArgument_expr

func ASTTVFArgument_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFArgument_model_clause

func ASTTVFArgument_model_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFArgument_table_clause

func ASTTVFArgument_table_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFSchemaColumn_name

func ASTTVFSchemaColumn_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFSchemaColumn_type

func ASTTVFSchemaColumn_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVFSchema_column

func ASTTVFSchema_column(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTTVFSchema_columns_num

func ASTTVFSchema_columns_num(arg0 unsafe.Pointer, arg1 *int)

func ASTTVF_alias

func ASTTVF_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVF_argument_entries_num

func ASTTVF_argument_entries_num(arg0 unsafe.Pointer, arg1 *int)

func ASTTVF_argument_entry

func ASTTVF_argument_entry(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTTVF_hint

func ASTTVF_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVF_name

func ASTTVF_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVF_pivot_clause

func ASTTVF_pivot_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVF_sample

func ASTTVF_sample(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTVF_unpivot_clause

func ASTTVF_unpivot_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableAndColumnInfoList_table_and_column_info_entries_num

func ASTTableAndColumnInfoList_table_and_column_info_entries_num(arg0 unsafe.Pointer, arg1 *int)

func ASTTableAndColumnInfoList_table_and_column_info_entry

func ASTTableAndColumnInfoList_table_and_column_info_entry(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTTableAndColumnInfo_column_list

func ASTTableAndColumnInfo_column_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableAndColumnInfo_table_name

func ASTTableAndColumnInfo_table_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableClause_table_path

func ASTTableClause_table_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableClause_tvf

func ASTTableClause_tvf(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableConstraint_constraint_name

func ASTTableConstraint_constraint_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableDataSource_for_system_time

func ASTTableDataSource_for_system_time(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableDataSource_path_expr

func ASTTableDataSource_path_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableDataSource_where_clause

func ASTTableDataSource_where_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableElementList_element

func ASTTableElementList_element(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTTableElementList_elements_num

func ASTTableElementList_elements_num(arg0 unsafe.Pointer, arg1 *int)

func ASTTablePathExpression_alias

func ASTTablePathExpression_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_for_system_time

func ASTTablePathExpression_for_system_time(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_hint

func ASTTablePathExpression_hint(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_path_expr

func ASTTablePathExpression_path_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_pivot_clause

func ASTTablePathExpression_pivot_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_sample_clause

func ASTTablePathExpression_sample_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_unnest_expr

func ASTTablePathExpression_unnest_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_unpivot_clause

func ASTTablePathExpression_unpivot_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTablePathExpression_with_offset

func ASTTablePathExpression_with_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableSubquery_alias

func ASTTableSubquery_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableSubquery_pivot_clause

func ASTTableSubquery_pivot_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableSubquery_sample_clause

func ASTTableSubquery_sample_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableSubquery_subquery

func ASTTableSubquery_subquery(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTableSubquery_unpivot_clause

func ASTTableSubquery_unpivot_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTemplatedParameterType_kind

func ASTTemplatedParameterType_kind(arg0 unsafe.Pointer, arg1 *int)

func ASTTemplatedParameterType_set_kind

func ASTTemplatedParameterType_set_kind(arg0 unsafe.Pointer, arg1 int)

func ASTTransactionIsolationLevel_identifier1

func ASTTransactionIsolationLevel_identifier1(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTransactionIsolationLevel_identifier2

func ASTTransactionIsolationLevel_identifier2(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTransactionModeList_element

func ASTTransactionModeList_element(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTTransactionModeList_elements_num

func ASTTransactionModeList_elements_num(arg0 unsafe.Pointer, arg1 *int)

func ASTTransactionReadWriteMode_mode

func ASTTransactionReadWriteMode_mode(arg0 unsafe.Pointer, arg1 *int)

func ASTTransactionReadWriteMode_set_mode

func ASTTransactionReadWriteMode_set_mode(arg0 unsafe.Pointer, arg1 int)

func ASTTransformClause_select_list

func ASTTransformClause_select_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTruncateStatement_target_path

func ASTTruncateStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTruncateStatement_where

func ASTTruncateStatement_where(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTTypeParameterList_parameter

func ASTTypeParameterList_parameter(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTTypeParameterList_parameters_num

func ASTTypeParameterList_parameters_num(arg0 unsafe.Pointer, arg1 *int)

func ASTType_collate

func ASTType_collate(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTType_type_parameters

func ASTType_type_parameters(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnaryExpression_GetSQLForOperator

func ASTUnaryExpression_GetSQLForOperator(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnaryExpression_op

func ASTUnaryExpression_op(arg0 unsafe.Pointer, arg1 *int)

func ASTUnaryExpression_operand

func ASTUnaryExpression_operand(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnaryExpression_set_op

func ASTUnaryExpression_set_op(arg0 unsafe.Pointer, arg1 int)

func ASTUnnestExpressionWithOptAliasAndOffset_optional_alias

func ASTUnnestExpressionWithOptAliasAndOffset_optional_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnnestExpressionWithOptAliasAndOffset_optional_with_offset

func ASTUnnestExpressionWithOptAliasAndOffset_optional_with_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnnestExpressionWithOptAliasAndOffset_unnest_expression

func ASTUnnestExpressionWithOptAliasAndOffset_unnest_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnnestExpression_expression

func ASTUnnestExpression_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotClause_null_filter

func ASTUnpivotClause_null_filter(arg0 unsafe.Pointer, arg1 *int)

func ASTUnpivotClause_output_alias

func ASTUnpivotClause_output_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotClause_set_null_filter

func ASTUnpivotClause_set_null_filter(arg0 unsafe.Pointer, arg1 int)

func ASTUnpivotClause_unpivot_in_items

func ASTUnpivotClause_unpivot_in_items(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotClause_unpivot_output_name_column

func ASTUnpivotClause_unpivot_output_name_column(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotClause_unpivot_output_value_columns

func ASTUnpivotClause_unpivot_output_value_columns(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotInItemLabel_label

func ASTUnpivotInItemLabel_label(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotInItemList_in_item

func ASTUnpivotInItemList_in_item(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTUnpivotInItemList_in_items_num

func ASTUnpivotInItemList_in_items_num(arg0 unsafe.Pointer, arg1 *int)

func ASTUnpivotInItem_alias

func ASTUnpivotInItem_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUnpivotInItem_unpivot_columns

func ASTUnpivotInItem_unpivot_columns(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUntilClause_condition

func ASTUntilClause_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUntilClause_repeat_stmt

func ASTUntilClause_repeat_stmt(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateItemList_update_item

func ASTUpdateItemList_update_item(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTUpdateItemList_update_items_num

func ASTUpdateItemList_update_items_num(arg0 unsafe.Pointer, arg1 *int)

func ASTUpdateItem_delete_statement

func ASTUpdateItem_delete_statement(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateItem_insert_statement

func ASTUpdateItem_insert_statement(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateItem_set_value

func ASTUpdateItem_set_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateItem_update_statement

func ASTUpdateItem_update_statement(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateSetValue_path

func ASTUpdateSetValue_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateSetValue_value

func ASTUpdateSetValue_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_alias

func ASTUpdateStatement_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_assert_rows_modified

func ASTUpdateStatement_assert_rows_modified(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_from_clause

func ASTUpdateStatement_from_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_offset

func ASTUpdateStatement_offset(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_returning

func ASTUpdateStatement_returning(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_target_path

func ASTUpdateStatement_target_path(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_update_item_list

func ASTUpdateStatement_update_item_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUpdateStatement_where

func ASTUpdateStatement_where(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTUsingClause_key

func ASTUsingClause_key(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTUsingClause_keys_num

func ASTUsingClause_keys_num(arg0 unsafe.Pointer, arg1 *int)

func ASTVariableDeclaration_default_value

func ASTVariableDeclaration_default_value(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTVariableDeclaration_type

func ASTVariableDeclaration_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTVariableDeclaration_variable_list

func ASTVariableDeclaration_variable_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWhenThenClauseList_when_then_clause

func ASTWhenThenClauseList_when_then_clause(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTWhenThenClauseList_when_then_clauses_num

func ASTWhenThenClauseList_when_then_clauses_num(arg0 unsafe.Pointer, arg1 *int)

func ASTWhenThenClause_body

func ASTWhenThenClause_body(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWhenThenClause_case_stmt

func ASTWhenThenClause_case_stmt(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWhenThenClause_condition

func ASTWhenThenClause_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWhereClause_expression

func ASTWhereClause_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWhileStatement_condition

func ASTWhileStatement_condition(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowClause_window

func ASTWindowClause_window(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTWindowClause_windows_num

func ASTWindowClause_windows_num(arg0 unsafe.Pointer, arg1 *int)

func ASTWindowDefinition_name

func ASTWindowDefinition_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowDefinition_window_spec

func ASTWindowDefinition_window_spec(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowFrameExpr_boundary_type

func ASTWindowFrameExpr_boundary_type(arg0 unsafe.Pointer, arg1 *int)

func ASTWindowFrameExpr_expression

func ASTWindowFrameExpr_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowFrameExpr_set_boundary_type

func ASTWindowFrameExpr_set_boundary_type(arg0 unsafe.Pointer, arg1 int)

func ASTWindowFrame_GetFrameUnitString

func ASTWindowFrame_GetFrameUnitString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowFrame_end_expr

func ASTWindowFrame_end_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowFrame_frame_unit

func ASTWindowFrame_frame_unit(arg0 unsafe.Pointer, arg1 *int)

func ASTWindowFrame_set_unit

func ASTWindowFrame_set_unit(arg0 unsafe.Pointer, arg1 int)

func ASTWindowFrame_start_expr

func ASTWindowFrame_start_expr(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowSpecification_base_window_name

func ASTWindowSpecification_base_window_name(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowSpecification_order_by

func ASTWindowSpecification_order_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowSpecification_partition_by

func ASTWindowSpecification_partition_by(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWindowSpecification_window_frame

func ASTWindowSpecification_window_frame(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithClauseEntry_alias

func ASTWithClauseEntry_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithClauseEntry_query

func ASTWithClauseEntry_query(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithClause_recursive

func ASTWithClause_recursive(arg0 unsafe.Pointer, arg1 *bool)

func ASTWithClause_set_recursive

func ASTWithClause_set_recursive(arg0 unsafe.Pointer, arg1 int)

func ASTWithClause_with

func ASTWithClause_with(arg0 unsafe.Pointer, arg1 int, arg2 *unsafe.Pointer)

func ASTWithClause_with_num

func ASTWithClause_with_num(arg0 unsafe.Pointer, arg1 *int)

func ASTWithConnectionClause_connection_clause

func ASTWithConnectionClause_connection_clause(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithGroupRows_subquery

func ASTWithGroupRows_subquery(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithOffset_alias

func ASTWithOffset_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithPartitionColumnsClause_table_element_list

func ASTWithPartitionColumnsClause_table_element_list(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ASTWithWeight_alias

func ASTWithWeight_alias(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func JoinParseError_error_node

func JoinParseError_error_node(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func JoinParseError_message

func JoinParseError_message(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseExpression

func ParseExpression(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 *unsafe.Pointer, arg3 *unsafe.Pointer)

func ParseLocationPoint_GetByteOffset

func ParseLocationPoint_GetByteOffset(arg0 unsafe.Pointer, arg1 *int)

func ParseLocationPoint_GetString

func ParseLocationPoint_GetString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseLocationPoint_filename

func ParseLocationPoint_filename(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseLocationRange_GetString

func ParseLocationRange_GetString(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseLocationRange_end

func ParseLocationRange_end(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseLocationRange_start

func ParseLocationRange_start(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseNextScriptStatement

func ParseNextScriptStatement(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 *unsafe.Pointer, arg3 *bool, arg4 *unsafe.Pointer)

func ParseNextStatement

func ParseNextStatement(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 *unsafe.Pointer, arg3 *bool, arg4 *unsafe.Pointer)

func ParseResumeLocation_FromStringView

func ParseResumeLocation_FromStringView(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParseScript

func ParseScript(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 int, arg3 *unsafe.Pointer, arg4 *unsafe.Pointer)

func ParseStatement

func ParseStatement(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 *unsafe.Pointer, arg3 *unsafe.Pointer)

func ParseType

func ParseType(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 *unsafe.Pointer, arg3 *unsafe.Pointer)

func ParserOptions_language_options

func ParserOptions_language_options(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParserOptions_new

func ParserOptions_new(arg0 *unsafe.Pointer)

func ParserOptions_set_language_options

func ParserOptions_set_language_options(arg0 unsafe.Pointer, arg1 unsafe.Pointer)

func ParserOutput_expression

func ParserOutput_expression(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParserOutput_script

func ParserOutput_script(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParserOutput_statement

func ParserOutput_statement(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func ParserOutput_type

func ParserOutput_type(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func Status_OK

func Status_OK(arg0 unsafe.Pointer, arg1 *bool)

func Status_String

func Status_String(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

func Unparse

func Unparse(arg0 unsafe.Pointer, arg1 *unsafe.Pointer)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL