query

package
v0.0.0-...-84d0236 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const GET_ENUM_LIST_PSQL string = `` /* 277-byte string literal not displayed */
View Source
const GET_TABLE_FKS_MYSQL string = `` /* 484-byte string literal not displayed */
View Source
const GET_TABLE_FKS_PSQL string = `` /* 558-byte string literal not displayed */
View Source
const GET_TABLE_FKS_SQLITE string = `` /* 196-byte string literal not displayed */
View Source
const GET_TABLE_LIST_MYSQL string = `SELECT table_name FROM information_schema.tables WHERE table_schema = DATABASE();`

MySQL queries Drivers: mysql, mariadb

View Source
const GET_TABLE_LIST_PSQL string = `SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' AND table_type = 'BASE TABLE';`

PostgreSQL queries Drivers: postgres

View Source
const GET_TABLE_LIST_SQLITE string = `SELECT name FROM sqlite_master WHERE type = 'table' AND name NOT LIKE 'sqlite_%';`

Sqlite queries Drivers: sqlite3

View Source
const GET_TABLE_PK_MYSQL string = `` /* 146-byte string literal not displayed */
View Source
const GET_TABLE_PK_PSQL string = `` /* 264-byte string literal not displayed */
View Source
const GET_TABLE_PK_SQLITE string = `SELECT name FROM pragma_table_info('%s') WHERE pk > 0;`
View Source
const GET_TABLE_RESTRAINS_MYSQL string = `` /* 324-byte string literal not displayed */
View Source
const GET_TABLE_RESTRAINS_PSQL string = `` /* 202-byte string literal not displayed */
View Source
const GET_TABLE_RESTRAINS_SQLITE string = `` /* 190-byte string literal not displayed */
View Source
const GET_TABLE_UNIQUE_COLS_MYSQL string = `` /* 303-byte string literal not displayed */
View Source
const GET_TABLE_UNIQUE_COLS_PSQL string = `` /* 264-byte string literal not displayed */
View Source
const GET_TABLE_UNIQUE_COLS_SQLITE string = `` /* 160-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL