JDBC
What it does
Explore
Related methods
-
.getConnection()
Opens a connection to an external SQL database.
-
.executeQuery()
Runs a SELECT query and returns the result set.
-
.createStatement()
Creates a SQL statement to run against the database.
-
.executeUpdate()
Runs an INSERT, UPDATE, or DELETE statement.
More Apps Script
Better Sheets tutorials
No tagged tutorials yet. Fetch Apps Script from the harvest table and this page fills automatically.
Related blog posts
Written guides about JDBC in Google Apps Script.