Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
GoogleCloudPlatform
/
php-docs-samples
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
993
Code
Issues
20
Pull requests
26
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
main
Breadcrumbs
php-docs-samples
/
spanner
/
src
/
Copy path
Directory actions
More options
Directory actions
More options
Latest commit
History
History
main
Breadcrumbs
php-docs-samples
/
spanner
/
src
/
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
admin/
archived
admin/
archived
add_column.php
add_column.php
add_drop_database_role.php
add_drop_database_role.php
add_json_column.php
add_json_column.php
add_numeric_column.php
add_numeric_column.php
add_timestamp_column.php
add_timestamp_column.php
alter_sequence.php
alter_sequence.php
alter_table_with_foreign_key_delete_cascade.php
alter_table_with_foreign_key_delete_cascade.php
batch_query_data.php
batch_query_data.php
cancel_backup.php
cancel_backup.php
copy_backup.php
copy_backup.php
copy_backup_with_mr_cmek.php
copy_backup_with_mr_cmek.php
create_backup.php
create_backup.php
create_backup_schedule.php
create_backup_schedule.php
create_backup_with_encryption_key.php
create_backup_with_encryption_key.php
create_backup_with_mr_cmek.php
create_backup_with_mr_cmek.php
create_client_with_query_options.php
create_client_with_query_options.php
create_database.php
create_database.php
create_database_with_default_leader.php
create_database_with_default_leader.php
create_database_with_encryption_key.php
create_database_with_encryption_key.php
create_database_with_mr_cmek.php
create_database_with_mr_cmek.php
create_database_with_proto_columns.php
create_database_with_proto_columns.php
create_database_with_version_retention_period.php
create_database_with_version_retention_period.php
create_index.php
create_index.php
create_instance.php
create_instance.php
create_instance_config.php
create_instance_config.php
create_instance_partition.php
create_instance_partition.php
create_instance_with_autoscaling_config.php
create_instance_with_autoscaling_config.php
create_instance_with_processing_units.php
create_instance_with_processing_units.php
create_sequence.php
create_sequence.php
create_storing_index.php
create_storing_index.php
create_table_with_datatypes.php
create_table_with_datatypes.php
create_table_with_foreign_key_delete_cascade.php
create_table_with_foreign_key_delete_cascade.php
create_table_with_timestamp_column.php
create_table_with_timestamp_column.php
delete_backup.php
delete_backup.php
delete_backup_schedule.php
delete_backup_schedule.php
delete_data.php
delete_data.php
delete_data_with_dml.php
delete_data_with_dml.php
delete_data_with_partitioned_dml.php
delete_data_with_partitioned_dml.php
delete_dml_returning.php
delete_dml_returning.php
delete_instance_config.php
delete_instance_config.php
directed_read.php
directed_read.php
dml_batch_update_request_priority.php
dml_batch_update_request_priority.php
drop_foreign_key_constraint_delete_cascade.php
drop_foreign_key_constraint_delete_cascade.php
drop_sequence.php
drop_sequence.php
enable_fine_grained_access.php
enable_fine_grained_access.php
get_backup_schedule.php
get_backup_schedule.php
get_commit_stats.php
get_commit_stats.php
get_database_ddl.php
get_database_ddl.php
get_instance_config.php
get_instance_config.php
insert_data.php
insert_data.php
insert_data_with_datatypes.php
insert_data_with_datatypes.php
insert_data_with_dml.php
insert_data_with_dml.php
insert_data_with_proto_columns.php
insert_data_with_proto_columns.php
insert_data_with_timestamp_column.php
insert_data_with_timestamp_column.php
insert_dml_returning.php
insert_dml_returning.php
insert_struct_data.php
insert_struct_data.php
list_backup_operations.php
list_backup_operations.php
list_backup_schedules.php
list_backup_schedules.php
list_backups.php
list_backups.php
list_database_operations.php
list_database_operations.php
list_database_roles.php
list_database_roles.php
list_databases.php
list_databases.php
list_instance_config_operations.php
list_instance_config_operations.php
list_instance_configs.php
list_instance_configs.php
pg_add_column.php
pg_add_column.php
pg_add_jsonb_column.php
pg_add_jsonb_column.php
pg_alter_sequence.php
pg_alter_sequence.php
pg_batch_dml.php
pg_batch_dml.php
pg_case_sensitivity.php
pg_case_sensitivity.php
pg_cast_data_type.php
pg_cast_data_type.php
pg_connect_to_db.php
pg_connect_to_db.php
pg_create_database.php
pg_create_database.php
pg_create_sequence.php
pg_create_sequence.php
pg_create_storing_index.php
pg_create_storing_index.php
pg_delete_dml_returning.php
pg_delete_dml_returning.php
pg_dml_getting_started_update.php
pg_dml_getting_started_update.php
pg_dml_with_params.php
pg_dml_with_params.php
pg_drop_sequence.php
pg_drop_sequence.php
pg_functions.php
pg_functions.php
pg_information_schema.php
pg_information_schema.php
pg_insert_dml_returning.php
pg_insert_dml_returning.php
pg_interleaved_table.php
pg_interleaved_table.php
pg_jsonb_query_parameter.php
pg_jsonb_query_parameter.php
pg_jsonb_update_data.php
pg_jsonb_update_data.php
pg_numeric_data_type.php
pg_numeric_data_type.php
pg_order_nulls.php
pg_order_nulls.php
pg_partitioned_dml.php
pg_partitioned_dml.php
pg_query_parameter.php
pg_query_parameter.php
pg_update_dml_returning.php
pg_update_dml_returning.php
query_data.php
query_data.php
query_data_with_array_of_struct.php
query_data_with_array_of_struct.php
query_data_with_array_parameter.php
query_data_with_array_parameter.php
query_data_with_bool_parameter.php
query_data_with_bool_parameter.php
query_data_with_bytes_parameter.php
query_data_with_bytes_parameter.php
query_data_with_date_parameter.php
query_data_with_date_parameter.php
query_data_with_float_parameter.php
query_data_with_float_parameter.php
query_data_with_index.php
query_data_with_index.php
query_data_with_int_parameter.php
query_data_with_int_parameter.php
query_data_with_json_parameter.php
query_data_with_json_parameter.php
View all files
You can’t perform that action at this time.