Documentation ¶
Index ¶
Constants ¶
View Source
const DB_NAME = "testdb"
View Source
const DB_PASS = "testpassword"
View Source
const DB_USER = "testuser"
View Source
const KEY_FAILOVER_REPLICA_ZONE = "failoverReplicaZone"
View Source
const KEY_MASTER_ZONE = "masterZone"
View Source
const KEY_PROJECT = "project"
View Source
const KEY_READ_REPLICA_ZONE = "readReplicaZone"
View Source
const KEY_REGION = "region"
View Source
const MYSQL_CREATE_TEST_TABLE_WITH_AUTO_INCREMENT_STATEMENT = "CREATE TABLE IF NOT EXISTS test (id int NOT NULL AUTO_INCREMENT, name varchar(10) NOT NULL, PRIMARY KEY (ID))"
View Source
const MYSQL_INSERT_TEST_ROW = "INSERT INTO test(name) VALUES(?)"
View Source
const OUTPUT_CLIENT_CA_CERT = "client_ca_cert"
View Source
const OUTPUT_CLIENT_PRIVATE_KEY = "client_private_key"
View Source
const OUTPUT_DB_NAME = "db_name"
View Source
const OUTPUT_FAILOVER_INSTANCE_NAME = "failover_instance_name"
View Source
const OUTPUT_FAILOVER_PROXY_CONNECTION = "failover_proxy_connection"
View Source
const OUTPUT_MASTER_CA_CERT = "master_ca_cert"
View Source
const OUTPUT_MASTER_INSTANCE_NAME = "master_instance_name"
View Source
const OUTPUT_MASTER_IP_ADDRESSES = "master_ip_addresses"
View Source
const OUTPUT_MASTER_PRIVATE_IP = "master_private_ip"
View Source
const OUTPUT_MASTER_PROXY_CONNECTION = "master_proxy_connection"
View Source
const OUTPUT_MASTER_PUBLIC_IP = "master_public_ip"
View Source
const OUTPUT_READ_REPLICA_INSTANCE_NAMES = "read_replica_instance_names"
View Source
const OUTPUT_READ_REPLICA_PROXY_CONNECTIONS = "read_replica_proxy_connections"
View Source
const OUTPUT_READ_REPLICA_PUBLIC_IPS = "read_replica_public_ips"
View Source
const POSTGRES_CREATE_TEST_TABLE_WITH_SERIAL = "CREATE TABLE IF NOT EXISTS test (id SERIAL, name varchar(10) NOT NULL, PRIMARY KEY (ID))"
View Source
const POSTGRES_DROP_TEST_TABLE = "DROP TABLE IF EXISTS test"
View Source
const POSTGRES_INSERT_TEST_ROW = "INSERT INTO test(name) VALUES('Grunty') RETURNING id"
View Source
const SQL_EMPTY_TEST_TABLE_STATEMENT = "DELETE FROM test"
View Source
const SQL_QUERY_ROW_COUNT = "SELECT count(*) FROM test"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.