sqlitesubstance

package
v0.0.0-...-559915d Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2019 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DescribeDatabaseQuery = `select name from sqlite_master where name not like 'sqlite%';`

DescribeDatabaseQuery used in DescribeDatabaseFunc

View Source
var DescribeTableQuery = `PRAGMA table_info( $1 );`

DescribeTableQuery used in DescribeTableFunc

View Source
var DescribeTableRelationshipQuery = `PRAGMA foreign_key_list( $1 );`

DescribeTableRelationshipQuery used in DescribeTableRelationshipFunc

View Source
var GetCurrentDatabaseNameQuery = `PRAGMA database_list;`

GetCurrentDatabaseNameQuery used in GetCurrentDatabaseNamefunc

View Source
var SQLLiteIndexInfo = `PRAGMA index_info( $1 );`

SQLLiteIndexInfo used in DescribeTableConstraintsFunc

View Source
var SQLLiteIndexList = `PRAGMA index_list( $1 );`

SQLLiteIndexList used in DescribeTableConstraintsFunc

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